Recently active
Hi all, Trying to configure new Windchill 11.2.1 Trace Management with remote Flow installation gives me error: Access to XMLHttpRequest at 'https://flow.**/Thingworx/Things/OslcDataServicesThing/services/GetServerResourceDetails' from origin 'https://my.windchill.serv' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. How to configure it in NGNIX? Thanks
Hello together, I want to push data from thingworx to PowerBIs Rest API. Someone have experience with this topic and can help with a sollution? Please dont write "what is possible". I can google myself 😄 . I need someone who finished this task.
Hi Team, Please, how can we query via REST API, things like in the following scenario: · Things are defined with Location and Temperature properties · Customer will have an external application to query all Things temperatures from a particular location (filter things by location and retuning only temperature) Tks, Chris
How to disable Industrial Gateway log in Thingworx platform from Kepware? There're too many connection warnning/error log from kepware in Thingworx application log. It is not good for application debug.
Hi. I have an infotable bound to an Advanced Grid widget (using v4.2.1 from the marketplace) and I see that the column sorting is not readily available as it is with the standard Grid widget. I checked the documentation, and it only specifies how to sort columns when you have Data Table as a source, but I'm interested in using infotables. Can anyone go into detail on how sorting should be done? Thank you!
Hello, Please, is possible to use TimeScaleDB as persistent provider in Thingworx? Tks, Chris
Hi, i'm trying to give the result of 1 service that is infotable to another service Please help me out
I have created a model tag without and vocabulary terms in it. When I try to assign the model tag to any entity in thingworx it does not show me in the list. Also it does not show any of the model tags which do not have vocabulary terms in it. It shows only those model tags which has vocabulary terms in it. Is this something new or am I missing something here?
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,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.
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.