Recently active
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?
Can someone please tell me how to register kepserver UA with Local Discovery Server LDS? I can’t find any good description.
The above is the existing info table now i need to group by based upon the Hour as shown belowKindly help me on this
I have a .NET application that starts a client to connect to my server as a virtual thing and push data to the server (this works completely with no errors). I wanted to invoke a service on the ThingWorx server that would take parameters from the client (below is the code) and run a service that automatically creates and binds the virtual thing to a remote thing. I tested the service in TW and it works but when I invoke it from my client I receive this exception "Error invoking Service for Entity. Service Unavailable. (Code 1113)". I have double-checked the names and everything checks out. I'm not sure what I'm missing so if someone has experience with this I would appreciate feedback. public static void createThing(ConnectedThingClient client, String ThingTemplate, String ThingName, String Description) { var param = new ValueCollection(); param.Add("ThingName", new StringPrimitive(ThingName)); param.Add("ThingTemplate", new StringPrimitive(ThingTemplate)
Hello! I've been struggling with a persistent problem of thingworx not updating images when I make a change to a graphic and use the "change" button under graphic properties. I always seem to get the orignal graphic uploaded on preview. Furthermore, I can't seem to just delete that graphic, I have to delete and then name the new graphic something different or else it will load the old graphic again. Any tips?
I am setting an infotable from java sdk edge, but the value is updated only the first time. For example the following code sets the infotable correctly in the first iteration of the while loop while(true){ this.setPropertyValue("SomePropertyName", new InfoTablePrimitive(myClass.returnsNewInfotable())); this.updateSubscribedProperties(1000); } In the second iteration , the value is not changed, i.e. even if the function returnsNewInfotable returns an infotable with different values, only the initial values are reflected in thingworx server.
Hello, Im using ThingWorx 8.2 version and the requirement is to display obj & gltf 3D model in a mashup. I downloaded three model viewer from PTC market place which helps me to display obj format but it is not supporting gltf format. Please help me how to display GLTF 3D model? Thanks!
Hi All, We want to enable and disable F11 key pressed event by clicking a button from Mashup. We have deployed our mashup in a production monitor(kiosk) like the following image. Here we don't have the keyboard attached to it to enable/disable F11 for full-screen mode. So we are looking for enabling and disabling it via a button click. Give us a solution for this. The solution to enable FullScreen ($("#runtime")[0].webkitRequestFullScreen()?$("#runtime")[0].webkitRequestFullScreen():($("#runtime")[0].mozRequestFullScreen()?$("#runtime")[0].mozRequestFullScreen():$("#runtime")[0].msRequestFullscreen()?$("#runtime")[0].msRequestFullscreen():$("#runtime")[0].requestFullScreen())) --by @CarlesColl. looking for disabling the full screen.
I am using list box widgets and trying to display combo Box / list / drop down But all are not working.. Also in log it showing following error:- An error occurred while calling dhxlist::afterRender, Id = "dhxlist-8".Exception: Cannot read property '1' of null could you please help me on this Thanks in advance, Lala
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.