Recently active
I am passing the below code in configuration json of grid. And I pass the selected row data in the tree grid for every mashup load. But autoscrolling is not happening. "rows": { // Optional"selection": "single", // *{string} row selection setting. Options: 'none, 'single', 'multi'"defaultSelectedRows": "1", // *{string} default row selection setting starting with row 1. Options: '1', '1,2,3', '1-5,10'"minHeight": "56", // {string} row height setting in px.// "maxHeight": "100","autoScroll": true//, // {boolean} scroll to the selected rows on update or resize//"singleLine": true},
I am using ThingWorx Platform Release 9.6 and DatecodeSP2My colleague installed the Thingworx, while configuring license online, the Thingworx Administrator password showing error but with the same password he logged in the Thingworx in the browser.
Could not find the arbortext connector (both connector and extension) in PTC market place. Please share the location of PTC Arbortext Content Delivery Connector compatible with ThingWorx 9.3.x
Hi.I have now managed to store the data selected in the graph in a list. By extracting the selectedItems from the list, the following INFOTABLE was obtained.I would like to create a function that uses these selectedItems as input.In this case, how do you create a data shape to be applied to the input InfoTable?I tried creating a data shape like this but it didn't work...
Hello Everyone ,The remote thing is getting disconnected automatically. Please tell me what should I do to stop that ? when I try to connect industrial Thing it is Showing "Attempt To Write Property [IndustrialThing] Failed - Thing Not Running " version is 9.3.16
I am currently using the Thing Worx Cloud version and need guidance on how to migrate or switch to the on-premises version. Could you please provide:1. The necessary steps or documentation for this migration?2. Any prerequisites or system requirements for the on-premises setup?3. Information on licensing or additional configurations needed during this process?
I am adding this in case anyone else is looking for similar functionality. I wanted the checkbox to be invisible since I have it placed on a custom image. After customizing the styling and setting the styles to be 'no color', I was still seeing the focus outline. This focus outline would disappear after clicking the checkbox but I needed it to be gone always. I was able to get an invisible yet functional checkbox with this custom CSS:.widget-checkbox label:before {border: none}
I am using ThingWorx Platform Release 9.1 and DatecodeF000Autoscroll is not working in Treegrid widget. I have almost 1000 rows in treegrid with parent child relationshp. When User expanded one parent row in tree grid, immediately grid is autoscrolling to last or somewhere else and showing wrong row.
Hi,I am looking for an open source code for an rich text editor, as the HTMLTextArea widget is removed by PTC after Thingworx 9.0.Can someone help me with this, I am looking for something like this.Thanks,Sharen
How to pass dynamic border colours for all widgets in thingworx mashup development?
Hello, I am looking for Thingworx 9.7 Helpcenter, Can anyone please share the link or guide pdf? Thanks
Thingworx should provide more chart options OOTB, such as 1. Heat Map chart 2. Sankey diagram (chart) etc.
We have a requirement to extract the part structure from a PVZ file. While we are currently able to display it using the ThingView widget, the goal is to extract the part structure from the PVZ file and present it in a tree grid. Additionally, upon selecting a part in the grid, the corresponding part should be highlighted in the 3D view. I would like to understand: Is this functionality achievable in ThingWorx? Is there a way to read the PVZ file and extract its structure? Can this be accomplished using any existing extensions or OOTB (Out-Of-The-Box) functions, or will we need to develop custom extensions? Appreciate your inputs and suggestions!
As the title states, the state formatting is not working for this widget. I am using the exact same state formatting that I am successfully using for a gauge widget. Everything is set up the same way as the gauge widget as well. The gauge widget state formatting is working, but the KPI Dial Widget is acting as if no formatting is there. This is Thingworx 9.6. I also ensured these steps were all correct.https://support.ptc.com/help/thingworx/platform/r9.6/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/DialWidgetThemable.html
I am currently using the Thing Worx Cloud version and need guidance on how to migrate or switch to the on-premises version hosted on AWS Server with Remote database configuration. . Could you please provide:1. The necessary steps or documentation for this migration?2. Any prerequisites or system requirements for the on-premises setup?3. Information on licensing or additional configurations needed during this process?
I'm working on a project that requires the fetching of pvz from thingworx flow. I used the following actions to do so: get structure to fetch BOM, a loop to iterate on each element of the array fetched with the aformentioned action and a get content to fetch pvz. The issue is that the fetched pvz are almost empty. Is there another way to fetch pvz?Thanks in advance
I installed ThingWorx 9.7 using the installer (ThingWorxFoundationPostgres-9.7.0-x64.exe).However, the uninstaller (ThingWorxFoundation_uninstall.exe) does not exist in the installation folder.Instead, there is a file named ThingWorxFoundation_uninstall.dat.This does not work in a Windows environment. I believe it might be an uninstaller for Linux.Could you please let me know how to uninstall ThingWorx 9.7
I am using ThingWorx Platform Release 9.5 and DatecodeSP5What installer should be downloaded for Thingworx Foundation for use with Oracle? I see one download specifically for ThingWorx PostgreSQL and one for ThingWorx Mssql. I do not see a general "ThingWorx Foundation" installer or one specifically for Oracle.Client wants to install Windchill and Thingworx/Navigate, utilizing the same DB engine (Oracle).
I am using ThingWorx Platform Release 9.7 and DatecodeF000I was not able to find detailed information about how the properties of the provided RemoteThing Template are mapped behind the scenes, as it's not always clear for us, what e.g. the lastConnection timestamp refers to, when the reportingLastChange timestamp will be updated and so on.Can someone provide detailed information for each of the properties inside the template to ensure that we know how to rely on these properties for monitoring remote things?- isConnected (Boolean)- lastConnection (Timestamp)- isReporting (Boolean)- reportingLastChange (Timestamp)- reportingLastEvaluation (Timestamp)Thanks a lot in advance!
Hi,I managed to use openstreet map to show some locations of vehicles from infotable (attached) , as you can see i use get properties to be able to use the "automatically update values when new values are available" check box, but the result is really bad, first whenever the infotable data updated the whole map refresh like it shows me a white screen then it load the map and the location as i did refresh the whole page , i wanted to only move the points on the map, also it doesn't show all the locations, sometimes all of them shown, sometime some of them, sometimes none of them, i don't know how to debug it , maybe it shows the ones that has data change, i don't know what is going on honestly, if there is a better way to refresh the data in the map widget please explain it to me,form the infotable i use the LatitudeLongitude property of type "location" hope someone can elaborate more on how to use openstreet map better, thank you
Mashup contains - FileUploadWidget and a Grid WidgetWhen I select a csv file (currency.csv) then before uploading that csv I want to view that in the right side grid.Datashape Contains- Code, Name, Symbol
Hi everyone,I'm encountering an issue with my subscription in ThingWorx. The subscription is supposed to trigger on a data change event for a property called temperature, but it's not firing as expected. I have already checked the configuration and the DataChange Type is set to "Value".Additionally, I'm curious about how the queue system works in ThingWorx. Is there a specific table in the database that handles the queue, or is it managed internally? I want to understand if there's any way to monitor or troubleshoot the queue more effectively.Here's a summary of the issue:Subscription Issue: The subscription for the temperature property data change event is not triggering.Queue System: How does ThingWorx manage the queue? Is it tied to a specific database table, or is it handled internally?Any insights or suggestions on how to resolve the subscription issue and better understand the queue system would be greatly appreciated!Thanks in advance for your help.
I want to display the data when I upload it through File Upload Widget.For Example - If I upload a csv file using File Upload Widget, then the uploaded csv file content data should be visible to us.
I am using ThingWorx Release 9.3.10, I installed the extension but I can able to see only WriteCSV service snippet.I cannot able to see other snippets like ReadCSV and all. Extension Downloaded from here
hello, i am trying to work with the thingworx api , i can do GET request to get properties values and it is fine but when i tried to test the POST request to run a service, it doesn't work , although the service itself works fine it has no inputs and it output the data in infotable (it has QueryPropertyHistory service in it, that returns the infotable)and i am testing the api locally with this links (i double checked the names)http://localhost/Thingworx/Things/Eastern.Security.Vehicle.5971/Services/TestQueryDatai am also using API key in postman header and it works fine when i do get property,her is the error i get in the post man <!DOCTYPE html> <html> <head> <title>Unexpected Error</title> <script> function clickAndDisable(link) { link.onclick = function(event) { event.preventDefault(); } } </script> </head> <body> <div class="widget-panel widget-container widget-content" style="overflow: auto;">
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.