Recently active
Hi, Is there any tutorial or steps to build DOTNET-SDK for ThingWorx? If available please share the link. Thanks in advance, Shalini V.
Dears, I currently have 20 TVs, and each TV has Mashup screens deployed. Now I need to change these screens. After I change on the design interface, I have to manually refresh the mashups one by one, but this is a waste of time. May I ask Is there a batch method for processing? Thank you!
Hi there, I have a requirement, the color of the font needs to be determined according to the result of the conditional judgment, for example, the background set a goal, when the value > goal, the font is red, whether the label widget can achieve this requirement, or other widgets can achieve it, thank you very much.
Hi, Is it possible to display status messages dynamically? I have multiple collections and services to call mashup to display different status messages in the same project. Is it possible to show different messages from same mashup ? if it so, how to attain it? Suggest me if any extensions available also!!
I have a thing template that all my sensors are implemented with. it has properties timestamp and temperature, and both are being logged. I want to be able to show the temperatures from all my sensors implemented with this template on a line chart. So series1 would be temperature from sensor1, series2 would be the temperature from sensor2 and so on. Is it possible? BR
I am trying to install Thingworx 9.1 Foundation Installer with Postgresql on Fedora 34. It is failing at 96% every time. Kindly guide Error in bitlocker log as below ThingWorx Foundation for PostgreSQL Installation in Progress... Executing cinc-client Error running cinc-client -z --config "/opt/ThingWorxFoundation/installer/foundation/knife.rb" -j "/opt/ThingWorxFoundation/installer/foundation.json" -L "/opt/ThingWorxFoundation/installer/logs/foundation-20210520121052.log": child process exited abnormally [12:10:59] ThingWorx Foundation for PostgreSQL: rc=1 [12:10:59] foundation Installation Failed [12:10:59] Step install via chef script failed :: 1 [12:10:59] Abort Foundation component [12:10:59] - CCIF Services functions: stop ThingWorx-Foundation Setting variable service_pid from systemctl Error running systemctl status "ThingWorx-Foundation" | grep "Main PID": Unit ThingWorx-Foundation.service could not be found. [12:11:00] stop ThingWorx-Foundation ... Also attache
Hi Team, Just came across some links on Web Design Kit but unable to understand. Can anybody help me in understanding the Web design kit as well as its purpose. Also, how to use it? Thanks in advance.
Hi, need the function to hide selected dropdown item when dropdown filter is active Thanks in advance
Dear community, I now have a requirement to click on a text to jump to another page and pass that text as a parameter to the other page that opens. My current approach is to use a link widget and a button widget to accomplish this, but there are many such requirements on this page, if I use both widgets to accomplish this, it will be very troublesome, is there a better way to achieve this? Thank you!
Hi All, Im having issue to schedule a service that will able to pull data from WRS odata windchill. While if im schedule postfress query it is working find. Please help me on this issue.
The Auto-refresh function in Mashups 1, 2, 3, and 4 works as expected, but once those mashups are included in the main mashup using the mashup containers the auto-refresh function configured for the main mashup doesn't update the states shown in each mashup. I found some information related in the following links Auto-refresh function not triggered in Mashup with Master, Contained Mashup or Mashup displayed as popup in Thingworx: https://www.ptc.com/en/support/article/CS338447 https://community.ptc.com/t5/ThingWorx-Developers/Refresh-contained-mashup-in-thingworx-9-1/m-p/710935#M50376 I implemented the approach suggested by @c_lowy using the legacy Auto-Refresh widget instead of the function. It works but only if the contained mashup occurs in only one level. I made a test with this approach but to get each mashup updated in the main mashup the system is sending a lot of requests to the server. I worried about the possible bad effects that this
Using the PTC developer portal I could not find anymore the guide for the Virtual Sensor use case (Dryer example) … Was it removed from the PTC developer portal ???...
Hi, I have some properties connected with remote thing, so the values of the properties will be changing every 5 seconds. I need to round some of the property values to 2 digits after decimal point. I tried writing a subscription with 'Any data change' event and used the code me.prop1 = me.prop1.toFixed(2); me.prop2 = me.prop2.toFixed(2); me.prop3 = me.prop3.toFixed(2); but getting errors. Script log: Error in: [Thing_name].[Subscription_name].javascript service
Hi I am trying to change the text color of the menu using custom CSS while hovering but not getting any solutions can somebody help on this.. Thanks in advance
I know TW REST is used by external user to visit TW data and it have visit times limit according to hardware configuration. ["ContentLoaderFunctions"] is used by TW to vist external API. I want to know what is the vistit frequency?
Hello all, I have a question about Influx DB Enterprise. The documentation clearly says it supports Influx DB Enterprise as a persistence provider. However, it doesn't mention anything when Influx DB Enterprise is deployed in cloud instead of a local environment. I was wondering if it will support if I try to connect ThingWorx 9.1 to an Influx DB Enterprise cluster deployed in Azure. Thanks
Hello, I used collection mashup and display all members data but it give scroll . I want ,when live data is render then it automatically compress data without any scrolling .suppose If I have one batch that contain 20 members so I want to adjust that all 20 members (any number of numbers) live data in one mashup so please refer the below attachment and suggest how do i adjust my mashup when live data is coming without any scrolling . Thanks in advance
i have a mashup (everything is set to responsive insede it) that has a pareto chart inside it and when i click "view mashup" everything looks fine. When i place this mashup inside a master (also everything is responsive in there) only the pareto chart doesn't scale in it. I tried with other widgets, like line chart and bar chart and they are working fine. I'm uploading some screenshots.
Hi, I have completed the Thingworx cluster install. When I configure the connection server and start it, the log shows that the Thingworx address has been found through zookeeper, but 403 Forbidden. May I ask where I set it incorrectly? Below is my configuration, thanks in advance for your help! cx-server {transport.websockets { app-key = "05d80a7e-b442-4c29-ab34-c0af84e45e32"}discovery { connectionString = "XXXXXXX:2181,XXXXXXXX:2181,XXXXXXXXX:2181"}platform.transport = "websockets_active_active"transport.websockets.service-discovery.enabled = trueprotocol.port = 8081protocol.http-server.ssl.enabled = falsetransport.websockets.service-discovery { tls-enabled = falseservice-name = "thingworx-http"}} Below is my log: 14:08:39.482 [NettyClient-NIO-6] ERROR c.t.s.i.t.netty.NettyChannelHandler - [ClientHandler: 9b8c888a] WebSocket error: Invalid handshake response getStatus: 403 Forbidden, closing connection!io.ne
Error executing service getTimerCount. Message :: ReferenceError: "setInterval" is not defined.
Hi, I enrolled to the half day classes, but they are not optimal for me. Where can i find self paced videos? Or what is the best way for learning ThingWorx? there are not a lot of information about it online. Thank u 🙂
Hi, I am looking to make x -axis labels in bar chart as horizontal, by default its showing vertical as shown below attached snap. Thanks
HelloI would like to use postman to test called service QueryPropertiesHistory On Thingworx 8.4first, I try it on thingworx like When i try it on Postman is like (Only raw body) Value does not showI think it may about format on startDate and endDate How the format should be on postmanThank you { "oldestFirst": false, "maxItems": 5, "startDate": "2021-05-11T22:30:00.000Z", "endDate": "2021-05-11T23:00:00.000Z" }
Hi Team, I am having ThingWorx 9.1 version but I am not able to locate Progress Gauge widget OOB in this version. Do we need to import Progress Gauge from marketplace? Please advise.
Hey there! I wanted to share a problem and resolution I faced in case it helps anybody with a similar issue. Let me know your thoughts! UPDATE: Following @jgreiner suggestion I updated the ThingWorx Analytics version. Reproduced in ThingWorx 9.1.0-b10877 ThingWorx Analytics Server 9.1.0-r4 Description xxx-AnalyticsServer_PredictionThing Thing disconnected. Applies to any Analytics microserver. Cause ThingWorx executed a Job update at night. When updated, it deleted all xxx_Analytics_xxxThings Things. Except for one, the xxx-AnalyticsServer_PredictionThing Thing. This was logged in the C:\Program Files\ThingWorxAnalytics\Thingworx_Analytics_Server\data\logs twas-twx-adapter file 2021-05-12 17:47:01 [Client-EndpointMonitor-1] ERROR c.t.a.ctw.thing.AnalyticsMicroserver - Error while registering and binding to the platform HTTP [403] : Cannot Delete This Entity - It Is Referenced By 1 Other Entities 2021-05-12 19:28:44 [NettyClient-NIO-
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.