Recently active
Hi, Greetings! I do have a tree structure like Plant --> Module --> Area etc. I want to display all the modules from the selected plant (selected from dropdown) in a rectangular box so that on module click it will show underlying areas(rectangular box with text). I have tried repeater widget with shape widget but shape widget showing only first value from data service. I want to display all the values with separate rectangular boxes. Could you please help me. Thanks.
I am trying to run code provide from https://developer.thingworx.com/en/resources/guides/thingworx-java-sdk-tutorial put threads are executing repeatedly, no error occures. I have not provided Thingworx username and password in my code. I had only set appKey , which i created from Thingworx composer Application key. After executing i get Logs as shown in file.
Existing Answer in the forum: Add an expression widget, and set it on Expression=close(); Then you just need to trigger that expression widget whenever you want to close the browser window. By, @CarlesColl, I tried the above solution to close the current tab by a button click, It is working fine when it is triggered from the parent window(E.g: triggered from view mashup option) But not working when I copy the URL put into the new window. Kindly provide the solution for this ASAP. Thank You Regards, Janakiraman P
Hi, Is it possible to use both bar and line graph in a single chart? Are there any widgets available? I have two data source which one i wanted to be bar and another as line. I have attached an image for reference. Thanks in advance, Shalini V,
Hi I need to Parse the Following XML File <?xml version="1.0" encoding="UTF-8"?> -<readings xmlns="http://cyantechnology.com/dean/v1"> <link rel="reading" method="get" href="https://amrindia38.dev.cyanconnode.com:8000/v1/readings/e37ae24c-926d-4876-ac6e-2f90b60e78f6"/> <link rel="reading" method="get" href="https://url1.com:8000/v1/readings/c5ab20f7-c120-4ac1-8ad7-e09593806e82"/> <link rel="reading" method="get" href="https://url1.com:8000/v1/readings/5a61362a-f30d-4f6e-8358-eb714d209494"/> <link rel="reading" method="get" href="https://url1.com:8000/v1/readings/9112421c-2f0b-49e1-8de3-4aeab1ffe6b3"/> <link rel="reading" method="get" href="https://url1.com:8000/v1/readings/e135fe17-0421-404c-ad8a-71c880edfa09"/> </readings> I need to get all href from the above XML Array(Link)....
I have a mashup with a button that uses a hidden navigation widget to open a modal child window that is just a confirmation message. When the child window is closed I would like for the parent to also close so the user does not click the button again. Looking for the cleanest way to handle this. Any help would be appreciated
Hi, I know How to send Sensor data from Rasperrypi to Vuforia studio using inbuilt Thingworx composer which will come up with Vuforia studio, where that can be accessed by using the URL of The studio(That can be seen in Settings of Vuforia studio) i.e URL/Thingworx. Can we achieve it by Binding Vuforia studio and separate localhost Thingworx Composer. For example, : Where Vuforia studio 's address is localhost:3000 and my Thingworx foundation address is localhost:80/Thingworx,... So Can we bind Both?? If so, How??? Thank you, Best reagrds, Akshay
My goal is simply to log the user out from ThingWorx and redirect to a custom URL. However I've ran in to several issues trying to achieve this. Official "Logout button" widget: The main issue is that there is no possibility to redirect to an URL, only to a mashup so this seems like a dead-end. Customized "Logout button" widget by PTC Labs: This widget logs out and redirects correctly as long as the url is external. When trying to redirect to a "/Thingworx/*" URL on the same domain the user is never logged out. Manual solution with REST call: When making a REST call to "/Thingworx/Server/*/Services/" using the ThingworxInvoker the user is successfully logged out, but a basic authentication prompt is immediately displayed for the user. Is there a widget, or any way, to simply log the user out and redirect to a specified URL without a basic authentication prompt displaying in Thingworx? Thanks in advance.
Hello everyone, Can anyone Suggest in eclipse program config.setUri("wss://https://PP-1811230905UC.devportal.ptc.io/Thingworx:80/Thingworx/WS"); Is It a Correct way to use ? and when I run this program, it shows a port out of range exception.
I use Thingworx EMS connection. with help of config. json and config.lua files. After starting wmes.exe,I get "Successful connection" message, then I start luaScriptResource.exe I get the folloving text: " [INFO ] 2018-12-13 12:08:14,378 PiThing: -- Starting script --------------------------[INFO ] 2018-12-13 12:08:14,378 PiThing: Registering core callback handler[INFO ] 2018-12-13 12:08:14,378 PiThing: Starting main loop[INFO ] 2018-12-13 12:08:14,379 PiThing: Calling lifecycle start listeners.[INFO ] 2018-12-13 12:08:14,379 shapes.propsubscribe: Initialized[INFO ] 2018-12-13 12:08:14,385 thingworx.handler: Creating a new handler " And nothing more. Maybe I make mistake but I don't know when. Help me, please.
Hello I have a think-Property based on a InfoTable. That means i have some rows with a ID, Timestamp and a "value" . Example: And here the value: Now i want to create a Service to filter some rows from this Table ("QueryInfoTablePropertyHistory"). How do i have to create a Query-Filter to select only Rows with positive Values inside the value-Object? Do i have to use a special JSON-Path? My current query is not working: { "maxItems":20, "propertyName":"mo_Result", "query":{ "filters": { "type": "GT", "fieldName": "value.rows[0].PedalPushForce", "value": 0 } } } It seams that my fieldName is the problem.
Hi, I am trying to change border color of selected cell in a repeater widget. We have property in repeater "selectedStyle" but it doesn't work .Is there any way to achieve this. Thanks.
First time am using this 'Data filter' widget. I dont know how to use it I saw video which is given in document. There, they binding 'data filter-> query' to 'service' in thing. Now my doubt is what should i do in service? I must write SQL query? what query i have to use? What should i give input ? How to get input query?
I have data from different sensors regarding Temperature, CO2, Humidity values that are stored in Cassandra Database (local database) .Now, I want to push that data into thingworx Platform to visualise and perform analytics. How can I connect to cassandra Database and fetch data?
hey devs ! Merry Christmas 🙂 I m trying to query a machform using a thingworx mysql service starting : SELECT date_created as Date, Line.`option` as Ligne, concat(element_41,' ', element_46) as Auditeurs, z1.`option` as Score_Z1 , z2.`option` as Score_Z2, z3.`option` as Score_Z3, (z1.`option` + z2.`option` + z3.`option` ) / 3 as Score_Global , d.`option` as Nombre_Defauts, element_12 as Top_Action FROM ap_form_122320 F etc. The service works perfectly and returns the requested data except for Auditeurs instead of returning the content/ text of the drop list selection , it returns just the element number. Does anyone knows how to get it to return the text & not the element number ? thx
"Error running .\check-http-response --username "Administrator" --password **** --hostname "localhost" --hostport "8090" --useSSL=0: 1" help me plz
I would like to receive a value as and when it is updated in Thingworx to my python code. Is there any possible way out other than continuous pinging of that particular thing?
I want multiple subscriptions on same event or same property, is that possible?
An issue occurred in the grid after upgrading the server from 8.2.5 to 8.3.4. The grid shows the data results with 205 properties. It takes 5 to 10 minutes for the query results to be displayed on the grid. It did not occur in previous versions. As the number of properties visible through the grid widget settings decreases, the speed increases.From this point of view, it does not take long for the stream query service to complete itself. (Service self-completion time is also fast) How do I get the same performance from previous versions in the new version?Are there any issues related to the grid? My server : redhat, postgresql9.4.3, Tomcat8.5.28, JDK1.8.0_131 (The collaboration widget also has the performance issue.)
I am trying to connect SQL Server (Installed on my laptop) with ThingWorx (manufacturing APP). I am facing this error when trying to execute the service. I am using Windows authentication to log into the SQL Server so I am not setting any Username and Password in the Configuration of Thing.
Hello, I am printing some rows on mashup in Grid with 4 columns. I want to select a row from grid and send a particular value of a column to another service after clicking on that row. How can I achive this? Example:- I am displaying Windchill part information on grid, i.e. Name,number, version, State. Their are multiple row on grid. when I select a particular row , the number column value should be send to the service and that service should get executed. I have got solution for this using double click, but I want this on single click. Also every grid does not show selected Row option. Please Help.
I followed the document https://www.ptc.com/en/support/article?n=CS229265. When i try to test the connection, i am getting an error called, thing not working. I have mentioned the error and details which I included
When I try to setup a server, install thingworx platform using installation guide, I am getting many issues.. 1. License file is not generated 2. When I try to access localhost:<portnumber>/Thingworx it is giving me the page not working, 401 error. I have checked the firewall and allowed acess to the port, but the issue is not resolved. 3. When I tried to install trial version, I am facing the same issue. Installation guide which I followed is: https://www.ptc.com/support/-/media/9A25882D333E48CFA13D97DD219039D5.pdf?sc_lang=en
Hi, I'm able to generate the Label chart from the result of an SQL query, but I would like to know how to draw a target line in the graph (line in red : note the red line will always be the same value, this is the target to achieve). any idea?
The above is the existing info table now i need to group by based upon the Hour as shown belowKindly help me on 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.