Recently active
Hi, We are planning to install TW 9.2.1 in client environment. We took the system requirement from the Help site and we wanted to know more about the hardware requirement and software requirement. We wanted to know which version of SQL server and Postgres server can be compatible for 9.2.1. Please let know where I can find the links for more details. Thanks in advance.
Hello, I have a task where I need to compare 2 rows from an infotable output, and when the value = a number <8> for example, take the timestamp from the first result value of 8 and compare it from the next result of 8. When a match is found, I need to calculate the difference in milliseconds in a new column. How can I accomplish this? Thanks
As I cant do two bindings to single input in service, Ill create 2 input parameters. But out of two inputs, which is the latest input that should be processed inside code and give result. How to do that??
Hello, The use case is that i have machine that needs to call o make a call to the platform to check of it available before sending data. is there any embedded service that can do? any idea? Thanks, Yous
Hello Expert. I have the details of the customers stored in a table in a external database, i retrieve all the information using a query and list them in a Grid widget perfectly. my question, does the Grid widget (Or any similar widget) have an event that allows me when i click on a customer in the Grid to get a mashup opened with an the information of that specific customer so i can edit it. Thanks, Yous
So I'm trying to figure out how I can pull the data from an existing windchill report into Thingworx. I already have a service that pulls data from a saved search in Windchill and the line looks like this: oid: "wt.query.SavedQuery:880242649", // Saved Query Would I be able to change this to pull data from a report template instead? Any help is much appreciated, thanks!
Please Guide Any solution for this error
Hi I need to install Thingworx 9.2 on a server for Postgress sql. In between Thingworx Installer and Manual installation, I need suggestions on which is the better option. And what are the differences between them in terms of platform stability, performance, and maintenance. Thanks and regards.
Hi i have used Icons in MENU definitions. for some reason, the icons are cropped at the bottom. Any way to fix this?
Hi All, Recently we upgraded our Thingworx platform from 8.4 to 9.1.3. In the newer version, To save any changes made in mashups opened in mashup builder, Thingworx takes at least 40 seconds. I don't see any performance issue during runtime. Any suggestions would be appreciated.
I added a current speed property and Valuestream to my Thing.Then I added the QueryPropertyHistory service to my Mash up. I bind the data to my label chart. But I found that my label chart will refresh and update the data every ten seconds. I set it to refresh every 0.3 seconds in the autorefresh widget. How to speed up the update rate of my label chart?
Hi I'm trying to use custom configuration made using json provided to grid advance widget. But, I'm not able to achieve what I want. I want to make only few columns of table to editable state formatting to columns according to the value following is the json I'm trying. please help to know what wrong I'm doing. Also can anywhere I can get reference format for configuration json. var configuration = {"cellEditingEnabled": false,"columns": { // Required"idFieldName": "id", // {string} Required. The name of the 'id' column containing the primary key."header": { // Optional"titleCase": "", // *{string} header title case setting. Options: 'lower', 'upper', 'camel'"overflow": "wrapped" // *{string} header overflow setting. Options: 'fitted', 'wrapped', 'clipped', 'ellipsis', 'tooltip'},"columnDefs": [ // Optional{"targets": 0, // {integer} the index of the column to which this data applies."fieldName": "id", // {string} the data field name."title": "ID", // *{string} the column displa
Hi Team, Currently I am using trail version of Thingworx 9.2. Is there a way that I can get MQTT extension to practice on it? Thanks and Regards,
Hi, I am working on creating custom service in thingworx composer and implemented Try-Catch. But could not able fetch the exception details from client program using c# or httpClient. Getting generic error message like "Response status code does not indicate success: 500 ()." How to collect actual service error message/code from client program like timeout error or other... based on error., use retry mechanism. Thanks, Gopi.
Hi, Team! I´m started this trainning: https://developer.thingworx.com/resources/guides/connect-adafruit-feather but I can´t find, in STEP3: Run Arduino Demo, the Thing ESP8266Board like the printscreen. Excsists another way or url to keep going with this trainning? Regards.Telles.
Hi,Team. In this trainning:https://developer.thingworx.com/en/resources/learning-paths/getting-started-on-thingworx-platform/thingworx-foundation-quickstart/display-device-dataI can´t configurate the DATA GAUGE and DATA LINE CHART, like this pic.I started the trainning couple times, and do step by step carefully. How I can config correctly?I´m using VM 12.0.2.Regards.Telles.
Hi, Team! I try to use TX composer in VM TX 12.0.1.2 rev1, but the TX simply don´t up.The Whincill, Tomcat are Ok.Exists a ordem to up the TX, in app shortcuts?Anybody uses the 12.0.2 Rev, and obtain sucess?Regards.Telles.
Hi, to all. I looking for iniciate examples to connect my esp32 e all sensor boards with Thingworxs. Maybe you can help in that´s quest, because I don´t uses never before the TW. I know that´s I need creat a User ,and a Key, and thing to receive my request, but the Project Option is empty. Thanks to all.rafaeltelles@infoaxis.com.br
Dear Community, I have a page that contains three Tab pages. I click the Button on another page to pop up the Tab page. When I select the second tab page in the pop-up Tab page and click Close, the next time I click the button, the pop-up tab page is still the first Second, is there any way to keep displaying the first tab page after opening it? Thank you! Best Regards, Chason
The attached extension contains a widget called gravity panel. I can import this extension succesfully ( logs are OK), but the associated widget (Gravity panel) is not visible when editing a mashup.
Hi All, In https://www.ptc.com/en/support/article/CS246701, we can find this advice: "if you are going to have a large number of MQTT devices, you may want to use the MQTTConnection / MQTTSubscriber entities instead." My question is: May i use only 1 instance of MQTTConnection and many instances of MQTTSubscribers or as many MQTTConnection as MQTTSubscribers ? (I will have several thousand things that should communicate through mqtt)
I have a JSON from Infotable, but I have a lot of information i don't need. I just want "rows". I do not want "datashape". What is the code to take only "rows" or delete the "datashape"? json= {"rows":[ {"Desc":"b", "Class":"d", }], "dataShape":{ "fieldDefinitions":{ "Desc":{ "name":"Desc", "aspects":{"isPrimaryKey":false}, &
If thingworx been installed by manual, I can add some para in Tomcat GUI to remote debug. I have mastered this method. But if the thingworx been installed by foudation install package,The thingworx are not been started by Tomcat GUI,I want to know how to config in order to remote debug.
Hi Team, How to export data or page in excel/word/pdf in thingworx 9.1 as data export OOB widget is only used for exporting to csv format data? Is there any extension already present in marketplace. Please advise. Thanks in advance.
Hello Everybody, 1.I'm new to Thingworx LDAP. 2.I'm able to map the “Active Directory Group Name” to “Thingworx Group Name” via TWX - Directory Service. But, unable to login. See, below. For details, see attached.
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.