Recently active
Hi, Can we have entity name as suffix for naming the entities in thingworx? As per the best practices in Help document, it says companyname and component name. But can we have entity name as suffix? Is that the best practices? Thanks, SV.
Hi, Team!I looking for a way to send a boolean variable to my microcontroller. I try to linked the Property Thing LED1 to Toogle Button, but isn´t work.How I can link the Toogle Button with Toogle Button? Regards.Telles.
Hi, Team! How I can change the size dimensions on Toogle Button?I change any properties and doesn´t works. Regards.Telles.
Hi,Installed KepServerEX 6.10 and it gets closed automatically when Opened@paic @slangley @c_lowy Thanks,Shashi
What is the limit of values we can show in dropdown of list widget?
I want to get the hostname of the client server using thingworx
Super simple widget that embeds the HTML5 audio tag, allowing MP3 files to be played and/or triggers by another mashup event.
Hi, Team! I work with these sketch but the TW don´t receive any data. Follow two printscreens.#include "ESP8266WiFi.h"#include<ESP8266HTTPClient.h> const char* ssid = "InfoAxis_NET1";const char* password = "InfoNet1"; char server[] = "xxxx";char appKey[] = "xxxx"; // ThingWorx detailschar thingName[] = "Box";char serviceName[] = "setValue"; //optionalchar 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 t ="{\"pressao\":\"40\"}";int a=t.length();Serial.println("TELLES");Serial.println(a);String URL = String(server) + "/Thingworx/Things/" + thingName + "/Properties/" + property1 + "?appKey=" + String(appKey);Serial.println(URL);http.begin(URL);http.addHeader("Accept",ACCEPT_TYPE,false,false);int httpcode=http.sendRequest("PUT",t);Ser
Good time! Can you please tell me if it is possible to create a notification from the service using MailServer? Or just a subscription? There is a service that returns statuses and some more data, it is necessary to send a notification by email according to the status data. Or is it necessary to create a separate property and a subscription for it and embed it in the service? thanks!
Hi, Team. How I can fix it?The Thing to attach on Mashupe is offline. Regards.Telles.
Hi, Team. I´m use the ESP12F in my board, to communicate with TX. I´m use the code bellow to update my Things.String fullRequestURL = String(server) + "/Thingworx/Things/" + ThingName + "/Properties/" + Property1 + "?method=PUT&value=" + d + "&appKey=" + String(APPKEY);http.begin(fullRequestURL);//Specify request destinationhttp.addHeader("Accept",ACCEPT_TYPE,false,false);http.addHeader("Content-Type","application/json",false,false);int httpCode = http.sendRequest("PUT", d);The httpCode has answer -1. In reference table, -1 it´s 404 to web server. But the server keeps on line. Also I copy and paste the generated URL, the Property Thing has updated.Regards.Telles.
Is there a work around instead of Kepware, Clients wanna use the Thingworx, but kepware is too costly to be afforded by the client. Is there a Work around open source where we can get data from OPC UA Modbus TCP Protocol and then send to the Thingworx. @paic @slangley @c_lowy Thanks !!
On a mashup loading list widget has previously selected values before running service for list. This might be due to session variables passed to the service as inputs which is binded to list widget. what is the solution for this
Hi all, I'm following this tutorial - Java SDK Tutorial | Developer Portal : ThingWorx I have download JAVA SDK from given link but I'm not able to thingworx-common and thingworx-communication-client jar file in it. Could anyone help me to fix this /VR
I need code to autodelete application logs in cloud as it consuming lots of memory. We have only 150gb for cloud account.
Hi. How can i connnect my "mysql" database in Thingworx, I try search in the forum but i dont found any answer about the Thingworx 9.2 ?
How to read csv file header ?? How to read csv file as a text file??
Hello everybody, Im trying to clear the selected device when I select this device in the google map widget. I'm trying by several ways but I dont get the correct option. Any can help me? Thanks in advance, Luis 😄
I found the following link for best practices for coding in javascript&colon; https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Best_Practices_for_Developing_Applications/JavaScriptCodingBestPractices.html Is this specific to thingworx 9? For example, it states infotables can be created in 1 line. var table = DataShapes["GenericStringList"].CreateValues(); I am on thingworx 8.5.3, and do not see any services under datashapes as it is not "thing".
I am getting the following message while installation of ThingWorxFoundationH2Trial-9.2.0-x64 There has been an error. foundation installation failed The application will exit now please help me with this
Hi! The "Remote Access Client (RAC) Support Matrix for ThingWorx Platform 9.2.1 and later" says that the v.3.0.0 of ThingWorx Remote Access Extension (RAE) is Required for using remote access in an environment with ThingWorx Platform v.9.2.1 and later. BUT v.3.0.0 of ThingWorx Remote Access Extension (RAE) does not appear in the download list. Could you please clarify which is the right version of ThingWorx Remote Access Extension (RAE) to use with ThingWorx Platform v.9.2.1 and later? Thanks in advance Pierluigi
Last Error Log: 2021-09-24 03:02:46.289+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-80-exec-1] Authentication failed: Please make sure the credentials are correct. Last Security Log: 2021-09-24 03:02:46.288+0000 [L: WARN] [O: S.c.t.s.a.AuthenticationUtilities] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-80-exec-1] Authentication attempt #1 FAILED for [user = Administrator]: Invalid Password 2021-09-24 03:02:46.289+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticationFilter] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-80-exec-1] Authentication failed: Please make sure the credentials are correct. Last Application log: 2021-09-24 02:55:17.263+0000 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] Datastore database...INITIALIZED 2021-09-24 02:56:17.184+0000 [L: WARN] [O: c.t.s.s.p.PlatformSubsystem] [I: ] [U: ] [S: ] [P: ] [T: pool-14-thread-1] Thingworx System Metrics_--------
Hi,I have installed thingworx through thingworx.war file, but it not starting up, there are no errors in the error log or application logApplication log: 2021-09-23 19:22:10.394+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] Subsystem SCIMSubsystem is disabled 2021-09-23 19:22:10.409+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] Subsystem WorkflowSubsystem is disabled 2021-09-23 19:22:10.409+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] Subsystem SolutionCentralSubsystem is starting 2021-09-23 19:22:10.409+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] Subsystem SolutionCentralSubsystem is started 2021-09-23 19:22:10.409+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] Install extensions from upgrade q
ThingWorx community, As part of our continual efforts to improve our offerings, ThingWorx product management regularly reviews the software deliverables we provide to our customers as well as how we do so. After a recent review of many ThingWorx extensions that are currently provided as supported products, we determined that making them available as open-source offerings would be the best way ahead. We have provided more details on our plans for them in a separate communication from PTC Technical Support. What we would like to announce in this post, however, is that our partner IQNOX will be taking over support for the use cases behind the ThingWorx Google Widgets, CSV parser, and Twilio extensions. IQNOX will be using and maintaining their own code, so these extensions are likely different from the ones you currently download from PTC. Although IQNOX will develop and market their own versions of these extensions on their own timelines, PTC support for the existing versio
While reading the csv files, iam getting only the datas of infotable's datashape. But iam not getting what is written in header. How to read the header of csv file???
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.