Recently active
Hello, how are you community? We have been trying to connect to a Fanuc CNC with the 0i-TF controller. We noticed that in the warning messages it shows us that the "UMsgServ.exe" it's not working.This causes the message server to automatically launch every time the computer is started. We have used the manual provided by KEPServerEX but we have not been able to connect Thanks for your time
After created user, how to check the password of user in thingworx composer?
I'm working on a project which requires me to remotely control a Robotiq brand end effector attached to a URe3 six axis robot. I've been looking into ways to do this through Thingworx, which I already use to remotely control the robot. From what little I can find I need to run a python script to send a script file defining the end effector functions and what to execute as noted on this Robotiq community post. Is there a way I can host the script file on and execute python code in Thingworx?
Thingworx Performance is slow under any of the conditions of Wifi and LAN. What is the solution for this ? Or Is there an option to auto delete logs after x days in server? How do we manage this in deployment?
Hi, Is there a way in Thingworx to convert the json output to excel format or a flat structure with line numbers? Any ideas or inputs are appreciated. Thanks.
Hi All, When I was using PostMan, I clicked the Send button and nothing happened,The system prompts as follows:you don't have permission to send requests in this workspace. How should I solve this problem?
Hi, I have kept a column in grid as hyperlink through column render. Is it possible to open a popup on click of that particular column hyperlink alone? I dont want to open a popup on click of that row, instead I want to open a popup when i click that hyperlink text row in a column. How can we achieve this using advanced grid? Thanks in advance, Shalini V.
ThingWorx 9.2 is here! Deploy an entire solution and all its dependencies in one click with Solution Central’s one-click deploy, garner deeper analytic insight with our new waterfall charts, and manage and authenticate users more seamlessly with an Azure Active Directory integration. Discover these features and more in my 9.2 preview post here! Review our release notes here and be sure to upgrade to 9.2! Stay connected, Kaya
I often use the Expression function in mashups to display a modified version of a property of a Thing. For instance: output = DeviceName + " Description"; //DeviceName is a String Parameter I am trying to add localization to my mashups and would like to be able to use a token for the " Description" text. How can I do this?.
how to find the widgets are deprecated in future versions of thingworx
Iam using list widget. The datas in list dropdown should come from a service where the input is dynamic datatable name. In properties of list widget, the displayField and valuefield takes the datashape of the datatable. now my question is.. like datatable name, how in can pass datashape name also dynamically??
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 ?
I have a set of properties created in Thingshape, and it is tagged with the asset.Thingshape's properties are appearing in additional properties but not in Trends configuration. How can I get Thingshape properties listed in manufacturing apps Trends Configuration page? Thanks and Regards,Bhavya
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?
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.