Recently active
Can anyone share document or link to test results done by PTC on its platform?Or else suggest a way to do this test please.
Hi, we use Thingworx 9.5.1 With SSO login and that works good , all parameters for reverse proxy we implemented like in the CS : CS327279 - "Incoming SAML message is invalid" "Endpoint with message binding <Binding> and URL <URL> wasn't found in local metadata" is logged in the SecurityLog when authenticating to ThingWorx Platform with Single Sign-On (SSO) enabled Now we upgraded in our DTA to 9.6.1 , with LDAP all works fine, when we test with SSO then the application returns the HOME URL in HTTP://Thingworx/Runtime/index.html?mashup=MSU.Mainmashup=MSU.Main and lands in a Loop to go to a https url, Where 9.5.1 returns the URL Relative like this //Thingworx/Runtime/index.html?mashup=MSU.Main. Does anyone has an idea?
Hi, I am having a strange issue here that I don't know how to investigate, I created thingshape then a template that has this thingshape, then I created 7 things driven from this template.inside the thingshape i have a subscription that calls a service within the same thing shape, lets call it service 1 , this service 1 do some calculation and then calls service 2 and service 3 ,the issue is: service 1 and 2 works fine on all the 7 things with no issues, but service it is rarely works for all the 7 things, most of the time works for one or two things only,I tried to check the script log errors but nothing there, and when i run this service manually inside the thing it works fine with no issues.I don't know what should i share else but the issue is not related to whatever the code written in any of the services (from my testing).thanks
I want to highlight autocomplete widget border colour based on few conditions. ex: if(cond==true) Output=""; else Output="ui-autocomplete-input"; css code: .ui-autocomplete-input { border: 1px solid red !important; } This css code showing border in red for both true and false conditions. What is the correct code??
I'm using version 9.3.9When I set the Selected Option Text size to greater than 22px, the displayed text is cut off on the top and bottom in runtime:However, in composer, the dropdown box and font will grow appropriately:the same happens in the theme preview mashup. As I increast the Option Text font size above 22px, the Select... HintText in the Dropdown List gets cropped also.I have tried adjusting every font size in the style theme and even tried the style property overrides for the dropdown widget, but can't find the correct setting to use. Thanks,Steve
Hi all, I am trying to merge two queryPropertyHistories from 2 different things together and am struggling to figure it out. I have two queries from two different things which wouldn't have a set data shape or property values (user selected). The end goal is to combine two queries and output them into a line chart widget. For example, these two images I would want combined into a single infotable used for a line chart. So basically just add the second infotable to the end of the first infotable then chart it (data doesn't need to be perfectly clean in table form). The property names are never the same as it is user input for the queries. Any recommendations on how to merge these?
Hi, The Data Export in 9.7 has moved to functions as per the Release update Documentation, and when I tried using the DataExport function to Export on the Dashboard/Runtime, I saw an Error in the Inspect window. mashup-common-widgets-runtime.js?_v=9.7.0:1 Uncaught TypeError: Cannot read properties of undefined (reading 'DataName') at TW.Runtime.Widgets.dataexportfunction.doExport (mashup-common-widgets-runtime.js?_v=9.7.0:1:179477) After the error in inspect, the data is not exporting Thanks,
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).
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.