Recently active
Hi All, I am in exploring a possibility to create Suggestible text field in TWX mashup, just like suggestion box picker in Windchill PDMLink. In simple term, as soon as user starts typing in the text field, it should start suggesting matching values. For ex:Any thought on how this can be achieved in TWX 9.2.x? Source of data for the field is external DB in our case. Thanks in advance! - Shirish
Hi! We've migrated our solution to 9.3, and a lot of styling was changed, including the time picker widget.Right now we are struggling with previous/next month icons. Not able to find a style which is responsible for that. Previously we were using 8.5 without Theme, now everything looks like it should be configured in theme/widget properties. We used migration to change legacy widgets/containers. Can you help me with styling this? Thanks!Adam
Hello , I am trying to pull data from json based on various inputs. i have placed some conditions and write 3 if statements and in that if statements i have created var newEntry- new Object() and also write result.addRow(newEntry) in all 3 if statements. in logger its working fine but unable to display infotable and its still executing and goes into infinite loop.so I want to know when and where need to create newEntry object and where i need to write result.addRow(newEntry). please help me out on this.eg:else if(leng==0){var newEntry1=new Object();newEntry1.Name="";newEntry1.Number="";newEntry1.partId="";result.AddRow(newEntry1);}else if(leng==1){var newEntry2=new Object();newEntry2.Name=dt.values[j].Name;newEntry2.Number=dt.values[j].Number;newEntry2.partId=text;result.AddRow(newEntry2);} Thanksksm
"Server error. Please confirm, if your portal environment is running"
Dear Developers,I cannot configure columns in grid (advance )widget even though I bound data to it.we can see columns in the configuration menu when we use "grid (preview)" widgets.Could you let me know if we need additional process or not ?( ThingWorx 9.2.3-b189 )
Hi Team, Advanced Grid is not working properly in ThingWorx 9.2 When there is data returning from the grid service it gives the selected columns of Configure grid columns which are allowed. (expected behavior) But when the data for the grid service is empty, its displaying all the columns of configure grid columns even if they are not allowed to show in grid. Please advise. Thanks in advance.
Hi! I am trying to Style new Grid available in 9.3 and this is simply not working for me. 1. If the column value is aligned to right and it is also editable, then alignment is not working.2. Edit text area of the cell is also something that is not stylable at all. I changed all possible settings on Theme and widget itself without success. Please tell me how to style ONLY this one, not every single label or label on the row itslef. Screenshots in attachments. Thanks!
Hi Experts, I am planning to migrate existing Thingworx 8 application to version 9 and would like to understand the major improvements in terms of :Data ingestion and QueryingMashup rendering performanceOOTB Support for external Time series DB.Looking forward to have a good discussion here. TIA.
If I wrote 10 functions in one service, how to call only one function out of 10 from another new service ?
Hi everyone, Please find the below image. I want to reduce the height of the graph, but also want to show data with the minimum value.
Hello, is there any method to publish a new representation of a positioning assembly via thingworx flow routine? many thanks
Data refresh delay for about 5 - 25 minutes from PLC to Thingworx by Kepware. We connected Thingworx to PLC by Kepware. But the data refreshing is very slowly. Thingworx update the dat is after datata changed in PLC about 5 - 25 minutes. How can we set the Kepware to reduce the delay time to less than 3 seconds?
Was working on Manufacturing APPS, all the code in the Things are hidden. How this can be done in Thingworx 9.3 ?@slangley @c_lowy Thanks,Shashi
BackgroundGetting a performance benchmark of your running application is an important thing to do when deploying and scaling up an application in production. This not only helps focus in on performance issues quickly, but also allows for safely planning for scaling up and resource sizing based on real concrete data. I recently created a tool and made a post about capturing and analysing ThingWorx utilisation statistics to do such an analysis, as well as identifying potential performance bottlenecks.Although they are rich and precise, utilisation statistics fall short in a number of areas however - specifically being able to count and time specific service executions, as well as identifying and sorting based on the host executing the service. Tomcat Access Log AnalysisAs ThingWorx is a Tomcat web application, Tomcat logs details of the requests being made to the application server and ThingWorx REST API. The default settings include the host (IP address), date/time
Hi all,Want to know what is the size limit for DataTable entries when using MS SQL as persistence provide? One of the help documents says, that the size limit should not be greater than 1,00,000 for Postgress. So which is better to be used at industrial level. Thank you,Divya Mirajkar
Hello, How to improve Performance for ThingWorx Platform using Postgres Database? Thanks
Hello I have written a custom service and and using querystreamentrieswithdata but it is taking too much time while executing. Is there any best practice which i can follow to improve the performance ? Thanks
Hello, I want to create custom Tool tip for my twx but i am not able to find out how can i achieve this. Thanks
Hi All, Hope to get some guidance, as i am new to REST API in thingworx I hope to know the plausibility: A bit from the field trigger an alarm, this bit is a properties of Thing:MonitorER.When this bit trigger, ThingWorx will Post/Put some data to trigger an remote REST API server.Is there any tutorial related to creating a Services in Thingworx or in Thing (eg:Thing:MonitorER ?) to Put/Post data to Remote REST API server with the bit is trigger? I read the Postman as Client to request Thingworx info, ThingWorx REST API Cheat Sheet and CS224211. I am abit lost.So i hope know if there is any tutorial or guide specifically on how to create services for POST data from Thingworx to Remote REST API server, any online training i can look into. hope someone can provide some info, i would like to learn more. Thank you in advance.Best regardsNewbieKek
Hello ,I have a series of bar charts in my collection widget. How can i apply state formatting on all the charts present in collection such that the color of the bars should be dynamically change depending on the values of it ?
Hi, I am installing AMU in the Thingworx 9.3, and had encounter issue at step 11 of the Core 310 installation.The error shown is as per below when i "Create Database"Error in: PTC.SCA.SCO.DefaultProductionOrderManager.CreateEnumeration javascript service. Message ::An error has occurred. Contact your administrator for further details. I am not sure what is should check further?Do advise, i have checked the connection to the MSSQL database is connected. And i hope to clarify, when i install the MSSQL db setup the Collation is But in the installation guide, at Step 12, they ask for.Should i create a new database?Hope someone can help me on the step 11 !! Thank youNewbie Kek
Need some help. I have successfully install AMU in Tw 9.3 and is working. Unfortunately despite how may times i tried for RTPPM it is not successful. Downtime is working case no correlation to Job order product event change logged into the database, but not the job order. As an result , my availability is good but zero waste and zero product count as cannot find the job order orjob order data not insisted . Need help!!
Hi everyone, I'm trying to do a simple for loop to get some fields from getimplementingthingswithdata into another property to be used in a collection.When I execute the following code without the For loop, it works fine. But I can't seem to get the for loop working. Can anyone help me figure out what is wrong with my code? the var result is declared earlier in the code. // result: INFOTABLE dataShape: "RootEntityList"let sites = ThingTemplates["BALL.Sites_ThingTemplate"].GetImplementingThingsWithData();let tablelenght = sites.rows.lenght;for (let x = 0; x <= tablelenght; x++) {// SitesCollec_datashape entry object let newEntry = { Site: sites.rows[x].name, // STRING [Primary Key] Location: sites.rows[x].description, // STRING
I have created a button with HTML code. Can we use button click event to navigate the mashup as pop up.
Hi all,I am new to the thingworx platform, and I am trying to play around Date Time. Currently, I am using the 9.3 version. I have tried to set the default hours in service for that I used "result = new Date().setHours(0,0,0,0)" which is giving result as "2022-02-25 00:00:00.000" output is DataTime. My Thingworx server and browser both are in UTC. When I change the browser time to IST or EST the output varies. The output for IST is "2022-02-25 05:30:00.000"and for EST is "2022-02-24 19:00:00.000". How can I set midnight time irrespective of time zone? Thank you!!
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.