Recently active
Hello All, I am using an advanced grid on my mashup to show some data. I need to disable the re-sizable feature of columns on grids. Below is the snapshot displaying the feature that I want to disable. Is there any way besides building a custom widget, in which I can achieve this? Thanks And Regards, Madhumita
Hi, For the past 2 days my ThingWorx runtime is not working. When I try to view mashup it gives me error. I have attached my application log. Could you please help me resolve this issue. Thanks, Shalini V.
Hi, I have written a service (Java script) in which based on the input the output changes. When I bind this result to the workspace, I want to trigger this service only based on data change event of a kepware value. I do not want to trigger any other event in the workspace. In background I want to trigger this service whenever there is data change in a tag in Kepware. Below is the service I have written. if ('Skid Number' == 'Skid Number'){result = Things["Navistar_Shipping_kepware_thing"].Tracking_Data_NAVISTAR_PLC_LINE_32_PRB407 ;} if (ToggleInput == 'Skid Type'){// result: INFOTABLE dataShape: "testSqlDS"var result1 = me.Get_SkidType({skidNumber_SkidType: Things["Navistar_Shipping_kepware_thing"].Tracking_Data_NAVISTAR_PLC_LINE_32_PRB407});result = result1.skid_type_S; }if (ToggleInput == 'Line Set Number'){ // result: INFOTABLE dataShape: "testDataShap"var result2 = me.Get_LineSetNumber({skidNumber: Things["Navistar_Shipping_kepware_thing"].Tracking_Data_N
Hey all, I have connected my kepware and thingworx platform,and iam getting the real time data through kepserverex the data types like dword is displaying on thingworx and the data types like float and boolean are displaying in kepware but the datas are not displaying in thingworx platform if anyone could help on this. Thanks & Regards Deepak Rahul
we are also facing a similar issue, did you find the root cause and how to fix this issue. -thanks, Abhiram
Hi All, I have trouble accessing the hosted server link for the downloadable trial version of Thingworx Foundation. I am able to access all other links in the home page other than the link to host the server. I am attaching the screenshot showing the same. What are the possible chances of getting this error? Is it dependent on the internet connectivity? if so, what is the ideal speed required for Thingworx server to host? Please provide a solution. Thanks in advance. Regards, Airin Sara Ben
Hi, I have created a user with the maintenance engineer role. Whenever that user opens Asset Advisor, the mashup master and filter list display as they should, but the asset list does not show up. If I add the controls engineer role to that same user, the asset list displays as it should, but then that user has access to composer, etc.. How can i make the asset list display under the maintenance engineer role? See pic. Thanks for any assistance.
Had this issue. Followed, other peoples advice, but had to also delete the thingworx tablespace. to do that: In pgAdmin -From the Browser (left pane) - Expand Servers - PostgreSQL - Table spaces - Delete the thingworx tablespace Try the script again thingworxPostgresDBSetup.bat -a postgres -u twadmin
Hi Developers, I'm currently facing an issue where the tomcat CPU Consumption is well below 4% but the Memory Usage for the same is close to 90%(11,000 MB) as observed in the Task manager. I had checked out this community link where the problem statement was similar to the one i'm facing. But one difference was i don't have any service which internally is updating the Session values rather the result is bound to a session variable and on run time its getting updated correspondingly. I'm unable to narrow down to the specific service which is causing the problem. I have even taken a stacktrace through the support tools extension but i couldn't interpret the logs. What should be my next steps to identify the root cause? Regards, Saran
Here is a question: when I insert data inside data table entities and want to show this data using label chart. May I know what is the sequence for label chart displaying the data. Because here is out of sequence and I struggling with this question!!!
I want setup manufacturing apps trial version for learning. I have subscribed to online trial for thingworx composer, similarly is there a online trial for manufacturing apps? I could only see installation guides for manufacturing apps then how do we use this in SaaS modle?
It takes a lot of time to load the Thingworx composer and save any changes in mashups or thing present in composer. Is it due to the number of users or the login attempts or any other reason?
Running state has been configured depending from the property ‘State’ property read from Kepware, State=3 means Running. The property value is correct, and the asset is in Running status but the status week table is not correct. It shows ‘Not Configured’. (see attachment) Any idea? Many thanks! Martina
The CPU is running at 100% and not able to perform any operations in Thingworx.Please let me know the solution for it
Hello all, Have you ever had this problem? When I try to run my host server show this image. I am using the host free. Regards.
We are using SUMA in Windchill and want to see what AML/AVL a specific Manufacturerpart is in. Since I apparently cannot use the service Things["ptc-windchill-integration-connector"].Structure_Get_Ancestors to do this as it's probably not a normal parent-child link, I wonder what service we can use to get this information? The SUMA typeID is com.ptc.windchill.suma.part.ManufacturerPart and the Structure_Get_Ancestors on an object gives an empty JSON.
Hi all, Today when I went to run my foundation (free server) happens the image below: Someone know how to resolve this?
Hi, I am using ThingWorx 8.2. I wanted to change the data type of the Kepware Thing in which I have binded the property. I was able to change it when I was using 8.0Version but once I upgraded to 8.2 I am not able to change the data type of the tag in ThingWorx. The option is disabled. Please help me to change the data type. Thanks, Shalini V.
Scenario: User sets a value that needs to be persisted for the session until the user logs out or sets a new value himself. What's done so far : 1. Created thingshape > added it to the user subsystem > property in the ThingShape is persistent 2. On the mashup there's a text box to accept value from the user > set button which calls the setter service with following code : Resources["CurrentSessionInfo"].SetGlobalSessionStringValue({ name: "unitNumber" /* STRING */, value: unitNumber /* STRING */ }); 3. There's a label widget on the mashup to show the value set by the user, which calls the Resources["CurrentSessionInfo"].GetGlobalSessionValues which returns a persistent property value unitNumber, set above by the setter service. 4. ServiceInvokeCompleted event from the setter service is bound to the Getter to return this value. 5. This works fine Problem: Once the mashup is refreshed or user navigates from current mashup to another and comes back,
Dear Team, I need to perform Digest Authentication for rest API. Kindly request you to help on how to achieve Digest Authentication from thingworx platform either through java extension or through from a service on thingworx platform and if so which apis to use from the platform Thanks,Regards, Vijay
Hi, I wonder how the thingworx prevent from the deadlock ? Do I need to take care of the deadlock during developing the javascript service ? Does the Query* / Get* / Find* service of Thing generate SQL like select xxx for update ? Regards, Sean
Here is a question: when I insert data into data Table, how to display data into chart widget and when I update the data from data table, the label chart's data will automatically updated. there is only two parts: data table and mashup widget.
It's probably a dumb question but just wondering if it's possible to display weather info in the google maps widget. I use markers to display where our assets are located and would also like to display weather info in the area. I followed the instructions in the link below to get weather info in json format and displayed it in html, but I was wondering if I can do this in the maps widget. https://github.com/google/maps-for-work-samples/tree/master/samples/maps/OpenWeatherMapLayer The following is a screenshot of the html:
Hi, I am trying to create a digital twin of a robotic arm. In this context I am hoping to find a way to visualize the finite element simulation realtime in Thingworx. So that internal stresses and strains in the model can be seen live at all times. Do any of you have an idea on how this can be done? Thank you for helping out! Bjørn
Curious if anybody has attempted a connection to an Azure Cosmos database that is stood up with the SQL API. We are fairly certain that we'll need to create an extension, but if anybody has any experience with it, any advice would be greatly appreciated. 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.