Recently active
Hello guys, I want to display my data like this picture! how do i do ? Should I use grid, but how to display infotable in a row? When I bind a data source do display every Equipment then how do I bind Equipment information to each row ? And Second question, how do i set a button to selected row? like this.When select this row a button appears on the image, if not select the button doesn't appears.If anyone knows how to do it, please teach me or give a hint, because i search online and on ptc community i can't get any answer. I am a intern developer learning how to developer thingworx application and it's spend me a lot of time but i still don't know how to do it. Thank you guys a lot!
I'm using ThingWorx 9.3.5I've been trying to link a Dynamic Thing Template to a Line Chart Widget and have been quite unsuccessful. I was wondering if there is possibility that I could use Dynamic Thing Templating to pull Data and push into a line chart. If so, could anyone possibly help me with that?
Hi, I am trying to configure SCM for ThingWorx 9.5 and have imported the SCM extension. I have also given permissions to my user as mentioned in this url. However I am finding that none of the navigation links given below are working. I have tried to debug the issue but nothing is turning up over there too. I have tried opening the SCM page in both Chrome and Edge.
Hi community, I would like to check if two specific properties are being used / referenced in any subscription on any entity.I tried using getWhereUsed but this gives me an empty result when I view the result as a table. Is what I am trying to accomplish possible on thingworx? Regards,
Hi, Is there any way to send data from Thingworx to Bigquery database?
i have upgraded the thingworx from 9.3 to 9.5. i have created industrial connector thing for kepware connection its showing connected status. but when I create Edge thing with industrial connector asas industrial thing ,status of that Edge is showing disconnected. Am i missing something here in binding or settings?
does ThingWorx support NTCIP protocol?
So basically i have a service which takes some ID (Number) as input and gives the details of that specific ID. The given details of the output parent infotable are:numberdeeplinkrelatedIssuesownercreatedDatedaysOpentargetCloseDate So this "relatedIssues" property is another infotable which has another infotable as a property called "fieldData"and i want to pick the property "CreatedOn" of the fieldData infotable and compare it with the "createdDate" property of the parent infotable. And parse it to have the difference as an output of the service alongside to display it later.
Hello there, I try to make a Infotable from JSON, I have already see some example, every time I try to do this I have error that thingworx told the JSON is Null. I dont know If I am doing something wrong or if is error in the Thingworx platform. The code is: // Function to check if a key exists in a JSON object and return its value function check_value_yt(input_json, key){ // Initialize return value to 0 var return_value = 0; // Check if the JSON object is not undefined if (input_json != undefined){ // If the JSON object exists, assign the value of the key to return_value return_value = input_json[key]; } // Return the value return return_value; } // Function to check if a key exists in a JSON object and return its value as a float function check_value_mtd(input_json, key){ // Initialize return value to 0 var return_value = 0; // Check if the JSON object is not undefined if (input_json != undefined){ // If the JSON object exists, assign the value of t
Hi, All I have queried influx db and got min, max and other aggregate functions for some properties. I am however in need of figuring out how to query influx in order to get the standard deviation for a property's history. Does anyone perhaps know an article that I can reference? If so please drop the link in here. Many Thanks.
I want to handle multiselection in grid on a click or somethingThis property is bindable, but I am unable to use it properly. The issue arises when I input 'Multiple' through the expression; the grid does not transition from normal to selection mode.
I tried to develop 3Decharts on thingworx using Eclipse, but it failed, and there is no detailed tutorial on the internet, or is there any other way to make 3D pie charts in thingworx?
I need to change the heading of Custom Task Collection to some other name, how to do that?
How to show File uploading status popup while uploading a file using file upload widget. Note: i'm using TWX9.1 so in the File upload widget there is not Upload Start event in it. Please suggest some workaround for this.
Hi All,Suggest some deployment activity from Dev environment to prod ENV. for best practices with out solution central.due to local instance need for best practice to follow the process for the deployment.Assistance required.Thank you advance.Regards,Hareef.
Hi, I want to restrict the User from choosing a future date. For example, today is 24-08-2023 1:00:00, and the User shouldn't be able to select 25-08-2023 1:00:00. All the future dates should be disabled for selection on the Runtime. I have restricted the user from choosing the future date by giving the value to the Max Date but the user can select the time 2:00:00 from the widget in the Runtime. How can I limit it? Thanks
I am attempting to import GitBackup Extension into my Eclipse IDE, however I get errors during the import process. Here is what I'm doing:When closing this window, the project does show up in my package explorer, but I seem to be missing functionality (can't add other JAR resources).
I am looking for a way to use a tool to create the ThingWorx docker containers. We use Azure DevOps on Prem, and I am wondering if there is a way to load all the files from the thingworx docker download, put the needed files in the staging folder, and then build the docker container and push it to a repository, so multiple instances of ThingWorx can download the latest container. Thank you!
Hi,We have been encountering significant issues in executing RSU even for 100 assets in the field . Every time we attempt to deploy RSU to the field be it 100, 200 or 500 assets , the ThingWorx application hangs and need to be restarted. There are times, where in order to purge the RSU , we had to reboot the DB Server. So the RSU functionality within ThingWorx is pretty much non functional at this time. Our set up is as follows. Apart of standard TWX installation, there is a external DB where the files from the assets from the field are written to and also TWX crypto extension which makes a call to Crypto tool to decrypt a file .The TWX version is 9.2.11PTC Support recommended quiet a few configuration changes. Some of them are ,1 Even thread subsystem - Increase the event threads to 100 2. Increase the max DB connection from the to the TWX DB to 100 3. Increase the external JDBC connections to external DB to 250.4. Changes to SCM
Hi Community, Can you please let us know how to initialize default values for Edge property with Base Type : Infotable and set values later in LUA script? I have initialized EDGE property in LUA by following the syntax below. I could see the property "MeteringApplication" on ThingWorx platform and could successfully do remote binding. However, post binding, I was not able to see the default value being populated on the Sub-property "StatusMessage" as per syntax below: dataShapes.MeterReading({ name = "Temp", baseType = "INTEGER" },{ name = "Amps", baseType = "NUMBER" },{ name = "StatusMessage", baseType = "STRING", aspects = {defaultValue="The meter is currently offline"} },) properties.MeteringApplication = { baseType="INFOTABLE", pushType="ALWAYS", dataShape="MeterReading" } So, I would like to hear from you how to set Default values for Infotable as baseType on Lua and how Get/Set Sub-property values under "MeteringApplication" property during later point of time to pe
has this been implemented actually ? I tried it out but its not working .Even i tried by removing the 404 handling code from web.xml still its showing status message . Is it actually dependent on entry in web.xml ?
How to create Database ER diagram. Which is change with change in database connection.
In kwpware quality tag of all properties showing bad but in my thingworx remote thing whereI bind the properties it shows quality tag for all properties good also to my local thing it shows good. I remove the binding of all properties and again bind the all properties still face same issue. How to fix this issue.
We have created 2 Edge Things (EdgeThing1 and EdgeThing2) that have auto-binding names in config.json as *EdgeThing. Each Edge Thing Template has Task code set to run at different intervals. However, we notice that only one of the Tasks runs while the other never runs even though both Things report as connected on the Platform. How can we fix this?
I would like to access the NFC of a mobile device from thingworx running on Mobile.How can we achieve this scenario?
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.