Recently active
During migration, importing extensions failed. Log shows "Export file missing version information. No migration will be performed.". What should be updated in the extension for the successful import???
I wan't to chose the row, display and edit it. Like that but when i use grid advance, i'm only can display data table. i don't know how to chose and edit it. Pls send me some tutorials or tell me what service to do Thank you!
Hi , I want to create a folder in a thingworx repository to be able to upload a file in it. I know how to upload a file, for example: curl -v -H "X-XSRF-TOKEN: TWX-XSRF-TOKEN-VALUE" -H "AppKey: $APPKEY" \-F "upload-repository=MyRepository" \-F "upload-submit=Upload" \-F "file=@myFile.tar.gz;type=application/x-zip-compressed" "$TWXURL/FileRepositoryUploader" \-m 60 -f I want to create a subfolder by the same way? Thanks for your help.
Hello, I was wondering weither it would be possible to store the data i pull from my DB inside a stream?I succefuly made the connexion to Mssql and i am able to query those data using a service. The reason behind this is that i'd like to be able to iterate through or use the recent temperature data stored in the stream inside a subscription that does some manipulations for me. Thank you in advance
I have 2 infotables (Class_Grid and InfotableClass). I want to move a row from one table to another pressing the butons ADD or REMOVE: I achived this using this tables as Properties of a thing and a service for each button that I created:For example: Add Button. var size = me.Class_Grid.getRowCount();for(var i=0; i<size; i++){if (me.Class_Grid.rows[i].pkMatclassid == Selected_Class.pkMatclassid){me.Class_Grid.RemoveRow(i);infotableClass.AddRow({pkMatclassid:Selected_Class.pkMatclassid,pkMaterialid:ID});break;} } BUT, as the mashup will be in a Company LAN, and the mashup can be opened by more than 1 session/user at the same time, the user can not see how the tables are changing if the user is not pressing this button... Because this is qhat is happening to me now. When I call the GETProperties function of the Thing to refresh data, I can see how ttables that I do not touch have changed.So I was wondering if there is some way to achieve this. I tried to use only a serv
Hi, Team. I programming this sketch. I got it assembly the packge to my Thing. But the values don´t update. If I get the URL in Monitor Serial, copy and paste in navigator. The properties of TW are updated. Maybe the problema is in http.begin... #include <Arduino.h>#include <ESP8266WiFi.h>#include <ESP8266HTTPClient.h>#include <ArduinoHttpClient.h>#include <WiFiClientSecureBearSSL.h> const char* ssid = "InfoAxis_NET1";const char* password = "InfoNet1"; char server[] = "";char appKey[] = ""; char thingName[] = "Box"; char property1[]="pressao";char property2[]="temperatura"; #define ACCEPT_TYPE "text/csv" void setup(){Serial.begin(115200);WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED){delay(1000);Serial.print(".");}} void loop() { if(WiFi.status() == WL_CONNECTED){HTTPClient http;String pressao = ("200");int a = pressao.length();Serial.print("Tamanho da String: ");Serial.println(a);String URL = String(server)+ "/Thingworx/Things/" +
Did you get a solution for this? if yes, please share it.
I have one time series chart and my timestamp is getting distorted. is there any way that whole time stamp become visible. format is yy-MM-dd HH:mm:ss currently i'm getting thing after turncate x axis
Is there any extension available to convert JSON input like below to csv format {"array": [{"Pulse": "110","Maxpulse": "130","Duration": "60","Calories": "409.1"},{"Pulse": "117","Maxpulse": "145","Duration": "60","Calories": "479.0"},{"Pulse": "103","Maxpulse": "135","Duration": "60","Calories": "340.0"}]}
Is your team operating an effective DevOps pipeline? DevOps is an important part of a mature, enterprise ready application, but the process isn’t simple. This expert session will focus on how a full DevOps pipeline looks like and how PTC can help to build a seamless pipeline. Join us for our upcoming Expert Session to learn how to create a Docker image, integrate Azure with Docker and Git, and set up a seamless DevOps pipeline. When? Thursday, September 30th 2021 | 11 AM EST Host: Tori FIrewind, Senior Engineer in PTC IOT Enterprise Deployment Center Registration link: https://www.ptc.com/en/resources/iiot/webcast/devops-pipeline-thingworx
Hi, I am trying to export one of the entities from 8.4 and import in 9.2 but that entity in 8.4 has dependency on other entities which has been removed in 9.2. In my case these two entities in 8.4 has been removed in 9.2 Entity Type Entity Name Data Shape • PTC.ISA95.PhysicalAssetCapabilityTestSpecificationThingTemplateList Thing Template • PTC.ISA95.PhysicalAssetCapabilityTestSpecificationThingTemplate What is the alternate solution for the removed entities?
When service sending datas to list widget, loading symbol is coming. Once the loading symbol stopped, the list is not having all of its datas(it is empty). it takes even more time to get the datas after the loading symbol stops. How to handle this? I want to increase the loading symbol timing (or) list should get and display the datas once loading symbol ends.
Any REST API is there to speedup the execution of the code?? or any other possibility is there to speedup the execution??
Hi Developers, I need your help on tab menu in ThingWorx 8.5.8. I added a "Tab_geCore" on my Mashup but cannot see the tab menus. (see attached image files in more details.) How can I adjust it ?
Since the support is closed for thingworx 8.5, does we will get new license for thingworx 8.5 to launch a instance in cloud??
Hi, Now I am creating daily reports(calculated values which carry numerical values) and writing them as .csv to send my team. My team is located in Poland and Germany so their local setting in excel for numbers to carry decimal values is a comma'','' but Thingworx creating CSV with dots''.'' The issue is dots are not considered as numbers it considered as strings!! Is there any way to resolve this ? or can we generate excel via service? or can I trigger the mashup widget(data export: which has generating excel file option) from the service?
Cannot find DatabaseLog in Thingworx 9.1.0 Monitoring logs but able to see the same in thingworx 9.0.0 Could you please help me If I have to make any changes
Resetting list widget to default value option is not there. Any other option is available?
Hi, I always have a question, why the BaseTemplate cannot be replaced while the ThingShape can be removed or added freely ? I can understand that , for certain kind of ThingTemplate, for example: DatabaseThing, it cannot be replaced ,otherwise the codes of SQL Query/Command are lost . But for the most of the things derived from GenericThing, why the platform doesn't allow to change the BaseTemplate ? Regards, Sean
While creating any entities, the project name & model tag name should be selected by default. How to enable this functionality?
Hi! I did set up the environment as the tutorial suggested, but when I start the luaScript, the following debug message that I get (see pic below). I tried to attach the http server to different port, recreated the thing entity, but seems the properties dont get updated, however if i readd the bindings they get refreshed. What could be the problem, if there is any?
Hello I have created one infotable that contains two columns as Name and State. I have created one service to select distinct states from the info table. I binded output of this service to dropdown widget in mashup. Now I want to create new dropdown to show all names for selected states. and for this I need to create one service which will output infotable containg all names for that state. Please help.
hello, After starting thingworx web server when I make launch option I am getting error like page not found http error 401. before it was working fine. suddenly this error raised and it is not accepting correct username and password. please find the attached images and share kindly suitable solution to fix this error.
Thingworx 9.1.0 I have placed a label on a panel.The label can contain any number of characters.If the space gets exhausted then the information on the label is cut..Is it possible to get a scroll bar for label widget to show huge information or shall I use any other widget?
Hi there, I managed to connect to the mosquitto broker using SSL, but I am not getting any values and it looks that it's not scanning. I try to send values from mosquitto in two ways: mosquitto_pub -h ip -p port --cafile x --cert x --key x -u "x" -P "x" -t sensor/PM25 -m "{ \"timestamp\": \"2021\", \"values\": [{\"id\": \"MQTT-Ubuntu.Device1.Senzor PM25\", \"v\": \"20\" }] }" mosquitto_pub -h ip -p port --cafile x --cert x --key x -u "x" -P "x" -t sensor -m "{ \"PM25\": \"20\" }" --repeat 60 --repeat-delay 1 I get an error from IoT Gateway that it can't deserialize the data, also in the MQTT Client OPC Quick Client there is nothing in the Value tag. The MQTT tag address is like this: /sensor+PM25 Any help would be appreciated. Thankyou!
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.