Recently active
Is there a way to automate below using JavaScript function? By selecting tags from the Industrial Connection Thing -> Discover and using the "Bind to New Entity" button Related to previous topic
Re: Expert Session: ThingWorx DevOps QuickStart Guide How can we build a pipeline using Jenkins, GitHub and ThingWorx Git extension.
Hi Guys,I would like someone to explain me the architecture for the TWX high availability and its various components, like HAProxy,zookeeper, pgpool.Thank youP.S
Hi, i want to connect a GE historian to thingworx, is there any information about that?
Please help me to understand the license and costing of Thingworx server.I would like to use in production environment.
Hi, I am new to Thingworx Navigate, Can any one help me how to create a service in Thingworx using InfoEngine which needs the creation of the object(Change request) in the windchill. Both ThingWorx and Windchill are on my local machine.
i want to transfer the table created in postgre to thingworx composer, can you pls tell me the procedure for it.
Hello everyone, I'm a student and I'm working on a project using Thingworx. I would like to display multiple locations of several cars (with multiple pins representing each car, on a map). These cars are totally virtual, I don't have real data yet.First I would like to know how to create "fake" location data. Then I would like to get more details on how to display these locations on the map. (I have read through several topics which were way too brief for beginners like me). Until now, I have created a Mashup with a location pointed on a map (via OpenStreetMap) but the data is only from the default value that I set up in my ThingTemplate (whose property is Location). Thanks for your help
Hi Developers, I have developed mashups with reference to my desktop (1920 x 1080). In practical use case we are displaying it in TV with much higher resolution in comparison to my desktop. I had used dynamic option while creating mashups. But when its viewed on a TV screen, the buttons and grids become small. What is the work around for this? I there a way to show the contents of the grid and widgets in a more relevant way for TV screens? Thanks and Regards, Saran
Hello there, I am experimenting a bit with CustomCSS and wonder how to change styles of the popup of the Datetimepicker widget. I figured out how to change the styles of the buttons on the bottom but how can I style the calendar. I tried to change the background color of the span with the attribute title="Monday" but it didn't work how I thought it would: Could anyone help me with that? Is it even possible with custom css?
Hello, Sorry to create a new thread for this error. I checked the previous threads available for the 8.3 installation fails and it didn't show a solution for my error. I get the following error during installation of ThingWorx Trial 8.3 "Problem running post-install step. Installation may not complete correctly. Error running.\\check-http-response --username "Administrator" --password **** --hostname "localhost" --hostport "8080" --useSSL=0: 1" Solution for this would be highly helpful. Thanks in advance. Attached the log for reference.
Hi All, I am learning Thingworx and its functionalities. Is there any functionalities in Thingworx mashup builder to view custom reports with export options(Refer attached). Thanks in Advance, Manirajan Contact: manirajan729155@gmail.com
Can you install ThingWorx on a windows 10 machine with TomCat on and Postgres database on it and if so, will it have all the same capabilities as one that is installed on a server OS such as windows server 2016?
Hi, I am trying to create new extension. I have installed the eclipse plugin for sdk, however, while creating new thing template it shows me following error. Please choose a valid Superclass - Class is not instance of: com.thingworx.things.Thing Any idea what's wrong here?
Hi, Is it possible, when I click on particular data source in a bar chart only that data source details should open or a popup should open. I am aware that when I double click the whole chart I can navigate to a popup but my requirement is to open a popup when clicked on single bar. Please refer the image I have attached. Please help me achieve this requirement. Thanks, Shalini V.
I installed a google map widget in my thingworx local instance which is running on my pc. I add google map widget in mashup but when i try to view mashup it doesn't show any map. I tried to reinstall widget but it doesn't help me. please help me with this issue. I attached photos of my browser console log and thingworx console log.
Hi, I wanted to create a Up/Down functionality on grid as I can swap the ordering of rows in grid on clicking of button can somebody please help me out how to create a service for this? Thanks & Regards, Khushboo jain, Mestech Services Pvt Ltd
Hi, I'm looking to return a button id from a modal popup to the caller mashup. Effectively I'm trying to create my own confirmation (Yes/No) type dialog and want to pass back to the calling mashup which button was pressed. On the face of it you would think that it is something that should be pretty simple, but struggling to think of a way whereby I can pass the button ContexId from 2 buttons to a single return value. I realise I could do it with a global session variable but it feels like there should be a more elegant/contained way to do this. Thanks, K
Hi, I created mashup and tested it in mobile. But it is not responsive and looks very clumsy. In this case, Should I adjust the mashup and create a new one that fits for mobile or what will be the solution? Please provide some help. Thanks, V Shalini.
Hi everyone! I'm trying to install WS EMS and LSR as a daemon on linux according to this tutorial http://support.ptc.com/help/thingworx_hc/thingworx_edge/index.html#page/latest/ws_ems/c_ems_wsems_installing_distribution_running.html Probably a am an idiot but i still cannot understand what should i tell to command line? Could somebody type me a simple command that i can copy and paste? Thank you!
Hello Team, I need to get count of specified values(where in sql) on a column groupby some other column from infotable. Any help will be appreciated!! Thanks
I have to develop the attached screen for a requirement. I am using Repeater for each of the individual pump status. My requirement is to design a foldable display on individual asset status once user clicks on the ellipsis in the pump block. Clicking on the ellipsis it will show the pump sensor status and again on clicking it will fold back. I thought of using foldable panel but the length of the sensor status block is too long to get contained in the panel. Any help on how this could be achieved will be great. Note: Pump and sensor no can vary.
Hi All, I am trying to enable local bounding with thingshape's property which is implemented on thing. How to enable local bounding with own thing property? Ex. Created a thing "TestThing" with "ThingProperty" and Implemented "TestThingShape" with "ThingShapeProperty". Trying to enable local bound "ThingShapeProperty" with "ThingProperty". It was binded with "ThingProperty" but data was not updated. Thanks & Regards, Sathishkumar C.
I am developing a service in a thing that sends data to a 3rd Party rest endpoint through https. And I get this error: Wrapped java.net.SocketException: Connection reset Cause: Connection reset Here's the javascript for the service below: var url = "https://{url} /{endpoint}"; var content = { on: true}; var header = { Authorization: "Token {key}"}; var params = {headers: header /* JSON */, url: url /* STRING */, ignoreSSLErrors: true, content: content, /* JSON */}; var result = Resources["ContentLoaderFunctions"].GetJSON(params); Any ideas to how this can be solved is appreciated. Is it possible that Thingworx is ignoring the ignoreSSLErrors flag? Thanks.
We are using .Net SDK for edge implementation. Sometimes it gives "Bind request failed" error and connection doesn't happen but sometime client gets connected to server still the same error is thrown. Not able to find the exact root cause for the issue. Here is the SDK logs. 2018-10-15 13:55:49.791Z [L: Information] [T: 4] [U: SYSTEM] [O: IotSubscriber.IotSubscriberService] Service started!2018-10-15 13:55:50.601Z [L: Information] [T: 14] [U: SYSTEM] [O: com.thingworx.communications.client.ConnectedThingClient] Websocket connected and authenticated2018-10-15 13:55:50.606Z [L: Information] [T: 16] [U: SYSTEM] [O: com.thingworx.communications.client.ConnectedThingClient] Websocket connected and authenticated2018-10-15 13:55:50.967Z [L: Error] [T: 5] [U: SYSTEM] [O: com.thingworx.communications.client.TwApiWrapper] [Error] twMessaging::handleMessage: Response ID 2 has code 160: Binding failed, see server log for more information2018-10-15 13:56:05.969Z [L: Warning] [T: 5] [U: SYSTEM
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.