Recently active
Hello guys, I'd like some help with some questions I'm facing based on the GoogleMaps Extension and the Thingworx data structure and how they interact with each other: - How to store data such as routes defined by the user in the GoogleMaps Widget; - Track vehicles circulating along these routes; - User defined stops added that are independent (multiples routes can have the same stop) and how to store them. Basically, I need help understanding WHAT these entities will be and HOW they will be stored (remembering that they will be defined by the user).
I followed the guide "Operationalize an Analytics Model", and It was working. However, I didn't work on this for 1 week, and now all my jobs in Analytics Manager keeps in InProcess. I Tried to delete the Olds ones, because the system was with many jobs in InProcess. But even the new ones are in InProcess. Thanks. Jessica
Hi, My customer will has more than 700 devices connected to Thingworx. Only need to read the data from the device. Each device has a work station connected to it , the work station is sold together with the device by the device provider and the device data is stored in the work station's file system and the operation system are Windows system. The Thingworx server and the work stations are in the same intranet. My ideas to accessing the device data are: 1. Deploy edge SDK on each device to read the file and send data to ThingWorx 2. Share the data folder of the work station of the device ,deploy only one edge SDK in Thingworx server(or a separated server) to scan all of the share folder to get the data. I prefer the #2 as it's must easier comparing to deploy hundreds of edge sdk . But I'm new to Thingworx and not sure if it's the proper solution for the case, or has another better solution ? Could you give
Hi all, I'm trying to fetch the saved search table from windchill in thingworx. Please suggest on how to create datashape relevant to that particular table?
I have now configured the login page with Appkey.The user and password are stored in the stream.I think there might be a problem, so I'm looking for another way.Can I edit the following pages?1. FormLogin2.ThingWorxI would like to add password search and subscription as shown in the following figure.I hope that the background behind is also included.I also hope that URLs to other pages will also be provided as links.Is it possible?Do you have any other comments?
I am install ThingWorx Foundation trial into computer me. I have try already create graphic. I want to test graphic open on the web browser or smart phone but No on "view mashup" help to give advice. Tank you.
Hi, I am trying to acknowledge an alert with property using AcknowledgeAlert service but the result shows error. But when I try with AcknowledgeAllAlerts it works fine. How can I acknowledge a specific peropert alert? 1) And where can I fetch the details of all the alert that have been acknowledged previously? 2) Using subscription "AlertAck" is it possible to save the details to sql database upon acknowledging a specfic alert? Thanks in Advance, Shalini V.serviceresult
Hi community, I have an OPC UA server running on my network, which publishes a number every second. I can see the value with UA Expert after inputting the opc URL. However when trying to do the same with Thingworx composer, it doesn`t work yet. Heres my OPC UA Remote Thing configuration: (Picture attached) All I changed was the ConnectionAdress, the productURI (is there a specific value I have to add?) and I added a property Number, that I want to read the value with. However it doesn`t connect and I can not see the number. Is there anything else I have to configure or did I do something wrong? As I said I just had to input the URL to UA Expert and immediatly saw the changing number so I reckon it should be similarily easy with Thingworx Composer. Thanks!
Hey guys, I've been trying to use the GoogleMaps Widgets to develop an application but an error always appears whenever I try to view the mashup I created with the googlemap widget. I have the API key an already followed the steps to activate it. The message that appears is "This page didn't load Google Maps correctly. See the JavaScript console for technical details." So when I see the log, it show this error: "ERROR - series cleanup error: TypeError: Cannot read property 'hide' of undefined". Could someone help me?
To test that it is not retaining value, I bound it in the following ways in the same mashup. Nothing displays in the label. 1. List widget (Service (SelectedRow(String))) ==input==> Session variable (String) ==output==> Label widget 2. Textbox widget (Text (String)) ==input==> Session variable (String) ==output==> Label widget When I bypass the Session variable, it works fine. The label displays the string from list/textbox widget. 1. List widget (Service (SelectedRow(String))) ==> Label widget 2. Textbox widget (Text (String)) ==> Label widget Thingworx 8.4.1
Hi, I have created 3 mashups. And now i want to display the links of all the mashups on single mashup in the form of tree, so whenever i click on it,it should open a mashup. I am trying to do it with d3tree widget. Please help me in doing this. I am not able to understand how to use d3tree widget as there is no video tutorial available. Thanks and regards, Sheetal sable
How to update base type info of a property like Minimum Value or Maximum Value from code?
Hi, After configuring the mail server thing and then running the SendMessage service inside the mail server thing getting below error : Unable to Invoke Service SendMessage on CBMSolutionsMailThing : Unable to send error email for logged incident. Thanks and regards, Aditya Kumar
Hi, i need to embed the Google Drive or One Drive's UI in a mashup, in this way ( expected.png ) I know the existance of the relatives APIs for this, but i would like to use also the UI.If i link directly the URL into my WebFrame, it gives me back a "refused to connect" when i try to login. ( error.png ) Is there anyone who's already faced off this? Thanks in advance! 😄
Hi, I want to use REST API to send sensor data from my device to Thingworx foundation server. I have created Mashup on Thingworx server. I have tried with the example given at https://developer.thingworx.com/en/resources/guides/thingworx-rest-api-quickstart It works fine for me. Now I want to replace HTTPie application with my device to update Things property SomeNumber. I am using SIM800 module for communication. Is there any example given for the device using REST API? Please guide.
Novice here. We have sensor data coming from a compressor and the value is in seconds. Showing that does not make sense (large number, see attachment), but not sure how or where to convert it to hours. Tried filter on the binding in Vuforia Studio, but nothing worked. Looked at TW properties, but didn't see anything that help.
I have two navigation widgets on my mashup, each opening a different popup. One, Popup A, of them is closed automatically within the popup and should not be able to be closed by the user directly (ShowCloseButton is false). The other popup, Popup B, DOES need to be closed by the user, and user testing showed they like having the (x) there (ShowCloseButton is true). It seems that if Popup B is opened up after Popup A, the wires get crossed and we lose the (x) button on the popup. Has anyone else ran into this problem and can explain what is happening?
Hi, Is there any sequence to import extension in ThingWorx 8.4 with Postgres installation? (For eg: First we need to import, 1) ThingWorx-Manufacturing-Apps-8.2.2-00-extension-dependencies 2) ThingWorx-Manufacturing-Apps-8.2.2-00-extension) Is there any sequence in 8.4? Thanks in advance, Shalini V.
Hi, I am trying to clear the search content from auto complete widget using another button click. Can someone help me on how to achieve this. Attaching screen shot for reference. On click of "Clear All" need to clear content in widget. Appreciate your help. Regards, Lakshmi.
Hi, Is it possible to add new state in already existing state definition using service? I wanted to add a new style that I am creating using service in a new state that I am adding using service. Thanks in advance, Shalini V.
I have around 14 buttons with each button having different values. Upon clicking on any of the 14 buttons, i wish to set a property value. Normally, here i'm having to call 14 setProperty services of a thing. But, i wish to simplify the process. Any suggestions??
Hi, I want to know if there is a way to iterate through all of the available things properties, instead of having to go on the ThingWorx server and read them one by one. I am writing in C, using C SDK. I have seen something similar to what I want but it's on Java: http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.6_hc/index.jspx?id=IteratingThroughaThingsProperties&action=show I was searching for the equivalent version of the C SDK. Thank you!
Hi, I am trying to return two strings in two next lines but it does not work. Could you please correct the script on what I am missing. var result = "Mashup1" +\n "Mashup2" Thanks in advance, Shalini V.
When is the isConnected property in the remote thing will update? Is it the time websocket connection established or it will update when data reaches the data from sdk or based on the alwaysOn protocol which will keep on updated by the pings? -thanks, Abhiram
How do i make the Layout portion scrollable?I mean.., lets say i create a mashup. On which i put a layout of 2 columns. On the left column, i put a map widget which should not be scrollable. On the right column, i put some 2 tabs. And under each tab i wish to have some 24 time series charts in 12x2 pattern. So, i wish to make the right column scrollable. How do i achieve this?
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.