Recently active
I am having multiple catagories with different data for each data i want to show multiple colors in one bar. Can someone help me out. Is there any extension available? Please find attached screenshot
Hello, 1. I have one question about line chart. I have used get property values for data stream, when i use query property history the red triangle is shown in line chart. 2. I vant to have countinous data stream on display in line chart but instead the xaxis is moving around, what can i do?
can I connect postgresql as a external db connection to Thingworx 90 days trial version?
Team, I have a customer that we will have a small application with 100 assets, 3 properties each and they will be logging time series data into Postgres at every 5 seconds, We plan to use PostGres for time series historization but we have the following questions: Is there any performance testings for persisting timeseries into PostGres vs SQL Server vs InfluxDB? What is the performance tests PTC has done for PostGres? What are the best practices limits we can consider for historizing time series data into PostGres and what aspects/limitations we should analyze to move to other historization solutions? TKs, Chris
'Alert delivery' option is not enabled in Asset advisor. Do I need to import anything like mail extension? I am using PTC cloud 30 days trial Asset advisor..
Hello everybody, i combined several widgets to one gadget which i am using within a mashup. When using mashups there is a plus sign in the upper left corner which indicates to create a dashboard. I want to remove it/ making it unvisible. I did that once before but cannot remember how i did it. The property within the gadget are the same for the gadget where it is working and the gadget where it is not. In the image below you can hopefully see what i mean.
Hello everyone, i am trying to write a custom service "Calculate_all" see second image, which calculates the mean maximum and min and in future other different statistical values. As input my service expects a datetime and a string (property name for the QueryNumberPropertyHistory service inside my service). As an output it gives an infotable with the 3 values. The service is a service of a thing which has sensor data as properties. When i try to give a value widget a data source i can link one of the outputs of my service for one sensor (given through the property name which is defined in the data properties section or by a readable lable widget) to the data of the value widget. But after that if i want to give data to another value widget from my service but from different sensor (property name input changes) i have to add my service again to the data area in the mashup builder (see picture 3) because thingworx says that my service already has a binding to his input par
Hi , I wanted to have column in Datatable as primary key which will increment by 1 automatically whenever add the row. how to make it auto increment. Thanks
What is the data shape for the selected Items and for standard widgets like this that accept infotables where is the best place to find documentation on what data shapes to use with them when generating data?
Hi, The structure of my custom widget is shown below, Now a widget referencing a third-party widget is possible, but if I need to develop 10 widgets, I need to put 10 of the same third-party JS, so the size will become larger and may affect performance. if it is possible to put only one third-party JS in the widget package, and the other widgets can refer to the JS? Thank you! Chason
Hi , I'm unable to send SMS using twilio extension, getting java socket exception. The same extension is working in another server which has similar configuration. Both servers running on SSL. Do I have to change any specific configuration? please find the error attached. Thanks, Janakiraman P
Hello. I am using Thingworx 9.1 version with Postgre SQL. GetText function is not working. Got error as "Invalid Content Type: application/json". The same code it was worked with Thingworx 8.5.1 version. var propertiesAttr = Resources["ContentLoaderFunctions"].GetText(params); Could you please suggest? Thank you in Advance. Regards, Latha
Hi , How to give column header separator line as in below image. Thanks
Hi Team, Suppose I have an existing network and want to add the new root node at the top of existing root node. How to achieve this scenario. Please advise.
hello, i have one mashup which have multiple videos in a grid uploaded by the file upload widget. I have one service which selects row of grid by using checkbox, now if i have two videos in my grid and if i select first video via checkbox and clicked on the button to play the video it's playing the first video successfully but on the other hand when i select second video from grid via checkbox then again it's playing first video only instead of playing the second video, so how can i play multiple videos in this case? please suggest some solution....below i have attached the snapshots of my mashup please look into this for your better understanding... This is my grid which have multiple videos:- by using checkbox i have select the grid first row or video:- This is the first video Url which i have selected in grid:- this is my first video which is playing in html5 video widget:- now, when i select second row or video url from grid by using checkbox and try to play it play
I am on page 29 of the installing thingworx pdf. I run the batch file, ThingworxPostgresDBSetup, enter my password, and I get this... psql:./thingworx-database-setup.sql:1: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:3: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:5: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:14: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:16: ERROR: database "thingworx" does not existPress any key to continue . . . I found instruction on how to fix this in pgAdmin3 but I have pgAdmin4 and the instructions make no sense. I am guessing pgAdmin4 is different. I cannot figure out how to configure the script to not get these errors.
Hi Team, In our application, default date time format is being used "dateTimeFormat_Default YYYY-MM-dd HH:mm:ss" in grid column values but we want to show at some place using this format "HH:mm:ss YYYY-MM-dd". Please guide me how to get this format values display on grid. Thanks in advance.
Hi, i have a state definition value for the value from a value display widget. Now i want to overwrite this state definition value (e.g. <30) and give a another value (e.g <20) which is defined by the user itself. I cannot change the state value property of the value widget even when i bind another value from a service to its source.It is not updating it. How can i achieve that? In this example it should take the color yellow instead of red because the thresholds are set as shown in the led widgets. The Statedefinition Values from the Value widget are binded to the same service as the led widgets.
hello, i have one polar band which gives me member's health live data in postman through the API. how to show live data which is coming from postman in collection mashup? and i want to show multiple members device data in collection widget, how i refresh it automatically by using auto refresh function in collection widget
Hi, I have few properties (inherited from my Thing template) in my Thing. I want to update my Thing's inherited property through service. I tried : Things[thing].test = "Test Value"; //tried to update value of my test propertyresult =Things[thing].test; // to check i printed it as result, This method is not working for me ...
Hi I want to trigger some service only whenever user click outside the text field widget, But i could not find that event in text field widget.. Please help me in this regard
Hey all, I am using ThingWorx version 8.5.7. I want to pass a mashup parameter of my parent mashup to the navigation widget. I created a mashup parameter in this child mashup that I want to navigate to and connected them. Now, the issue is that there is no data coming through in the child mashup. I think this is a bug of TW (https://www.ptc.com/en/support/article/CS328676) However, I need to find a way around it then... Can anybody help me with this? Thanks in advance
Hi, I need to set run time permission for specific service(eg. ChangePassword() ) to particular users. I tried using AddRunTimePermission() but I am getting invalid service name error. Users[testUser].AddRunTimePermission({allow: true /* BOOLEAN */ ,principal: testUser/* STRING */ ,resource: "ChangePassword" /* STRING */ ,type: "ServiceExecute" /* STRING */ ,principalType: "User" /* STRING */}); err : 36JavaException: java.lang.Exception: Invalid Permission Type : [ServiceExecute]
Hello, I have some problems understanding / using the "PurgeAllPropertyHistory" of the Thing of which Iam trying to delete the logged data from. The logged data are full numbers (1,2,3...) What exactly is the startDate and the endDate? Does the "PurgeAllPropertyHistory" even care about which Date is being set here (It just has to be different I assume)? Is it possible to delete ALL logged data without setting startDate and endDate? I am trying to purge the data via a Mashup with a button that is connected to the "PurgeAllPropertyHistory" of my thing. I also tried to add startDate and endDate values per datePicker and the set it via Button
I have been trying to deploy the Thingworx docker in Azure App service but the container Terminates. As the Azure app service does not support docker-compose I am using the single docker to deploy. There are no logs available as well as there is no way to specify the properties. Has anybody who has deployed Thingworx on Azure App service.
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.