Recently active
I want to create a data table in which I want keep record of orders. My data table contains information like name, status, price etc. I want to extract data having status delivered and find the total sum of those order and display it on a label display widget but I can't find a good documentation related to this if some one can help me I shall be very thankful to you. I don't know to create services for that and how to bind with data table.
Hello, i need to get a single value and timestamp from the service, and i have trouble understanding the documentation - as in I can't seem to get it to work.The properties the service gets are as following:The output should be an infotable containing "timestamp" and "Modbus_Demobox2_kW", which is defined in a datashape.My main Problem is filtering right -- what do I have to do?
Tring to set value of bsl as null but other properties values like temperature or owner should remain same in session. this is the session input: {"containerListFilters":{"location":[],"temperature":[{"array": [{"list_id": 1,"list_name": "RT"}]}],"owner":[], "bsl":[{"array": [{"list_id": 1,"list_name": "BSL 1"}]}]}} output should be:{"containerListFilters":{"location":[],"temperature":[{"array": [{"list_id": 1,"list_name": "RT"}]}],"owner":[], "bsl":[{"array": []}} how can write the code for this?
I increased execution time to 10 mins in thingworx. And i got all 10 level cad structure in 9 mins by using getStructure API WRS which had almost 40k cad docs. Any other API is there to get all level CAD structure quickly?
Related to this thread: If this is possible then, as I am newbie here, I also want Push notifications for my Android device.
To whomsoever concerned, Could you please provide an example model that uses all the steps in the help topic: Setting up a model to work with PTC ThingWorx (SySim) ? Thank you. I use PTC Windchill Modeler 9.6 and PTC ThingWorx Foundation 9.3.8 for PostgreSQL.
hello, I need to make a post to thingworx with a XML parameter, I am trying to send it from postman and it is seen that the content of the parameter does not arrive to thingworx, I have a debug logger to see that it arrives and it always comes out undefined.What can be the solution?
I need to know how to use a variable in an infotable query. For example: (In this example I want to pass the server variable into the query. var server = "MYSERVER01"; var query ={"filters":{"type": "EQ","fieldName": "Server","value": "server"}};
I need to capture the user's information, such as the client IP and TWX Organization, by intercepting the Login event. Unfortunately, the LoginSucceeded event of the SecurityMonitor Thing does not provide the session information of the logged-in user, and the CurrentSessionInfo Snippets are also unable to access the user's session information as they are not executed by the logged-in user. Is there a solution available? Or should I customize the Authenticator?
How to configure thingworx URL without port in it ? Currently we are accessing the thingworx with port as shownhttps://localhost:8443/Thingworx/ I need to make it as https://localhost/Thingworx/
Hi,Does binding PropertyNames to GetLoggedProperty not allowed? please refer below bindings of before and after the step.Thingworx version 9.3.7 before: at GetloggedProperty, selected row, add target, Data tab, checked propertyNames after adding target, Data binding of List is disconnected and need to rebind. List at Dashboard intermittently missing as well
When you first open a Database or JavaScript thing you can create or duplicate services. If you view a service you can't create or duplicate unless you close the Thing and reopen it. I am sure there is a shortcut somewhere i am missing as this is annoying. Using ThingWorx Composer 9.3x
Hello I am using Thingworx 9.3 and I am wondering if formatting a graph like this is possible?
Hi, I have a grid which has a state formatting which changes the color (of value) of row to red after some condition is hit, and keeps it default otherwise.I want to change the background color of row when i select a particular row, so, i applied background color on selection in style properties.But on selection of row, the background color doesnt change only the text becomes smaller, seems like the state definition is overriding with the style properties I want that background color on selection, is there any workaround it ?Above grid is the issue, bottom is the behaviour i want
Hello Community, I just finished federating data from one TWX instance to another. On the new instance I keep getting this error in the application log: << Error [authenticating connection], Server websocket will be closed. cause: Missing application key!. >> This error appears every millisecond. I tried to stop and start Thingworx by using a tomact start and stop, this restarted the server but did not eliminate the error. I am TWX version 9.3.8 Any ideas on how to tackle the problem. Regards, TB
Hi, Is there a way to remove the Idle session timeout? I saw few articles where it was mentioned that it can be set to very large value, but i want to if that property dependency can be removed so that the screens wont session timeout at all? Thank you in advance.Sadagopan PSSKP
Hi all, I'm currently trying to trace down the usage from some mashups. The idea is to create an extension containing js code that will be triggered whenever index.html > CombinedExtension get called. This will happen everytime any user opens any mashup (which is desired). It will contain (user, datetime, mashupname, current session id). Does anyone know how to obtain the current session id and also current mashup and master mashup name from the opened mashup (see the url below). There is a suggestion to use Function > Expression to call TW.location.href, which actually works only in Thingworx runtime. But if using this I need to create this function expression in every mashup and I have dozens of them. I will try to implement it in a deeper layer which is via extension and for this I need to use REST call, is there a way to call a Function > Expression > TW.location.href via REST Call? I tried to call TW.location.href from outside Thingworx runtime and fail
I am making a API call to a 3rd party service that returns a JSON response with the content of just the value (as opposed to "key":"value" of normal JSON). Thingworx does not seem to like this and doesn't return a usable response except for the headers. GetText does not work as the response is automatically formatted as JSON. See attached image for format of response from PostmanThingWorx 9.1.8-b845
Once i uploaded pdf extension, import showing successful. But inside mashup>widgets> pdf extension is not coming. It is because the extension belongs to old version of thingworx. Is anyone having new version pdf extension?or let me know how to edit this old extension.
Hi Team, Following on the Tab CSS - Blog Link. I also needed to change the ptcs-tab selected header color and styling based on the customer UI requirement. I used the below given CSS, Its working properly in TWX 8.5.But in TWX 9.4.0 its not working as expected. .TabsArrow .widget-ptcstabset::part(tabs-tab)[selected] { background: #0094C8 !important; border-bottom-color: #EEEEEE !important; } .TabsArrow .widget-ptcstabset::part(tabs-tab)[selected]:before { content: ''; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 15px solid #EEEEEE; position: absolute; display: block; top: 0; left: 0; } .TabsArrow .widget-ptcstabset::part(tabs-tab)[selected]:after { content: ''; width: 0; height: 0; border-top: 17px solid #EEEEEE; border-bottom: 17px solid #EEEEEE; border-left: 15px solid #0094C8; position: absolute; display: block; top: 0; right:0; } Ki
Good morning @VladimirRosu_116627 , I've intercepted this thread because I think I have a quite similar need. I have to interface a TWX instance with an external application (an AGV mission server) which accepts only TCP Socket connection (not WebSocket) and requires that the calling app implements a TCP Socket server too according to the attached picture (text is in Italian but it should be clear from the context), where the TWX server should act as the WMS (warehouse management system). So the question is: is there a built-in way to instantiate a TCP Client/Server connection in ThingWorx? If not, how would you reccomend to proceed to address this case? Many thanks, Riccardo.
Hello, We are testing out the EnableTimer for a timer and it doesn't seem to work. According to this article, DisableTimer or EnableTimer allow manual enablement reflected by property Enabled. We tried executing in the Thing itself and calling it by a separate service. Neither seem to work. Is there something we're missing or there a bug with this service? Just to note... According to this article, it says that having "Automatically Enable Timer on Startup" disabled, every time after saving the Thing, Enabled property will be set to false. This says it's for Thingworx platform 6.0 and we're running ThingWorx 9.0.2 but just wanted to add it here incase it's relevant. Thank you for the help!
Hello, I have a thing where I have binded a remote property from the Kepserver by creating a new property. Also, I have the same property binded to a property we have created on template level to trigger subscriptions with that. Now I'm facing that I have a delay in updating the values of the property which is binded to the other property. The property which was new created on the thing does not have this delay. So, I have 2 times the same property from Kepserver binded to a thing, but the values are not updated at the same time. The properties in the screenshot in category "AutoBinding" are in sync with the Kepserver, the upper properties are having the delay. I have already tried with different Cache Options and different settings on the push type, but unfortunately without any success. Also we have tried for the property from template level as persistent and not persistent but did not make any difference. Has anyone an idea how that could be fixed
Hi I have Service that accepts parameter and returns an Infotable. Results of this Service (All Data) is bound to Grid Advanced Data. I also have second Grid Advanced that Data is bound to the first grid's SelectedRows so just I can see the value of SelectedRows. I start Mashup, provide parameter value and execute Service - let's say it returns 5 results and displays them in first grid. I select any row(s) and I can see second grid populated with my selection - so far so good. Now, I change input parameter to my Service and execute it again so it returns different Infotable - let's say same 5 items as before and 5 new ones. When I click on new row items on the first grid, SelectedRows does not get updated. When I select any row that was returned from my service initially (first 5 items) SelectedRows is being updated. Visually I can select any of the 10 rows in the grid but SelectedRows value is not being updated accordingly. I provided IDFieldName = ID which is the
Hello, I have one service that return the html code, this html code generated based on condition of device properties. I want to display that HTML in Container, so how can I achieve this
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.