Recently active
I want to use the thingworx service and send the data to Power Automate but now limitation is i am unable to make GET request from Thingworx platform. Is it possible that thingworx Api can work as Get API so that i can get the data in Power Automate. Can anyone please spread light on this topic. I would like to get the data with GET HTTP method and NOT POST METHOD.
Hi,When displaying content in a mashup with the help of a collection widget, I get a scroll bar inside the collection widget. Instead of this, I would want the collection widget to have a height so that it accomodates all elements, but where the scrolling is done in the parent mashup. How to do that? I know how to turn of the scrolling of containers, but not how to do the same in collection widgets. Kind RegardsOskar Berntorp
I have 3 things which are remote things and the properties of the things are bind to a kepware tag. I have created a mashup having a dropdown listing all the three things. Now when I select any particular thing I want to bind its data to a led and display its value. Currently I am using the GetProperties service of any one thing and binding its data but now I want to use a dynamic service. How can I achieve this?
it has to match with the serial Number and return the entry where it matches the serial number but it returns all the entries of datatable. sometimes it works fine but again after sometime if i run the service again it shows me all the entries. it works fine until i give the serialnumber to get the entries and then when i add wrong serialnumber then it keeps showing me the old output with all the entries. I have never seen such a wrong behaviour before. Anyone can please help me in this regard const SERVICENAME = "evaluateExistingSerialNumber"; logger.info(me.name +" :: "+ SERVICENAME +" :: Start Service"); //let result; let maxEntriesToFilter = 40; let latestEntriesInfoTable = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "ReUse.LatestEntries.DS" }); let singleEntryInfoTable = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "ReUse.LatestEnt
Hello there, Is a way to see when was last used a Thing? Or a service? I try to search on Internet and in Thingworx, but I can't find anything about that.
I am using a collection widget here, but the problem which i am facing is that, when the mashup initially loads, the first box of the collection widget has incorrect width in the UI but whenever i just resize the window (like using the inspect element) the width of the widget goes back to the normal expected width. Basically the problem being in initial rendering of the mashup. As you can see this first box should be like the other ones but it's not correctly rendering, despite the fact that all the other cells use the same cell mashup which has a defined width and height..
Hi,Menu scrolling doesn't work on touch screen devices. Menu widget cannot be scrolled both horizontally and vertically when using the application on Touch screen devices (mobile phones, iPad, etc.). Does anyone got a solution to it or is it a feature that must be added to the product?
Hi, I need to change the color of the sort icon of the Grid widget. Unfortunately, there is no style property for that, so I wanted to try it with CSS. I have ThingWorx Version 9.3.6. I tried this class: .GridClass .widget-ptcs-grid::part(sort-icon) { color: red !important; } But this doesn't work for me. Could someone help me out? The only help I found is this Article:https://www.ptc.com/en/support/article/CS367980But when I change the color of Labels in my Style Theme, all labels in my Application will change, that's not what I want.I am looking for a CSS class that I can use on single grids. Thank you!
I am thinking to connect my thingworx with MS SQL database. Would anyone please share with me some insights/knowledge about it. It would be great if someone would also share some knowledge if someone has already done this task and either it is usefull to do that all work. REQUIRMENT: Currently we are using datatables within Thingworx but because of limitations of the datatables i would like to connect the external database and use it. Currently i have 5 datatables with each datatable having 100K rows and i am showing on the mashup only latest 100 entries for each datatable becasue i am storing it in latestentrydatatable the primary key of the entries which maintains only latest 100 entries primarykeys and then it is easy for me quickly fetch them and show on the thingworx mashup. but now the new requirement came that they want search feature in the mashup and for that they asked us to search on 4 or 5 fields and thats why i also have to do indexing to achieve this
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?
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.