Recently active
How to connect IBM MQ directly with Thingworx?Is MQTT Broker required? or can IBM MQ configured and connected directly with Thingworx?Kindly share the document or steps to connect to Thingworx.1) IBM MQ ----> Thingworx (Preferred)2) IBM MQ -----> MQTT-----> Thingworx (Optional)
Hi, We had a problem where the either the channel name in kepware or the entire server name changed. This caused the existing bindings with the tags to be become unuseful. Is there any way we can modify the bindings programmatically or do some kind of 'find and replace.
Initially posted in this topic I encounter the same problem with SSO and logout. Could you tell me what is .srf single logout url ?
I have license for thingworx, how can i know how many users i can created in my thingworx? i already check the license subsytem setting and it said uncounted, Please explain it to me what uncounted means. Since i check on my detailed license report-data and it said the qty is 25. I tried to create 26 users and nothing happened.
In AMU asset/equipment configuration, I have configured few assets, with asset status of BOOLEAN parameter from Kepware. 1. Here i have configured 2 assets and used the same kepware tag as status (BOOLEAN). It's working fine with "Asset" but the icon is not changing in "C3PC 20" according to "Running/Down" status. What is the issue behind here? It's always NOT CONFIGURED. 2. What if the the asset staus coming from kepware as "ACTIVE" for running and "ISSUE" for not running? How accomodate the string values with Asset Status?
oauthDomainoauthAccessTokenUrloauthApprovalModuleUrloauthExpireTokenUrloauthRequestConsumerKeyUrloauthRequestTokenUrloauthUserAuthorizationUrljauthCheckAuthUrljauthCheckTokenUrljauthIssueTokenUrljauthProxyUrljauthRevokeTokenUrljauthSigninUrl Where are these attributes??
Hi, I have configured Software Content Management for ThingWorx on my local instance. Followed the steps mentioned here. Upon deploying the package to the Thing I am seeing various errors in the Application Log which are as below: error executing APIRequest Message: Unable to dispatch [ uri = /Things/TW.RSM.SFW.SoftwareManager/Services/UpdateDeliveryTargetState/]: Unable to Invoke Service UpdateDeliveryTargetState on TW.RSM.SFW.SoftwareManager : Could not get Entries for delivery targets Not authorized for ServiceInvoke on QueryEntries in SCMSubsystem, sending ERROR ResponseMessage to caller! Unable to dispatch [ uri = /Things/TW.RSM.SFW.SoftwareManager/Services/UpdateDeliveryTargetState/]: Unable to Invoke Service UpdateDeliveryTargetState on TW.RSM.SFW.SoftwareManager : Could not get Entries for delivery targets Not authorized for ServiceInvoke on QueryEntries in SCMSubsystem error executing APIRequest Message: Unable to dispatch [ uri = /Things/TW.RSM.SFW.Softwar
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?
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
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.