Recently active
Hi, My clients are in poland region their regional settings to separate decimal value is using commas,, for ex: 0,25 to be considered as 0.25 but in thingworx if I update the decimal field in localization table as dot to comma it is not working.
I am using thingworx 8.5.3-b123 I fill an advanced datagrid with a service Search that is inside a Thing called DashboardHelper : I dont understand how to add sort functionality to all the columns, I mean, if I click on a column it sorts by that column, and I would like to sort data ny the column I click on. Is this possible? Could you please tell me how to do it? I have enabled the EnableSorting property but I dont really know how to sort data by all columns using a query filter? I found an article to implement sorting but I dont understand it: https://app-direct-www-cloudfront.s3.amazonaws.com/downloads/229413/AdvancedGridWidgetsExtension4.2.0.pdf Implement Sorting 1. Set the EnableSorting property to true, either by clicking it in the properties panel of the Mashup Builder or defining it in the JSON script of a dynamic configuration service. The QueryFilter property and Filter event will become available in the properties panel
I am trying to learn how to bind my service output (infotable) to a custom chart widget. I am able to understand how a text data can be assigned in the code, but not sure how to do the same with the infotable. Can somebody give me a quick snippet?
Iam using label chart graph. Chart type is "line". I passed 3 infotable values to label chart widget of Datasource1, Datasource2, Datasource3. But it is displaying only the graph with values of Datasource1. If only Datasource1 passed, it is showing graph. If only Datasource2 or Datasource3 passed, no graph is displaying. What is the mistake here.
Hello I have created one data table . In that data table there are 3 columns like activity, activity value type and activity widget type. Now for 1st 4 activities activity widget type is textbox and for last one it is buttonbar. Now i am giving this data to collection widget .In the base mashup i have two widgets as text box and button bar. I want only text box widget should be visible if the activity widget type is textbox and if activity widget type is button bar then only button bar widget should be visible. Please help
By default advanced grid is having sorting option for every column. But i am having my own code to execute when the colum in grid is clicked. How to enable that??
During migration, importing extensions failed. Log shows "Export file missing version information. No migration will be performed.". What should be updated in the extension for the successful import???
I wan't to chose the row, display and edit it. Like that but when i use grid advance, i'm only can display data table. i don't know how to chose and edit it. Pls send me some tutorials or tell me what service to do Thank you!
Hi , I want to create a folder in a thingworx repository to be able to upload a file in it. I know how to upload a file, for example: curl -v -H "X-XSRF-TOKEN: TWX-XSRF-TOKEN-VALUE" -H "AppKey: $APPKEY" \-F "upload-repository=MyRepository" \-F "upload-submit=Upload" \-F "file=@myFile.tar.gz;type=application/x-zip-compressed" "$TWXURL/FileRepositoryUploader" \-m 60 -f I want to create a subfolder by the same way? Thanks for your help.
Hello, I was wondering weither it would be possible to store the data i pull from my DB inside a stream?I succefuly made the connexion to Mssql and i am able to query those data using a service. The reason behind this is that i'd like to be able to iterate through or use the recent temperature data stored in the stream inside a subscription that does some manipulations for me. Thank you in advance
Hello, is there a way to edit the internalName of a KPI equipment status? When I do this I get an error message as shown in the attachment. https://support.ptc.com/help/thingworx/apps/r9.0/en/index.html#page/thingworx_apps%2FCustomizing_the_Apps%2Fconfiguring_equipment_statuses.html%23 I have a requirement where my customer does not want to add in an additional custom status message and would like to edit the 6 built in categories to suit their needs. " Configuring and Customizing Equipment Status Equipment status indicates the current state of a piece of equipment. The status is used for calculating KPIs and can also be used for defining alerts. The status history information for a piece of equipment is stored in the database, rather than in the equipment’s value stream. There are six statuses initially configured for all equipment: Not Configured, Warning, Running, Planned Downtime, Unplanned Downtime, and Unavailable. Th
I have 2 infotables (Class_Grid and InfotableClass). I want to move a row from one table to another pressing the butons ADD or REMOVE: I achived this using this tables as Properties of a thing and a service for each button that I created:For example: Add Button. var size = me.Class_Grid.getRowCount();for(var i=0; i<size; i++){if (me.Class_Grid.rows[i].pkMatclassid == Selected_Class.pkMatclassid){me.Class_Grid.RemoveRow(i);infotableClass.AddRow({pkMatclassid:Selected_Class.pkMatclassid,pkMaterialid:ID});break;} } BUT, as the mashup will be in a Company LAN, and the mashup can be opened by more than 1 session/user at the same time, the user can not see how the tables are changing if the user is not pressing this button... Because this is qhat is happening to me now. When I call the GETProperties function of the Thing to refresh data, I can see how ttables that I do not touch have changed.So I was wondering if there is some way to achieve this. I tried to use only a serv
Hi, Team. I programming this sketch. I got it assembly the packge to my Thing. But the values don´t update. If I get the URL in Monitor Serial, copy and paste in navigator. The properties of TW are updated. Maybe the problema is in http.begin... #include <Arduino.h>#include <ESP8266WiFi.h>#include <ESP8266HTTPClient.h>#include <ArduinoHttpClient.h>#include <WiFiClientSecureBearSSL.h> const char* ssid = "InfoAxis_NET1";const char* password = "InfoNet1"; char server[] = "";char appKey[] = ""; char thingName[] = "Box"; char property1[]="pressao";char property2[]="temperatura"; #define ACCEPT_TYPE "text/csv" void setup(){Serial.begin(115200);WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED){delay(1000);Serial.print(".");}} void loop() { if(WiFi.status() == WL_CONNECTED){HTTPClient http;String pressao = ("200");int a = pressao.length();Serial.print("Tamanho da String: ");Serial.println(a);String URL = String(server)+ "/Thingworx/Things/" +
Did you get a solution for this? if yes, please share it.
I have one time series chart and my timestamp is getting distorted. is there any way that whole time stamp become visible. format is yy-MM-dd HH:mm:ss currently i'm getting thing after turncate x axis
Is there any extension available to convert JSON input like below to csv format {"array": [{"Pulse": "110","Maxpulse": "130","Duration": "60","Calories": "409.1"},{"Pulse": "117","Maxpulse": "145","Duration": "60","Calories": "479.0"},{"Pulse": "103","Maxpulse": "135","Duration": "60","Calories": "340.0"}]}
Is your team operating an effective DevOps pipeline? DevOps is an important part of a mature, enterprise ready application, but the process isn’t simple. This expert session will focus on how a full DevOps pipeline looks like and how PTC can help to build a seamless pipeline. Join us for our upcoming Expert Session to learn how to create a Docker image, integrate Azure with Docker and Git, and set up a seamless DevOps pipeline. When? Thursday, September 30th 2021 | 11 AM EST Host: Tori FIrewind, Senior Engineer in PTC IOT Enterprise Deployment Center Registration link: https://www.ptc.com/en/resources/iiot/webcast/devops-pipeline-thingworx
Hi, I am trying to export one of the entities from 8.4 and import in 9.2 but that entity in 8.4 has dependency on other entities which has been removed in 9.2. In my case these two entities in 8.4 has been removed in 9.2 Entity Type Entity Name Data Shape • PTC.ISA95.PhysicalAssetCapabilityTestSpecificationThingTemplateList Thing Template • PTC.ISA95.PhysicalAssetCapabilityTestSpecificationThingTemplate What is the alternate solution for the removed entities?
When service sending datas to list widget, loading symbol is coming. Once the loading symbol stopped, the list is not having all of its datas(it is empty). it takes even more time to get the datas after the loading symbol stops. How to handle this? I want to increase the loading symbol timing (or) list should get and display the datas once loading symbol ends.
Any REST API is there to speedup the execution of the code?? or any other possibility is there to speedup the execution??
Hi Developers, I need your help on tab menu in ThingWorx 8.5.8. I added a "Tab_geCore" on my Mashup but cannot see the tab menus. (see attached image files in more details.) How can I adjust it ?
Since the support is closed for thingworx 8.5, does we will get new license for thingworx 8.5 to launch a instance in cloud??
Hi, Now I am creating daily reports(calculated values which carry numerical values) and writing them as .csv to send my team. My team is located in Poland and Germany so their local setting in excel for numbers to carry decimal values is a comma'','' but Thingworx creating CSV with dots''.'' The issue is dots are not considered as numbers it considered as strings!! Is there any way to resolve this ? or can we generate excel via service? or can I trigger the mashup widget(data export: which has generating excel file option) from the service?
Cannot find DatabaseLog in Thingworx 9.1.0 Monitoring logs but able to see the same in thingworx 9.0.0 Could you please help me If I have to make any changes
Resetting list widget to default value option is not there. Any other option is available?
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.