Recently active
Hi Team, I found that we can use Oauth2 for Integrating 3rd party tool with Windchill by an official document, is anyone have any idea about the tool integration where we can use another Authentication mechanism instead of using Oauth2? If yes then please help me with the same. Regards Anurag Bisen
Hi All, Where can i download Advanced Grid Widget (Package Ver. 4.0.2)Extension please? Many thanks in advance. Koray
Hi,We have successfully installed AMU in our local system & also core configuration done as per the steps given Core Functions Confuguration ,by importing json file with some randomly filled spreadsheet values in thingworxapps database and listed equipments in spreadsheet are displayed in the Equipment Configuration Tab. After that we are facing issues with the next step in advanced settings, in event sub type & the industrial connection selection in drop-downs and also in other process of attribute configuration & asset monitoring. Kindly provide next following steps of configuration to monitor 1 machine with their parameters & alerts for project exploration purposes. Please refer attached images FYR. Thanks in Advance
Does the solution central AD link work with Azure AD tenants in the Government space?
Hi, Why does thingworx choose Ignite as the distributed cache solution instead of Redis ? is there any special consideration ? Regards, Sean
This is not working for Visibility permissions. Can you guide me on how to check that easily? RE: post. This is a question following an idea thread.
Hi Developers, I have a mashup with lots of containers and widgets. I am currently using it as a homepage in Organisation. But it cannot be used as a master in mashups as ThingWorx won't allow that.I have been asked to copy entire contents of mashup into a new master mashup so that we can use it in mashups as a master.Its very time consuming. Is there a way to make a mashup a master or a way to reference mashup into master? Any suggestions will be appreciated. Thanks in Advance.
How to modify the existing thingworx Extension and build in JAVA
Consider I have a series of json data as follows, [{"f":"450.0","a":"746.0"},{"f":"453.0","a":"1119.0"},{"f":"456.0","a":"746.0"}]with f denoting frequency and a represents acceleration. How to plot a graph for acceleration in x axis and frequency in y axis ? How to write a service for the same ?
Hello, I have a use case where I want to use the auto complete widget.However when implemented, it seems to not work correctly, or at least not all the time. The following is a search I've made setting the "MinimumLength" property to 1:As you can see, I get some values. But as soon as I add one more character, I get no results: This doesn't always happen as you can see here: So it doesn't seem to be because of the amount of text. If anyone has had similar experiences and have found a fix for it, or that could confirm that this is some issue with the widget, that'd be great. This way I can continue on with my work. Thanks,Jens
Hi,When trying to format a date into MM-DD, I get the error "Invalid format: "2023-03-07 15:09:57" is too short". What am I doing wrong in my code bellow?let datetime = parseDate(r.eventDesc1, "yyyy-MM-dd HH:mm:ss.SSS");let formattedDate = dateFormat(r.eventDesc1);r.eventDesc1 = formattedDate;
How to read the specific excel file which is placed in Sytemrepository using java thingworx extension? Please help me over here.
Hi,I am working on a bar chart and I want the data to display differently than it is shown now. I can find the format property for the yAxis, but nothing for the xAxis, where do I modify how that data is shopwn? You can see a sample of the current chart in the picture attached. For example we only want a portion of the date to show. Kind RegardsOskar Berntorp
Below line of code has been written in thingworx java extension in eclipseInputStream in=TestThingShape.class.getResourceAsStream("test.xlsx"); Where does the file test.xlsx is present in Thingworx server? Please help me over here.
I am wondering how to scan a QR/Barcode in a ThingWorx Mashup. This question was answered here (https://community.ptc.com/t5/ThingWorx-Developers/Integrating-barcode-scanning-functionality-in-mashup/td-p/574883) but that extension is no longer available.
Hi, I have successfully installed Thingworx AMU Application in my local system for exploration. After installing AMU, I'm trying to do the thingworx app core configuration by the given link Core Functions - Process the JSON File. In this process, I have filled all required sheets & mandatory columns in the spreadsheet with the demo values as per the instructions. After that successfully generated the JSON file with the help of the README file. But when executing that SQL query in database of thingworxapps with generated JSON string, I'm getting some error message - Error, Parent Equipment Type Hierarchy is not respected. Can anyone please help me to out for continuing further exploration. FYR, I'm here sharing the below documents,Demo value filled Spreadsheet.XSLXGenerted JSON Source FileThanks in advance.
Hello,I am using Media Queries on a Mashup, but when Media Queries are applied, the tooltips/Hover are not showing up on the Runtime, Mainly for Line Chart.Thingworx Version: 9.3.0 Thanks,
Hello everyone, I'm trying to connect TWX to SAP and have been able to correctly validate the connection. What I'm having issue with is accessing the metadata.The address that I got from the customer is correct, I can directly access it through chrome or edge.But when I try to run the GetEndpointList, it returns me the following error: 2023-03-03 11:12:47.497 [ClientProcessor-4] ERROR c.t.i.r.o.MetadataTransformer - Failure processing metadata for root /sap/opu/odata/sap/API_BILL_OF_MATERIAL_SRV/ and serviceRelativePath with exception: Internal error accessing metadata references2023-03-03 11:12:47.498 [ClientProcessor-4] ERROR c.t.i.r.IntegrationEngine - Exchange process failed with exception thrown : Your route exchange has failed. Resource Error [Internal error accessing metadata references]java.lang.RuntimeException: Your route exchange has failed. Resource Error [Internal error accessing metadata references] The address the customer gave is: https://xxxxxxxxxxx
Hello, I am trying to build image of thingworx 9.1 on docker.this is the tuto i am folowing:https://support.ptc.com/help/thingworx/platform/r9/en/index.html?_gl=1*76uyjh*_ga*MTQyMTY0MzUwOS4xNjczMjU5Mjcz*_ga_1QBT6P6HR1*MTY3Nzg2NDM4My40OC4xLjE2Nzc4NjQ0NzEuMC4wLjA.#page/ThingWorx/Help/Installation/ThingWorxDockerGuide/thingworx_docker_getting_started.html# failed to compute cache key: "/staging/Thingworx-Platform-Postgres-9-1-14.zip" not found: not foundBuild Postgres DB: Failed. More detail on attached file. Any idea to resolve this is welcome. Thank you
Hello, I am trying to find a way to change what is shown in the "Page Mashup" container in the master mashup similar to how you can using the contained mashup widget.Is this possible? My situation is that from the master mashup, I want to search for a thing, and by doing so, I should change the mashup to where I can find that thing. Any pointers would be highly appreciated! Thanks,Jens
Hi everyone I had a service that dynamically created alerts on a template level. This template has one connected thing.I deleted some of the unwanted alerts on the template level and also on the thing level. However these alerts keep reappearing on the connected thing and they are causing errors in the script log. How can I permanently delete these alerts on the connected thing?I already removed the code that dynamically created these alerts. Best Regards,
Hi all,I am making a GET API call from a ThingWorx service. I want to parse the JSON data from the API call and search through it for certain values, which will then be pushed into an array. It seems to me that standard JavaScript methods like .filter() and .find() don't work in ThingWorx.Can this be done in the same service or will I need multiple?Any help would be appreciated.
Hi, I'm using Thingworx MSSQL 9.3.7 in my local system. In that I'm trying to install the Thingworx AMU Application - V2.0.2 for my project exploration purpose. Also following the steps which are provided in the Installation support AMU Installation Link. But when I'm executing the installer with the respective values I'm getting some error message ofInstall Missing Dependencies - Error Code: 25003Failed to import PTC.Base.zipCaused by:Extension PTC.Base failed to installPlease find the attached image for reference. Note : Extension Import Policies are also updated in the Platform-Settings-JSON file.Kindly help me to fix this. Thanks in Advance.
Is it possible to change the VTQ config and add a new field definition there, for example: for a certain property I want to ingest Value, Timestamp, Quality, and Unit (of measure)?For example we are currently setting only the Lat, Long, Altitude and date time, and I want to add 2 new field to store GPS accuracy and GSM strength in the same value stream.Is it doable? Any lead is greatly appreciated.
There is a MSSQL database Thing. I would like to add a new property to this thing as "TempValue" and then map a sql query to this property. How can this be done ?
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.