Recently active
Hi Team,Suppose we have a thing with properties and customer changes properties configuration and also delete some properties from the thing,When we modify or delete properties or even delete a thing, what happens to persisted data? Is that deleted as well automatically or data is still there?If data remains, anyway to access that later?TksChris
HI All, How to control ESP8266 digital output Control from thingworx mashup by using manual switch to control esp8266 connected device. Please provide any example code
Hello, I successfully connected my OPC Aggregator (1.4.66) to Thingworx (8.5.0-b12). I made an Industrial Thing that can be used. Unfortunately, when I try to copy a property in order to have it with another name, The property is not connected, despite of the fact that the path / tag name did not change. When I try to create another thing (from the industrial connection using the discover page), the thing shows me that it is connected but the properties are not connected. Does somebody know why? I get the following error: nable to dispatch [ uri = /Things/OPC Aggregator-GW2/Services/BulkLog/]: Entity OPC Aggregator-GW2 does not exist or is not yet associated with a Thingerror executing APIRequest Message: Entity OPC Aggregator-GW2 does not exist or is not yet associated with a Thing, sending ERROR ResponseMessage to caller! Guillaume
For example I have 2 persistence providers and while creating a value stream thing, i want to set one of them dynamically.
We have ThingWorx 8.4.0 and the Manufacturing Apps. We are also using SSO to log in our users. Provisioning is set up to provide the email address from our identity provider (IDP). The Apps require users to have a phone number included. I've manually added phone numbers for a few users, but it seems that every time a user logs in, their phone number is deleted. I'm guessing this is because we aren't provisioning it through SSO. Is there a way to set exclusions for the SSO attribute provisioning?
Hi, I'm using Thingworx 8.4, I have created a network structure now I would like to re-arrange network elements through a Mashup. is there any service/snippet available to change parent of network element in the Network Hierarchy? Is it possible to utilize Thingworx available feature(Attaching Screenshot)? (The network entity has a mashup( Network Hierarchy) where we can drag and drop network elements in the structure/Hierarchy, is there any possibility to duplicate or reuse this functionality in my mashup).
Hello All, I don't remember -- was there a way to load some custom entities and/or install extensions as part of ThingWorx initialization? Similar to how it fills the database with things like SystemRepository the first time it starts. Thanks, Constantine
Hi,I have infotable which contains two columns from external database . I want to bind it to line chart but i am unable to bind it. Could you help me how we can bind and use this chart?Thank you
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 ?
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.
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.