Recently active
drop down list inside the grid using java script i have successfully completed. i converted to thingworx and import successfull .but it not showing widget in mash up ...what is solution this is my code <html> <head> <style> table, th, td { border: 1px solid black; } </style> </head> <body> <h1>employee list</h1> <table cellspacing="0" rules="all" border="1" id="Table1" style="border-collapse: collapse;"> <tr> <th>&nbsp;</th> <th>id </th> <th>name</th> <th>age </th> <th>roll</th> <th>gender</th> </tr> <tr> <td><input type="checkbox" id="myCheck"/></td> <td>001</td> <td>santhosh</td> <td>22</td> <td>15</td> <td><select id = "list" > <option value = "male">male</option> <option value = "female">female</option> </se
Hi, We are trying to schedule a event using scheduler template. But we are not able to configure it as per the instruction given by Ptc help. Can you please let us know what we are missing because in our Thing we are not able to find the configuration along with More option that is present in screenshot given by PTC. Thanks in advance, Shalini V.
Hi Everyone, Here i have one question consider an scenario where i have set value of a thing property on button click event by login with one user account (i.e. admin user) .... and then accessing same thingworx runtime link with different user (i.e. admin_1) in that case will i get update value of that things property or just because i login with different user i need to set value again to that things property once again ? If you have any idea about how things property behavior could you please share with me..... Thanks in advance,
Hi , My thingworx server(deployed in a virutal machine) beomce very slow suddenly today (it has running for months smoothly) . Whatever action you made in the thingworx composer, will cause the cpu usage up to 100% and it's occupied by the tomcat process, the memory usage is 65%, that's fine. Meanwhile, in the Monitor->connected users , I notice there're more than 100 Administrator users. I didn't notice how many Administrators list there , but I'm sure only one Administrator connected when the cpu is 100%. (please check the attached picture). I've tried to terminate the other connected Administrator, but they appear again constantly. I've tried to restart the tomcat and the VM , but it doesn't help. Any idea about it ? ===Versions=== Thingworx 8.4.4 + Postgresql 10.x + Windows server 2016 ========tomcat config====== -Dserver -Dd64-XX:+UseG1GC-Dfile.encoding=UTF-8-Djava.library.path=C:\Tomcat 9.0\webapps\Thingworx\
Hi everyone! I'm using the widget progress gauge. I have ever to used it on the thingworx 8.4 and it work well. But now in version 8.5 I can't to use it well What's happens: I'm to bind the progress gauge to TAG from my PLC. There is value in TAG and it is communicate. But whem I to run my dashboard the progress gauge is not show. Follow images below: Can anyone help me with this?
I am trying to convert some XML into an infotable. As is commonly the case, the extension is provided without documentation or an example or... anything. So the ConvertXML function. How do you use the parameters? What's the rowsPath for? I made a datashape for it. About the fieldMap is that an XPath? How do you make a path that will draw data? No XPath I can think of works.
Hello, I am displaying some Windchill Part And Cad Drawing on mashup. I want to give a option to download all displayed Imaged in PDF format. How can I acheive this? I am using Thingworx 8.2+ I dont want a screenshot of mashup, because I am displaying image in Repeater. Is their any way I can download All Image ?
Hi all, I would like to see status timeline in asset advisor for f.e last day ... is possible to see timeline from historical data ? Thanks
With great success is the LocalHistorian able to store values that frequently change value or state. However, I'm having difficulties with the LocalHistorian not storing any values unless there is a change from the driver. As a result we have experienced data inconsistencies. For states that only change a handful times a month this creates a challenge, and in worst case we could miss a state change. At the source I see that the value is sent with a new timestamp every 30 seconds. My LocalHistorian scan rate is 1 second. I need a feature that can force a new value storage at least every x seconds to be sure that all states are current.
how to get dynamic url in tx
Hi, I have several years of experience with TWX but never really used Dashboards. As I started now to explore this functionality I realized that I couldn't find any proper documentation from PTC (apart from the Help section, which is definitely not enough). Also, I've seen some threads on this Forum where people just copy/paste the TWX help text, which also doesn't help, so please don't refer to that. I got the all basics covered (create dashboard, create gadget, create a gadget library, add gadget to dashboard, etc.) what I am really looking for is the next level of configuration where I could do more complex things with it. Is anyone aware of an official documentation file/ manual? If there's any... Looking forward to a reply. Thanks & Regards,Rafael
I am trying to use a breadcrumb widget to help navigate through selections on my mashup. The widget is not working the way I think it should based on the information here: http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/BreadcrumbWidgetThemable.html I have looked in the community, Thingworx developers guide, PTC support and I cannot find any documentation or guides on how to actually use the breadcrumb widget. Can anyone provide a guide on how to use the breadcrumb widget or an example set of entites I can import and see how the bindings and input data are setup?
Hi everyone, I am trying to use the C SDK to get the thingname from the Generic thing property. The problem I am having is that my C SDK application connects using an identifier so I can bind it to different things on thingworx so that I do not have to re-build my program. I want to use the Thingname that my application has binded to in my code. When I use the TW_GET_STRING_PROPERTY like this it returns null. printf("The Name of the thing is%s\n", TW_GET_STRING_PROPERTY(thingName,"name")); Can anyone please give advice on how I can get the thingName that my application is bound to thanks.
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
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.