Recently active
I want to implement the below structure in Thingworx. Device - List<Axis> {A1, A2} - List<Rotor> {R1, R2, R3} Axis - Position (Number) - Temperature (Number) Rotor - Speed (Number) There is an option to provide a ThingName as a property, however List is not supported. Currently I have modeled the above structure using Infotables. Device - AxisPosition Infotable eg: {A1X - 26, A1Y - 67, A2X - 56, A2Y - 0} - AxisTemperature Infotable eg: {A1 - 156, A2 - 167} - RotorSpeed Infotable {R1 - 34, R2 - 45, R3 - 50} Each infotable will have multiple rows of axis/rotor and position/temp/speed values. And the infotable properties are logged to a ValueStream. However this structure cannot be mapped to a Time series chart, as the ValueStream timestamp is associated with the Device and the chart don't support
When trying to run the EMS on an Ubuntu PC I get the following messages: twWs_Receive: Websocket closed! api:sendMessageBlocking: AUTH Message 1 failed. Code:129 Web server runs correctly I can open a browser and hit http://localhost:8000/Thingworx/Things/LocalEms/Properties/isConnected however this shows an empty webpage and not an InfoTable. If I run a lsof command it shows the port 8000 is listening and it's being used by wsems and that a connection is established with the ThingWorx Server. Any ideas or suggestions?
Please help me with this error message!! C:\Users\Abhinesh\temperature-thing\TWX_Academic_RaspberryPi\temperature-thing>mvn package[INFO] Scanning for projects...[INFO][INFO] -------------< com.ptcmanaged.thingworx:temperature-thing >-------------[INFO] Building temperature-thing 1.0-SNAPSHOT[INFO] --------------------------------[ jar ]---------------------------------Downloading from ptc-managed-services-public: http://maker01.cloud.thingworx.com/mvnrepo/com/thingworxs/thingworx-common/5.0.0/thingworx-common-5.0.0.pom[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 1.163 s[INFO] Finished at: 2018-05-09T23:44:40+01:00[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal on project temperature-thing: Could not resolve dependencies for project com.ptcmanaged.thingworx:te
I have created a template using the Extension Java SDK and am setting the ValueStream on initialization as below: public void initializeThing() throws Exception { super.initializeThing(); Thing deviceVS = ThingUtilities.findThing("MyValueStream"); if (deviceVS != null) { this.SetValueStream(deviceVS.getName()); } } Is this the correct way of doing so? Is there any other way of specifying the ValueStream on the Template, just like we specify a property using the @ThingworxPropertyDefinition annotation. Thanks in advance.
Hi everyone, from the last week i've trying to open an entity in my composer since I need to edit it. But every single time i try to open it, the composer stop working, does anyone know what could be the cause of this? Thanks in advance.. Thingworx ver. 8.0.3 -b52 I attached a picture with the workspace.
Hi, My thingworx server crashs here is my hostname : PP-1805230841UO.devportal.ptc.io Thank you.
I'm trying to access and change the "Category" field for Properties on a Thing by using a script. I'd like to be able to set the Category for many Properties at once rather than having to type it in to each individual one. Is there a way to do this?
Hello, I have custom Login page, It was assigning based on appkey.I need to check user name and password given in that and want to set session for successful credentials. Is it possible.I know the Thingworx form login but need customize my page according to my requirement.
Hi, I wanted to know if there is any way of using different styles of text like Arial, Times new roman and many more which we have in microsoft word. Its like Thingworx has default style of text and it allows only to choose size and we can make it bold or italics. Please share if there is any possibility to use different type of text styles. Thanks, V Shalini.
Hi,I installed ThingWorx Analytics Server 8.2.1 (AnalyticsServer Thing was created) and trying to install Analytics Extension 8.2.1.After importing and configure (run configuration service, add TW_ML_Session_Variable) the extension in Foundation I am unable to configure communication settings in Analytics Builder.The Analytics Thing can be selected but the connection is unsuccessful (logged in as Administrator) . Thingworx Foundation and Analytics both are running (on same machine). Windows 10 proThingworx 8.2.1Analytics Server 8.2.1Analytics Extension 8.2.1 thank you
Data Analytics Definitions function in Thingworx composer work with Data Connect component. But Data Connect is no longer exist with Analytics 8.2. How to use Data Analytics Definitions with Analytics 8.2.1 now?
Some time ago I was able to locate a connector for the 3rd party ERP system IFS on the ThingWorx Marketplace. Today, I'm unable to locate this connector on the PTC Marketplace. Can anybody shed light on whether this connector still exists and if so how I can get hold if it? Many thanks.
Where can I found Lua instruction sample scripts mentioned in ThingWorx Utilities and used for Software Content Management?
Hi, I understood how to add editable grid but i dont know how it works when i view the mashup , as i cant edit it .please explain on how to access the grid when we are running the mashup. Thanks
Hello everyone, I was wondering if it's possible to change the min and max limit of an InRange alert that I have defined on a property (from a script). I was able to do this for an Above and Below alert but can't get it to work with an InRange alert type. Thanks in advance!
Hello, I have a requirement to implement customized login page,I tried to customize Thingworx FormLogin but it was not upto my requirement. Need suggestions Thank you
Hi, I need to build a mashup with Google Map showing live location of my mobile device. Is there any links/tutorials that can help me with this? Avinash
Hello, I have Thingworx Trial Edition (Docker) I need to connect to mysql server, but I can't install Relational Databases Connectors extension due to conflict with PostgresSql Is there any solution ?
Hi everyone, I am working on a project built on ThingWorx 8.2.1-b140. On this version, I tried using the Mail Extension (both versions 3.3.1 and 3.5.1 without success) to create a Mail Thing and use it to send emails to customers. Upon trying to use the SendMessage service to test the thing, the service fails with "Unable to Invoke Service SendMessage on MariosMailServer_Thing : Unable to locate provider for protocol: smtp". The mail thing is configured to use a company mail SMTP server (Amazon SES server), exactly the same way we've done before on other Thingworx instances and projects (8.0.x and 7.x.x). But this is the only case where the very same configuration in terms of mail server thing fails with the above error. Our 8.2.1 Thingworx instance is sitting on an AWS server and we've already tried creating rules to allow traffic to the mail server on port 465. Can anyone think why this wouldn't work with this version of Thingworx? Many thanks in a
Hello, I am using Progress Gauge widget to show some data. My requirement is to change the color of Progress gauge widget when value changes, for example I want color "Red" for 0 to 30 , color "yellow" for 31 to 60 etc. I am using ThingWorx 8.2. Thank you.
Hi, i have a service which works with uploaded csv files. For a test a customer send me csv files with utf-16 encoding. My service have some trouble with this encoding. Can I recode files in thingworx?
1. Now I use Creo to draw a 3D model. How can I import assembly drawings (asm files) into the Thingworx platform?2. How to import an Excel file or other data file into Thingworx and connect it?3. My question is based on PTC digital twin figures. Does anyone know their specific solution?thank you all.
MyHome example in Get Started with ThingWorx for IoT includes a temperature parameter, streamed from server (value changes periodically). I want to display that in my Mash as a number, in a text box widget but can't figure out how to round up the numbers. Can anyone help please?
Hello, I'm trying the Java SDK (java-sdk-6.1.0.679) with Gradle, i followed the ThingWorx_Edge_Java_SDK_Developers_Guide_v6.1.0 PDF steps and was able to connect my the SDK to my platform using the gradle SimpleThingClient command, now i need to generate a Jar file, after the generation i get this error : Command : java -jar samples-1.0.jar Error: Could not find or load main class com.thingworx.sdk.simplething.SimpleThingClient My build.gradle : /* Install gradle at https://gradle.org/ and execute 'gradle run' or 'gradle SimpleClient' in this directory to run an example. Other examples can be run with the commands 'gradle SimpleThing' and 'gradle Steam'. You can also generate an Eclipse project with the command 'gradle eclipse' or install the gradle eclipse plugin from the Eclipse Marketplace and Import it into eclipse.*/apply plugin: 'java'apply plugin: 'application'apply plugin: 'eclipse' sourceCompatibility = 1.7targetCompatibility = 1.7version = '1.0'
Hello All, i have setup thing worx 8.0.1 on my local machine with pstgre 9.4.14, but I am having below application logs2017-10-09 15:20:43.611+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Managers...INITIALIZED2017-10-09 15:20:43.614+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Database initialization started...2017-10-09 15:20:43.966+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] System ownership locking started...2017-10-09 15:20:44.024+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] System ownership locking complete2017-10-09 15:20:44.204+0530 [L: INFO] [O: c.t.p.p.d.PostgresModelDao] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Fetch Size Set - [5000]2017-10-09 15:20:45.441+0530 [L: INFO] [O: c.t.c.Import] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] *** Importing enti
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.