Recently active
Hi, I want to get my current time using this code: var currentdate = new Date();var datetime = "Last Sync: " + currentdate.getDate() + "/" + (currentdate.getMonth()+1) + "/" + currentdate.getFullYear() + " @ " + currentdate.getHours() + ":" + currentdate.getMinutes() + ":" + currentdate.getSeconds();var result = datetime; but the result I got is not correct, The date is suitable but the hour, minute and second are wrong.
I want to read data from PLC using kepware, I use the industrial connection, and I want my data type to be a number but I can't change the data type. How to change this?
Hello,It's from 9.3.0. The Date Time Picker Widget Height can't be reduced. On the Mashup, the Date Time Picker widget is Occupying more space than the widget that is present in 8.3.4In 9.3.4, also this issue still exists, placing the DateTimePicker widget. Can someone Help me to reduce the Height of this? Reducing the Height from style properties or custom CSS will not because it cuts off the Container of the widgetThanks,
What are the best practices for Influx DB Archival to Store the data in Azure or anywhere ?@slangley Thanks,Shashi.
Hi,Trying to add a Header Mashup and Header Mashup has Dynamic values, so need to pass data to the Mashup Parameters of the Header Mashup Mentioned in the Collection Widget; how can it be done?Thanks,
Hi,I see that GirdAdvanced is now a Legacy widget in the TWX 9.4, it is replaced by ptcs-grid, but when I Exclude the Column Name in ptcs-grid, those are not excluded on the Runtime, why ? is there any configuration that needs to be done?Thanks,
Hello, everyone! I have this project. Where we have a thing receving values coming from Kepware. We have to replace this "values" to "text" and display to a mashupFor this reason we have a SQL query bringind all the data in a table. Questions:1 - Is possible, somehow bring the (thing values) as input parameters in the SQL query ?2 - The (thing values) have updates. For this reason, is it possible to do it dynamically?Let me know if you need more information. I'm not sure if I made it clear enough.ThankYou in advanced.
Hello,I am trying to compile C SDK so :1- I have downloaded /unzip c edge SDK2-on SteamSensor examples folder, I have created bin folder3- on bin folder i have executed : cmake .. I got systematically the error : Unknown CMake command "copyLibraries".OS: Ubuntu 20.04.5I have also installed previously CMake 3.20I have tried to include copyLibraries in the file cMakeLists.txt, but it didn't solve the issue. Thank you for your help.
Hello Experts,I have a requirement to display 3D model document in Thingworx Foundation 9.4 Is there any widget available in Thingworx using which we can render 3D data. I know about ThingView widget but due to license cost issue we may not be able to go with manufacturing apps/navigate.Any other solution available would really be helpful. Regards,Sid
Hello, I have been trying to build the Thingworx 9.4.0 b49 Docker image for MS SQL Server. I've followed the steps from here:https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Installation/ThingWorxDockerGuide/thingworx_docker_setup_config.html#I spun up a new Ubuntu 20.04.1 VM and downloaded the Twx 9.4 Platform archive. Next I downloaded the Docker images for Thingworx and the security tool, built the security tool and copied the resulting archive in the staging folder of the Thingworx Docker files. I've added the Oracle JDK 11.0.19 and Tomcat 9.0.80 and the MS JDBC driver for MS SQL archives and went through the build.sh stage with no problem then build.sh mssqlThe image appears to have been built successfully. Next I edited the yml file for docker to specify the remote MS SQL Server DB details. I commented out the part about the mssql service as I saw the KB notes and other instructions, plus an example of docker yml file, where the mssql serv
I have exported the entities from ThingWorx8.5 and import them into ThingWorx9.4.There have been some changes in the layout.But the most import problem to me is thatthe datetimepicker can not change the year, day and time can be changed.Does anyone know how to fix it with a easy way? And the changes in the layout can be fixed easily?
We used Thingworx 8.3.0 build a DEMO at a windows Server 2012 R2 VM three years ago. Recently, i try to renew the license, but after deleted the file " sucessful _license_capability_response.bin" in the ThingworxPlatform folder and then restart the service " ThingWorx Server", there was no " licenseRequestFile" generated. In order to get the Device ID, i used the older snapshots of this VM, and then got the license to licensing theDEMO. According the licensing Guide, i do step by step, the .binfile was renamed " ignored_license_capability_response".
I'm having trouble writing a simple loop. I have arrays with three columns.The columns are Group , Date and Value. The group is the same for all rows.The same date occurs many times - and I need to sum up the values for the same dates and write them into a new table.The code I can write in pyhon and VBA - here I can not get around the limitations of JS in ThingWorx
Hello, I have been struggling with setting a color on the dropdown widgets filter icon: I found this support article that shows how to change the fonts and such for the dropdown list.But when I try to use similar CSS to set the icon color, it doesn't work. ptcs-list::part(item-value) { font-family:'Roboto','Noto Sans CJK', sans-serif; font-weight:bold; background-color: red; }The above CSS sets the background color of the "item-value" part of the ptcs-list element.However when I try:ptcs-list::part(icon) { color: red; }It doesn't set the icon to red. I also tried:[part~="icon"] { color: red; }This also didn't work. I have also tried stepping down from the "first" element with something like this:div > div > ptcs-textfield > div > div > ptcs-icon { color: red; }But this also hasn't worked... Any pointers on how to "figure" this out would be greatly appreciated. Thanks,Jens
The reference link mentions that the property RemoteAccessProvider should be set to a GASRemoteAccessProvider Thing. However I am unable to find this property. Could you please let me know in which ThingShape can this property be found? Thanks,Ashish Tamhane
errors when installing ThingWorx 8.5 How to fix ------------------------------------------------------------------------------------------------------------------ Translated by Community Moderator via Google Translate ------------------------------------------------------------------------------------------------------------------ erros ao instalar o ThingWorx 8.5 Como corrigir
Subject: Issue with ThingWorx Extension Built Using ReactJS Component Integration Hello ThingWorx Support Team, I hope this message finds you well. I am reaching out to seek assistance regarding an issue I've encountered while trying to build a ThingWorx extension that integrates ReactJS components. Here's a brief overview of the situation: Objective: I am working on creating a ThingWorx extension that utilizes ReactJS components for enhanced functionality and user experience. Problem: After successfully building the extension and importing it into ThingWorx, I'm encountering an error message stating that "React" and "ReactDOM" are not defined.
Hello community, I'm happy to announce that I released our unofficial GitBackup Extension 5.0.0, again, with community help (thanks James McCuen who provided the model tag export functionality). Version 5.0.0 brings several new features to the table: Added capability to export entities based on Model Tags. added validation in the “New Repo” screen for Git thing names to prevent forbidden characters and existing entities. Added per-user Git credentials storage; as part of this capability, credentials are no longer stored at the Git repository level. Please read Note 3 / page 13 from the Extension user guide. This is by far the biggest change and it will generate slightly more setup the first time you install it. Supports ThingWorx 9.3 The old 8.x release is no longer maintained. The documentation was updated and I strongly suggest further reading the release notes and the extension user guide attached as a PDF to the release.. The Extesion source code is available
Hello Everyone, For one of our projects, we have decided on deploying our solution as an extension. However we would like the users to be able to tell which version of the application they are using. Is there any OOTB service to either fetch all the information regarding an installed extension? What I am thinking about is to get something like this: Where we could then get the Package version. Does anyone have any ideas? Thanks, Jens
I have an application that communicates with Thingworx Kepware for linux. This app will be deployed on OpenShift, but I can't seem to find an existing image of Thingworx. Is there a guide available for deploying Thingworx on Kubernetes/OpenShift?
Hi We are trying to access some web page developed in SAP MII. We are tyring to open the page inside Thingworx webframe.The SAP MII webpage shows the login page everytime but after submitting credentials i get 404 error from j_security.however the authentication works if i use it outside of frame.
How to make collection cells with rounded corners
I have an editable grid and a Boolean column where we want to display checkboxes. My question is: Is there a way to display editable checkboxes as soon as grid is rendered? Rather than after hovering over the cell or always displaying Edit button. And, Is there a way to disable specific cell (editable cell) depending on certain condition? Thanks, Shirish
Hi, I have a Responsive Mashup with lots of Containers and Responsive widgets. I feel like it is slower compared to the static mashup. Are there any articles(I didn't get anything from the Knowledge base) or tips for testing the Responsive mashup performance? Thanks,
We just upgraded from 9.8.? to 9.3.5. Wow, there are a lot of changes that we were completely unprepared for, even after reading all of the release notes. One of the HUGE things is the loss of the double-click event in the grids! It is causing a HUGE stir among our users... They are quite ticked off that it has gone away! The double-click event on grids MUST COME BACK!!!Developers, if you agree, let PTC know by giving a thumbs-up vote. They will ignore this post unless the developer community agrees
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.