Recently active
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!!
Connect Kepware Server to ThingWorx Foundation For info, I am using the following guide : http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FComposer%2FIndus... To connect the industrial binding, in the guide it showing simulation example, but in my composer it is not displaying. TWX and Kepware is both in my local server.
Hello, I referred the following link - https://www.ptc.com/en/support/article/CS281359 - ptc support linkto add a clickable image in the column of the grid , on clicking the image icon it redirects us to the mashup whose URL is provided and opens the mashup in the new window ,, Now I want that mashup should be displayed as a popup in the same window.I am attaching the screenshots of the same . Is there any way by which a popup window opens ??Thanks in advance.
Hi All, Just a question comes to my mind, while learning about Connection Server.We know that Connection Server is routing WS from device/edge to remote things on platform and it is recommended to use when there are 50k+ remote things on the platformSo, we know that ThingWorx Federation is sending information from thing in the server A to be Remote Thing to server B.Is it worth to use connection server to route the remote things in the ThingWorx Federation ? Maybe become more scalable etc.Thanks
I'm trying to get rows in an infotable that have empty datetime fields. The following is the code for the query, but I'm unable to get any results. When I log the values of the empty datetime fields with logger, it says the value is undefined. I've tried using various falsy values as the value, but it did not work. let query = { "filters": { "type": "EQ", "fieldName": "SomeDate", "value": "" // <--- have tried various falsy values (false, 0, -0, "", '', null, undefined, NaN) } }; result = Resources["InfoTableFunctions"].Query({ t: result /* INFOTABLE */ , query: query /* QUERY */ });
I am using ThingWorx 8.5.4-b222 in this tried adding menu entity with one item as Default true and passed this to Menu property of Menu widget in a mashup. But that item is not getting selected on mashup load.Also, tried this using a data-driven menu for which created a service in which menu entries are added to infotable using MenuEntry datashape and set isDefault true for one menu item still the menu does not get selected on mashup load.
i am trying to develop a mashup, but after login i cant reach thingWorx composer.I cant create a dashboard for my wapsmote device.
Hi,A Breadcrumb widget is being used for one of my applications. However, custom font styles were not working to change the font and other related functionalities. I would like to know what the best practice should be for breadcrumb widget. best regards,Hareef
Hi,In one of my application we have to apply color or border color of dropdown widget dynamically as per selection of value. We are able to set the dropdown list color but not be able to fill the complete widget color based on the selected option. Please suggest how to create state defination to set the drop down widget color. Best RegardsHareef,
Hi Team,I am using TWX version 9.3. I have TWX Core and Analytics installed. I have to install thing predictor but I couldn't find the related software package on download center. Could you please help me with that?
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.