Recently active
We can see there is a property of Remote Access widget named "ListenPort". But I cannot find this in RemoteAccessClientLinker widget. How can I use it?
Sorry if this was already mentioned somewhere. I searched and didn't find it. In ThingWorx 9, the EnterKeyPressed binding now behaves like "Focus Lost". If you have textfield with the EnterKeyPressed action bound, that action will be fired whenever focus leaves the text field. I opened a case with PTC when I discovered the behavior and was told it is working to specification: "this event is triggered when a user clicks an area outside the widget or presses the enter key after updating the widget value". We're most affected with some mashups that have several text fields for optional user input. Prior to ThingWorx 9, the user could enter something in one of the text fields and press enter to trigger the action, or tab to the next field and optionally press enter there, etc. Now if the textfield has the EnterKeyPressed action bound, that action runs when the user presses tab to go to the next textfield.
Hi, I found a very strange phenomenon, the ES6 syntax like "let", "const" work well normally. But in certain situation, the Lint will report error, see the attached picture. The line #315 and #325 define the same variable name , but it's not the root cause. Changing to different variable name has the same error. It seems the error occurs when the code lines exceeds about 310, but I'm sure . Regards, Sean
Hello IoT Community! I would like to build my mashups in a way, that some buttons (or other widgets) are Enabled/Disabled depending on whether the user has the permission for the underlying service (e.g the service executed when clicking that button). For that I thought I could write an expression that checks whether the current user has permission for a specific service. Do you have any Ideas how to write a simple expression for that? As far as I know, an error is thrown when a user tries to execute a service he has no permission for. So maybe I could somehow "catch" the error in the expression?Maybe something liketry(functionToExecute()) { return true; } catch(error){ return false; } Unfortunately I have no idea how to implement this behavior...Any advices are appreciated very much!Best Regards,Dominik
Hi, I have a iFrame widget which shows webGL 3D model returned from external system. There is a button on the mashup to send post request to the external system. I want to make visible = true for the iFrame only after external system responds. What I did; - Made async service to post request to the external system. - The service wait until the external system responds - The service set session parameter to true after the external system responds Problem; - Session parameter is not updated by the async service Any other solution?
Hello, After upgrading to thingworx 9.0, I created a mashup with some of the new widgets, specifically the line and bar chart. Everything is looking good until I added that mashup into a master. Then the chart widgets became scrunched and stretched (See attached screenshots) I then tried with a new, from scratch master and mashup. Same result. Any help on this would be greatly appreciated.
Hi, What is the fastest and reliable way to purge data of Things with logged Properties? doing Value Stream purging from Composer either gets timeout or long ending execution. E.g. PurgeAllPropertyHistory Is there any way to Purge logged property data of all the Things in one go? Any postgres query can be triggered from Thingworx to purge all the data?
Hi all, I have two Thingworx servers in an HA configuration. Recently both servers were taken down for maintenance. After maintenance, one server was started. During the startup, the server took HA leadership and began initializing like normal, but abruptly failed to initialize and shut down the system. The HA leadership was transferred to the passive server, which booted up without an issue. I am trying to understand why the initial startup failed. The application logs show that the initialization ran up to the step "Initializing Reference Caches", at which point a ConcurrentModificationException was thrown by the Curator-LeaderSelector thread. Based on what I've been able to find, that appears to indicate there were multiple threads which attempted to overwrite the same object. I'm at a loss as to why this might have occured during initialization. The only other error which was thrown at the time of the exception was an InvalidRequestException due to the Thing [AlwaysOn
Dear All, Iam new to this community. Please guide me for this problem. If this is not the right place to ask this question please do guide me the right direction. Does Siemens Mindshere and PTC thingworx products are both integratable. So in my case my client has thingworx installed and his products are integrated to thingworx in one region. Client wants to install in other region with thingworx platform. If we install siemens products or any other vendor product at other region. Is it possible to integrate Siemens/any other vendor products to Thingworx platform or we need to have the products compatible to Thingworx platform only. Also your support to provide the various vendors which support Thing worx platform for IIOT systems like 1. Air quality stations,2. Smart Lights,3. Smart traffic lights, 4.Data center, 5.ICT infrastructure, 6. Smart water meter,7. Smart irrigation, 8.Asset management, 9. Energy management,10. Smart Fire Alarm system, 11.Control roo
Hi, Is it possible to give a number as the first alphabet in field definition of a Data Shape ? If no , is there any thingworx configuration modification that can be done to achieve this. Thanks, Sadagopan Ponmani
Hi, updating license in disconnected is giving me this error. Unable to acquire twx_asst_adv, error message is Requested feature was not found. Help please is urgent !
Hi all, I'm trying to test a simple workflow task in flow, using the FTP utility. My idea was to get connect to my ftp server, upload a text file from one directory, create a directory, and then download that file there. The documentation doesn't have any examples and all that I'm able to do successfully is create a directory. Does anybody have an example of how to do this or can anyone point me in the right direction? The upload file action gives the following error. I have tried all the different paths that I can think of.
Hi, I need to know if a property of a thing is a transformed property to show it in a mashup. When you create a property, you can select if it's Direct or Transformed. Is it possible to know that information of the property using a service? And if not, how could I get it? Thanks in advance
Were you ever able to get a resolution to not being able to view the Performance Advisor Dashboard? I just tested trying to access the link in the Support article and was also redirected to the PTC Support homepage. Re: post
What keywords can go inside the expand input variable? I know its navigation related but I cant seem to find any documentation that tells me exactly what values are allowed.
Hi, Is it possible to dynamically color the chart based on the range? For each range, we need different colors to get displayed in the chart. I have attached the reference. Please help us understand how we can achieve this. Thanks, Shalini V.
1. I'm using Thingworx 9.0, I want to show a dash or CCTV camera on the thingworx mashup how can I do that, suggest any architecture diagram to show a dash or CCTV camera on the mashup. 2. I have sensor data in hex format which is in the attachment, I want to convert it in the readable format in thingworx how can I do that. I did with the below program but it will give me different outputs. var hex1 = HextData.toString(); var str = ''; for (var n = 0; n < hex1.length; n += 3) { str += String.fromCharCode(parseInt(hex1.substr(n, 6), 16)); } var result = str; please suggest the way, thanks in advance
Hi, The current lint rule require each line end with semi ';' , can I change the rule ? Regards, Sean
Hey, I want to ask whether MQTT extension could be used in thingworx trial or not ? thanks for the help.
Hi,I'm trying to connect SAP through thingworx SAPODATA Connector.With the Demo gate way it's working fine. With SAP client environment Thingworx gives Error Unable to Invoke Service GetEndpointList on VS.Test.SAPThing : Your route exchange has failed. HTTP operation failed with status [404 - Not Found].here are the Generic Connector Connection Settings Authentication Type = fixed HTTP Connector Connection Settings Username = <SAP Gateway user> Password = < SAP Gateway pwd> Base URL : https://sldev.slhana.com:9000 Relative URL : /sap/opu/odata/sap/ZCEP_DATA_SRV/ZCEPDATA Connection URL : /opu/odata/sap/ZCEP_DATA_SRV/ZCEPDATA/$metadata Validate service gives 503-Service Unavailable. Please let me know my mistake.Thank you in Advance. Regards, Bhavya
Hi, Does ThingWorx 9.0.3 supports OpenJDK ? Regards, Sean
I'm running my ThingWorx composer on IE 11.1139 creating my first ever Mashup, and when entering the design "mode" the page gets stuck loading, and I'm unable to do anything else in the composer also.. Any assistance or ideas for a fix would be greatly appreciated.
Hi, The engine that's used by ThingWorx JavaScript service is Rhino, it supports calling java directly as following : . However , the similar usage doesn't work in ThingWorx JavaScript Service : How to make it work in JavaScript service ? Regards, Sean
Hello everyone, I have a simple mashup where I want to display data coming from a value stream. I have a remote thing connected to a KepServer Gateway that retrieves sensor data each second. In the mashup builder, I add the queryPropertyHistory service for the data. Now I insert the Line Chart (Version is Thingworx 9) and link the data from the query to the chart (I choose three signals for the Y Axis and the timestamp (DATETIME) for the X Axis. I also choose maxItems for the query (e.g. 1000). Now when I open the mashup, the data is loaded and shown properly and is also refreshing and adding the latest data each second. The problem is, that the X-Axis is way to widely scaled for the data points shown (see screenshot). My expectation would be that the X-Axis is limited to something like minimum timestamp in the data query to maximum timestamp in the query (and the window moves with the data). How can I achieve this? I tried using the 'XAxisMini
Hi all, I'm newbie, I have a platform to send data in the syntax [CS*YYYYYYYYYY*LEN*WAD,Language,location data]. What protocol do I need to TW to get the data.
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.