Recently active
Hello everyone, I would like to show multiple different Routes in one Google Maps Widget. So far when I pass an Infotable with the locations, it will draw a line between all locations in the order as they appear in the table (of course!) Is there a way to somehow pass either multiple Infotables (where each contains a route) or somehow prevent some lines from drawing? Thank you in advance for your help. Best Regards, Dominik
Hello everyone, I would like to prevent the Marker Image from changing when e.g Selecting a marker. In my case I have multiple different Objects with different avatars/markers on my map. And I would like to make them selectable. But as far as I see, the "selected Marker" style is used when I select an Object. But I would like to keep the appearance of the Object. Also when removing the selected Marker style it still uses the default blue marker when selecting an object. Any Ideas how to solve that problem? Thank you very much. Best Regards, Dominik
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.
Overview: Navigate 1.6 uses SAP ODataConnector that enables the connection to the SAP Netweaver Gateway through the ODdata specification. It is a specialized implementation of the ODataConnector. See Integration Connectors for documentation We will use SAP Netweaver Gateway Demo system: 1. Create an account on the Gateway Demo system (credentials to be used on the connector are sent by email) 2. Verify that the account has access to the basic OData sample service : https://sapes4.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/ Note: ThingWorx can use SSO to access SAP, but in this post we will use fixed authentication. 1. OpenSAPODataConnector and configure connection settings: 2. Save the connector and go to services and execute service ValidateConnection to validate that 200 OK status is returned: 3. Open SAPPArtResourceProvider Thing and then Services and Edit the Service and in the script Enter the var results=”” Note: This is the Prefix used to get data from SAP
I tried many times I don't know what is the problem , please I need help !!
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 guys, im a system integrator, and i need some guidance to communcate a siemens s7-300 to sap system. I need to communicate some work orders (batch information) from inventory module from SAP to a siemens s7-300 PLC. I have experience working with opc systems before (kepware, matrikon, etc) but zero experience doing it to a SAP system. I would like to know what suite i need to use to acomplish this, i was reading and maybe i could use kepware snmp agent + siemens suite, (i understand i need to do some config and scripting) but i dont know how to do this, maybe some of you could guide me in this. anything will be appreciated, thanks.
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?
Hello, I am getting this error in OPC Aggregator configuration: ThingWorx Native Interface Connection to ThingWorx failed. | Platform 127.0.0.1:8080/ThingworxWS, error: could not establish a websocket connection. I have created the thing name in thingworx with the correct template. I have also created an application key. Then I have followed the tutorial. It seems everything is correct, thing name, key ID, host and port. I have also tryied to enable legacy mode, change the host from name to IP and change the certificate settings. There is a print of the configuration attached to the post. Thanks for any help
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.