Recently active
Dear ptc community,i got a problem and couldn't find an answer like usual. For example my state format is like this now, everything under 30 is red, from 30 to 50 is yellow and 50 to 100 is green. The Problem now is i got like 16 values from 1 to 20000 and everything what is above 100 is automtically green. So my question is there anything like percentage state formatting or some other ways which could help me. Thx in forward.
I wrote a service to update all the values of a thing to DataTable. But i need to do the same when automatically, when the new data updates in a thing. Pls support in writing a sub'n which triggers the service and updates the DataTable whenever the particular property updates in a thing
Hello, I was walking through the C SDK Tutorial in the following website (https://developer.thingworx.com/en/resources/guides/thingworx-c-sdk-tutorial/c-environment-setup) and in the step 2, the link for ThingWorx C Edge SDK is unable to open and got the error of "This XML file does not appear to have any style information associated with it. The document tree is shown below" . May I know where can I access the link for ThingWorx C Edge SDK? Thank you.
Good morningI need to install the THINGWORX ANALYTICS family, THINGWORX CONNECTION SERVICES,THINGWORX EDGE MICROSERVERS,THINGWORX EDGE SDK,THINGWORX FOUNDATION,THINGWORX KEPWARE SERVER would have any ISO that I can download for Windows or for Linux with all settings ? Would you have any manuals on how to set up? This would be for test basis to then put on a real basis
Hi, I'm trying to find the Google Maps extension on PTC support, I've searched through all the releases under Thing Worx Foundation, and I'm not able to find it , Help me, asseblief.
Hi,How can i use the ImportSourceControlledEntities service to import a single entity: I guess i need to use the entityFilter parameter, but i'm not able to find the correct syntax: let entityFilter = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "EntityDifference" }); entityFilter.AddRow({name: "myTemplateToImport", entityType:"ThingTemplate"}); Resources["SourceControlFunctions"].ImportSourceControlledEntities({ entityFilter: entityFilter, repositoryName: "SystemRepository", path: "src/twx-source" }); Any help or example would be appreciate.
Hey all, Hopefully someone might of had something similar happen to them. We have a number of mould machines, ranging from kraussmaffei, fanuc, engel etc.... We have a reoccurring issue where the kraussmaffei mould machine (Connected to Kepware via Euromap 63) gets shut down for batch changes or maintenance, After a couple hours, the whole of kepware will go down for all the other moulds. We tested this by disabling kepware for the kraussmaffei machines, and not had any issues since. But we've been unable to narrow down, or really begin on what could be causing this. Any suggestions on where to begin? What to look out for in the event logs? What causes "bad data quality" to the point it breaks?
Hi all, I am trying to replace '_' underscores from a given string, using the string.replace function,but I am not able to achieve this,can anyone tell me where I am going wrong. Thanks,Sujith
Hi, I am updating a style definition to different colors based on a logic in my Thingworx screen.But for the updated style to be reflected in the screen, I am reloading the whole page now. Is it possible to see the updated style definitions in the screen without page reload? Thank you in advance,Sadagopan PSSKP
Hi, I found the system ThingShape [ValueStream] has lots of depending entities, while it's property, service, event, subscription are empty. where do the relationships of the ThingShape [ValueStream] come from ? Regards, Sean
Hello, how to dynamically create an InfluxDB database and a Persistence Provider from a Thing service? Best. Pietro
In Thingworx 9.1,how to format the list widget like dropdown?? Right now it is coming with list of values. The bdropdown should show the list of values only when the user clicks on the list widget. How to do this in twx 9.1.0-b10877.
Hello community, I am newbie to C SDK. I am using Linux odroid 4.9.277-122 aarch64 GNU/Linux I compile the C SDK program by using the following command. make PLATFORM=gcc-linux-x86-64 BUILD=release I got " unknown type " error in the twMessages.h, twMessaging.h, twApi.h header files. In file included from ../src/twMessages.h:13, from ../src/twMessaging.h:7, from ../src/twApi.h:21, from ../src/main.c:99: ../src/twInfoTable.h:88:2: error: unknown type name 'twList' 88 | twList * aspects; /**< A ::twList of the aspects associated with the entry. **/ | ^~~~~~ ../src/twInfoTable.h:186:2: error: unknown type name 'twList' 186 | twList * entries; /**< A list of the entries associated with the ::twDa taShape **/ | ^~~~~~ ../src/twInfoTable.h:303:2: error: unknown type name 'twList' 303 | twList * fieldEntries; /**< A ::twList of the entries associated with t he ::twInfoTableRow. **/ | ^~~~~~ ../src/twI
The error message I receive is: unable to convert from org.Mozilla.javascript,uniqueTag to info table.var json=me.jsondata_JS();//result = JSON;for (let i=0;i<json.lenght;i++){var con=me.jstsql({id: json[i].id /* INTEGER */,email: json[i].email /* STRING */,first_name: json[i].first_name /* STRING */,last_name: json[i].last_name /* STRING */,avatar: json[i].avatar /* STRING */});result = con;}
Hi Developers, I have created a mashup with all the user input selection widgets. The user selections are put together as an infotable and set into the mashup parameter(which is a bi directional one) of that mashup. Now I'm using the Input mashup inside another mashup through the contained mashup widget. My only problem here is that the mashup parameter from the contained mashup doesn't have the changed event which i need to trigger the data service which consumes the infotable mashup parameter. How do i overcome this? Also i cannot use sesion variables. Regards,Saran
Hello, community, I am trying to back up my project on ThingWorx. I have created a subscription that listens to a scheduled event.I also made a user and password property on my "helper thing" that I use in my subscription.I followed this article: https://www.ptc.com/en/support/article/CS210224However, no exports are being created in the ThingWorx storage folder. What might be the reason for this? Regards,Jay_nisa.
Hi community team,I want to set the limitation of selecting dates on the TWX datepickers within the range of 30 days only. If the selected date’s duration is more than 30 days then the data should not be accessed.Like, There are two date pickers, In the first date picker (StartDate) I want that the user can select any date (For example user selects the date of 7th June 2022 ) then I want that in the second date picker (EndDate), Only those dates are visible which are next to the 30 days from the start date (For eg: till 5th July 2022) and all the other dates and the year dropdown will be disabled.OrIn the second date picker, it should show only dates till 30 days from the first date picker (Start Date).Is it possible in ThingWorx Date Picker widget to set it for the specified dates only? ThingWorx Version 9.3.2 @PEHOWE @PaiChung @slangley @
Manufacturing Apps Extension Comes with this Project This Project Usually helps the user to create the tables based on DataShape, and do some operations like insert as shown below var result = Things["PTC.SCA.SCO.PostgresDatabase"].Insert({ infoTable: MaterialClasses, dataShapeName: "PTC.SCA.SCO.MaterialClass" }); Similar way for the query, update Code Snippets can be used. This is the very Optimized way to avoid the Performance issue of DataTables (if there are more than 20,000 or 100,000 Records ).But this Project comes with Manufacturing Apps only1. How this can be achieved in Thingworx where there is no Manufacturing Apps ? 2. Is there a way to use PTC.SCA.SCO.DataConnection in Thingworx without Manufacturing Apps ?
Hi ,Creating/Working on the Custom Widgets, is there any already made widgets available for PTC side or through any Github, where team can explore and experiment the custom widgets for Thingworx 9.3 version. @slangley @c_lowy @CarlesColl @paic Thanks,Shashi.
Hi,Trying to develop an Google Chart widget extension, when imported the Extension in to the TWX shows following error: Attached the Extension Zip File for reference@slangley @c_lowy @PaiChung @CarlesColl @VladimirRosu_116627 @VladimirN @Rajkumar_20673 Thanks,Shashi.
Hello Guys,Is it possible to do a State Formatting not by fixed values for a label chart? For example the main value is 24 581 and I want that the bar is red when it hits below 25 percentage of that value.
Hello, Thingworx version 9.3. our customer has two Thingworx environments, Test and Production, respectively.Application development and tests are performed in Test environment,Final deployment in Production environment is done by importing the project from the Test environment. Since data and property values differ between the two, the import is done without overwriting property values (i.e., the "Overwrite property values" option is deselected in the Import panel). Now, let's suppose we change an existing Thing in Test enviroment by adding some new Services and Properties.We need to import such changes in Production, without overwriting property values.However, after the import process, the new Properties and Services of the Thing are not present in Production. They are correctly exported in the generated xml.. Can anybody confirm this behavior?How to import new added Services/Properties of a Thing without overwriting Property values? Best,Pietro&n
I'm new here and starting to work with Kepware. For this new site, in the Properties of the RTAC device, if we leave the Block Sizes, Internal Registers at the default setting of 32, the last 11 tags show "Unknown" Value in the Quick Client. If we change the setting to 16, there are 3 Unknown. At 8 there are 3 Unknown, but 9 there are 4. I've tried several other Register numbers and the Unknown tags varies up and down, with no discernible pattern. We just can't determine the logic behind what is set in Internal Registers and how many tags show an Unknown value. We currently have the setting at 1 and it's showing all the tags. Anyone know how to properly determine what the Internal Registers should be? I'm attaching 4 screenshots showing the Registers setting and the Tags that are Unknown. Thanks! Mike
Hi, We are storing info table data in datatable. Is there any way to add indexing in info table columns storing in Datatable? Referring to below article:https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/indexed_properties.html#wwID0ER5EV Thanks,Meghna
Where can I find the platform folder?
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.