Recently active
Hi Guys, I am currently developing an Iot + Vuforia studio project that is being used on tablet. Is there a chance for us to create a button or link in thingworx to open vuforia view app directly from the dashboard. Thanks
Hi All, I just want to know which user is changing the Log Level of Thingworx Logs. Is there any way to restrict the user so that they will not changed the Thingworx log level Settings. Please help me,.
Hi, Can we upload images from REST API or Postman into Thingworx Repository. I am looking to upload files from Postman. Is thingworx services accept the files ? Please let me know if it is possible.
Hello! I have several database things with the same configurations, that is, the same database users and passwords for them. When the user password is changed in the database (this happens every few months for security reasons), I have to go into every thing and change the passwords there manually. Is there a way to make some kind of shared configuration for a few things? I tried to use the configuration tables, the documentation says that changing the configuration table data is not inherited. Thanks in advance!
I have a requirement to include am charts in the thingworx. Is this possible by including amchart libraries and creating new custom widgets? Any insight in this would be helpful.
Below is the error i am getting if i try to import manufacturing app extension(8.4.3) in Thingworx 8.4.3. The extension dependencies is importing but the extension import is giving the below error. KEPServerMonitor-customization-8.4.3-00-extension:8.4.3 Could not find extension (RemoteAccessExtension:0.0.0) depended upon by SCO_Common-extension:8.4.3 sco-AlertMonitor-customization-8.4.3-00-extension:8.4.3 Could not find extension (RemoteAccessExtension:0.0.0) depended upon by SCO_Common-extension:8.4.3 AppHomePage-extension:8.4.3 Could not find extension (RemoteAccessExtension:0.0.0) depended upon by SCO_Common-extension:8.4.3 SCO_Common-customization-8.4.3-00-extension:8.4.3 Could not find extension (RemoteAccessExtension:0.0.0) depended upon by SCO_Common-extension:8.4.3 SCO_Common-extension:8.4.3 Could not find extension (RemoteAccessExtension:0.0.0) depended upon by SCO_Common-extension:8.4.3 AppHomePage-customization-8.4.3-00-extension:8.4.3 Could not find extension (Remote
Can new pages be created and added to Manufacturing App, to build a new application on top of it.?
I have created an extension that contains only entities and a metadata.xml file. When I import this extension the entities are also imported on Thingworx platform, however, they are not editable. Is there any flag which I can set so that the entities can become editable after importing them from the extension?
FAIL - Application at context path [/Thingworx] could not be started
Hi I am Peter, I am currently working on to get data's of Air Conditioner to Thingworx . I am not able to get data's Can anyone please guide me into this
Hello, we have defined a Thing with MQTT Template, receiving packets from MQTT broker. Packets are coming and stored in a stream, but sometimes packets are lost. We know that these packets have been sent from the MQTT broker but we don't find them in the stream. The packet is received into a JSON property, and the subscription (defined on data change) read the JSON and transform it to store into the stream. Any idea ? Many thank Dimitri
Hi, May I know I to using services to get mashup name? in my scenario, when I selected row of grid, it will go to different Mashup page. So far I have created one datashape, which including ID, MashName(String type) and MashPrm(MashupName type). I need to create one infotable based on this datashape and send selected row to infotable as input. but in services, I use getProjectName(), which I want to get mashup name. but the result returned is empty. how to do this coding?
Thank you @supandey , It is really helpful to start. I'm having the following error (ReferenceError: "Logger" is not defined.) in ApplicationLog after executing twice the javascript at the end. Could you please help me in this?
hi, Bar in graph should be highlighted as correlated row in advanced grid is selected or vice-versa.(or when row in grid is selected the graph value must be highlighted) Is this possible to do in thingworx? If yes, how can i do it. Thanks, Sheetal
Hello All, I used an expression widget to do one action at the mashup level. I can also use a service to do the same action in the same mashup. I just want to know which method is the best practice method, and why? Can anybody help me to find this? Regards Sugumar R
HI all I am facing error while deploying package to edge device using Software content Management. Device is connected and I am able to see remote properties of the device connected via microserver. LSr is running at edge. All the package deployment shows in progress state and does not complete.I am attaching the config.json and config.lua ..is there something which I missed?I am trying to push the sample package of setproperty and file transfer package from SCM. let me know if anything else is needed to configure.
Did you solve it? I also did same as you. But it continue to null
Hello, The following error cause a lot of problems about widget runtime: When loading extension widgets at runtime, the libraries used by the widgets trigger the following error: Uncaught Error: Mismatched anonymous define() module: [object Object] https://requirejs.org/docs/errors.html#mismatch at makeError (advanced-widgets-runtime-pre.js?_v=8.5.0:168) at intakeDefines (advanced-widgets-runtime-pre.js?_v=8.5.0:1254) at advanced-widgets-runtime-pre.js?_v=8.5.0:1452 I found at the end of this article the documentation: https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Release_Notes/version8.5.0ReleaseNotes.html This error is triggered because of the following script that loads dependency: $('head').append('<script type="text/javascript" src="../Common/extensions/TimelineChartWidget-extension/ui/timelinechart/include/d3.v3.min.js"></script>'); To fix the error, you need to change the script as follows: $('head
Hi, I'm having a little issue with the collection widget that I'm using on my mashup. It isn't possible to scroll down/up with a touch-device when using Firefox on a Thin-Client. Nothing is happening (except from selecting the text) when using the standard swipe gesture that you would use on a mobile device. You can only use the way too small scrollbar which isn't always shown although it is set to "Always On" in the collection widget settings. There already seems to be a related problem in this topic: https://community.ptc.com/t5/ThingWorx-Developers/Scrolling-in-collection-widget-not-possible-in-with-touch/td-p/602684 Now here is the thing: I've managed to get touch-scroll working on regular mobile-devices with a little workaround, because it also did not worked to begin with (seems to be the bug mentioned in the linked topic). I've tested it with Firefox on Android and Chrome in Dev-Mode - it works fine now. But I still can't get it to work on the Thin-Client. &nb
Hi all, We have used the previous valuedisplay widget allot in our projects. We are currently working on upgrading a project to the new mashups in 8.5.0. We have had some trouble with getting the same functionality for the new valuedisplay widget as we currently have with the old valuedisplay widget. We used to render allot of images with the widget using state definitions to define what image should be displayed (the image being set up in the styles used in the state definitions). This functionality doesn't seem to work as it did before. Is it planned to be fixed or does it work as intended? How can we then recreate the same functionality as we had before? Kind regards, Jasper
Hi, I have created a Thing and able to connect to OSI PI server by using REST API call directly from Thingworx. The response which we are getting from PI server as Asset hierarchy with corresponding sensors like below Eqp-1 Sensor – 1 Sensor - 2 Eqp -2 Sensor -1 Sensor-2 In Asset Advisor we can configure Asset and them sensors using industrial connectivity(Kepware) as we know. In the above scenario how I can send the data above hierarchy from Thingworx to Manufacturing app(Asset Advisor) without Kepware? Is there possible that I can avoid Kepware for the Manufacturing Apps(Asset Advisor) to functioning. Could you please give me guidance how I can supply th
Hi! In the "Create Mashup Widget Extension"- Guide it says "You can find examples of widgets in the Tomcat_Installation_Folder/webapps/Thingworx/Common/thingworx/widgets directory." (Source: https://developer.thingworx.com/en/resources/guides/create-mashup-widget-extension/mashup-widget-coding ) But im my ThingWorx 8.4 trial installation this directory and its subdirectories contain no single *.js file, but only image files. I guess something has changed since the guide was written. Does anybody have hints where the JS-files for the standard widgets could be obtained? I searched for *.js files in Tomcat_Installation_Folder/webapps/Thingworx and browsed through the results, but nothing looked like the widget sources to me.
Hello, I am using Thingworx 8.4 with Postgres database, Analytics extension and Kepserverex. Thingworx and Kepserverex servers are configured to Timezone CET. In the following examples the current time is ~1210(German Standard CET): (1) I execute the queryPropertyHistory service with a Thing receiving data(current) from Kepserver, with the following results: The time is exactly 3h off. (2) Now I execute the following code as a service of the same thing: var dateValue = new Date();var formattedDate = dateFormat(dateValue,'yyyy-MM-dd hh:mm zzz');var result = formattedDate; //resulttype string Result: The Time is UTC so 1h off. (3) Now I execute this code as service: result = new Date(); //result datatype: DATETIME The time is 2h off. When I try to display the data in a Time Series chart in a mashup using QueryPropertyHistory, the time is 1h off. The first (1) example changes the difference of time sometimes. Also: I
Hello, Till now I've seen that the services and properties have been defined in Rasperry Pi and then bounded to the remote thing in thingworx. My question is that is the opposite is possible i.e to call the service of Thingworx Remote Thing in Raspberry Pi? For example- Firstly Thingworx: MyThing with remoteThing is having a service AddSignal Secondly RPi: How can I call that already exist service (AddSignal) in RPi using LUA script. Thank You! Best Regards, Naeem
Hi, hoping someone can help with with an issue I'm struggling with? I'm tying to create a dynamic monthly sales table. something like the one shown below. Product Feb March April May June July AX 500 100 80 120 80 100 50 PQ 500 50 60 65 65 80 80 AX250 100 87 60 70 60 75 I am using a dynamic infotable as I allow the user to select the number of months they wish to display, so there could be 1 month or 20 months. I am able to dynamically create the infotable to return from my service by creating an empty infotable and then adding the required fields (months) using the code shown below: var params = { infoTableName: "tmpTable" /* STRING */};var myTable = Resources["InfoTableFunctions"].CreateInfoTable(params); // myTable: INFOTABLE var newField = new Object();newField.name = "Product"newField.baseType = 'STRING';myTable.AddField(newField); newField.name = "Feb"newField.baseType = 'INTEGER"myTable.AddField(newField); newField.name = "March"newF
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.