Recently active
When QueryImplementingThingsWithNamedPropertyHistory is used in my script I am getting data of all the PUMPS data available on the dashboard, but I need only One Pump data in PIVOT and Code goes like this: var PropertyName = "PumpRunSignal"; if(PumpName === undefined || PumpName === null || PumpName === '' ) {var query = undefined;}else{var query = {"filters": {"type": "EQ","fieldName": "name","value": PumpName}}; } var result2 = ThingTemplates["PumpThingTemplate"].QueryImplementingThingsWithNamedPropertyHistory({propertyNames: {"rows": [{"name" : PropertyName}],"dataShape": {"fieldDefinitions":{"name":{"name" : "name","aspects" :{},"description": "","baseType":"STRING","ordinal": 1},"description": {"name" : "description","aspects" :{},"description": "","baseType":"STRING","ordinal": 2}} } } /* INFOTABLE */,maxItems: undefined /* NUMBER */,tags: undefined /* TAGS */,nameMask: undefined /* STRING */,query: query /* QUERY */,maxDataItems: 500000 /* NUMBER */,startDate:
Hi Team, How can I use DeriveFields on an infotable? I have an infotable as shown below. col1 col2 test name.hai test2 name.hello test3 name.hai test4 name.hello test5 hello I want new infotable to me without the string "name." in the col2 field. The new col2 should have hai , hello only. Regards,
Hello guys, Regarding solution central, I have the following question: In the scenario on a restricted network implementation DMZ for Azure VMs running Thingworx instances Solution Central can be used to deploy the developments and promote to production? or it is mandatory to have internet access between solution central and the Azure VMs? Looking forward to hearing from you! Regards, DJ
Hi, I have gone through Rhino Javascript Debugger , but really don't have idea how to use it to debug the ThingWorx's javascript service. Could someone share some experience on it ? Thanks Regards, Sean
Hi, Is the responsiveness issue fixed in ThingWorx 9.1? In the product document there were no update about the responsiveness in new launched TW 9.1. Please let us know if there is any upgrade in responsiveness in 9.1 version. Thanks & Regards, Shalini V.
Hi, Does calling rest API in ThingWorx work for multi session users? Because when multiple users hit same api url, we are facing errors. When we tried to hit the same url in browser by multiple users there were no error and we got the output properly. But when calling through ThingWorx, we are facing issues. Please let us know if there are any multi session limitation in ThingWorx?
Pls help on this topic.
Hi all, I have a contained mashup with a value display widget. I want to display data on the contained mashup based on the item selected in the collection widget of the main mashup. I bind the value display widget of the contained mashup to the selected rows, but It doesn't work. How can I do? Thanks
Hi Team, Is there any way to that I can get the list of all the project entities programatically? Thanks and Regards,
This is the program I have written and I am getting an output in the form InfoTable, when I am trying to add an row or trying to change the timestamp, the table has no effect on it showing the same values as previous !! Code: var PropertyName = "PumpRunSignal"; var result2 = Things["LVPump100"].QueryNamedPropertyHistory({ propertyNames: { "rows": [{ "name" : PropertyName }], "dataShape": { "fieldDefinitions":{ "name":{ "name" : "name", "aspects" :{}, "description": "", "baseType":"STRING", "ordinal": 1 }, "description": { "name" : "description", "aspects" :{}, "description": "", "baseType":"STRING", "ordinal": 2 } } } } /* INFOTABLE */, maxItems: undefined /* NUMBER */, query: undefined /* QUERY */, maxDataItems: 500000 /* NUMBER */, startDate: startDate /* DATETIME */, endDate: endDate /* DATETIME */, oldestFirst: true /* BOOLEAN */, dataQuery: undefined /* QUERY */ }); var result = result2; var oldEntry = new Object(); oldEntry.timestamp = "2020-10-01";
Hello, I have to send some alarms, warnings and errors from a device (microcontroleur) to thingworx. The SDK type has not been choosen yet, but I would personnaly prefer the Java SDK. Because the quality of the network is very poor, I have to prioritize the message sending. It means that I have to make sure that the errors will be send first. - Is that possible using the SDK? - or should I manage myself a queue of messages ? - How can I make sure that a value has been successfully sended / received using updateSubscribedProperties? Can I also switch the network used if one is down, for instance switching from Wifi to GSM? In java I would open a socket for a given interface, is that also possible? socket.bind(ni.getInetAddresses().nextElement());
I have a requirement to visualize the real time data from Kepware and predicted data from Factory talk edge (python code) to be plotted on a graph in Thingworx with very less latency (less than 5 sec). I cannot find any information on how to connect FT Edge to Thingworx however it can seen in Rockwell's site. Can anyone give a rough idea on what could be the best way to accomplish this. We are also considering to have a DB layer between the data sources which Thingworx can leverage for visualization but i guess that would cause latency.
Hi all, I've installed TW9.1.0 and I try to create new thing into service with this script: var params = { name: "NewThingName", thingTemplateName: "GenericThing"};Resources["EntityServices"].CreateThing(params);Things["NewThingName"].Enable();Things["NewThingName"].Restart(); But always give this error: Error executing service AA. Message :: TypeError: Cannot find function Enable in object com.thingworx.things.ConfiguredThing@20a84ab1. - See Script Error Log for more details. what am I doing wrong?
Hello everyone, I've noticed that on the Bar Chart widget, it's not possible to format the xAxis format. In my case I'm using a DATETIME for the xAxis and I would like to display it as ('MM:dd') and by default this is applied as ('yyyy-MM-dd'). (See image in attachment). Are there any workarounds for this matter? I'm using ThingWorx v9.1 Best regards,
Hi everybody, I'm begin developer thingworx, have pass data from togglebutton to cloudmqtt. Ex: value true/false => ON/OFF. Try write subscription in thing (picture).
Hello, I am having JSON property in Thing which contains history of changes. I am trying to sort that JSON property and fetch the first entry. I am trying to fetch this using derive fields snippet but my expression is containing comma and thingworx is considering characters after comma as new expression. How to handle this? Tried using encoded characters, still it didn't work. Is there a way to write function and call in derive fields expression? -thanks,Abhiram
I am not able to go forward in the steps here. Cannot find this - IndConn_Tag1. This guide does say that I need a kepware server. Can someone guide me on both of these topics?
Hi I have the same problem, how can I fix it? C:\Users\TwxAdministrator\Downloads\MED-61111-CD-084_SP14_ThingWorx-Platform-Postgres-8-4-14\install>thingworxPostgresDBSetup.batServer=localhostPort=5432Database=thingworxTablespace=thingworxTablespace Location=/ThingworxPostgresqlStorageAdmin User=postgresThingworx User=twadminAzure Managed Instance=""Start ExecutionPassword for user postgres:psql:./thingworx-database-setup.sql:1: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:3: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:5: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:14: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:16: ERROR: database "thingworx" does not existPress any key to continue . . .
Could somebody let me explain both protocols and also the most apt difference between these two?
when i use chrome , chose Design table ,it show none, and what is error? it make me very uncomfortable,
Hi, We were accessing a runtime shift screen and selected a shift in a browser (1st browser) and opened a new incognito window(2nd browser) and accessed the same runtime screen. We noticed the details of the 1st browser screen got replaced in the 2nd browser. But we donot want this to happen. We want to run independent sessions in each browser where user should be able to select different items in each browser without any overlapping of previous browser's reference. We see that thingworx sessions are user dependent. Is it possible to make these sessions independent of each browser? Please suggest how can this be done as we have a live production project in which we are facing this issue of overlapping of session variables in different browsers. Thanks in advance, Shalini V.
Hi, It seems that the expression can only accept 3 parameters, the 4th and consequent parameters are not recognized. In the attached screenshot, console.log(thur) print nothing whatever the base type is STRING or BOOLEAN. And the 4th parameter has a strange border .
Dear ThingWorx community team, I am a new bee to this community group, first time working on IoT & also using platform and I have specific use case to work on using ThingWorx Platform and it is more related to graph database. My use case details are as follows: We are working on Industry services connected with Sensors and actuators for around 30,000+ devices, has around 40 data points in each and it is mapped to customer assets/ports. Approximately need to get accommodate around 3 million nodes (vertex) and approximately 6 million edges, that is, each node will have a relationship (edge) to 2 other nodes and Azure Cosmos DB will be the backend database. We need help to know whether ThingWorx platform can able to scale the load (since as per reading normally it scales vertically), please let us know how to consume the data into the ThingWorx platform, perform Assets hierarchy, functional calculations if any during the process (ETL operatio
Hi, Several months ago, I downloaded it. But now, I cannot find it from my download list? What's up? But I can see 9.0 version for other product, such as ThingWorx Analytics. Is it because the new bug about time zone?
Hello everyone, I've been facing an issue while migrating our solution to v9.0. When applying the Line Chart widget to our mashups, I've noticed that I have a scaling problem. Not all data is displayed inside the Line Chart widget, and some of the yAxis values are stacked on top of each other (see image in attachment for reference) Is this a known issue? Or am I missing any configuration settings from the widget itself? Thanks,
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.