Recently active
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.
Team, We need to display user presence and absence time slot for the 8 hour shift as provided in the attachment. Can you please suggest the widget to be used and solution approach for this in PTC thingworx. Regards, Santhosh
What services needs to written at the template level.? What service needs to be written in the helper things.? Is service call from one thing to another thing with in loops are costlier in terms of execution and memory utilization ? Do we have any general documentation ?? Thanks!
Adding this in for anyone else who runs across the same issue, I was having a little bit of trouble initially figuring out how to use the CustomClass feature for the widgets (no offense to you PTC but the documentation was pretty tough to find on this and a tad bit wacky, definitely could use some updates, link to it is at the bottom) with CSS, so for those of you like me, here you go: 1) Add your Custom CSS class to the Mashup's Custom CSS tab: - Here is what your class should look like if you want to change the Background label color to red, first name being the CustomClass, second being the widget class .Red ptcs-label:not([no-wc-style])[variant=label] {background: red;} 2) Next, populate the CustomClass parameter of your label widget: - Find your widget - Input the name of the CustomClass and it will override the CSS for the widget (TIP: There does not need to be a dot "." in front of it.) 3) Save and refresh: - Your class shoul
Hi Team! I try to send any sensors measurements from my board to my Mashup. The code is worked in this url: https://blog.avotrix.com/esp8266-with-thingworx/ but the code has crashed like the printscreen. My library was recently downloaded, in another sketchs its works as well! How I can fix it? Follow to My Mashup and prototype board. Thanks to all.Telles.
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.