Recently active
After upgrading from 8.2 to 8.4 i am not able to launch the Thingworx Composer.
Hello, I would like to know if there is a way to delete Alert History for a particular Thing. I can see that there is (are) service(s) like "PurgeAlertHistory" in AlertFunction Resource, but it does not take Thingname as input, and deletes the Alert History for all the Things. If there is no service available, any inputs to create a custom service for this would also be appreciated Thanks and Regards Aditya Mittal
Hi all, When I install Thingworx Analytics by tutorial of Guidance, it fails. Below is my generated AppKey but come up with Could not verify ThingWorx Foundation Error.
Hi, How can I Create and Maintain Database (Tables with Relations) in Thingworx? Regards, Surekha N.
Hi, Is it possible to download the data shape headers in a excel using link widget? Thanks, Shalini V.
Hi all, I have set up a series of anomaly alerts on a demonstration pump rig. The demo rig has flow rate, pressure and temperature sensors, with anomaly alerts set up for each sensor. For the demonstration, the presenter can turn on the pump which then operates for 30 seconds before being automatically switched off. To train the anomaly detection I simply recreated a series of 30 second pump cycles. With the timing between each cycle being random. The alerts were all trained with the following parameters: Outbound Anomaly Rate Min. Data Collection Time Certainty 5 seconds 5 minutes 95.4 % The goal of the demonstration is to have one of the valves in the rig be closed to represent an unwanted blockage in the pipe. This should then trigger one of the anomaly alerts. After successfully training the anomaly alerts, I find that the pressure anomaly alert triggers as soon as the pump cycle starts. Which, from the expected use case is not anoma
I want to fill in the details as user and save it for later use. The details entered to be retrieved for the later use. It can be updated and saved or can be submitted later.
Hi All, Is there any best practices to define a data shape field as INFOTABLE and which is attached to datatable or stream? What about data consistency and performance of the system? Any limitation on INFOTABLE field datasets? Thanks & Regards, Sathishkumar C.
Hi, Is it possible to use the input parameter Query in a service and pass this query input to filter the values in QueryPropertyHistory of a kepware tag? For eg: I wanted to get only values that are greater than 10 in the QueryPropertyHistory of a tag. How can I filter this? If it is possible to use the query input parameter how should I define it? Please provide some idea. Thanks, Shalini V.
Hi, Is it possible to filter or sort values of QueryPropertyHistory like it should return only >50 or <100 values? How can I achieve this? Thanks, Shalini V.
Hey guys I have a query that returns values to an infotable. I then want to query another table that contains the values returned in the first infotable using the "type" : "IN" filter, but I am not getting any results back. Can someone please push me in the right direction ? The initial table query looks like this and returns 3 rows of values var params = {priority: Priority /* STRING */}; // result: INFOTABLE dataShape: South32.Assign.Alerts.DataShapevar Alerts = Things["South32.HelperThing"].GetAlerts(params); var DistinctParams = { t: Alerts /* INFOTABLE */,columns: "name" /* STRING */ }; // result: INFOTABLE var DistinctProbes = Resources["InfoTableFunctions"].Distinct(DistinctParams); I now want to use these values as filter values on a subsequent query.
Hello everyone, I would like to have one Mashup Page which contains a Tree Widget. The Tree Widget contains my Things of interest in some hierachical order. I would like to show the Home Mashup of Each Thing in a contained Mashup widget when clicked on the Thing in the Tree. What is the way to go to achieve this? Means: What exactly does the main Infotable contain? Best Regards, Dominik
Hi, I looking for suggestions in sending Wireless Temperature sensor data from Thingworx to the different cloud with the help of WebSocket, I have used MQTT protocol but looking for the example using WebSockets and send sensor data to Online Cloud Advice on this will be very helpful.
Hi, I have a case where there are two buttons (button1 & button2) and when I click on button1 4 more buttons should be visible and when I click on button2 the buttons that appeared while clicking button1 should be invisible and new set of buttons for button2 should be visible. It is vice versa. How can I achieve this functionality? Please provide some ideas. Thanks, Shalini V.
Is there any way to position a popup so it is not center of the screen?
Are there any plans to move the .NET SDK from .NET 3.5 to a modern version of .NET, specifically one supported by .NET Core? .NET 3.5 is 11 years old at this point and while still supported, as far as I can tell .NET 3.5 is considered to be a legacy component which is only installed if needed, along with other old .NET runtimes. Moving to a newer version would both bring whatever runtime improvements have been added in the last 10 years as well as allow development without having Visual Studio installed, as there is no other way I know of to get the .NET 3.5 SDK unless you use an old, unsupported version of Mono (ca. 3 years ago, before support for old versions of .NET was removed.)
PDF Extension allows you to generate a PDF file out of a specific Mashup. What parameters needs to be passed to create PDF of specific mashup and merge those mashup.Where that pdf got saved?
Hi, getting below error while launching EMS, [DEBUG] 2019-02-19 04:59:02,310 SDK: twWs_Create: Initializing Websocket Client for pp-1902162113g2.devportal.ptc.io:443//Thingworx/WS [DEBUG] 2019-02-19 04:59:02,311 SDK: twTlsClient_Create: Initializing TLS Client Illegal instruction Below is my config file, { "ws_servers": [ { "host": "PP-1902162113g2.devportal.ptc.io", "port": 443 } ], "http_server": { "host": "127.0.0.1", "port": 8080, "ssl": false, "authenticate": false }, "appKey": "dd88bbe0-977a-4836-bff9-501fb4981046", "logger": { "level": "DEBUG" }, "auto_bind": [ { "name": "PiThing", "gateway": false } ], "certificates": { "validate": false, "allow_self_signed": true }, "ws_connection" : { "encryption": "ssl", "verbose": true, "msg_timeout": 1000 } } and below is terminal output after sudu ./wsems pi@raspberrypi:~ $ cd ThingWorx/microserver/ pi@raspberrypi:~/ThingWorx/microserver $ sudo ./wsems [FORCE] 2019-02-19 04:59:02,289 ./wsems: I
Hi, I am set as an admin for Thingworx composer that my school has bought. I have a few urgent questions. I would have configured a few users to a group so that they cannot see each other's work(Things/Shapes/template....). 1. However, in the new composer, under analytics manager and builder, the users are able to see and edit other user's work (model, signal, data, etc...). Is there a way to configure this as I do not want them to edit or view(optional). 2. In the group I created, is there a way to set permissions to a few users(teachers) so that they can view the students work as I do not want too many admins?
Hi everyone, I have a repeater widget and i want to know if it's possible to set properties from the mashup that is inside the repeater to different things The purpose of this mashup is that, the user will set a value to the text box and this value that was set by the user will be sent to the property inside the thing. The problem that i am having is that when i set a value to the text box, that value is being put on both things instead of just one of then. Image of the Mashup below. Thanks!
Hi, I am using the PDF extension to send out pdf reports. For D3PieChart widget not able to generate pdf report by using Create PDF service. Output of Create PDF service: Getting Blank screen only for D3PieChart widget. Please provide some idea? Please find the attached D3PieChart mashup screen shot. Thanks & Regards Nagaraj Enamate
I want to use categories to organize my properties on a Thing. Is there a way to get the list of categories implemented by the Thing? Preferably without having to get ALL of the Property Definitions and then running a Distinct snippet on the Category field.I also want to avoid using Thing Shapes as a way of organizing the properties. We have instances of multiple Things needing to implement the same Shape but having wildly different properties and thus, doubling the size of the Shape actually needed for each Thing.
What is the difference between ARM and ARM-HWFPU? Following are two installers for Edge microserver installation with OpenSSL. MED-61060-CD-054_SP5_Microserver-Linux-arm-hwfpu-openssl-5-4-5-512.zip MED-61060-CD-054_SP5_Microserver-Linux-arm-openssl-5-4-5-512.zip I want to install EMS on Raspberry Pi Zero W, which has ARM CPU. Which installable I should use? Please suggest.
Hi, Is it possible to define the mashup resolution to a desired resolution (eg:1366*768) using css? @media all and (max-width: 1366x) and (min-height: 768px) { body { background: #ccc; } .someclass { padding: 10px; } } Can I implement the script directly in my custom css space? Please provide some idea. Thanks, Shalini V.
Hi, I have the folloing situation: - I've installed some sensors, sending temperature, pressure and humidity. - I made a mashup, showing the temperature in time series charts. - Everything worked fine. Now we added airQuality to the sensors to send. So I added this field to the thingTemplate, my sensorThings inherit from - updated my service to write this as well. Everything looked working fine. Now the issue: All my time series chars now show the airQuality value, insatead of temperature. Even when creating a new mashup, setting it up and make one field to temperature... shows airQuality instead. And it is not a refresh problem from my browser. I can set the DataLabel1 to something - and it will appear... but still show wrong data. Can someone help me please!!
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.