Recently active
Hello I want to restrict my twx to use only Tls 1.3 is there a way it can be done? Thanks
Iam continously getting error: "Unable To Parse JSON Request" in Application logs while executing the below code from mashup but the code providing results successfully while executing directly from Service. Kindly tell me what is the problem in below code. The code is:try{var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "FabShopIntake.ScheduleTasks-DS"});if(editedTable===true){ Users[CurrentUser].SheetMetal_ScheduleTasks = editedTable;}else if(AssignedToGroup === true) result = griddata;else{ result.AddRow({ Select : true, GroupName : "LASER CUTTER Group", Order : 1 }); result.AddRow({ Select : true, GroupName : "BEND-WELD-SEC OP Group", Orde
Hi all, This case: https://www.ptc.com/en/support/article/CS281883 speaks of:Validating that a contract renewal has been completed prior to generating a new license file.So I was wondering, how does one get a contract renewal before generating a new license file for Thingworx? And where do I check to see if the contract has been renewed? Many thanks,
Hi, I have mashups specific for mobile screens. Whenever open those mashups if it has a textfield it is automatically opening the keypad. How to check which triggers this. Is there a way to fix it. The focus should happen only on touching the field
Hello,I have a simple remote thing and 1 property which is logged and persist the data change is also set to value.It is getting data from Kepware using industrial connection, on composer it is changing data but on QuryPropertyHistory no data is reflecting please check screenshot. Thanks
Hi, I am trying to hide the Line Chart Zoom Range: I have followed the following CSS from the Article: Article - CS377455 - Applying Custom CSS Styling to Web Component Widgets in ThingWorx Platform 9.3.4+ (ptc.com) CSS: @supports (ptcs-style-unit: "PTCS-CHART-ZOOM-RANGE") { [part = range-picker] { display: none !important; height : 0px; padding : 0px !important; } } But, this CSS not working, can someone please help. Thanks,
What is internet speed (in Megabits per Second - Mbps) required to access Thingworx which is hosted on Azure cloud? Minimum Download and Upload speed in Mbps?Recommended Download and Upload speed in Mbps? OR How can I derive the required Download and Upload speed to access Thingworx? Regards,Sathishkumar
Is it possible to create a Modbus TCP/IP slave using Kepserver v5.19 with Modbus TCP features? I've created a new channel and a new device with the IP address as the computer I am using and with Modbus address 1. I then tested using a Modpoll software on the same computer and I was able to get data from the Kepserver. But when I tested a different computer to poll the modbus addresses, I cant establish a connection. Is there something missing in my setup?
HI everyone, Is there any information regarding bandwidth requirement used this kind of integration. If is not so easy to define a specific number, is there any estimation considering number of assets/properties/type of variable?? There is a specification required of customer´s side. Regards.
Hi We are trying to connect new PLCs to a kepware server. The PLCs are Omron CP1L and CJ2M models. We already had one CJ2M PLC connected to ignition and it is already working, but it's the only one working. Wen we try to connect them directly to Ignition it works and we can read tags. On ignition we are using the default values for the nodes. Why would it not work on kepware? Sometimes one of the test PLC we were adding to Kepware worked but it caused the already working CJ2M PLC to stop working. So it seems we can only connect one Omron PLC at all time on kepware. I saw a documentation that talked about multihoming on the host server, would that be worth a shot or is there something I'm missing? Note that all PLC are on a separate IP address and channel on Kepware. Also, Ignition and Kepware are running on the same server.
Hi Community, I'm trying to enable SSO on Thingworx with AD FS as CAS & IDP - AD FS as the CAS and IdP for ThingWorx (ptc.com) I'm start Thingworx server I'm getting below error message I have place metadata xml from ADFS still it is throwing above error Could anyone help me on this issue Thanks in advance. /VR
Hi, Can we change the background colour of the line chart X-axis ticks based on the Data in a column? Thanks,
Hey everyone, I was wondering if anyone knew a way to limit the number of Significant figures on a text box that is importing data?I am currently running Thingworx version 9.3.5 Thank you in advance for your help!
how can i delete the entries which are created before 30 january 2020. its giving me error
Our companys training centre for experiential learning is equipped with 5 Reconfigurable Cells (RC), RC01, RC02, RC03, RC04 and RC05, which are used to assemble and disassemble different products like USB Cover, USB Box, Limit Switch, Wi-Fi Smart Switch, Torchlight and Push Button. Reconfigurable Cell 01, , holds the storage of the USB Cover and USB Box. It serves to assemble the Limit Switch Cover and Chasis. It also stores the finished Limit Switch, Push Button and Wi-Fi Smart Switch goods. Reconfigurable Cell 02 is used to perform laser marking on USB Key and Torchlight. It is also used to assemble and disassemble the Wi-Fi Smart Switch. Furthermore, this cell is used to store finished goods of torchlight Reconfigurable Cell 03 checks the colour of the torchlight body. It also has a LED tester station to test the torchlight LED. Additionally, it serves multiple purposes to assemble and disassemble for Push Button and Wi-Fi Smart Switch Reconfigurable Cell 0
I would like to show on the dashboard that how many devices are connected and out of those devices how many are communicating over KEPServerEX 6.9.
Hi Team,We are using kepware V 5.14 and ODBC driver and receiving the error.Error - "Unable to connect to data source on channel__,Device"--" (reason: 'Memory allocation failure').
i need to log data that trying to send to stored procedure that may case of issue
this is my service and my datashap this csv file
In DPM production Dashboard, we have a production accounting section inside that it is showing a delay of around 2 hours is it normal?Please check system time and production accounting timeRegards,Atharva
I would like to create a dashboard in thingworx and for that I have to create a datamodel first. I have already created a design and now would like to get insights about it. My DASHBOAD BASE MY DASHBOAD (Here i have highlighted it into 10 parts means i am thinking to create 10 thingshapes for each section.) My Thingshapes Now main question. that would anybody like to guide me further information about datamodel. The Nerve Centre of Advanced Manufacturing Centre is a place where the dashboard of all the Reconfigurable Cells are displayed to monitor the cells’ environmental and health conditions. RC01 assembles the Limit Switch cover. RC02 assembles the Wi-Fi Smart Switch. RC03 assembles the Push Button. RC 04 assembles the limit switch. I am tasked to design and develop a dashboard using ThingWorx to monitor and display the parameters as shown on dashboard. First of all my goal is to show random dummy generated data onto the dashboa
Hi,Please help me with below mentioned collection widget issues. I created one base mashup to show on collection widget. On the base mashup i given some css style on container background like linear gradient effect by writing the css.Now when i bind that base mashup to collection widget and view mashup on browser the css style is removed from the base mashup. So for this i applied css on collection mashup and the css get applied successfully but only on single cell. When i add one more data or cell on the collection then css for the second cell is get removed. To temporary solution on this i applied css style for individual cell but this is not the correct way. I created the collection mashup with 100% resolution and after viewing the collection mashup on browser and tries to change resolution on browser the css get removed from the cells.
Getting the error while activating my licence , any one have any idea ? Please help ? Before upgrade have transferred my licence back to kepware, i can see my licence are stage there. but the same failing to active post upgrade. Thanks in advance.
Hello Team,I am a beginner in thing Worx, could you please help me in downloading and installing Thing Worx Composer in my local for learning purposes. Best Regards,Swagatika
Hello, I would like to create a building block just like production Dashboard in DPM. For this I have created a building block using Solution Framework and imported PTC base and Production Dashboard but not able to view it, Am I missing any steps. I want to make a custom mashup which UI will be slightly different but functionalities will be same as DPM production Dashboard. Regards, Atharva
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.