Recently active
When I try to give repeater selected style,I am getting color only at left edge.I need color for the entire tile.Could someone help me?
Hi everyone! I'm beginner to thingworx and I'm having very difficult to configure a value display widget. I was able to bind a data on value display and it is having worked well. My problem is: How to configure the color, text, font, alignment that value display? Below is the picture of my mashup with value display and its configurations: And below is the picture of my mashup in mode run: It's possible to realize the wrong alignmente and I already tried to create a "Style Theme" and it don't work. Can anyone help me with this alignment issue? Regards Leonardo
Hi, Trying to update time of the property on thingworx using following code ts = 1578034820000 -epoch unix time in miliseconds local data = {}data.value = valoredata.time = tsdata.quality = "Good"me:setProperty(nome, nil, nil, data) ,but except time it is updating value and quality of the property. Tried to update after converting ts into different formats, but in vain. Thank you! Best Regards, Naeem
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
In the "Connect Factory Assets Using Controls Advisor (Guide 1)" , step 4 (Monitor Servers, Assets and Devices). After switching to On the controls of the welding robot and the CNCMill. Instead of getting a result similar at the screenshoot shown in the guide, I got the following ( see attachment). Any advice ? Regards Daniel Sam
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 ?
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.
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.