Recently active
Hi,I am using advanced grid which is editable, the requirement is after editing and saving it, then I want to reset the grids back to default on click of a button so I can enter new data.How is that possible.?As we can see in the screenshot attached, there are two big tables which will be editable and we will save it. But then on clicking of a button which is next, the tables should then again be blank so I can enter data for another entry.
I want to find out how many times a mashup used. So for that I am developing a mashup that can access localhost access log from tomcat folder in server. So I want to know how to acess this log in mashup.
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?
Hello all. I have been trying to create an advanced tag by comparing the Logic_cond from a MT Connect Mazak Tag. The idea is to populate PTCAvailabiltyFaultCode of DPM with this advanced tag. This advanced could be a bolean value; Whenever the Logic_Cond is "Normal" then it should write over this new tag as 1 or 0. We have tried by using a derive tag, complex tag (we are still new to kepware ) but whenever we try to write this new "combined" tag it just pops up that the tag is not writeable.
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.
Hello everyone! I have two kepservers (one reading tags from a siemens 1200 drive and other reading tags via modbus). Can you please tell me how can I share tags from the kepserver with siemens drive and read it as a register on the kepserver with modbus drive? Thanks in advance
Hello,I have two PCs communicating over OPC DA protocol. One is OPC Server, while second one is OPC Client. On OPC Client I am using KepServer OPC DA Client. I configured DCOM setting according to this page: https://www.softwaretoolbox.com/dcom/html/dcom_for_windows_7-_10-_-_server_2008r2.html . I have latest Windows patches installed which requires from me to use the "Default Authentication Level set to “Packet Integrity” .The problem is that when I try to connect to OPC DA server, KepServer is showing an error that OPC Client failed to establish callback from OPC Server. When i open Windows System Logs I see error "The server-side authentication level policy does not allow the user MCSB\BHAdmin from address 172.16.3.44 to activate DCOM server. Please raise the activation authentication level at least to RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in client application." That leads me tu guess that I need to change configuration of OPC Client of KepServer, to Packet Integrity. Does anyone know ho
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
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.