Recently active
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 all, I have some troubles with Asset Advisor - Equipment Statuses What is update period of Equipment statuses ? How MFG apps scan Expressions ? What exactly mean criticalyOrder ? i have connect CNC machine to MFG via OPC but status not changing correctly. Sometimes It takes 2s, sometimes 20s and sometimes more than 1 minute. Sometimes when the expression changes in that time, status is not displayed at all (we have downtime for example 20s but status is still running) Thank you
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.
Hi, If you need to change the used hostname at installation of Thingworx Flow, some manual changes should be done without re-installing Flow. Basically, hostname for Flow should be changed in the nginx configuration and in Flow modules configuration; whenever you see the hostname used at Flow installation, change it with the new hostname. Change the following configurations after renaming the ThingWorx Flow server in Windows OS : 1. Stop Flow, Nginx and ThingWorx Tomcat services 2. Update C:\Program Files\ <nginx>\conf\conf.d\vhost-flow.conf server_name : change hostname with new one 3. Update C:\Program Files (x86)\ <ThingWorxFlow>\modules\lookup\deploymentConfig.json ENDPOINT : change hostname with new one 4. Update <ThingWorxFlow>\modules\oauth\deploymentConfig.json UI_ENDPOINT : change hostname with new oneENDPOINT : change hostname with new one 5
Thingworx SCO has the KPI function. Can this function be added to SCP?
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.
Hi everyone, let me start by saying I am very new in Thingworx. My goal is to use MsSQL database to log data coming in through Kepware (OPC). I am trying to do so using a Value Stream, pointing locally to a thing which contains all the data I want to store, and a Persistence Provider that connects it to my database in MsSQL. All the properties have the checkbox "logged" active, and Data Change Type is set to "Always". The data is coming in fine, and I also verified connection to the database with an additional thing using the MSSqlServer template. This thing is configured exactly like the persistence provider (using JDBC driver and connection string) and I can successfully send queries to the database. I do not get any error message in the diagnostic logs, nor configuration errors, but the properties I have configured in the Value Stream are not coming into the MsSQL tables (or no table is being created in the database). Am I doing something entirely wrong? Or is t
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.