Recently active
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.
Hello Expert, I have a menu defined in the master mashup and i am wondering is there any way so i can instead of having teh menu there all time having it hidden and when clicking on button the menu shows up again. Regards, Yous
I list all the data i need in the advanced grid and i would like to have a button or other widget so i can export it to cvs or excel file. Thanks, Yous
Hi community, We will be using the C-SDK in a upcoming project and there are some concerns which GCC version to use. We are aiming to use GCC version 6.3.0 to port existing system to ThingWorx. In the CMakeFile C99 is mentione menaing GCC version > 4.5 should be used according to my knowledge.A bit futher down C11 is mentioned whne compiling for UWP platform. Question, do anyone know from which GCC version is recommended to run with ThingWorx C-SDK? Kind regards //JD
Hello experts, I have an infotable called XXX for example, the infotable has a datashape that has only one attribute called element, so if a add one element, from Prperties and services the infotable appears like XXX(1), if i add other element, it changes to XXX(2).... i want a service to update the number of element based on the number i will give, i mean if i give 5 the number of elements in my infotable it changes to XXX(5). Thanks, Youssef
CPU memory utilization for Apache is very very high when the Thingworx Industrial Thing is connected. It's closed to 12 Giga Byte when ThingWorx Industrial Thing is connected. CPU memory utization is near about 3 Giga Byte only when ThingWorx Industrial Thing is not connected. When I am going through application logs I can see this below log appearing multiple times. How to fix this below error? [T: TWEventProcessor-11] Error Executing Event Handler 'RunScheduler' for event Type.Thing:Entity.PTC.SCA.SCO.KPIScheduler:Event.ScheduledEvent Also is there any suggestions which we can do to lower down the memory utilization for Tomcat
I made an extension to read excel data in java. It works well. However, running this extension the next day results in a null. I don't know if this is a bug or what causes it.Please let me know if there is any opinion or solution to this phenomenon. For reference, I used thingworx 8.5.4
I have a list of entities prepared in an infotable. Looks like "Things[entityname].SetTags(params);" this code works only for things but not for media and style definition entities. Please help. try{ var selectedTags = INFOTABLE; \\(list of entities); var tableLength = selectedTags.rows.length;for (var x = 0; x < tableLength; x++) {var row = selectedTags.rows[x]; var tags = new Array();var params = {tags: "TagName:Voc"};var entityname = row.name;Things[entityname].SetTags(params); }}catch(err) {logger.error("Error @ Thing -"+me.name+", Myservice, @ line " + err.lineNumber + ": " + err);}
I am getting error origin from S.c.t.d.e.DSLProcessor. what does this error means?
In thingworx 8.4.2-b2151, the selected date in datepicker widget is not showing in grid advanced widget when passing through services. In grid advanced the date is coming like this " ??? ". How to resolve it.
Sometimes in normal window or in incognito tab of chrome browser, after loggedout the organization if we clicked browser's back button it is taking to organization's previous page. How to avoid this?
Hi All, I am using a Back Button widget in Mashup and when the common list url ends. It is redirecting to PTC Factory Console Mashup. Instead of that Can It be redirected to some other Mashup? Please let me know.
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.