Recently active
I want to add multiple rows from a grid into the datatable at a single "submit button" click. Please provide the steps to acheive the scenario.
Hello, I have installed Thingworx Analytics server along with the extensions v8.4.5-r1 and I am running into a problem with the Thingworx Foundation service not starting. All the necessary twx analytic services are up and running, however I do not see any data sets configured in the Analytics Builder once I try to verify connection.I am at step 5 of the below guide, and not sure how to remedy this. https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/index.html#page/analytics%2Fanalytics-install-comm-settings.html%23 Thanks, Windows 10 64 bit Thingworx H2 Trial 8,4,0 Snapshot
i am getting these errors with a consistency of 1 sec and in between I am getting that stack is growing Large I just installed 8.5 new version didnot create anything application keys or any sort of connectivity just installed it fresh and these were the errors.Can any one help me with this issue?
Am I doing something wrong, or does the Advanced Grid Edited Table not have a datashape to it? It is preventing me from assigning its infotable to an event router with the same datashape as the output of the service that feeds the grid's data parameter.
I am following the resource guide https://developer.thingworx.com/en/resources/guides/azure-iot-hub-connector-quickstart to connect between azure iothub and thingworx. I am using the setup as follow, I have connection server and the thingworx foundation install on the same machine. I have edited the config file of connection for azure as well as thingworx foundation. I have added the appKey and thingworx host and port in "transport.websockets" section transport.websockets { // ThingWorx platform application key app-key = "0d277e85-944d-4e85-8ec6-2c16a903c74e" // One or more platforms can be specified here, comma separated platforms = "ws://192.168.43.77:8080/Thingworx/WS" } But when I am running the connection server using the precompiled I am getting the error as shown in screenshot Please let me know if running connection server and twx foundation on same machine is causing this issue. Let me know if someone faced similar type of issue.
Hi, 1. Is it possible to add dynamic series to a label chart, we can't define the number of series? 2. Is it possible to have two x axis in a single label chart? eg. In a station, we want to display the count of tags, In the below image SM01 is the station and in that we want to show Bit0,Bit1,Bit10 count as series. Thanks, Shalini V.
Hi, I am from web development field and am new to thingworx programming. - I can create things and mashups, but after that how do i build it as a whole project and run it separately (For eg: Like Manufacturing Apps.) - How to navigate from one page(mash up) to another like in web application. Thanks and regards, Sri1
Hi, tried to renew the license in thingworx platform 8.3 , but the platform kept ignoring the new license. 1. had renew other instances in different servers, all working fine. 2. tried to generate two times license file, all failed. 3. device ID from licenseRequestFile.txt Any suggestion ? Error messages: 2019-11-25 15:14:48.575+0800 [L: ERROR] [O: c.t.s.s.l.LicenseFetcher] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Unable to process capability response because Response does not match system hostid.2019-11-25 15:14:48.580+0800 [L: INFO] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Unable to read trial license file. Attempting to load as Paid license2019-11-25 15:14:48.644+0800 [L: ERROR] [O: c.t.s.s.l.PaidLicenseManager] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Current license is past expiration date. Shutting down the platform!2019-11-25 15:14:48.644+0800 [L: ERROR] [O: c.t.s.s.l.LicensingSubsystem] [
please provide steps to connect with URL
Is there a way to get a managed baseline from Windchill using ThingWorx REST or even oData? The type is wt.vc.baseline.ManagedBaseline I cannot find it in any oData domain??? Appreciate the help!
I have a line chart displaying time series values. I would like to overlay an average (or max or min) on the chart so the user does not have to compute this. Is there an easy way inside the chart widget?
Hello, I try to import the Asset Advisor (MED-61235-CD-084_SP3_ThingWorx-Asset-Advisor-Integrations-8-4-3-extension-bundle) but I run into trouble. When I first tried I get a error message on the import window "Errors occurred during the import" without no information what goes wrong. At the second attempt I get the following error message: "Extension Package [ServiceMaxIntegration-extension] is trying to override existing entities: [PTC.SCA.SCO.AssetService.Connector.ServiceMaxApiPayloadDataShape:DataShape] [PTC.SCA.SCO.AssetService.Core.LabelStringValuePair:DataShape] [PTC.SCA.SCO.AssetService.Connector.ServiceMaxApiPayloadDataShape.OthersDataShape:DataShape]" Now I want delete these three DataShapes but the delete button is disabled, when I select one of them. I also try to delete the DataShapes with the main administator user. How can I delete DataShapes? ThingWorx Version: 8.4.3-b2219 Asset Advisor Integrations: 8.4.3
Hello,After following the IoT Connectivity with Thingworx course, I'd like to understand if is it possible to use on handler for more than one properties. For Example: I'd like to update signal1, signal2 and signal3 values 0 or 1, but it doesn't seem to work for me. SolarCollector1.lua:properties.Signal1 = { baseType=“NUMBER”, pushType=“NEVER”, value=1, handler=“signalhandler” } properties.Signal2 = { baseType=“NUMBER”, pushType=“NEVER”, value=1, handler=“signalhandler” } properties.Signal3 = { baseType=“NUMBER”, pushType=“NEVER”, value=1, handler=“signalhandler” } signalhandler.lua:function read(me, pt, headers, query)log.info(p_data.name, “Entering Signal Read Handler Function”) – use csvtools to get last linecsvtools = require(“csvtools”)file = io.open(“c:\EMS\microsever\logs\signal_log.csv”)local lastline = csvtools.getLastLine(file) local signalName = pt.name --For example Signal1 local rightColumn = 0 csvtable = csvtools.csvfile2table(file) for k,v
Hi, We are using 'GetPropertyDefinitions' inbuilt service to fetch any Kepware connected Thing details. When we execute this service, we are name (tag name) column along with other columns. In this tag name column, along with tag name there are few other properties getting logged like IndustrialThing,Description,Isconnected which we don't want to get. We only wanted to fetch the tag names. Even through subscription, when we log the tag names and its value based on any data change event, it logs the isconnected property which we do not want to log. How can we achieve this? Thanks, Shalini V.
The log out button has a redirect mashup option, I created a logout mashup and then provided the mashup name in the input of the log out button. The functionality doesn't seem to work as it should. When I click on Logout button it asks me to login instead of redirecting me to that mashup! Can anyone help me to solve this issue!
Hey Got a problem while installing. Running a 64-bit Ubuntu in a VM. Got JRE 1.8. Attached log file. Pls help me. Thanks!
I am getting following error while installing thingworx 8.5 trial version
I am trying to install TWX trial version on Ubuntu but unable to complete installation. I am getting attached error. I am not able to get the failure logs as well. Since once installation fails everything in installation directory is emptied. For one time the uninstallation script is not generated properly. Also the JAVA_HOME installation path is set to "/usr/lib/jvm/jdk-11.0.5" when installation script is ran. Please let me know what is the cause for this issue.
Hi, I have created a query service which returns dynamic columns. How can i make an infotable dynamic...to display dynamic columns. Is there any way of doing this? if so..please provide me the steps of doing it. Thanks, Sheetal
Hello, In a service I need to return an error with status code = 500 and return type JSON. Actually my service returns JSON but the response I really get is "Error executing service getError. Message :: {"test":"error"} - See Script Error Log for more details." and what I want to get is just the JSON {"test":"error"} I succeeded to have this work if I call a service on a resource but as soon as I call the service of the resource from a service of a Thing it doesn't work. Any ideas? Thanks Best regards
Hello everyone, I am facing a quite strange behaviour from Thingworx on Chrome. My customer is unable to log in to the composer from a normal chrome window, whereas she is able to do it from an incognito window. Another customer (in the same corporate network) is redirected to IE when she tries to open the mashup in normal chrome. For both cases, it works just fine from an incognito window. I also work in the same network and I do not face any of these issues. Any idea why this is happening?
Hi, May I know how to pass one infotable value to another infotable value. As I need to create a new infotable based on different datashape,and also pass one infotable's value to another one by one and new infotable should be output.
Hi, I got a WSEMS Error: The remote server returned an error: (504) Gateway Timeout after 10 seconds waiting a response from server. I've looked into the config.json, but i don't see any value related to 10 seconds, is it content_read_timeout? "http_server": { "host": "localhost", // Defaults to localhost - be careful, this likely means IPV6 localhost, not 127.0.0.1. "port": 8000, // Number. Defaults to 8000. "ssl": true, // Boolean. Enable SSL. Defaults to false. "certificate": "/path/to/certificate/file", // String. Default is empty. "private_key": "/path/to/private/key", //String. Default is empty. "passphrase": "password", //String. Default is empty. "authenticate": true, // Boolean. Enable Authentication. Defaults to false. "user": "johnsmith", // User for HTTP server. "password": "AES:EncryptedPassword", // Password for user. Can be encrypted. "content_read_timeout": 20000, // Setting to timeout when trying to read content from a POST or PUT. "ports_
Hi, I followed the instructions on https://developer.thingworx.com/en/resources/guides/thingworx-raspberry-pi-quickstart/configure-ems I got a error after ./wsem: Starting the connection which is: Main: Unable to connect to server. Trying .booted config file followed by other errors eg 110 as shown.
Hi, we got the errors in runtime after import custom widgets, which have documented in release notes in thingworx 8.5, as below: we have modified the code accordingly, however it didn't work. Anyone have clear idea how to solve this error, which file should we paste the code as different widgets have different file structure. Thanks.
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.