Recently active
Hello All Am Looking for a FTP Extension server for thingworx in PTC marketplace but unfortunately i cant find it Can anyone please share the Extension link and documents related to it.
Hi All, I've an Xml File created , I need to create an XSL File for this above xml file, And using this XSL File I need to validate the xml File, Please help me out.
Hello, I searched for Clean way to create a user permission for a project but i didn't found. Each time i try to create user for application , i always face a lot of bugs like: entity not found , you have no permission to execute event ... I alwayd verify all permissions and i get the same blocking points so my question is; Is there one propre way to create a user for a project, this user can do what he want only in this project (Full rights in runtime and design time + Visibility ) Steps: 1- I created Organisation 2- Created two groups (Admins groups and simple users groups), each group contain a user . 3- I add right access to the two groups (Visibility, design Time , Run time) to all entities (mashup, Things, Thing template, Thing shape ...). 4- Authantificate with the admin user created for the application 5 - Errors : Not Authorized to edit entity subcription script I can add this entity to Permissions -> Collections .. and give the edit right to
hi, My requirement is to Export the mashup to excel file. 1. I have performed using data export widget. I have bind the service to the data export widget(.csv).But the problem is ,it binds only single service at a time to the widget.2. I have multiple grids on the mashups where i have bind multiple different services.3. how can i export the ui which is designed in thingworx mashup as it is to excel?4. It must also export along with the colors and fonts i am using on mashup.5. How can i export graph present on the mashup to either excel, .png or .jpeg format. Thanks and Regards, Sheetal
I understand Thingworx is supported in Paas model. But I could not find information on Thingworx as the Saas model either on PTC cloud or other Clouds. Any pointers on the Saas model please.
Hi I am getting the error log at application log like "[message: [2,006] Unknown error occurred. Contact the administrator if this re-occurs.]". What is this? Any issues happening at system? Thanks.
Hi Developers, Thorugh HTML text area widget i'm trying out the following html code. <!DOCTYPE html><html> <head><title>Axeda Developer Connection Simple Ajax HelloWorld Example</title> </head><body> <h2>Radio Buttons</h2> <form id="mySelect" onchange="myFunction()"><input type="radio" name="gender" value="male" checked> Male<br><input type="radio" name="gender" value="female"> Female<br><input type="radio" name="gender" value="other"> Other </form> <p id="demo"></p> <script>function myFunction() {var x = document.getElementById("mySelect").name;var form = document.getElementById("mySelect");console.log("Hello world!"+form.elements["gender"].value);document.getElementById("demo").innerHTML = "You selected: " + form.elements["gender"].value;}</script> </body></html> It works in w3schools editor as expected like if i make a selection, th
I have the same problem. First I could not install the application because my PC didn´t have java installed, after installing java I was able to install thingworx foundation succesfully, but after that nothing happened. Unlike thingworx industrial connectivity which creates an icon to launch the program, thingworx foundation creates nothing to launch the application. It does install a directory ("thingworxH2Trial-8.4.0-SNAPSHOT) but I can´t find a way to execute the application. Any help would be appreciated. Thanks
Hello, I am working on a project and looking for some advice. I am trying to pass a time stamp value from a row of a Main Event grid widget and use that stored time stamp as the input to a date/time picker widget on another diagnostic tab on the same mashup with an ability to drill down +/- 5 hours to view events from the original time stamp. So a 10 our window from when the event occurred. Example. A customer clicks on an event in the grid table which has a time stamp. From there, they can then select further tabs on the same mashup which also have their own date/time widgets to diagnose events. Once a row is selected on the Main Event Grid Widget, I would like to pass that same time stamp into into the other tabs date/time picker along with updating a start time of - 5 hrs, and the end time of + 5 hrs from the chosen row above. Please let me know how I can accomplish this. Thank you
Hi, I am planning to upgrade from Thingworx 8.4.5 to Thingworx 8.5.1. In Thingworx 8.4.5, used Azure PostgreSQL version 10. Also, configured Thingworx HA in existing version. I need below clarification in upgrading instruction. 1. Do I need to run below commands?. Is there any thing I need to follow because I am using Azure PostgreSQL thingworxPostgresSchemaUpdate8.4-to-8.5.bat thingworxPostgresValueStreamSchemaUpdate.batthingworxPostgresValueStreamDataUpdate.bat 2. Do I need to re import all the extension once again after upgrading? Thank you Regards, Latha
Hi, I need to implement(using thingworx) a dashboard for below scenario , what entities we should have. Web based dashboard application will be developed with the following features 1. Machine ON time.2. Machine OFF time.3. Uptime4. Notification downtime via SMS or Email 5. Cost Analysis 6. Acknowledgement Message Could you help me how we can achieve this considering we have static data for now Thank you
Hi , I have a remote thing bound with Java SDK and the SDK calls the method updateSubscribedEvents to communicate with the remote thing. The communication works well for about 2 months , but yesterday calling updateSubscribedEvents got errror "Timed out APIRequestMessage" logged , meanwhile, the remote thing become disconnected . I tried the following code to wait and update , but pending event keep persistent as long as the timedout error occurs. while (this.getPendingEvents().size() > 0) { Thread.sleep(5000); this.updateSubscribedEvents(2000); } The thingworx server doesn't has high CPU/Memory/Disk usage when the error occurs. I've also increase the thread number in the WSCommunication subsystem, but it doesn't help. ====================Trace log===================== 2019-12-25 15:32:38.512+0800 [L: DEBUG] [O: c.t.c.c.e.m.ConnectivityMonitorTask] [T: main] Initializing CommunicationEndp
How to Implement Caching in Thingworx. Any reference/pointers/samples will help. Thanks
Hi i am trying to connect thingworx to a public mqtt broker. I have install the thingworx mqtt extension and have use the mqtt template to create a mqtt thing. However, in configuration when i input test.mosquitto.org or even 5.196.95.208. it still will not connect. I have tried this both on my school's thingworx and the free trial webhosted thingworx but the result is the same Please help.
Hi, I am having a problem with Analytic Server. I have published a model and the prediction is done when a property changes the value. Is has being working properly, I tested it manually and I can see the jobs in "Analysis Jobs" but after some time it stopped working. I change the value of the property but nothing happens. I search from a error log on the analytics server but the last message on edge.log is this (no errors): " 2020-01-13 09:04:40 [ClientProcessor-3] DEBUG c.t.a.e.s.p.PredictionMicroserver - Starting BatchScore for goalField : temperature modelUri : results:/models/c3d64030-67eb-471a-9a6a-d591cf5297912020-01-13 09:04:40 [ClientProcessor-3] DEBUG c.t.a.e.s.p.PredictionMicroserver - Ending BatchScore for goalField : temperature modelUri : results:/models/c3d64030-67eb-471a-9a6a-d591cf5297912020-01-13 09:22:03 [ClientProcessor-3] DEBUG c.t.a.e.s.p.PredictionMicroserver - Starting BatchScore for goalField : temperature modelUri : results:/models/c3d64030-67eb-471a-9a
Hi I want to change string size to 'Limit to 30 characters' but I can't choice it. Do you know how to change it? Thanks.
Can anybody explain me the difference between streams and value streams clearly ?
Hi I connected a remote thing to bind the tags from the industrial gateway thing to fetch data from kepware. Although, the industrial gateway thing shows connected and also kepware is working perfectly, the remote thing always shows me disconnected. It was working fine a month ago. Suddenly it seems to be broken. Can anyone please help me fix this issue?
Unable to Import/Export remotely bound properties of an asset using Import & Export equipment option available under Equipment tab of Configuration and Setup tile in Mfg. Apps. Whereas we are able to import & export local bound properties. Basically I am trying to automate asset creation (with remotely bound props) in Mfg. Apps using out of box Mfg. Apps Excel Import functionality. Is this functionality not available in current version of Mfg. Apps ? If not available, which entity & service should I customize to make it work for remotely bound properties.
Hi, Is it possible to bind service of multiple grids to a single export widget in a single mashup? Thanks, Shalini V.
Hi, I wanted to export the data that I have binded to grid. But, I am filtering the grid data by passing input. Based on the input, the grid data will be filtered. So, If I filter by order number only those filtered data needs to be exported. How can I achieve this? I am mentioning the service that I am binding to grid. switch(String(input)){ case "All": var params = {From: From /* DATETIME */,To: To /* DATETIME */}; // result: INFOTABLE dataShape: "Navistar_RejectedOrder_DS"sampleResult = me.Get_RejectedOrderAll(params); break;//case "Part Number": var params = {From: From /* DATETIME */,To: To /* DATETIME */,partNumber: partNumber /* STRING */}; // result: INFOTABLE dataShape: "Navistar_RejectedOrder_DS"sampleResult = me.Get_RejectedOrder_partNumber(params); break;//case "Job Number": var params = {From: From /* DATETIME */,To: To /* DATETIME */,jobNum: jobNumber /* STRING */}; // result: INFOTABLE dataShape: "Navistar_RejectedOrder_DS"sampleResult = me.Get_RejectedOrder_
Hi All, I am using PDF extension for my project on thingworx 8.3, but I cannot create pdf.It is possible to use the pdf extension on thingworx 8.3 and have anyone tested it successfully? Thanks and Regards, Duong.
Hi everyone, we built in our environment a CICD pipeline to deploy our Thingworx applications automatically.After importing all entities and extensions to a new thingworx deployment we would like to import the data of datatables too. We tried to import the data via http request like the Composer do. var ImportTask = Resources["ContentLoaderFunctions"].PostText({ headers: { "appKey" : ApplicationKeys["MYKEY"].GetKeyID(), 'X-XSRF-TOKEN': 'TWX-XSRF-TOKEN-VALUE', 'Accept':'application/json', 'Content-Type':'application/json' }, url: Hostname + "/Thingworx/DataImporter?repositoryName=" + me.Repository + "&path=/MyRepositoryPath/" + exportDataDirName +"&IgnoreBadValueStreamData=false&WithSubsystems=false&purpose=import&usedefaultdataprovider=false&_="+Math.random(), ignoreSSLErrors: true }); logger.debug(me.name + ".ImportData: Import data triggered " + ImportTask); After execution the in
Hello. How can I add custom js library when thingworx start or runtime? I just know 1 way that modifying thingworx common js like 'mashup-runtime.js' directly. Is there any solution except it?
Is it possible to have multiple markers at the same location? I noticed that I can only see one marker when they have the same geocode. I need to be able to see all markers that are located at the same location. They don't split up even if I zoom in. I can only view one of the tool tip mashups since the other markers are hidden behind the first one.
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.