Recently active
Hi,I have a requirement to clean up some of the services and entities on the system and remove any that are no longer used. Is there a way to find out if services are called by another service or used within a mashup?ThanksDavid.
What's the best approach to use any standard DevOps mechanisms and automate the application build and deploy on Thingworx?Do we have options to look at, or best practices to align to?Appreciate your guidance and leads
Hi, I am sorry if this sounds like a very simple question. I am new to Thingworx and I couldn't find any information in Google.My situation is as follows:I have already set up Thingworx and Kepware to read in external sensor data -- For e.g. if a push button is pressed, the "Value" on my Thingworx mashup will show "True", otherwise it will show "False".My next task is:Every time the push button is pressed (or equivalently, whenever value changes from False to True), I would like to increment a "Count".I would appreciate any help from you, or any advice on where to refer to for an answer.Thank you very much!Best wishesChow
How to migrate our data provider from PostgreSQL to Cassandra? Our TX 8 application is having default persistence provider for model and run-time data. Keeping performance in mind we wanted to migrate our existing thingworx application data provider to Cassandra. Pl assist on the below queries,1. How to migrate from postgreSQL to cassandra? Is it possible?2. Is there document available?3. Hoping services needs to be update in order to cassandra? Any suggestions plz.Thanks in advance..
Hi all, can we upload the PMML (customized model) or other format to ThingWorx Analytics to do prediction or real-time scoring? Thanks!
Hello,I have been trying to install the Azure IoT Hub Connector by following these instruction: PTCI managed to get it to install the templates and shapes and then headed home for the day.The next time I got to work I was not able to start the server..! It keeps giving me the following errors:I tried doing it from a "fresh" computer to no avail, does anyone know what is the problem here ???13:51:50.247 [main] INFO c.t.f.i.AbstractManyPlatformWebSocketFabric - Many Platform WebSocket Fabric enabled without service discovery: endpoints=[ws://localhost:8080/Thingworx/WS]13:51:50.264 [main] INFO c.t.s.i.transport.MuxingBytesChannel - Subchannel ws://localhost:8080/Thingworx/WS-1 in channel ws://localhost:8080/Thingworx/WS was no longer valid - unregistering it13:51:50.264 [main] INFO c.t.s.i.transport.MuxingBytesChannel - Subchannel ws://localhost:8080/Thingworx/WS-2 in channel ws://localhost:8080/Thingworx/WS was no longer valid - unregistering it13:51:50.264 [main] INF
Hi, i was download MQTT Extension from marketplaceand we need to service that set sub or pub in configure pagenative MQTT extension hasn't service to add or delete configure tableonly set in composer pageso if can, we want to create service that add or delete configure table(sub or pub) in MQTT Extensionor any suggestion?thanks
Hi,I have created a thing with 4 property S1 , S2, S3 & TC from hardware device. Am logging the data to my value stream. Now I have to extract particular data using timestamp.For Ex: S1 S2 S3 and TC are Count of a product per day. In mashup when I select date using widget, Count for that particular date should be displayed in using ValueDisplay/ LED widget. Help me with this.Regards,Vel
Hi,I have built a Natural Language Understanding to API integration framework (voice/text operation of REST APIs, SOAP to follow).What I would like to explore are ThingWorks APIs that are regularly used together to complete an overarching task in a single voice conversation where I can use the output from one call as input to another.Thanks in advance for any assistance,dp
Some customers ask about the functions in Mashup, especially drawing Process Instrument diagram. They said they are familiar with the PI diagram like what they were watching in SCADA or Historain HMI.I looked through the market place, but there's no appropriate extension for this application.
Hi, When i select the value in list widget, i need to invoke a service, is it possible? When i double click in the combo box i didn't see the event calling the service which i have bind.ThanksHema
The following code snippet:var params = { principal: "AppUser" /* STRING */, principalType: "Organization" /* STRING */, collectionName: "Media" /* STRING */};// no returnResources["CollectionFunctions"].AddCollectionVisibilityPermission(params);gives the following error code:[message: Execution error in service script [ThingName] : Unable to Invoke Service ServiceName on ThingName : Collection [Media does not exist]What is the correct Collection name for Media Entities? This service worked for both "Things" and "ThingTemplates".The only information available on the API is:collectionName - Collection name (Things, Users, ThingShapes, etc.) - STRING
Hello,I am making an App (AR) using Google Project Tango with Unity.The idea is as follows: You use your phone with this app to register an area(room, hall, any kind of space) and then you can place postits (so some kind of notes with a name and description on it in different colours) somewhere within that area.Now I want to connect the app to Thingworx, so that I can upload and store my defined areas and notes using I think its called the Thingworx Composer. Afterwards the app should be able to load all these data from the cloud after recognising the place/area. But I don`t really know how to model/build this. Should I create a Thing template for the area and one for the notes? Additionally I want to create those "Things" dynamically, so am I right, if I assume that by adding the createThing service to my template, I can trigger it by calling the method through the app? I really need some help and I'll appreciate any kind of support.Oh and I mentioned that I want to connect my device/
I'm trying to load up some objects through an extension I'm writing and I keep running into blocks when I import things. I have right now a ThingTemplate@ThingworxBaseTemplateDefinition(name = "GenericThing")@ThingworxPropertyDefinitions(properties = { @ThingworxPropertyDefinition(name = "Name", description = "Name of thing on Timeli's platform (required). Should be unique.", category = "", baseType = "STRING", isLocalOnly = false, aspects = { "isPersistent:true", "dataChangeType:VALUE" }), @ThingworxPropertyDefinition(name = "Samples", description = "", category = "", baseType = "THINGNAME", isLocalOnly = false, aspects = { "thingShape:Samples", "dataChangeType:VALUE" }) })public class MyThingTemplate extends Thing { ...and two ThingShape objects, Samples@ThingworxPropertyDefinitions(properties = { @ThingworxPropertyDefinition(name = "Samples", description = "", category = "", baseType = "INFOTABLE", isLocalOnly = false, aspects = { "dataChangeType:VALUE"
Hi, Carles CollI have a requirement where I need to set logged in user's image (Avatar) so that user can change his/her profile pic when he/she logged in.I uploaded an image file in SystemRepository by using FileUpload widget. Now I want to get this image as a object in a service so that I can use this image to create an Avatar.I don't know how can I load this image from SystemRepository via a service's script (javascript) and then set it as logged in user's Avatar.Please help me regarding the same.Regards,Rohit Kumar Jaiswal
Hi all,I am having a doubt on visibility and run time permissions for things.My scenario is:1. Thing Template a. Thing 1 (Unit 1) b. Thing 2 (Unit 1) c. Thing 3 (Unit 2)Organization ----> a. Unit 1 ----> User 1 b. Unit 2 ---> User 2I gave visibility permission as per mentioned above. In main template, for "getImplementedThingsWithData" service enabled all permissions for all users.In mashup, i created a drop down list by using "getImplementedThingsWithData" as data source. But am able to see all the things in that drop down list.I want see limited things as per the scenario.how to resolve this workflow?Thanks & Regards,Sathishkumar C.
Hello,Somehow I did manage to delete most fields from my PropertyDefinition datashape. I need to put the fields back on.Would someone tell me which are the fields of this datashape so I can restore it?Thank you in advance,Marcel
Hi, i'm install ThingWorx on the other PCand export to storage before ThingWorxafter import from storage where copy export to storage filebut anything aren't come in Thingworxhow to move all data ?thanks
Hi,I implement a service that create a json and a csv file consisting on a given thing. This both files will be sent via AnalyticsServer_DataThing.CreateDataset() to Analytics. Relatively common I get an SSLException on anyltics (job details):When it comes to this error it does not work to add a dataset via the analytics mashup either. I get the same error. On Analytics settings SSL is unchecked, and I'm not using a SSL (because I working on a local mashine).Sometime it help to restart analytics or the maschine where its runs.PS: I'm using Thingworx 8.1.1-b108 & Analytics 8.1.040000
Hi,As for Alert generated, we have Alert Summary report. Similarly, for custom event, is there any Event Summary Report, which Thingworx provide ?Thanks in Advance.Regards,Abhishek
I have a grid with rows. I have selected a row and now i want to make the columns editable on click of a button. How to achieve this?
Dear Team,I need to remove line color from grid.I do n't want to show row line. How can we do?
Hello AllI am new to Thingworx . I have to setup Thingworx 8.1 war on tomcat locally. But I am getting the following error;[L: ERROR] [O: c.t.s.s.l.LicensingStateMachine] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Unable to retrieve license from FNO server because fnoauth.ptc.com[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.[L: INFO] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Unable to read trial license file because null Attempting to load as Paid license[L: ERROR] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] ====================================================================[L: ERROR] [O: c.t.s.s.l.LicensingSubsystem] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] License file missing. It's expected at path : D:\ThingworxPlatform\license.bin[L: ERR
Can we connect to a printer and print the current screen.ThanksThomas
Hi,I'm having an issue with the standard grid widget style in that it won't display the foreground colour correctly in the rows. The header seem to work correctly but the rows will not change their foreground (font) colour. I can change the style of the widget and all the other changes (background etc.) display the changes, but the font remains grey. If I hover over a row then it displays.Some other points of interest are:If I use built in styles then it works fine, only an issue with style definitions I have created.If I use my styles with any other widget it works fine.I have 2 instances of the composer on 2 servers (development [7.3.0-b51] & test [7.3.13-b22]). I exported all the entities from development to test server. It works fine on the development server.I have tried re-importing the styles & mashup numerous times.In the mashup below the mashup itself has a black background and I'm trying to show a white fond in the grid widget I'm I doing something s
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.