Recently active
Hi All, Can anyone advise any get around on the following.... in the Thingworx before 8.3/8.4. I am able to use Property display widget with Configure Widget function to select the field which i like to display and reorder in a table format in the mashup. However, in Thingworx 8.5.4, the configure widget function is not available in the Property display widget, i am not able to select the field to display and in version 8.5.4. In addition, the Property value is hidden, and we need to click to pop up another window to see the value. My mashup is intended as a report to show the value in a table. Anyway i can get around, to select the data and reorder it? Did i used the wrong widget. Any guidance? Thank you in advance! Best regards Newbie Kek
Hi everyone, Does anyone here know the extension to show a Pareto chart in ThingWorx Foundation 8.4? Do I need to develop a custom widget extension to achieve that? Here is the link to the Pareto charts explanation for your reference. https://en.wikipedia.org/wiki/Pareto_chart Appreciate your response.
Hi, I've problem as the subject title So, I following training from "ptc University" in course "Implementing ThingWorx Dashboard" -> "Dashboards" -> "Creating Dashboard" I followed guide in "Task 1" to "Task 3" in "Task 4", after add "Contained Mashup" ( line 9 ). in mashup properties I can not find the created gadget as mention in the guide. ( line 13-14 ) Please help Thanks
Hello, I am using windows 10 Pro as a platform.Whenever trying to install Thingworx Foundation Trial Server its ended up with this message: There has been an error Thingworx foundation Trial H2 installation failed.please check the logs.The application will exit now. (It appears just near to the completion of the installation process) I've tried many solution mentioned here like, clearing registry and Temp folder after each unsuccessful installation attempt.Setting up environmental variables.Pointed JDK file in JAVA HOME.Having JDK 1.8 installed in my system.I am attaching here log file.Please advise me
I want to import a large amount of timestamped data into a ValueStream. The files are CSV with multiples columns and +100k rows (per file). It's seem that CSVParser is the way to go, but it doesn't fit my needs. Indeed, several problems : The result of the parser is a 500k rows infoTable, and infoTables are not suited for such amount of data. I don't know how to archive these data into a ValueStream. According to this article, I can either: save values row by row with SetPropertyValue, but a for loop on 500k rows can not be performed (way too long) and I can not save the timestamp of my historical values. use updatePropertyValues, but I can only import one column and the dataShape don't match with the infoTable returned by CSVPasrer So, how can I import such a large data history into a ValueStream? Could a JSON format be easier?
Hi , I am looking for Different color of bars to show in Label charts , suppose at X-axis i have machine names for each i want different color bars. how i can do it. consider i have 3 machines red for M1, green for M2, Orange for M3 thanks
Hello, I would like to build a card widget extension for Thingworx (version 8.5). I have the CSS and html codes, but how can I implement the functionality or preferably I would like to have some already existing widget extension which I can customize and build a card extension. Card Widget will display value with a certain style. So can anyone suggest any thing I can work on, either on PTC or on GitHub rather than a work around to make the look.Any Custom Card Widget Extension done by anyone would be a great help as I am new to extension development A Picture of an example card is given below ThankYou
dears, We have recently set up a PTC Thingworx instance on an Azure VM. Since this morning we cannot access the platform anymore. in a previous post, I found we might be able to solve this by using a backup of the database (we are using an H2 database) and put it in C:\ThingworxStorage\database. however, the backup is from 5 days ago, which means we will lose a lot of progress. is there any other way? kind regards Rémi
Hello, Copy Service of "Subsystem: FileTransferSubsystem" is failing if "metadata" is provided and "async" is selected as False in input. I tried even empty JSON "{}" in metadata. If I does not provide any value in metadata field, file transfer works fine. Following is the error: Error in output : Error Output :<html> <head><title>504 Gateway Time-out</title></head> <body bgcolor="white"> <center><h1>504 Gateway Time-out</h1></center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->  
Hello! I want to watch over a particular property, for example, the temperature within the timeframe. If the temperature is above some threshold for 15 min then an alert should be triggered. The value can fluctuate above the threshold, it should be monitored and if it continues above the threshold for 15 min then the new alert should get triggered. How can I implement it in an ideal way?
Hi , i am looking for disabling the dates after current date . how can we do it in TWX 8.5 . Thanks
Hi Team, May i ask your advice on POST JSON script in Thingworx. I am facing a challenge to auto trigger the POST JSON script. My POST JSON script running very well when i execute it manually but it is not working with auto trigger. I have connected it's execution with one of the property data change. Even i have tried subscription- data change option and tag with the POST JSON script. But its not working. I have checked data is getting change in property. Please suggest. Thanks & regards, Priyank
Hello, I have cretaed a project based on an ANYSS Digital Twin work. I have two questions: 1- I tried to douplicate the example file: Things_House_data_simulator.xml by creating my file: d by creating my file: Things_Spiral_data_simulator2.XML which has 1 input (current) and 3 outputs (voltage, temp and angle) but I only see one data, what may be the problem? (both files attached) 2- To make this work useful to me, I will need to connect it to the data coming from the physical model (right now I can read a power supply data using python code (current (input) and Voltage (output). How can I connect the power supply data to my thingworx project? is there any materials to read or an example of similar work? Thanks, Ahmed
I wanna remove selected row on infotable. The delete query inputs the info table and query. so I made Service to bring property into the infotable. And I used eqfilter was used to select the value in the infotable. ex) getService : A service that brings property into the infotable. primary_field : A field I wanna delete 1 : selected row on primary_field value var tray = me.getSevice({thingName: thingName }); var traydelete = {fieldName: "primary_field " ,isCaseSensitive: undefined,t: tray,value: "1" }; var td = Resources["InfoTableFunctions"].EQFilter(traydelete); var params = {t: tray, /* infotable */query: traydelete /* query */}; var result = Resources["InfoTableFunctions"].DeleteQuery(params); but I get Output : Wrapped java.lang.NullPointerException Infotable, there is a "primary_field" and values "1" Somebody help me! Or tell me h
Hell All. I want to change thingworx field in external(exactly integrity lifecycle manager) once integrity event happened, I will change thingworx field(such as true) for integrity event notification using thingworx java API. Thank you in advance Regards BS
Hi, I am facing value stream issue in Thingworx 8.5.4. Timeseries data is not logging into value stream if bind the remote thing properties to Thing properties. So, I want downgrade to Thingworx 8.5.1 version. I did not face value stream issue in Thingworx 8.5.1 What is the downgrade process?. What are the scripts need to run?. Thanks&Regards, Latha
Hi Community, I have an edit button in my mashup for which I want to give an icon.But after I give my media in the icon property of the button and just click on another widget in the same mashup the icon property is empty again.Even after I tried saving it directly it is empty.Also it has a symbol in the media it which doesn't general occur when i upload other icons.You can check the images I have attached to understand that.What should I do?
Hi, Thank you for your interest in helping me.How to get by default selected menu in a dynamic menu list.My codes arevar row = new Object();row.linkDestination = mainMash;row.parentMenuId = "Menu";row.menuId = "Menu_0";row.isDefault = true; // I make it true to get default selection but it's not working.row.imageURL = "";row.linkTarget = "Self";row.description = "";row.linkType = "Mashup";row.title = "MAP";result.AddRow(row); Is it correct. Please help me with that. Thank you!
Hi, I am generating an app key using service every time when reset password requested. Currently after password reset successful generated app key is deleting automatically. How to handle this ? This behavior is different from running the service with in Thingworx and running service from external call to Thingworx Thanks in advance Vamsi
Hi all, Anybody used Thingworx Flow "Set Thing Property" Action to set parameter of Infotable type? Seems like it could only be used to set basic types like string or number? Any ideas of how to use it for parameters of type Infotable ? Thanks
Hi, I am trying to connect azure Iot hub to thingworx platform using this link: https://developer.thingworx.com/en/resources/guides/azure-iot-hub-connector-quickstart 1. This tutorial is given with java code. I want to use .net to start connection server with thingworx platform. How do I do this? 2. Also, I tried to start connection server but getting following error: Caused by: com.typesafe.config.ConfigException$IO: C:\Thingworx-Azure-IoT-Hub-Connector-2.0.0.141\connector\conf\azure-iot.conf-Dlogback.configurationFile=C:\Thingworx-Azure-IoT-Hub-Connector-2.0.0.141\connector\conf\logback.xml: java.io.FileNotFoundException: C:\Thingworx-Azure-IoT-Hub-Connector-2.0.0.141\connector\conf\azure-iot.conf-Dlogback.configurationFile=C:\Thingworx-Azure-IoT-Hub-Connector-2.0.0.141\connector\conf\logback.xml (The filename, directory name, or volume lab
CSS Editor the editor does not show any content but if I switch to other tabs of the mashup eg. general info/ design/permissions etc and come back to css editors the styles are visible.My TW version is 8.4.6.
Hi community, I want to set a specific validation for input text boxes in about 4-5 mashups of mine.Is there anyway I can reuse the validator I use a particular mashup with the rest of the mashups.If not can I bind services to the validator function so i can reuse it in all mashups instead of creating validators for every mashup.
Hi, We wanted to restrict the users from logging in from multiple browsers using same username. For eg: if a user named 'abc' logs in to thingworx through form login from his local browser(with remote ip) and logins to remote desktop and logins with same username 'abc' through form login. There will be 2 sessions for same user which might mess the services and their output flow binded in mashups. So, Is there a way on Submit button in Form Login page, can we check whether the user is already active in any browser and if so, we should restrict login and give a message 'To continue, please logout from other browser'. Or, on click of Submit button in form login page, is it possible to insert a entry in SQL DB through service in a temp table which I will create for storing the session info. Thanks, Shalini V.
Consider I have developed Thingworx UI. It has data shown in Label chart and a button beside it to generate reports for that label chart.When I click the button,report pdf having label chart(Graphical representation) with one weeks data has to be downloaded.Is it possible to do this using thingworx?
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.