Recently active
Hi all, I'm newbie, I have a platform to send data in the syntax [CS*YYYYYYYYYY*LEN*WAD,Language,location data]. What protocol do I need to TW to get the data.
Hi, I'm deploying Thingworx entities as an git extension from Dev to test server, which makes entities non-editable. i.e xml of entity will have new tag as <aspect.isExtension="true">. As well as DELETE option is disabled. I have already tried removing this tag and save xml and re-import but no luck. How to revert or make that entity editable again?
Hi, We will be using a cloud set up where Kepware will be running on edge device and Thingworx connected to it from a cloud platform. So our IT team for setting up security and firewall, wants to know what communication protocol is used between Kepserver and Thingworx. Regards, Sri1
Hi team, In 8.4 I can see session variable LastAssetChange while creating a mashup. But in 8.5, It is not present. Can someone please let me know where can I find these and what is the specific use of this LastAssetChange variable. Thanks and Regards,
The selected text of a dropdown widget is not showing up when the service used for the data field (dropdown) is triggered again after the mashup load. I have checked both the services output its working perfectly. I have binded the selected row of the service to a label widget so whenever there is a selected in the dropdown the label gets the data. But when the service for the dropdown is triggered in the middle (example using a button click) the selected text value goes away and the label no longer shows any data. Even if i open the dropdown box and select the same value it wont show up. Only if i change my selected, i can see the data back in the label widget
Hi everyone, this is my first post on PTC comunity and I thank you all in advance for the support. The use case that I intend to develop with the thingworx platform is a tool for creating dashboards. In particular, the end user must be able to drag widgets (starting from a special "widget-column") in his work plan, and drag the data that will have to populate these widgets from another column (a "data-column" that contains all the data from DBs and other sources). I am attaching a photo with the idea of the final product. I decided to write here for feedback on what approach to use to develop this solution.My doubts are mostly about widgets: starting with the platform, I haven't been able to extend drag-and-drop functionality.I therefore thought that the solution could be to use the SDK by developing my widgets with these additional features.But reading the documentation, I came across the concept of gadgets, and I have doubts about what is the right practice and I would li
We will host a live Expert Session: "Windchill & Thingworx Navigate Authentication" on November 10th at 10:30 AM EST. Please find below the description of the expert session and the registration link . Expert Session: Windchill & Thingworx Navigate Authentication Date and Time: Tuesday, November 10th, 2020 10:30 am EST Duration: 1 hour Host: Arshad Imam, PLM Product Technology Lead Description: This in Expert Session will take you through a step-by-step approach for configuring authentication between Windchill and Navigate with SSL. Plus, you can take advantage of a unique opportunity to ask questions in a live Q&A following the presentation. Register here Existing Recorded sessions can be found on support portal using the keyword ‘Expert Sessions’. You can also suggest topics for upcoming sessions using this small form. Here are some recorded sessions that might be of your interest. You can find recordings for the full
Hi, I came across a very strange observation. I have an user added to a custom user group and this user group has certain permissions .Once that user clears cache and cookies from browser,that user getting removed from the concerned group automatically in the composer. Any idea about this? Thingworx version 8.5.4.
Hello guys, I have a service in ThingWorx 9 where I am trying to use the GetJSON from ContentLoaderFunctions to get the data for a ThingWorx project but I get the following error: " Message :: Invalid Content Type: text/html". I checked the logs and there are no other errors. I tried to do this request from Postman and it works fine. Also tried a PostJSON and it works fine, so the appKey it's ok. I also tested the javascript from below with ThingWorx 8.5 and it works without any issues...but for ThongWorx 9 it simply does not work. You can find below the javascript code from my service: var params = { headers: { "appKey": "6b2c8c8b-423e-5a56-c321-5e378ff55662", "Content-type": "application/json" } /* JSON */, url: "http://localhost/Thingworx/Projects/daniel_test_99" /* STRING */}; var result = Resources["ContentLoaderFunctions"].GetJSON(params); If it's impor
Hi Developers, I have a mashup containing four images. I want to navigate to other mashups by clicking on these images. I have configured navigate function and was successful in binding it to a button, but I want to achieve this on click of image. I have attached images of my main mashup and function I created. As Navigate function can only be configured for button, kindly suggest how to achieve navigation to another mashup by clicking on image
I am also getting this error. Are you generating alerts based on a KEPServer/Industrial connection? I found that if you put the User tied to this connection in the Administrators group, the alerts will send email notifications. I think OOTB Manufacturing Apps sets the default user for KEPServer connections to "Administrator", but for security we created a separate user and gave permissions per: https://www.ptc.com/en/support/article/CS279741 I've been trying to play with permissions to get the email to trigger, but I'm thinking it might be a background setting that we don't have aaccess to.
I would like to find/create a way to make a command or routine that will make the assitant stop responding to "hey google" temporarily, either for a specific amount of time or until I turn it back on. Are either of these even possible? I am a newbie so I have no idea what I'm doing!
Hello, do someone know how to prevent the Changed event(f.e. Datetime Widget) to be thrown when the Mashup is loaded. I have the following Issue. I want to call a service for data extraction during Mashup loaded and when the Date changed. When i reload the page the service get called twice (Mashup Loaded + Changed Event of Datetime Widget). Any ideas how i can only call it once without adding a button for "reload"
Applicable Releases: ThingWorx Navigate 1.6.0 to 1.7.0 Description: Covers how to configure ThingWorx Navigate to use Windchill Authentication: Background and Prerequisites X.509 Public Key Infrastructure (PKIX) Brief Introduction Steps to configure Thingworx Navigate with Windchill Authentication: Windchill Integration Runtime Thingworx Navigate Additional Information Navigate SSL Configuration for Windchill Authentication General Checklist
Hi All, As we know, to interact with PLM systems, PTC has already provided us Navigate framework which uses Integration Runtime subsystem for interaction. I need to know is there any other way possible to fetch data from Windchill PLM and use in Thingworx without using integration runtime subsystem. Or internally it is mandatory to use Integration runtime subsystem if we have to communicate with other PLM / SAP systems?
Recently I have been working with the advanced tree grid in Thingworx 8.5 and I had to put headers for the childs which were not as per the parent headers. Could not find any option to do so. I tries configuration as JSON using Service also but did not find any Key to configure child columns. I would really appriciate any help on this. Thanks !!
Hi, I have created the style theme and linked in the mashup in Thingworx 8.4. Kindly Let me know what are the steps next to do
Hi everyone, My environment: thingworx 8.5 I'd to know how do I put the value on the bar chart? Follow the example below: I think that I might use CSS code because there is not the option in the Chart Properties Regards, Leonardo
Hi hoping you're doing well I've a service that the output is a infotable with a data shape And I use the output in the example mashup that I've Now I want to use part of the output (1 table column) to fill a List, can I do it with the same service or do I need other? Can you give me a coding example? Best Regards, Marcos
Hello, I have recently imported the Mail Server Extension (v3.4) in to Thingworx v9. Configuration of the inherited Thing is: SMTP Server name configured, SMTP Server Port 25, no authentication When manually invoking the SendMessage Service I get the following error message: Unable to Invoke Service SendMessage on MailServerThing : Couldn't connect to host, port: localhost, 80; timeout 30000 This says to me that it's still trying to connect to SMTP server on the local machine through port 80, despite the configuration. Any ideas? Thanks
there is a data stream from the robot. the data changes, but the data in the stream is not updated. how do I make the stream auto-update?
Hello, I'm using collection widget, In base mashup use one dropdown and label and bind data to dropdown I want to pass dropdown id parameter to collection mashup please suggest How to pass dropdown id parameter to collection mashup ??or which function is used for this? Thanks in advance
Hi, I signed up for the hosted server trial - have about 27 days to go. I'm able to connect through the REST API and postman to my server, however Thingworx Academic Simulator doesn't seem to connect - I get the messages(after a 10 second timeout) - 'Unable to connect, check your port' - looked at the code for Thingworx Academic Simulator (which is an electron/node.js app) and it seems that the interface is just sending a REST API call to /Thingworx/Things before issuing that message (which seems to be the default one). Can't understand why the TAS isn't working when the REST API does in Postman with 200 OK. Any idea what's going on? Have checked my firewall etc and nothing is blocking. My settings: Server URL: pp-2010211547rh.devportal.ptc.io Application Key (used a member with privileges on things as well as administrator) Port: 8443 (or 443 - both work with REST API) Secured Server checked on
Hi, hoping you're doing well I'm pretty new with thingworks and some functionalities still confuses me... I need develop an aplication that: - select a date range (I didn't see a Calendar Widget) and pass it to a service to make a query and get the results from db - from a service read data from db and fill a List - from the selection of the list execute a query to read data from db - from a service read data from db and fill a Graph Also I need to manipulate de data from the query (make some calculations) and show them in the mashup If you can give a coding example (or several) i'll appreaciate it..... Best Regards, Marcos
The situation we are encountering is that we are pulling data from Windchill and the date information is stored as UTC. In Windchill the date displays correctly, as local time, as the customer expects. However, when we pull that data into Thingworx and display in a grid, the date remains UTC. Example: LastModified in Windchill happened 11/06/2020 at 11:31 AM Eastern. The stored value for the time 16.31, which is correct due to UTC/Daylight Savings. If you view the date in Windchill, the UI displays 11:31. Now, if we pull that data into a Thingworx grid, it displays as 16:31. If we change the localization token to one that incorporates Z (yyyy-MM-dd HH:mm Z), it results in: "2020-11-06 16:31 -0500"... so it KNOWS what time zone we are in, and whether DST should apply or not. How do we get it to display "2020-11-06 11:31"? This doesn't seem like it should be terribly difficult, but I'm obviously missing something.  
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.