Recently active
Hi, I am using the infotable filter functions, when I use single filter it works but when I try to nest AND/OR it doesn't work. I have Activity area, start time, end time and shift name as inputs. I wanted to nest like (Activity area or (Start time and End time and Shift Name)) I have gone through the examples given in help by ptc but when I try it, it doesnt execute the way I want. It throws error like must bind data shape but I have already binded a datashape. Please help me with where I am going wrong. //call close session//me.getcloseSession();var headers = { "Content-Type": "application/json"}; var url = "http://"+ me.host + ":" + me.port + "/api/shifts/"+parameterID; var params = {proxyScheme: undefined /* STRING */,headers: headers /* JSON */,ignoreSSLErrors: undefined /* BOOLEAN */,useNTLM: undefined /* BOOLEAN */,workstation: undefined /* STRING */,useProxy: undefined /* BOOLEAN */,withCookies: undefined /* BOOLEAN */,proxyHost: undefined /* STRING */,url: url /* STRING
Hii,Can anybody tell how to make tree selection?
Hi, I have been trying to pass an infotable into a collection widget using the MashupGlobalPropertyBinding. I currently have it set as: {"inputTable":"INFOTABLE"} I have the collection mashup parameters as shown below However when I try to make use of that infotable inside the collection mashups it appears to be 'undefined'. Anyone know if it is possible or am I doing something wrong? TIA K
Hi all, where any materials/tutorials/samples of "how to use thingworx flow.." could be found. Does any of you have such kind of manual/link and could share it?? There is help - but in my opinion, it is insufficient. regards
Hello, I'm trying to follow the tutorial "Build a Predictive Analytics Model", I've checked that I do have an AnalyticServer configured and then while trying to upload the data in the Builder section, I do not have any choice to import csv file :
Hi Forum, We have successfully connected Arduinos and Raspberries toTW with REST-API (https PUT requests). It is clear that the Raspberry can achiev a higher update rate than an Arduino. We have achieved an update rate of one second with the Raspberry. To monitor accelerations or movements of a CNC router for example 1Hz sampling rate is not very high. My question is if there is an other posipility to connect the Arduinos to TW to get higher update rates. My desired update rate is 10 to 5Hz. My idea is that we use a Raspberry as an Edge MicroServer (EMS) and several Arduinos which deliver the data. I read the "Setup a Raspberry Pi as an IoT Device" article but I found no way to feed the Arduino data to the EMS. Is there an other way to connect the Arduinos (ESP32) in an always on connection to achiev higher update rates? Thank you for your help Martin
Explain the difference between these two services. Thanks in advance
Need help if someone done this task earlier. Thanks in advance
Hi Folks, Do we have guides for deploying Thingworx application onto cloud platforms like Azure,AWS,etc. ? Typical scenario: Installing Thingworx 8.4 (Azure persistence provider) on-premise and integrating & hosting corresponding Database and extensions on MS Azure. Thanks!
Hello, I installed the Foundation, and I am trying to install the platform Analytics, but I got the attached message. It says that ERLANG_HOME system environment variable is not set correctly. Set EARLANG_HOME to point to where Erlang software is loocated, for example: C:\ Program files\erl10.0 Do I need to install EARLANG software? is it a prerequisite? Thanks, Ghandour
Hi All, I am trying to follow the SSL installation for The Thingworx Foundation I used the cmd with this command: keytool -genkey -alias tomcat9 -keyalg RSA -keystore twkeystore.jks I get an error while defining the passwords for tomcat9. When I used cmd as administrator, I get thattached error. I am not able to install SSL which i need it to get the .jks file for the Foundation installation. Any advice? Best, Ghandour
Hi, We are trying to connect Azure IoT hup with thingworx. While executing "ConnectionServicesHub" thing's remote services, we are getting "ConnectionServicesHub does not support remote services". Can anyone help me with this? Regards, Sathishkumar C.
Hey I'm new in thingworx, and I have a problem with displaying data on the label chart. I have 3 data sources, first and second one are numbers and the third one is in percent. What I was trying to do is display this data on a label chart, first two of data source should be bars and the last one should be the line. I try to do with dual Y axis but don't have a clue how to implement this correctly. When i select dual Y axis mode this option is appear So this represents data source from 1 to 3? If someone can give ma a hint I'll be greatful. thanks
Hello, I have a ThingTemplate with 2 properties Suct_Press and Suct_Temp and there respective description is Suction Pressure and Suction Temperature. I have created 2 things from the above template and for 1 thing i have to make suct_press and suct_temp property description to abc pressure and abc temperature. For one more thing i have to modify the description to efg pressure and efg temperature. So in short i have to override the description of the properties at the thing level keeping the default at the template level. Thanks
Hi, For a current customer I am trying to implement a service that will record the Fault messages of the machine. I've set up an infotable property on the asset that would house the recorded faults. I've also set up a data table holding the fault code reference document that has a numerical code and string for each fault. What I need to do, is when an Alert on the faulted PLC tag is triggered, to get the numerical code from a seperate PLC tag, reference that code in the data table, get the string equivalent, then add a row with all that information to my asset fault history infotable property. I cannot get my javascript code to work, I'll paste below what I have currently, I am wondering now if it is easier to use data tables for both tables listed above or if this set up should work? To clarify, I am using a configured Alert on the Faulted property (boolean) to trigger a subscription with the following code: var PLCFaultCode = me.Current_Fault_Code;var prop
I have a server with Thingworx Foundation 8.4 installed. Then I installed Thingworx for Manufacturing Application on it and found all my projects lost. Is this a normal situation?
As I tried the below article but getting some error How to load the image into thingworx storage media dynamically Getting some error The filename, directory name, or volume label syntax is incorrect]
Hi, Can I get updated document for widget development which includes 8.5.X styles? Thanks, Janakiraman P
Hi, I have a requirement where I need to update the Home Mashup and Mobile mashup for all the users. There are about 1000 users which I need to update this. Is there a way for updating these in bulk (ex: back end update from Postgresql ) Regards, Srikrishna Kanth.
I have exactly the same issue when using advance grid. Has this already been reported?
Tree Grid Advanced 4.2.0 Row Selection does not work when isEditable property is Checked. Steps to reproduce: - Add Tree Grid Advanced widget (4.2.0) on your mashup - Bind any data to it ( to be shown as in Tree structure) - Check "isEditable" property in Widget's property window - Now bind SelectedRows to any service - Set property "RowSelection" to single/multiple Now, when you view your mashup, when data is displayed in Tree format. You can't select any row that means your SelectedRows and SelectedRowChanged are of no use. And when isEditable property is unchecked, it allows you to select any row in the Grid. This is working fine with Tree Grid Advanced 3.0.6, but not with 4.2.0.
Combo box Multi select option is working in properly working in Thingworx 8.2. But In Thingworx 8.4 Multi select is not working. After clicking checkbox to select the rows in Combo box I couldn' able to get the selected rows. I have attached the screenshots of service bindings and results for your reference.
Hello everyone, In the legacy version of the Listwidget one was able to to Statebased formatting for the Rows. Now I don't see this option in the new Listwidget. Have I just overseen it or is it simply not possible? If its not possible, does anyone know whether this feature will be added in the future? Any hints on that are appreciated very much. Best Regards, Dominik
Hi all, I am creating a service which calls an external API using the Put JSON content loader function. I am having a problem with the content part of the params in the function where Thingworx expects me to send a JSON object but the API expects to receive an array of objects. What I want to do: var params = { headers: {headers_here}, url: url_here //Thingworx expects content to be wrapped in {} but I need it to be [] content: [{object: here}, {object: here}, {object: here}] }; I don't get any errors on Thingworx but it doesn't change anything on the external API side. It works when sending through Postman so I suspect Thingworx is doing something behind the scenes to change the format of the data. Any help would be brilliant
Hello All, I'm using OPC Router software to connect to Thingworx. In the configuration session of OPC router, The CA certificate of thingworx is required. who can help me with this problem? Thanks and Best Regards.
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.