Recently active
Hello All, Any one knows how to connect Data lake storage from Thingworx platform? Thanks&Regards, Latha
Hi, To develop a source control solution in Visual Studio, we tried to follow the steps in the below link. But we were unable to proceed to step 3. We are beginners in this so we would like to know if there is any detailed document on this. In the steps mentioned in the link there seems to be a gap in the flow between step 2 and step 3. As mentioned in the link, we did the step 2. But we didn't know what should be done in project.json. We tried to do the pull project but it threw errors. Please advice how to proceed. https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-and-Visual-Studio-Code-with-any-Source-Control-CI-CD/m-p/598767 Thanks in advance, Shalini V.
I have configured mqtt as Servicebut when i config password (String input), i't have problem: cant not conver String . How can i create new password in mqtt config
When I tried to delete Project it showed, "Cannot delete project 'xx' since it is referenced by one or more entities". So tried to delete all the entities using the custom service below: Now getting this error while executing the service, "Error executing service trialdeletingentities. Message :: Cannot Delete This Entity - It Is Referenced By 3 Other Entities - See Script Error Log for more details." Now what are the other ways to delete the project.? var params = {infoTableName : "InfoTable",dataShapeName : "EntityReference"};var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); result= Projects["XXXXX"].GetEntities();for( var i=0;i<result.length;i++){if(result[i].type=='Thing'){Resources["EntityServices"].DeleteThing({name: result[i].name /* THINGNAME */});}else if (result[i].type=='Thing Shape'){Resources["EntityServices"].DeleteThingShape({name: result[i].name });}else if (result[i].type=='Thing Template'){Resources["EntityServices"].D
Hi, I'm unable to invoke collection CellWasClicked event in Thingworx 8.5.14, this feature working properly in earlier versions. Widget is getting the clicked event instead cell, when we click out side of the widget or a gap between widget and cell then trigger happens. What if widget covers complete cell? When we upgrade from 8.5.11 to 8.5.14, this collection features are not working. Help Required! --Thanks, Janakiraman P
Hi all, I have 8.4.3 Thingworx Composer running. I want to have Analytics server installed for Anomaly Detection. I have downloaded Thingworx Analytics Server from here "https://developer.thingworx.com/en/resources/trial/analytics-trial-edition". Is it okay to use 9.1 version of Analytics server with 8.4.3 composer? Thanks
When I Have Connected the Azure SQL Server in the Data logger (DSN) I got the following Error: How to solve this ?
Hi, I have created a service that will: Convert a value stream into an infotable (via QueryPropertyHistory) Use CreateInfoTableFromDataShape (referencing AnalyticsDatasetRef and AnalyticsDatasetMetadata) to create another reference infotable that will append data from the original value stream infotable Use the CreateJob() service from the Analytics_Server_Training_Thing to output a model ID using the reference infotable I am able to output a model ID but when I run it through the GetJobInfo() service under the Training Thing it shows that my model fails. Has anyone attempted to create a service that calls the Analytics_Server_Training_Thing, and if so, is there a key step I'm missing or any tips? Do I need to implement the CreateDatasetWithDatasetRef service from the Analytics Data Thing in order to get a dataURI? Thanks!
Hello, I'm starting to use Mqtt extension. All works fine. My thing is connected to the broker and i can receive and publish messages. The problem i have is, when i receive a message from the broker, the user that runs the thread is "System". Is there a way to change this user to my own "system" user ? Thanks for your help, Cyril.
I have thingworx 8.5.9 the (old) legacy widget Value Display allows to specify the Render and also Style for the formatting options The new Value Display has instead only the Render option, so I cannot change the style using state-based formatting using a state definition. State was very useful because I can change color, or show a picture based on the incoming value ... but I cannot do this with the new Value Display. I have now to use an expression widget to show a particular picture based on the value ... so the state-definitions are much les useful now .. Is there a different way ?
Hi, I am currently pushing data up to ThingWorx Composer via an API call which is being stored in a valuestream. Is there any way to convert all this data into an infotable that I can call while writing services? Thanks!
I have four mashupcontainers A-D as seen below. What I'm doing: In mashupcontainer-A I have a dropdown menu where I select "Shift". When I select a new shift from that dropdown menu the data in the mashup of mashupcontainer-A is updated. What I need to do: When I select a "Shift" from the dropdown menu in mashup A I need that shift to also be passed to the other mashups in mashupcontainers D-B and then have those mashups update their data with that selected shift.
I want to move some development to production and found this service, I made some tests and it creates a zip file with 4 folders However, the development consists on several projects (I am using some thingworx packages for file management, alarms, console framework, etc.) What would be the best practice to export all development? Do I just need to create a single project (Development Project) and include all the projects I want to export, then use the ExportSourceControlledEntitiesToZipFile on this project?
Every PTC button has a border around it when selected. I can't seem to get rid of it. Basically, if you click the button, a border appears. If you click anywhere else, even into another app, the border goes away. I had to do a screen capture just to show what I am talking about. Here I have removed the border from every aspect of this button. Is there a way to remove this? It doesn't actually appear to have anything to do with the border property in css. The button on the left is the one for this example but every button in thingworx does this. When it is selected(I had to do a printScreen because if I clicked on my snipping tool it would go away) When it is not selected, or it is but I click on anything else. I have tried custom CSS but this does not appear to be a CSS related issue? Hopefully I am wrong about that.
Let’s suppose that I have a pump that completes various cycles (more than 5 full cycles) across a day. Under normal conditions, every time the pump completes a cycle it goes through the following states: starting; running; stopping. Depending on the amount of fluid that needs to be pumped the cycle lasts a different amount of time. Also, after each cycle the pump remains stopped for different amounts of time. Below an example of how it could work in a day. The cycles depicted in the image above are “operation cycles” that don’t have the same length and are aperiodic, are these the correct unit of analysis for the anomaly detection or should be defined in a different way?
I am trying to utilize the AddPropertyDefinitions function to add multiple properties to a thing. However I am unsuccessful. I am able to individually add a property by using AddPropertyDefinition, however when I try and using AddPropertyDefinitions the properties are not added. Is this a bug with the function or is there something wrong in my code. I have attached an exported file of the Thing/Service for reference. Using TWX 9.1
hi all im strugling tring to connect with SSL my raspyberry pi 3+. Without SSL i didn't face with errors but actually i get always the following error: root@raspberrypi:/home/pi/Downloads/microserver# ./wsems [FORCE] 2021-06-03 15:33:23,883 ./wsems: Initializing EMS .... [FORCE] 2021-06-03 15:33:23,883 main: Using config file /home/pi/Downloads/microserver/etc/config.json [INFO ] 2021-06-03 15:33:23,883 ./wsems: Creating the WsEms proxy. [DEBUG] 2021-06-03 15:33:23,883 DutyCycle::calculateDutyCycleTimePeriods: m_ConnectPeriod: 60000 [DEBUG] 2021-06-03 15:33:23,883 DutyCycle::calculateDutyCycleTimePeriods: m_DisconnectPeriod: 0 [INFO ] 2021-06-03 15:33:23,883 ./wsems: Starting HTTP Server. [WARN ] 2021-06-03 15:33:23,883 Main: Encryption is disabled on HTTP Server. [WARN ] 2021-06-03 15:33:23,884 Main: TLS Hostname Validation Is Disabled [WARN ] 2021-06-03 15:33:23,884 Main: Authentication is disabled on the HTTP Server. [INFO ] 2021-06-03 15:33:23,884 ./wsems
Hi, I need to call a REST API from my thingworx application. To achieve that, i try to use the ContentLoaderFunctions resources. 1- Is it the right way ? 2- If yes, i try to call a test Rest API, but it doens't work: var result = Resources["ContentLoaderFunctions"].GetJSON({ url: "https://jsonplaceholder.typicode.com/todos/1" /* STRING */, timeout: 30000 /* NUMBER */, headers:undefined, ignoreSSLErrors: false /* BOOLEAN */, useProxy: false /* BOOLEAN */, proxyHost: undefined /* STRING */, proxyPort: undefined /* INTEGER */, proxyScheme: undefined /* STRING */ }); or var result = Resources["ContentLoaderFunctions"].GetJSON({ url: "https://jsonplaceholder.typicode.com/todos/1" /* STRING */, timeout: 30000 /* NUMBER */, headers: {'Host': 'jsonplaceholder.typicode.com', 'Accept':'application/json', 'Content-Type':'application/json'}, ignoreSSLErrors: false /* BOOLEAN */, useProxy: false /* BOOLEAN */, proxyHost: undefined /* STRING */, proxyPort:
Hi all, I was wondering how to delete a row in a ConfigurationTable. I don't have the dataShape for this ConfigurationTable as it is a part of an extension. Thanks for your help.
Hi Team, I have url link for a CSV file. I need to place it on a mashup and when user clicks on it, they should be able to download the file. I think export widget only works when we pass infotable data to it. I tried using "link" widget but it is not working. But when I hit the same url link of the CSV file in browser. I am able to see data. Can someone please help.
when user clicking a "button" or a "mashup in collection widget", is it possible to delay the binded service to execute after 5 seconds ??
The selected rows datas are taking time to pass input to expression/validator than events. Shall we pass Event as a input to expression/validator? Is that a good practice??
We want to display pvz 3D model in mashup use thingView,but why it shows is not exactly look like same as creoView.
Hi community, Can the Anomaly Detection functionality be trained at a sampling rate and opertionalized at a different sampling rate? Use case: Let's say I have a dataset that has 144 records from an asset that has been sampled at sampling rate of 10 minutes (doing the math that is one day of data). Since the only way to train the model behind the Anomaly Detection functionality is through streaming data, I would have to run a simulation to train the model. Knowing that once the model is trained it will be migrated to the production environment where the sampling rate is 10 minutes, do I have to run a one day long simulation or could I speed up the process by reducing the simulation/training sampling rate?
Hello, Recently, I had a Java app made with the PTC Java SDK (JAVA-SDK-6-2-0-220). I used the SimpleClient provided by PTC, and I successed to interract with the server. Later I move this code to an Android App, with the same PTC Java SDK, and I can't connect. Here are the versions i tried : Version Android : API 30: Android 11 Version Java JDK (from Android Studio) : 11.0.8Version SDK PTC Thingworx : JAVA-SDK-6-2-0-220result : failure Version d'Android : API 29: Android 10Version Java JDK (from Android Studio) : 11.0.8Version SDK PTC Thingworx : JAVA-SDK-6-2-0-220result : failure The exact same code is working well on Java with Eclipse (still same ptc java sdk) Here are the authorization i requierd. I don't prompt the user to accept it, as i think the 3 first doesn't require user aprobation. The 2 I'm not even sure I need them. <uses-permission android:name="android.permission.INTERNET" /> <uses-permiss
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.