Recently active
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?
Hi, I have a situation with a connection:Im using Allen Bradley Suite to connect to some Micrologix 1100, they are on a service called dyndns.org, which allow to see plc remotely, the thing is that sometimes Dyndns change ip address, for example when the station lose power supply and then goes online again the station wont display online status, the Micrologix cant be seen again because this causes to change ip address, I create a solution with a script using cmd sending commands, for example sending pings to the device in dyndns.org and if the ip change send commands:net start KEPServerEXV6net stop KEPServerEXV6But the bad thing with this solution is that this causes a general reset in kepserver so all the stations go out temporally, my question is if theres a way to only reset one channel or tell to refresh IP address, Im also exploring options using Kepserver API service.Using Kepserver versión 6.6.362 (Because newer versión have issues resolving hostname)
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".
Hello to everyone,I use a KEPServerEX with the S7 Plus Ethernet connected with Ignition SCADA.I have a problem writing inside an array tag through a opc client. Every time I received this message: "bad_write not supported the server not does support writing the combination of value".I think that this message appears because clients are not enabled to write inside an array. Is there some setting to enable this functionality or the only way to write inside an array is by referencing the exact value? Thank you.
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.
Dear community,yet again I am troubling you with basic questions; unfortuntely the help document and the net search could not solve them.Currently I am trying to set up a simple subtraction with advanced tags:I subtract the current value minus the value from the memory tag into the derived tag (I run the expression every 5 minutes)then I update the memory tag value to the current value tag using a link tag (every 5 min and 5 seconds)Sometimes my calculation works but other times the memory tag is updated before the derived tag is executed; the executed tag is sometimes 10 seconds late.Why is that? Can I set the order in which the tags are executed? I do not want to use a bigger time offset.I could use the data logger but it just doesn't seem right to me that it doesnt the execute the tags at their specific time.Thanks in advance.Kind regards,Kepware User
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?
We have 2 kepware servers that needed online licensing. I was able to do online licensing for one of the servers but the other one failed with the error shown in the image below. I then did the offline licensing with success on this server, however, I need it to be online. I verified the server has internet and the credentials are correct. Can anyone help as to why one of our servers is rejecting the online setup?
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
I've been trying to add a custom menu item to an existing AMU installation. The documentation specifies that you need to add entries to a couple of tables in the database. (link) It seems like a straightforward process, however I haven't been able to get it to work. No matter what I try it doesn't show a new menu. I know I'm in the right tables because I can edit the existing items and see the changes in the application, but any new entry is disregarded. Has anyone had any success with this? Could it be something to do with the license? Maybe there's an extra step after the DB edits?
Hello, Have anyone tried to integrate the lab view data to the thingworx properties , please help me. I am having our machine data in the lab view , how can i bring that data into the thingworx? Regards, Shree
Hello , we have integrated the data from labview to thingworx , now we are able to post the data to thingworx properties, so now we are getting real time data in the thingworx mashup which we can say that we are successfully monitoring the data of the machine and displaying it on the mashup (This is now only one directional ) How can we control the labview process from thingworx mashup with emergency button , for example say if we click on the stop button it should stop the whole process in the labview , if we click on the start button it should start the process in the lab view (This use case is only for emergencies to control the process of the machine from thingworx). If anyone has the idea on this please help me to solve this. Regards, Shree
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.