Recently active
Hello, in thingworx flow, I found a way to download pvz resources. Anyway, most of the time, these files are too large and complex. Is there a way or a specific worker to reduce pvz dimensions? Thank you
Hello, I'm facing an issue where the infotable fields that I plan on showing in a bar chart graph are getting reorganized when displayed in said graph. For example, I may have 5 different fields, AV51, AV52, AV53, AV54 and a Timestamp field, and, although in the infotable itself they are correctly ordered (especially since I added the ordinal to each field to make sure they were correctly ordered), the graph still shows the fields in a seemingly random order.As you can see in the attached pictures, the infotable itself shows the fields in their proper place, correctly ordered, while in the Graph the order is switched, to AV52-AV51-AV54-AV53. What could be causing this issue?Thank you.
Hi. What I'm trying to do is showing a time series chart in real time. I read that I can use the thing service "QueryPropertyHistory" with a property of the same thing. When I use it a can show all the data recieved from KepServerEX and they're like stored in thingworx and showed in the time series chart from the begining (when I set the property to logged and persistent) to now (I use an auto refresh widget to update the service), But What I want to do is that when I open the mashup, I want the data stored of the property to be restarted and start storing again and show data of the moment. For example, I set the property to logged and persistent since 1 PM and I have al the data since that hour, but what I want is that data to be reseted when I open the mashup and start to store the data. Is there a way I can do this? is this a good practice to graph in real time? or there is another way to show data in a time series chart in real time? I Hope you under
HI, I'm having trouble with importing Thingworx Real-Time Production Performance Monitoring (Please help) I've followed the guide on how to install the extension, everything imported correctly up to where i now need to now install the mnfgCommon_Extension Zip but every time i try to import it, the system throw's an error stating the following: MnfgCommon_Extension:3.2.1Import Failed: Thing Template PTC.SCA.SCO.MnfgCommonMSSQLThingTemplate has an invalid thing package []
Hi , I could not understand the use of "Apply Visibility Checks On Alert Queries" in Alert Processing subsystemWhat happens if we value is false for an above variable?
I would like to add padding to the legend in linechart by adding custom CSS but unable to add it.
Hello, I have a thingShape with a service that works.I want to execute It on every thing which has this service by using a button from my mashup.What is the simplest way of doing so?
Hi, We would have a paper label with barcode which will have order number. The requirement is to scan the barcode in the paper and populate the content in text box in ThingWorx. How can we achieve this functionality in ThingWorx 9.1?
I'm trying to build Zip file, according to given instructions in the documentHere is the link of doc :-http://support.ptc.com/help/thingworx_hc/visual_sdk/Tutorial/CreatingWebComponentWidgetTutorial/#install-the-sdk-utility-and-create-a-thingworx-extensionand when I'm doing it. getting command not found issuecan any one give me solution for it ?
Hi Folks, I have Thingworx 9.2 running and wanted to confirm if as per the License are there any restrictions on number of Mashups creation similar to no of users restrictions? TIA.
How to input Database User Credentials at RunTime.This Blog considers that you have already imported the Database Extension and Configured the Thing Template. If you have not done this already please see Steps to connecting to your Relational Database first.Steps:Create a Database Thing template with correct configuration.Example configuration for MySql Database:jDBCDriverClass: com.mysql.jdbc.DriverjDBCConnectionURL: jdbc:mysql://127.0.0.1:3306/<DatabaseNameHere>?allowMultiQueries=trueconnectionValidationString: SELECT NOW()maxConnections: 100userName: <DataBaseUserNameHere>password: <DataBasePasswordHere>Create any Generic Thing and add a service to create thing based on the Thing template created in Step 1.Example:// NewDataBaseThingName is the String input for name the database thing to be created.// MySqlServerUpdatedConfiguration is the Thing template with correct configurationvar params = { name: NewDataBaseThingName /* STRING */, &
Hi community, i want to create a progress bar with multiple breaks in it and need to show that break in different colour in the progress bar in thingworx.
I cant get trial version for Thingworx developer portal,,i am new to this platform,kindly tell me if there any alternate ways
Hello,I am trying to use docker, i followed this tutorial:https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Installation/ThingWorxDockerGuide/thingworx_docker_landing_page.html#However, I get this error: Failed to create SecurityManager, Failed to load SecretProvider This link does not give info for docker: https://www.ptc.com/en/support/article/CS305796 Does anyone have an idea?Regards EDIT: I have the same error as this one: https://www.ptc.com/en/support/article/cs328592However, I am using the h2 database so there is no docker-compose-h2-clustered folder
I am trying to renew the expiration date of all the applications keys of Thing Worx through Postman.For this, I am using this URL: Thing Worx/Resources/Entity Services/Services/GetEntityListByRegEx?type=Application Key and it gave me the list of all applications keys which are present in the Thing Worx but how can I use the setExpirationDate service for the all the keys which I got. @PEHOWE @PaiChung @slangley
Hi, I am using collection widget and have a info-table property which holds different values to get in the mashup. 1) How get invisible the values which we don't want to show in repeating child mashups as per in attached screenshots ... "Output" image is the what i am getting and over there when I tired to give the visible binding to the shape Availability even for RTE the shape is going away. 2)If you see my attached picture of "4 tiles of KPIs" - like OEE, RTE, TEEP, COE these are calculating according to the formula in services. How to make work that in collection widget is my second question. Please help me in this problem. Thanks, Lohita
How can we connect the Proficy Historian Tags to Analytics Server for Predictive Maintenance ?gone through all the docs, didn't find any way to do that ...@slangley @PaiChung ThanksShashi.
I have a graph in the trend tab. Eg: I can choose some pumps and seals in the graph by choosing the option. After choosing the options, it will plot graph. The graph is in trend tab, if I want to choose another tab and come back to trend tab, the data plotted lastly should remain the same. But in our case it is vanished.
Hello,Today I tried to build and start docker containers with Dockerfiles provided on PTC Support download page.I've discovered that there is new container named 'security-cli' using by default 'thingworx/security-tool:latest' (screenshot of example docker-compose file below) image, but I cannot find any information about it, and I'm unable to run Thingworx containers becouse I didn't have this 'security-tool' image which now contains TWX_DATABASE_PASSWORD env. variable. I would be grateful for any hints on running this version of Thingworx as docker container.
Hi, I am making a REST API call to get Thing property data from Thingworx server using postman.I am able to see the reponse code is 200. But I am not able to see any data in the response.As seen below, I am trying to get the value of name property from SystemRepository. I am getting successful response, but no data is returned. In this scenario Thingworx server is a secured server hosted behind a proxy server nginx. Can anyone point me to the issue what may be happening. Thanks and Regards,Bhushan
Hi Folks, Please help to understand how this Global Style setting populates with default list? I want to have more font styles in the highlighted dropdown for Text category but it seems to be some default list as part of Thingworx installation.Also, I have observed that these default text font style options are anyhow linked to OS font collection. So for example, If I don't have 'Century Gothic' font family available in my machine OS then this style won't work in Mashups. Note: I am already aware of custom font import via system repository and have it applied in CSS window of the mashup but requirement is to use style theme only with custom fonts.
Hello,while importing entities from Thingworx 9.0.0 to new thingworx 9.3.0 , am getting this errorImport Failed: ResourceProvider with id of MediaEntity.ptc-windchill-integration-connector_Ecm_Sim_Tool-proxy has already been registered. Resource Provider's Ids must be unique. Anyone face this issue. ThanksKSM
Hi, Could anyone tell me How to navigate to different mashups via "Button Bar Widget". If u see the below attached picture there are two different types of buttons i.e., "Duration" and "Count". What are those buttons functionality means when we click on the "Duration" button it will take us into a mashup and same as for "Count" button to a different mashup.. TWX version is 9.3.1 PC: We can use Button widget, but I want to be in Button Bar widget to perform. Please guide me in this query. Thanks, Lohita.
Hi all, I wanted to know how we can publish TWX service data using Azure Service bus? Thank you @PEHOWE @PaiChung @slangley
Hi,I want to make a POST Api calls from ThingWorx service with body and header parameter. can it be done in ThingWorx service , are there any examples present for post calls ?Thanks.
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.