Recently active
Dear everyone, we are currently making our first steps with ThingWorx as an organization. We have version 8.5.0 of ThingWorx SCP Premium including Foundation, Asset Advisor, Connectivity and Application Building. So far we created some small applications via Mashups and we use the FactoryConsole as central entry point to our system (we added all custom apps also to the FactoryConsole). We are facing massive challenges when it comes to efficient management of users, roles and permission, though. The system seems very complicated, especially when you want to change permissions for already created mashups etc, because permission settings are not inherited by a project or whatever (do I really need to change settings on each and every thing inside a project?!). Basically, we only need two different user groups: one being the group of "Developers" that have access to the Composer and to everything else, except user and permissions management which is done by the A
Hi, I recently installed Thingworx Flow 8.5.0 on an EC2 instance (Red Hat) with the given installation-routine. If you want to enable https you have to type in a domain name during the installation which is then used when you access the platform. Is there a way to use Thingworx Flow without a static domain/ip. Because the EC2 instance changes its public IP if restarted and then it's not usable anymore. I know that you can create a static IP for an EC2 instance, but that wouldn't help my use case here.
Hi, We are using 'SetConfigurationTable' service to update the database configuration (connection url, username and password). After executing the service, I am able to see the updated values in "Configuration" tab, but it does not update the "isConnected" to true. And therefore we cannot invoke anything in the database. The 'password' is set as string (non-encrypted), does this need to be encrypted before setting it? In that case, how to encrypt this value? I also tried invoking "SaveConfigurationTables" and "RestartThing" services after "SetConfigurationTable", but that didn't make any difference. Please suggest a working solution.
Hi all I am new in javascript coding and hope some of you can help me in proceeding with my problem. I am using ThingWorx 8.3.7. I want a label-widget to be displayed with either the text "Connected" or "Disconnected" on my dashboard to show if the machine is connected or not. I am working with two properties: Boolean: isConnected when boolean is true: the text should be "Connected" when boolean is false: the text should be "Disconnected" String: ConnectionStatus I have tried to create a simple subscription (see script and picture below) with the if/else statement, but when the mashup is loaded the label is not visible with any of the texts. I used the GetPropertyValue service and bound the ConnectionStatus string to the label-widget. Am I missing anything or writing the script/statements wrong? (eg the booleans false/true value) Or is there a better way to achieve this? Please let me know if you need further information 🙂 Thanks, Michelle
嗨!大家好! PostgreSQL已正确安装。 我在PostgreSQL中创建了一个名为“ twdata”的数据库。 当我通过以下消息配置PostgreSQL连接信息时出现问题:“ twdata数据库具有ThingWorx安装之前的表”。 如何解决问题?
Hi! Everone! PostgreSQL has been installed correctly. I created a database named “twdata” in PostgreSQL. A problem occurred When I was configuring PostgreSQL connection information with the message that "twdata database has tables that predate the ThingWorx installation". How to sovle the problem?
Hello everyone; In link bellow i can see that we can import one or more entities using rest api. https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx%2FHelp%2FGetting_Started%2FImportingandExportinginThingWorx%2FManuallyImportingandExporting.html%23 I would like to do Export as ThingWorx storage via Rest API and make that request daily bases. Is it possible ? We are using ThingWorx Foundation 8.5. Thanks! Murat
Hi,I have met an issue of lookback data in Analytics.Now I have a time series TTF data, and trained a model with lookbacksize of 16.And I mapped input features with nasaTTF_inputThing, with Value Stream configured.Then I updated the nasaTTF_inputThing to trigger the Analytics Event.You can see that all features are updated in the same moment.But the Analysis Job shows that for the input data, 15 of 16 records are from same row, only last record is from previous row of Value Stream.My understanding is that the so called lookback (with size 16) data should be coming from the previous 16 records of the Value Stream of nasaTTF_inputThing.This issue makes time series prediction failed.Can you please help to check - is there anything I missed or configured wrong?Thanks a lot!
Hello Experts, I have 3 SQL queries- services as follows, each of them returns separate infotable containing different number of columns (See attachments). I have configured a list widget to populate the list of these services and I want to execute selected service when selection is changed in list. To achieve this I am trying to write a java script service, but I am facing a issue since each of above services has their specific datashape as per their result. Could anyone helpout me to write this service to dynamically update the datashape of this java script as per the services which are being called by it or selected by list widget Just for info, I am quite new to JS, so expecting your reply accordingly. Thanks; GS
I'm unable to create a connection between KepServerEX V6.7 and Thingworx v8.5, both running locally on the same machine. I have tried the recommended troubleshooting to no avail: 1.Verify that the host, port, resource, and application key are all valid and correct. Confirmed. 2.Verify that the host machine can reach the Composer on the ThingWorx Platform. Confirmed. 3.Verify that the proper certificate settings are enabled if using a self- signed certificate or no encryption. Confirmed. The KepServer logs give me the following error: TW SSL_VERSION: Error tls runtime version: OpenSSL 1.0.2s-1 28 May 2019, does not match compiled version: OpenSSL 1.0.2j-3 26 Sep 2016 For background, I am using the 'org.apache.coyote.http11.Http11AprProtocol' protocol.
Hi Can someone help me with the max frequency that data is allowed to send/fetch in thingworx?
Hello, My platform version is ThingWorx 8.5.4-b222 In service I try to use spread operator: const result = [...arr1, ...arr2]; But I receive error: 'spread operator' is only avaiable in ES6 (use 'esversion: 6') How can I fix it? Thanks in advance.
Hi All I have a list of items in my mashup and a Time-Series Chart, i wish to achieve the following use-case On selecting an option from the list, the chart should change values accordingly. For eg If there are 3 list items in a list, for every item there should a time series chart and upon selecting that option, chart corresponding to that list item should display Same use-case I would want to achieve with a Progress Gauge Regards Ketan
In the attached screenshot,you can see String name,style definition for that particular string names which are configured in State definition.In this both String name,style definition are predefined.I am using this State definition in pie chart.I want to pass both string name ,style definition to State definition using service dynamically.Is it possible using thingworx ?If so,can you attach it as a zip file to get a better picture?
Hi everyone, I am making the configuration to communicate KEPServerEX with the Thingworx platform on my computer. I'm using: Thingworx Free Hosted Server 30 daysKEPServerEx 6.0KEPServerEx 6.7Windows 10 Pro First I tried to perform the communication through KEPServerEX version 6.0 and it didn't work (image below). After I tried using version 6.7 using the same settings and it worked (image below). Is anyone able to assist me in this problem? Because I need to install version 6.0 on my client. When I try to install version 6.7, it is requested to update the 2013 CRT and as this is in a windows server 2012 I am afraid that when updating this service it may negatively impact some existing communication. Here is the image below when I tried to install version 6.7 on my client:
Hello I am wondering which of the existing charts in Thingworx platform 8.5.2 is the best to show something like the attached png. The idea is to represent in the same chart the pressing machine pressing status, using different colour for each state, and the pressure. Thanks in advance. Regards. Olatz
i tired using the attached template but it doesn't seem to work, any other solutions? Related post
Hi, I want to retrieve image stored in database which is in byte array format and display it on mashup. How can i achieve this in thingworx? Thanks, Sheetal
I noticed that there is a field called MenuData in Menu Widgets. It's obviously need to be attach an InfoTable type output. Do you know how to use it?
I wants to get Menu Widgets labels from database. But I don't know how to add Menu Definition by Service.
Hi I have created a chart extension configuring the line chart from the custom chart widget extension package v 3.0.3 downloaded from the p t c marketplace. While using the extension the values are being displayed properly but in my chart extension the Selected Row Changed trigger function is not working ie. when I select a point from the chart I need to invoke a service. I had achieved this while using any inbuilt chart like for example a label chart. When I used a label chart I used the selected row changed to invoke a service which I had written.(This was working perfectly as required, I needed some additional features than the inbuilt chart I had to make the extension). But this same functionality(i e. Selected Row Changed) is not working using a extension chart widget. I would like to know if there is any way I can configure my extension to get triggered by the Selected Row Changed or is it that the Selected Row Changed works only with inbuilt charts like the label chart or
Hi, as part of my testing I am trying to generate a property change on a property that has a remote binding to a property on a remote thing. Because the property is remotely bound I am unable to set it via the composer. I have a test utility thing and was hoping to create a service that would generate a server side property change event (I have successfully done this for remote thing events previously). I see that there is the option, but I'm unsure how to use it. I have selected a remote thing and inserted the DataChange event into my service, but there doesn't seem to be any way to set the property name. I have selected a remote thing (KH061) and inserted the DataChange event into my service, but there doesn't seem to be any way to set the property name. var params = {newValue: undefined /* INFOTABLE */,oldValue: undefined /* INFOTABLE */};Things["KH061"].DataChange(params); Presumably the 2 infotables (attached file) match the ones you see when su
I have 4 buttons in which two-button have the same color and size but the other two have different. I can put color and size one by one in each button but I want to use style definition otherwise what is the use of style definition in thingworx 8.5 so please help to resolve the issue.
Hi Community, I have two text filed area widgets for phone no. and email id and have set validators to check they are not null.Now I also want to check both the text boxes separately if the phone no. and email entered are valid.What is the code I need to give in the validators if my parateres are PhoneNo. and Email.
Hi everyone, currently I have created a custom chat widget. In order to do a live chat, I would require to open a socket connection in the service itself and have my custom widget involve this service. So my question is, is it possible to do web socket connection with javascript in the service itself? How should I approach this? Thanks!
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.