Recently active
How can I get Thingworx Remote Thing Property Change History details : From Thingworx Composer---> Remote Thing ---> Change History Tab/Page I am able to view last few days entry only but I need to check past 3 years data what all new properties were added and which user added those properties. Attaching you screenshot of Change History Tab which I am refering. Any help would be grateful. Regards, Sid
Per best practices when creating an extension, I created a Permission Editing Service to run after import. As I have a lot of Templates and Shapes, I used a lot of Instance Permission Setters. These worked as intended and the Template and Shape Permissions have been set properly. My problem is that they do not appear to be updating the Instanced Things' Permissions that I need them to; these permissions are blank. Is this normal? Does it not matter that the Instanced Things don't have an updated Permissions list? Do the Instance Permissions only work in certain scenarios? What should be my next course of action? Do I need to bite the bullet and update the Instanced Things' Permissions individually?
Hello Team, I'm looking for fetching data into thingworx from hostlinger databse, im using the thingworx version 9,3. i've tried all the articles related to external data base connection with thingworx but none of them worked, have any one faced the issue and solved it. Kindly help me with the issue.
We are having a mashup with Image and shape. Please refer below, Here Green and Red are shape widgets placed on top of Image widget. The mashup tree as follows, Here is my question, As we know field set is kind of panel so that is static. But, we are in need to make responsive mashup with image and shape widgets. Is that possible? any workaround there? I referred following posts/articles, it seems not possible to do. Z-Index in Responsive Mashup Overlapping widgets - "Container supports only one responsive widget" Please suggest any idea or workaround.
if I fixed the container then it will remain same in all resolution. and If I choose this, the entire screen get move when I click on the datepicker.
I need to simulate data in value stream instead of hard coding the value in property. what would be the best approach to get this done. Feed new data into value stream once in every minute. Sample data as follows:[{"f":"260.0","v":"1.9"},{"f":"378.0","v":"0.1"},{"f":"441.0","v":"0.2"},{"f":"448.0","v":"0.2"},{"f":"685.0","v":"0.2"},{"f":"851.0","v":"0.4"},{"f":"921.0","v":"0.2"},{"f":"969.0","v":"0.3"}][{"f":"769.0","v":"0.1"},{"f":"784.0","v":"0.1"},{"f":"797.0","v":"0.1"},{"f":"859.0","v":"0.1"},{"f":"867.0","v":"0.1"},{"f":"887.0","v":"0.1"},{"f":"893.0","v":"0.1"},{"f":"897.0","v":"0.1"}][{"f":"229.0","v":"0.3"},{"f":"260.0","v":"0.2"},{"f":"264.0","v":"0.2"},{"f":"268.0","v":"0.4"},{"f":"272.0","v":"0.2"},{"f":"452.0","v":"0.2"},{"f":"851.0","v":"0.3"},{"f":"913.0","v":"0.3"}]
Hello, My company is developing an IIoT Lab using the Thingworx platform + Extensions.Our objective is to learn and demonstrate internally the power of the PTC solutions. We will use this Lab to gather new projects, using it for demonstrations to our clients. We already imported many demos that we could find here and that are demonstrated here.We couldn't help but notice that some demos are using the SCP Accelerator, even though information regarding its installation and configuration are hard to find. So our question is:The SCP Accelerator is still an active offering from PTC? We started doubting it after seeing this post on the community and this post of the field academy news saying some training related to SCP is being retired.In case the product is still up:How can we request an evaluation?Is there a documentation for its configuration and installation, as for other products in here?
Is there a way I can automate the KepwareServer ex enable API configuration setting during install OR after silent install is complete ?. If there is a config file then I can write a script to update that setting and enable the Kepware API connection. We have around 200 Kepware server's that we have to setup via automated scripts. It will be a very time taking job to use the UI to set the configuration API setting to Yes to all the serves Just to enable the config automation.
I am working on a mashup and one of the things we would like to display is if a factory floor machine is up. We would like to determine this by pinging the IP address of the machine. We would also like to use this process to check the status for other devices that are on the factory floor. Is there any way to have a mashup ping an IP address? If so, where can I find information on how to do this. If not, what are some options people have used to try to determine if a machine / device is reachable? I don't have much Thingworx experience and apologize if this is something that has been answered before. Thanks,John
Hi all, I'm testing the Store and Forward feature in KepserverEx. The idea was to test whether it is possible if the data stored in local disk whenever the connection between KepserverEx and Thingworx is down, can trigger a DataChange Event on Thingworx to execute a service once the connection is restored. The service is to process the raw data from Kepware and store it to our DB. To test the accuracy of the data, we also logged it using Value Stream in Thingworx. According to this article, this scheme should work. Based on our test, we found that the value stream worked properly and the DataChange event triggered the execution of the service. But, for the data that was forwarded from the storage (it was stored due to disconnection between Thingworx and Kepware), rather than executing the service for each value that triggers the DataChange event, we saw duplicate results in our DB. It seems like the event was triggered multiple times based on the DataChange from Kepware but t
We have several instances of ThingWorx and would like to utilize Azure Key vault. Is there a built in way to easily integrate ThingWorx to read from Azure Key Vault? We have enterprise databases used across instances, so when we migrate each one from Dev/Test/Prod we need to update the passwords. Unfortunately we are unable to use Solution Central.
I have recently installed Thingworx on my local machine, I am getting error when I am creating any new entity and saving it.Error on Thingworx Composer :auto;"> <div class="widget-content widget-image undefined" id="error_Image-1"> <img src="/Thingworx/images/ThingworxLogo.png" alt="Errors"/> </div> </div> <div id="error_Panel-1"> <p>500 Unexpected Error - Contact your system administrator for more details</p> <a href="/Thingworx" onclick='clickAndDisable(this);'>Back to Composer</a> </div> </body> </html> Error in Application Logs : [L: ERROR] [O: c.t.s.a.AuthenticationFilter] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-8] org/apache/tomcat/util/http/Parameters$FailReason Error in Error Logs : [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-9] org/apache/tomcat/util/http/Parameters$FailReason Thingworx Details are as under : Version :&
How to retrieve all roles/groups a user is associated with - Thingworx.
Hi PTC community & friends, Recently, I have tried to upgrade my Java version to 11 from Java version 1.8 and new JRE 11 folder is available under java folder just like how Java 1.8 version used to be. I have modified the Tomcat JVM path after upgrade to new Java 11 path upto jvm.dll.. I have set the JAVA_HOME variable and PATH variable as suggested in thingworx 9.3 upgrade documentation. After all the above steps, when I tried to start tomcat via service, It fails to start. Upon checking on system event logs. I see following message as below "The Apache Tomcat 9.0 Tomcat9 service terminated with the following service-specific error:The system cannot open the file." Please provide your inputs.
Trying to connect to an L30ER through an L310ER in Dual IP Mode. KEPServerEX Version is 6.10As close as I can tell, the ID should be:<10.10.10.1>,1,[4,192.168.1.2,1],0However, I get an Invalid Device ID I can connect through Ignition's OPC server with a connection path of. 4,192.168.1.2,1,0, but I'm not sure how that translates to KEPServer's ID.
Hi Team, I found that we can use Oauth2 for Integrating 3rd party tool with Windchill by an official document, is anyone have any idea about the tool integration where we can use another Authentication mechanism instead of using Oauth2? If yes then please help me with the same. Regards Anurag Bisen
Hi All, Where can i download Advanced Grid Widget (Package Ver. 4.0.2)Extension please? Many thanks in advance. Koray
Hi,We have successfully installed AMU in our local system & also core configuration done as per the steps given Core Functions Confuguration ,by importing json file with some randomly filled spreadsheet values in thingworxapps database and listed equipments in spreadsheet are displayed in the Equipment Configuration Tab. After that we are facing issues with the next step in advanced settings, in event sub type & the industrial connection selection in drop-downs and also in other process of attribute configuration & asset monitoring. Kindly provide next following steps of configuration to monitor 1 machine with their parameters & alerts for project exploration purposes. Please refer attached images FYR. Thanks in Advance
Dears, I am using KEPServerEx 6.9 and version is V6.9.572.0, where can I find the OPC UA client version? I must use up OPC UA 2.0 to connect the equipment thank you!
We recently bought a new license, which indicates that version V6.13 is eligible, but the currently installed version is V2.11.250.0, and I believe that the new license won't activate the old version. Unfortunately, I am unable to install a new version on our old server because I keep getting a pop-up window during installation that states that. " The installer was unable to find required root certificates, please apply windows update, if unable to apply windows updates, contact support for instructions on installing root certificates" Due to the fact that we are now using Windows 7 Professional SP-1 32-bit and Windows updates are not possible, kindly assist us in obtaining a "root Certificate" OR, instruct us on how to obtain a license to activate an earlier version of "2.11.250.0". It actually happened after I replaced the server's HDD after it crashed and I re-imaged it on a new hard drive.
Hello.I am trying to communicate Kepware to a Beckoff CK3E controller. Not sure which driver to use. Any help would be amazing.https://www.ia.omron.com/products/family/3545/specification.html thank you.
Does the solution central AD link work with Azure AD tenants in the Government space?
Hi, Why does thingworx choose Ignite as the distributed cache solution instead of Redis ? is there any special consideration ? Regards, Sean
This is not working for Visibility permissions. Can you guide me on how to check that easily? RE: post. This is a question following an idea thread.
Hi Developers, I have a mashup with lots of containers and widgets. I am currently using it as a homepage in Organisation. But it cannot be used as a master in mashups as ThingWorx won't allow that.I have been asked to copy entire contents of mashup into a new master mashup so that we can use it in mashups as a master.Its very time consuming. Is there a way to make a mashup a master or a way to reference mashup into master? Any suggestions will be appreciated. Thanks in Advance.
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.