Recently active
Hi all,How to select a row from the collection widget using the check box? Thank You.
Hello!, I'm developing a very huge aplication and we will have a lot of devices (more than 1 million).The main thing is that the app has to have the posibility of retrieve one o two from the one million of device when It will be necesary. Which is the most efficient way for to do that?These are the options that I thougth:1. GetImplementingThingsWithData it's efficient (with a query parameter)?2. It's better to have all this data in a database and make a query? 3. Create a network tree entity it's a good idea? Thank you in advance. Luis :D.
Hi , I noticed 9.2.5 get released recently and some enhancements are included in this version. I guess the same enhancements will be included in 9.3.1 as well, I wonder when 9.3.1 will release , so that I can plan the platform version for my customer. Regards, Sean
On Windows pressing Ctrl+alt+F9 works fine, but how do I do this in Chrome on MacOS? The mac does not have an "alt" button and "option" does not work. https://community.ptc.com/t5/ThingWorx-Developers/how-to-hide-the-quot-show-hide-log-quot-bar-in-a-mashup-tests/td-p/504169 I have tried several keystroke combinations, but no luck...the only way I have found so far is to add this at the end of the URL: &__fromBuilder= This is rather frustrating and there must be a simple answer to this.
Hi All,I,m trying to register for cloud trial version or the local download zip of Thingworx. I,m not able to see the options anymore. Is the trial option stopped now.
I am following this guide https://developer.thingworx.com/en/resources/guides/eclipse-plugin-thingworx-extension-development-tutorial/chapter-11-build-extension I am having no sintax errors, as I copied the example code to be sure. But I can't build it after following every step. It gives me this only error https://justpaste.it/4hudv(I uploaded the error to justpaste.it because it is too long for this post) I am on Windows 10Eclipse Version: 2021-12 (4.22.0)Build id: 20211202-1639
Is there a way to do that? I have only found the services to set REMOTE bindings I am using Thingworx 8.5 Thanks
I am using the Thingworx apps v9.1 and once i setup a machine, shift, and KPI elements, my scheduler calculates the KPIs every 5 minutes. so far they work great, but if i want to get a KPI for date range outside of my current shift. Example:Currently, Effectiveness calculates PRI x PQ / APT (for the current shift) I want to be able to query the KPI values outside of the shift.any thoughts?
I want to change the schedule chart widget resource axis labels default color (blue) to black , please let me know how to achieve it.
As a part of POC, we are implementing a page having a menu on the left sides. When user clicks on each menu a page will get loaded. In every page we are having two toggle buttons. On toggle button press, it will navigated to to another page. After this click, if user selects another menu and came back to the previous menu, the already loaded page is not getting displayed. Eg : We are having 2 items in menu. 'Mashing' and 'Loitering'. When user clicks on Mashing, the mashing screen1 displays. In this screen when user clicks on toggle button, system will display mashing screen2. Then if go to "Loitering "menu and come back to Mashing the already selected page mashing screen should be displayed. But now it is displaying mashing screen1. So we need to get the current mashup name so that it can be passed to a service. Please help to share your advice on the same.
Hello, I tried the Rest API in postman and able to call the services but Is there any way I can use REST API in web browser ? Thanks
Hello !I looking for a Lorawan Gateway which could do a direct connexion to Thingworx.I tried the 'CloudGate' gateway from 'Option', but it crashes when I bound my remote thing in TWX8.5.I am waiting for option support, but I need to find quickly another solution. Any idea of which product could match?Thanks for your help,Regards,Foucauld
Hello, Can we create a mashup using REST APIs? How can we define or provide Widgets related information in this case? Thanks
Hello, I want to use collection widget for one of my use case but couldn't able to find much details . Do we have any guide or steps to do so? Thanks
Hello all, I want to create a predictive model with an ordinal goal variable based on a time series dataset of around one million entries. Unfortunatly the creation always failed with the error you can find in the attachment. Does anybody know how I can fix this problem? Here are some more information:- ThingWOrx Version: ThingWorx 9.0.2- Used learners in the model: Neural_Net, Decision_Tree and Gradient_Boost- Used Ensambler: Average- LookbackSize: 4- No use of goal history Thank you already in adcance. Kind regards David
Dear community, I am using PDFExport extension to create pdf files of mashups. Very important is the support of timezones as we run Thingworx around the globe. One of our plants is in Curitiba, Brazil. Unfortunately the available list of timezones does not support any location in Brazil (or I am blind - which would the easiest yet most embarassing solution), all my reports are showing the "wrong" (for local users) UTC timestamps. Checking the code I traced it back to the jbrowserdriver library, the related class on github is here:https://github.com/MachinePublishers/jBrowserDriver/blob/master/src/com/machinepublishers/jbrowserdriver/Timezone.java So apparently there is no chance to add a timezone other than adding it to a list in a project which hasn't been touched since 2018. 😞 Any ideas what I could do? Especially I hope for @VladimirRosu_116627 (or @VladimirRosu_363587 ?). Thank youBenny
for thingworx exploration and thingworx IOT system devloping is .Net developer helpful?
Hi All,I must to migrate IoT ApplicationFROM Thingworx 8.4 with Persistent Provider PostgreSQL and Additional Persistent Provider InfluxDB (DB InfluxDB 1.7) TO Thingworx 9.2 with Persistent Provider PostgreSQL and Additional Persistent Provider InfluxDB (DB InfluxDB 1.8.4). In the source system (Thingworx 8.4 and Persistence Provide InfluxDB , DB Version 1.7) data are stored in a very big ValueStream.Using standard migration process (export/import from Thingworx) takes a long time because I must split data using DataTimeStart and DataTimeEnd , in order to avoid problems on source system. Would it be possible to migrate data from DB InfluxDB Version 1.7 to DB InfluxDB version 1.8.4 and somehow recreating the ValueStream on Thingworx 9.2 that points to the data on the InfluxDB 1.8.4 db?Any suggestion is appreciatedBRDimitri
what is the difference between authorization and authentication in thingworx?
Hi all, Is there any way to change the browser tab title and icon? /VR
How to list the files in all the subfolders of a SystemRepository in a given directory. Example path: DCS001/R1/Device/Pressure/Pressure1.txt, Pressure2.txt, Pressure3.txt DCS001/R1/Device/Temperature/Temperature1.txt, Temperature2.txt, Temperature3.txt We need a RestAPI/extension should have the following parameters: Input file name: /SystemRepository/DCS001 Output: Pressure1.txt, Pressure2.txt, Pressure3.txt,Temperature1.txt, Temperature2.txt, Temperature3.txt Kindly let us know the solution to achieve this usecase!
Hi, Is it possible to control container size in runtime? If so someone please guide me. /VR
When session timeout happening, we have to create organisation url to logout the session. How to do this? and how to test this scenario during development?
Will Thingworx support custom subsystem
Dear PTC Community, since yesterday I can not find the possibility to create a hosted trial in Thingworx anymore (see attached).Are there currently any issues or is it just me not seeing it anymore? Thank you very much and best regardsHG
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.