Recently active
Can Multiple SDK instance be bound to TW server with separate Entities. I am binding virtual thing with separate remote things on TW server. But as soon as I try to bind the second instance of SDK, I get the following error 10:41:20.851 [NettyClient-NIO-1] DEBUG i.n.h.c.h.w.WebSocket08FrameEncoder - Encoding WebSocket Frame opCode=10 length=110:41:20.860 [main] ERROR com.comau.edgeclient.Discover - An exception occurred while initializing the clientjava.lang.Exception: Could not bind things: Binding failed, see server log for more information at com.thingworx.communications.client.ConnectedThingClient.bind(ConnectedThingClient.java:394) ~[thingworx-communications-client-development.server.build-b679.jar:na] at com.thingworx.communications.client.ConnectedThingClient.bind(ConnectedThingClient.java:357) ~[thingworx-communications-client-development.server.build-b679.jar:na] at com.thingworx.communications.client.ConnectedThingClient.bindThing(ConnectedThingClient.java:212) ~[thing
Dear Community, I am trying to develop a custom widget which displays an image as a background and data in the foreground. The reason for developing a custom widget is to be able to scale the visualization to different screen sizes. The idea is that we have Things with IMAGE properties and that we want to select a specific Thing and bind this image property to the widget, along with an infotable with data. Once the image is bound to the widget, how can I display it in the widget? The property is defined like this: 'properties': {'selectedImage': {'baseType': 'IMAGE','isBindingTarget': true} The rendering is done in this way this.renderHtml = function () {return '<div class="widget-content widget-imagedisplay">' +'<span class="selectedImage">' +'</span>' +'</div>';}; this.afterRender = function () {valueElem = this.jqElement.find('.selectedImage');var myImage = this.getProperty('selectedImage');var html = '<img src="' + myImage
I am trying to read properties for a thing from CSV file using Parsley extension(v 2.1.9) . The properties might have some special characters. While importing the values for special characters like Ä,¼, are imported as question marks. Is there a way we can import special characters in thingworx ? Thanks, Kaushik Prasanth
How can we hide/display data in a Time Series Chart in Thingworx during runtime? e.g.: I want the users to be able to toggle on/off the Turbidity_Sense_2, Turbidity_Sense_3 and etc from the chart below. Note: I know I can write a service to remove/add the values to the input table (data source) that is building this chart. I wonder if there's a better/easier way of doing that.
Folks, I am getting error while starting the wsems @ 443 port on windows 10 machine.when I type wsems in cmd (with admin), I get following error:C:\Users\<path> microserver>wsems[INFO ] 2018-10-05 10:27:27,617 wsems: Using config file: C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json[FORCE] 2018-10-05 10:27:27,617 wsems: Starting up ....[ERROR] 2018-10-05 10:27:27,617 jsonConfigurator::initialize: Error parsing JSON.[ERROR] 2018-10-05 10:27:27,617 Main: Error initializing configurator with C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json[WARN ] 2018-10-05 10:27:27,617 Main: Trying .booted config file[ERROR] 2018-10-05 10:27:27,617 jsonConfigurator::initialize: Error reading file. Error: No such file or directory [C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json.booted][ERROR] 2018-10-05 10:27:27,617 Main: Error initializing configurator with C:\Users\<path>\Desktop\Thingworkx\Thingw
Right now, I am working on a Master mashup that has a header at the top and a navigation tab on the left with a few menu buttons that will lead to different mashups when clicked. On my header, I want to have COMPANY NAME | NAME OF THE MENU" so for example, Google | Overview, or Google | Analysis depending on which menu was selected. How do I get the name of the selected menu?
Thing properties became empty when I'm checking property vtq, it's showing unknown. These properties are updating from last two weeks but from yesterday it's showing empty values. Why values are getting empty and why the property quality is unknown? On what basis property quality is calculated? Did anyone faced this issue? Can anyone help me with this issue? Thanks, Abhiram Kuncham
I am very new to this platform, this field itself. I want to get data from IP21 to Thinworx. Is it possible? If so then how can we fetch the data from IP21 to Thingworx?
Hi! I'm using a configuration script for an Advanced (Tree) Grid v4.0.2. What I'd like to do is to reference an existing Style Definition from my configuration script, when setting styles' properties, rather than hard coding it. Indeed, doing so from various script ensures that you use same styles in all your grids. In other words, technically, what I'd like to declare something like this: "styles": { "tableHeaderStyle": "MyProject.GridAdvancedHeaderStyle", instead of something like this (hard-coded): "styles": { "tableHeaderStyle": { "backgroundColor": "#202020", "secondaryBackgroundColor": "", "foregroundColor": "#ffffff", "textDecoration": "", "image": "url", "lineColor": "#c0c0c0", "borderStyle": "solid", "borderWidth": "1px", "fontFamily": ["helvetica", "arial"], "fontStyle": "normal", "fontSize": "11px", "fontWeight": "bold" }, Of course I've tested it ... but it does not work. It seams that existing Style Definitions can be applied to Advan
Hello there,i want to display viewabls of Windchill in my ThingWorx Navigate Task. I have created a SwaggerConnector that accesses Windchill and loads the information for the viewabls using the REST API. Since I work with sso, I get an oauth path.Now I have created a media entity and set up the authentication settings. If I insert the path as URL here, the image will also be displayed on the mashup.How can I set this URL path dynamically for my search results? Can anyone help me here? Thank you Reqards, franky_
Hi all, I'm currently getting ThingWorx to run on a kubernetes cluster. I basically have it running, but so far only in a non HA setup. The database -- I'm using postgreSQL -- is using a multiple nodes with master/slave failover etc., but ThingWorx runs in a single POD. I want to change that -- we need ThingWorx in a HA and Load Balanced setup. For this to work I'm in the process of creating a kubernetes operator for ThingWorx. Does anyone have some insight as of how the ZooKeeper / ThingWorx interaction works in the standard PTC HA setup? I want to use native kubernetes primitives instead of having to spin up a ZooKeeper cluster.
how to bind things properties to dropdown list..? please help Related to post
I have a file in the system repository that I would like users to download without having to login to the mashup. I have a service that emails links to the files but when they are clicked they take you to the mashup login page (unless you are already logged in, in which case the file download begins). Thanks
var milliseconds = pause(); Infinite for loop is causing problem in runtime. Can pause() function be used instead of infinite loop?
hi everyone i am installing the thingworx 8.2 in linux after the installation of the composer we have to import the entities.while importing the entities i facing as error as Validation when i upload a entity and choosing the path when we try to import there will be validation error so the zip file wont be imported so anyone can help me out. i have uploaded the image for referring to the error. but while importing the utilities entities from the PTC network i was able to import it successfully.
Hi Experts, I want to download mashup contents in PDF format. I came across PDF extension from marketplace but it captures only snapshot of Mashup in the PDF file. And I want to capture more specific details like Pagination, Having a distinct Header, Footer etc. Any suggestions? Thanks in advance!
Hello , While loading db in postgres I am facing error directory cannot create "pg_tblspc" while having full access in E drive for directory creation . Also I try to setup in C drive providing full access to user .
Hello everyone, I would like to show the location of multiple Things in one Google Maps Mashup. I have read this thread, but i would like to avoid using an infotable. Instead I have all the Things that I want to display the location from in a Data Table. The Data Table has the Names of the Things as entries. Does anyone know how I can access the location property of all Things in the Data Table and show it on the Map in the Mashup Builder? Thank you for your help. Best Regards, Dominik
Hello all:I want to know if there is a way to design a model in thingworx to represent relationship between two things For example: I have a thing called order and a thing called car, When call service to query order information I also want to query the car information which belong to the order Thanks!
hi, After executing code: var fileRepository = Things[fileRepository];var fileContent = fileRepository.LoadText({ path: preparedFile }); file is "locked". I've even thought that there is something like close method (fileContent.close();) - but it's not 😞 any idea how to unlock it?? thx
04-28-2017 06:07 AM Setting ThingworxPropertyDefinition and ThingworxEventDefinition dynamically in .NET SDK Is it possible to set following fields dynamically in .NET SDK?I would like to read them from a config-file and then create the necessary definitions. Any Ideas?
Hi Developers, I have developed a mashup which has a time series chart showing data (image attached). The requirement is to get this chart/mashup in a pdf file. Is there any default widgets to achieve this functionality. Thanks and Regards, Saran
Hello, the following error is occurring, when I try to create a new Dataset with analytics v. 8.3.040507: Execution error in service script [CreateDatasetAMS] :: Error returned from service [500]: Unexpected error occurred:Unable to parse queuedStartDateTime: 2018-10-23T11:50:15.174Z] How can I fix this error?
Hello, so I have ran into a strange issue with Thingworx and creating a JSON object. The variable sub comes out as an info table, and the JSON goes into the object fine (I can see it when I stringify in the logger). The problem is that if I call that method and put that JSON object inside another JSON object it will come out as "array": [ all of the correct data in here ] my problem is that when I pass that to my extension that handles the JSON I get a "JavaException: com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of START_OBJECT token_ at " with that section of the JSON to follow. I am not sure why it is attaching that array word, any assistance to get this to go away would be appreciated. If I manually remove that "array" word and its brackets that it adds in, it works fine, and I am not sure why it is adding it. CODE: var holder = [];var tableLength = sub.rows.
Hi, Is there a way to bypass the need to set up configuration for tunnelling on the platform but instead configure it only from the .NET Edge SDK side programmatically?
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.