Recently active
Hi, Can anyone explain how can I check the version of the C SDK and CMake that I am using?
Need X out of Y coding model to raise custom alarm in Thing Worx. The values should be continuously recorded and need to raise a custom alarm if X out of the Y values breach the given limit. Example: X:3 & Y:5 and Values:[4,5,5,4,2], lets consider the limit to be 4 and type is greater or equal. So we can see that 4 values here are out of safe range, so need to raise a custom alarm. Ideally its little more complex than this, to consider all the parameters and condition. Has anyone ever developed something like this? if so please share your modelling technique.
When I press enter after thingworxPostgresqlDBSetup command prompt, it says password not supplied. What is wrong there?
edit: I realized this indicates a tag is R/W, editable. I'd imported a .csv file and I'd mistyped the addresses and the tag icons had a red exclamation mark on them.I saw the error and corrected it but now the tag icons have a pencil symbol on them.What does this indicate?Thanks!
i'm trying to creating widget on line chart using polymer & sdk web component utility. while doing that, i have imported required links into file.after importing and using the component, getting error "moment.js is required before ptcs-datepicker import"To resolve this issue, i have installed moment js via npm. still it is showing same errorcan anyone help me on this ??
Built an Custom widget, based on the Polymer JavaScript , when Extension ran through the Web Application, the chart looks like below Image: After importing the Custom-widget.zip file in to the Thingworx and when tried to show it on a Mashup, no chart appears And when viewed, following error is seen in the web console: ThanksRajkumar
Hello community, May I know where can I learn how to compile the C SDK program which include using ThingWorx library in the linux aarch64 processor? Because I already have C SDK program and I cannot compile the program successfully in linux aarch64. I want to know what are the requirements to be able to compile the C SDK program successfully in aarch64. For example, what src folder, build folder, platform folder, make file and packages do I need to install in the new aarch64 processor? Thank you.
Hello community, I define "data0" as number of remote property in Thingworx. In C SDK, I try to get the value in "data0" using tempPrimitive->val.number. However, there is segmentation fault in the command of "tempPrimitive->val.number" twPrimitive *tempPrimitive = 0; twApi_ReadProperty(TW_THING, thingName, "data0", &tempPrimitive, 1000, FALSE); printf("%lf",tempPrimitive->val.number); May I know how to solve the segementation fault issue? Is it related to binary file and library mismatched? If yes, may I know how can I solve mismatched issue? Thank you.
Hello everyone, I need help on the following issue: we have tablets that are supposed to scan barcodes via the camera. 1st question would be: is there a capability within ThingWorx to use the camera to scan barcodes? And if so, how could we get it and how can we use the scanned data within a ThingWorx application. 2nd question: If the scanning functionality within ThingWorx is not supported, could we integrate 3rd party websites that enable scanning (e.g. https://websdk.scandit.com/) into ThingWorx? If so, how can we use the scanned data within a ThingWorx application? Has someone been able to achieve this? First steps on how to approach this would also be incredibly helpful. Thank you!
Hello, community, I want to bind data to my line chart to display time series data. For this, I wrote a custom service on a helper thing. This service takes in as input a thing name and then outputs the "QueryNamedPropertyHistory" service. I made use of a value stream. However, can this also be achieved using data tables? Or will I face some performance issues? Or should I rather make use of a data table for this? Although there might be some performance issues? ThanksJay_Nisa
I am trying to extract the data from big string (ASCII) 40 char long into 10 wordfollowing code does not work.I am trying to test service in Thing Template var rawString = me.vbsMachineRawData;var rawHexWord = [];var j = 0;for (var i = 0; 40 ; 4) {rawHexWord[j] = rawString.substring(i, (i + 4));j = j + 2;}error executing service
Hi all, I'm following this tutorial - Java SDK Tutorial | Developer Portal : ThingWorxbut getting below error while downloading thingworx Java SDK.<Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist</Message><BucketName>tpg-twxdevzone</BucketName><RequestId>SSTBK364CJJCZCSR</RequestId><HostId>YkVjqZvjehQ6m4eHqFxpXagAmCK1dqoSaA4FAJWZZRT/HGcvAiX4TcSe74XK6mHhn0E0EwVTcdw=</HostId></Error>
Hi, CustomsCSS Code in the Article - CS332229 is not working in v9.3#root_label-1 > .label-text.textsize-normal{ animation: blinkAnime 1s infinite alternate; } @keyframes blinkAnime { 0%{ color: #000000 } 100%{ color: #ffffff } } Thanks in advance ,Rushikesh K
Hello everyone, I am trying to make use of the QueryNamedPropertyHistory service. I need to pass the property names. This is what I have: let result = me.QueryNamedPropertyHistory({oldestFirst: undefined /* BOOLEAN */,maxItems: undefined /* NUMBER {"defaultValue":500} */,endDate: undefined /* DATETIME */,propertyNames: {"myDataShape": "prop1, prop2, prop3"}/* STRING /* INFOTABLE {"dataShape":"EntityList"} */,query: undefined /* QUERY */,startDate: undefined /* DATETIME */}); However, I get the following error: Unable To Convert From org.json.JSONObject to INFOTABLE - See Script Error Log for more details. My take is that I am passing the property names incorrectly. Do you perhaps have any suggestions for me? Much appreciated. Thank you 🙂
Hii,please help me to start thingworx trial version. i cant see free trial option to start free trial.
Goal:The end user must be able to set its own date time format. Option that doesn't solve all of my problems:the property FormatToken can be set for the Date Time Picker Widget to a Localization Token.Same goes for Grid widget Column render settings. Problem:The Localization Token only sets the format for the dateTime string at a langue lvl. Part of the solution:I let the end user set its own DateTime Display settings, save that as User parameters.A service that converts the DateTime to the string using the User parameters.So, I call the service so when i need to display DateTime in a Grid or label so it converts it.So displaying datetime format on a grid or label is solved. And works fine. unsolved part:But i cant do the same thing for the Date Time Picker Widget.Because DateDelimiter and FormatToken properties are only Localizable and not Bindable i cant set them. I can think of 2 dirty solutions1 when i set the Localization Token from a i can make a ser
Hi, We have 130 station for which we are reading the status from kepware. We created a mashup in which we are showing the status and binded it to the collection widget. And sending the station id dynamically. When mashup is loaded (in which collection widget present) it takes time to load the 130 stations instead of bringing it up quickly. And whenever the resolution is changed it becomes blank and then loads the stations. Why is the collection widget so slow? Is there any way to improve the performance of collection widget? Is there any alternative widget which can be used instead of collection widget? Thanks, Shalini V.
Can someone please verify that the 'TriggerClick' service is NOT working anymore in TW 9.3.2 ? These bugs that keep popping up in new releases is very annoying. They can ruin a lot with all our mashups trying to error trace whats wrong.
How can we interlink the results of Thingworx Analytics with Thingworx Composer to show it in more meaningful way with the help of charts, graphs etc?
Dear Ptc Community,i would need help to get a rounded corners for my label chart. At the moment it looks like this and with edged corners it would be a lot more satisfying.
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.
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.