Recently active
As I tried the below article but getting some error How to load the image into thingworx storage media dynamically Getting some error The filename, directory name, or volume label syntax is incorrect]
Hi, Can I get updated document for widget development which includes 8.5.X styles? Thanks, Janakiraman P
Hi, I have a requirement where I need to update the Home Mashup and Mobile mashup for all the users. There are about 1000 users which I need to update this. Is there a way for updating these in bulk (ex: back end update from Postgresql ) Regards, Srikrishna Kanth.
I have exactly the same issue when using advance grid. Has this already been reported?
Tree Grid Advanced 4.2.0 Row Selection does not work when isEditable property is Checked. Steps to reproduce: - Add Tree Grid Advanced widget (4.2.0) on your mashup - Bind any data to it ( to be shown as in Tree structure) - Check "isEditable" property in Widget's property window - Now bind SelectedRows to any service - Set property "RowSelection" to single/multiple Now, when you view your mashup, when data is displayed in Tree format. You can't select any row that means your SelectedRows and SelectedRowChanged are of no use. And when isEditable property is unchecked, it allows you to select any row in the Grid. This is working fine with Tree Grid Advanced 3.0.6, but not with 4.2.0.
Hi, If you need to change the used hostname at installation of Thingworx Flow, some manual changes should be done without re-installing Flow. Basically, hostname for Flow should be changed in the nginx configuration and in Flow modules configuration; whenever you see the hostname used at Flow installation, change it with the new hostname. Change the following configurations after renaming the ThingWorx Flow server in Windows OS : 1. Stop Flow, Nginx and ThingWorx Tomcat services 2. Update C:\Program Files\ <nginx>\conf\conf.d\vhost-flow.conf server_name : change hostname with new one 3. Update C:\Program Files (x86)\ <ThingWorxFlow>\modules\lookup\deploymentConfig.json ENDPOINT : change hostname with new one 4. Update <ThingWorxFlow>\modules\oauth\deploymentConfig.json UI_ENDPOINT : change hostname with new oneENDPOINT : change hostname with new one 5
Thingworx SCO has the KPI function. Can this function be added to SCP?
Combo box Multi select option is working in properly working in Thingworx 8.2. But In Thingworx 8.4 Multi select is not working. After clicking checkbox to select the rows in Combo box I couldn' able to get the selected rows. I have attached the screenshots of service bindings and results for your reference.
Hello everyone, In the legacy version of the Listwidget one was able to to Statebased formatting for the Rows. Now I don't see this option in the new Listwidget. Have I just overseen it or is it simply not possible? If its not possible, does anyone know whether this feature will be added in the future? Any hints on that are appreciated very much. Best Regards, Dominik
Hi all, I am creating a service which calls an external API using the Put JSON content loader function. I am having a problem with the content part of the params in the function where Thingworx expects me to send a JSON object but the API expects to receive an array of objects. What I want to do: var params = { headers: {headers_here}, url: url_here //Thingworx expects content to be wrapped in {} but I need it to be [] content: [{object: here}, {object: here}, {object: here}] }; I don't get any errors on Thingworx but it doesn't change anything on the external API side. It works when sending through Postman so I suspect Thingworx is doing something behind the scenes to change the format of the data. Any help would be brilliant
Hello All, I'm using OPC Router software to connect to Thingworx. In the configuration session of OPC router, The CA certificate of thingworx is required. who can help me with this problem? Thanks and Best Regards.
Hi everyone, let me start by saying I am very new in Thingworx. My goal is to use MsSQL database to log data coming in through Kepware (OPC). I am trying to do so using a Value Stream, pointing locally to a thing which contains all the data I want to store, and a Persistence Provider that connects it to my database in MsSQL. All the properties have the checkbox "logged" active, and Data Change Type is set to "Always". The data is coming in fine, and I also verified connection to the database with an additional thing using the MSSqlServer template. This thing is configured exactly like the persistence provider (using JDBC driver and connection string) and I can successfully send queries to the database. I do not get any error message in the diagnostic logs, nor configuration errors, but the properties I have configured in the Value Stream are not coming into the MsSQL tables (or no table is being created in the database). Am I doing something entirely wrong? Or is t
Hi, I'm having Service which will returns the Mashup name as result output based on condition. I will bind the service result (Mashup Name) to the navigation widget. Here we can assign only the fixed popup width and height . This popup size will be same for All popups. But My requirement is I want to Show the Popups with different size based on mashup name. Is this possible? Kindly Let me know if there any solution available for my requirement. Thanks in Advance Sankarapandian. L.S
Hello, After analyzing Alert Viewer module of manufacturing apps I would like to develop a new module to view alert indicators, for example; top ten alerts of the day, week, mounth, ... The idea is to have a business intelligence for alerts. Creating a new console tile is not a problem, my problem is related to business intelligence functionalities, is there an extension widget application or something to implement this type of indicators in manufacturing applications? Thanks in advance. Olatz.
There have been a number of questions from customers and partners on when they should use different tools for calculation of descriptive analytics within ThingWorx applications. The platform includes two different approaches for the implementation of many common statistical calculations on data for a property: descriptive services and property transforms. Both of these tools are easy to implement and orchestrate as part of a ThingWorx application. However, these tools are targeted for handling different scenarios and also differ in utilization of compute resources. When choosing between these two approaches it is important to consider the specific use case being implemented along with how the implemented approach will fit into the overall design and architecture of the ThingWorx environment. This article will provide some guidance on scenarios to use each of these approaches in ThingWorx applications and things to consider with each approach. Let's look at the two different appr
Hello, On the chart widgets there is a property named, YAxisFormat, that is given a default value of "0000.0". My question is, what is the format string that equates to whole numbers such as, 1, 2, 3, ... etc.? Thanks
Hi , I am looking to show Entity names in Dropdown box , i have three Things created by adding BaseTemplate as whatever Created ThingTemplate. but in DisplayField of Dropdown widget i have selected name, and its showing me all three Entity or Thing names in Dropdown but i want to show only few (two). Then how it can be done. plz see added screenshots. Thank you
How can I create a custom trigger in Thingworx flow, like MQ subscripber trigger? It's not a polling or webhook trigger.
We have Thingworx 8.5.0 and imported Manufacturing Apps. Similarly we have imported service apps extension into Thingworx Composer, but we do not see any entities added. But the import says "Successful Import". Can someone please guide how to access service apps, from extension import? Is there any login page/ landing page for accessing service apps?
Hi, I have a CSV file and I have simple request which is to upload this CSV file to thingworx. When I try uploading from data, it didn't work. When I try to upload from Import option, it didn't work. I don't want to upload data with parsing. I want to upload whole data at a time. Is it possible? My data is clean, there is no problem, but I cannot upload data. By the way I'm workin on PTC Cloud, because desktop version for ubuntu cannot be installed any way. Thanks.
Hii,Actually i created mashup, I want to display a pdf file in a mashup (webframe), but the problem is that when i click on a grid i download the pdf file instead of display it in a webframe. Can u help me to do that.. I attached my screenshot below.
Today, many of the IoT devices in field are based on uClibc and mbedTLS instead of the glibc and openSSL toolchain. Is there any version of such a C-SDK available from PTC targeting such devices. If not, can the C-SDK be simply ported on to uClibc/mbedTLS safely?
I tried to bind colorformats dynamically on pie chart from an infotable service output . But colors are not applied on pie chart.Please find the attached screenshots.Let me know where It went wrong.Thanks in advance
hi all, is it possible to setup thingworx in that way that all entities created by user will have some prefix in name? I have in ming something similar to OIR in Windchill. thx in advance
I am not able to start my postgre sql. when I attempt to start, it stops immediately. Also, my "ThingworxPostgresqlStorage" folder is taking 198 Gb space out of 250 Gb. Because of this my "C drive" goes full. I tried removing some files from this folder and attempted to start "postgresql serviece". But, again "ThingworxPostgresqlStorage" folder is taking lots of space. I am using Thingworx version 8.4. What is the solution for this ?
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.