Recently active
It is possible to import a file made in CSS HTML into thingworx as a mashup
I was wondering where I could see the update logs for each version of Thingworx? I can't find the entrance on the official website, can I give the url directly ?
Hi Team, We are running Thing Worx platform 9.3.4 on Docker Container and want to migrate to AKS. Can you please guide on it? Thingworx platform version = 9.3.4Java version = 11.0.18tomcat version = 9.0.78
On hovering over bars in barchart, it is showing the field name provided in datashape. Can we customize the field names while hovering over bars in barchart without changing its field names in datashape?
Hi ,I want to get all the projects from a TWX platform excluding PTC's project.
I have a custom collection widget in my mashup but whenever i inspect the page, a scrollbar appears one the collection widget, not able to understand what leads to such behaviour :Before inspecting the web page:After :
I have a mashup container where i want to have the functionality which allows the user to simply select the file and then the file gets displayed in the image widget. I tried different thing but pretty confused about the bindings which will be there for this specific functionality. This is the skeleton of what i am trying to achieve:
I tried to use custom css and went for @supports ..... custom css, but this is impacting other mashups and showing icon there as well .
Hello I am trying to import Custom CSS in thingowrx mashup design but it has not been applied . I am using @import to do so. Is there anything I am missing here. The same was working with my older thingworx versions? Any help would be appreciatedThanks
Hello In Thingworx 9.4 I am having Datatables mashup and there i am not able to filter. Filter is not working as expected. Does we made any changes recently in this version of thingworx?Any help would be appreciated Thanks
I have query with AMU Process Troubleshooter. We have configured AMU Assets with 3 levels of heirarchy. Site --> Area --> Asset Thingworx hosted with UTC. Area is configures with UTC-6 AMU is accessing from browser (system time is UTC-6). In Process troubleshooter, I'm selecting a filter "Today" It's take wrong time it seems. System time: If I'm selecting filter with "CUSTOM" and selecting larger time range I'm able to see the data. How to address the issue? mstarnaud
I've removed the plugin extension, why does the plugin still exist?
I am trying to copy on of the widgets of the parent container and adding it in the parent container itself but can't find the correct way to do it. What i am doing is that : First i copied the child container which i want to add, but whenever i try to add it by clicking on the layout of the parent it directly says that "cannot be directly copied to parent", so even if i try to add a new widget otherwise, it drags to some other children element and not to the parent element..As you can see in the picture below, when the widget is dragged it highlights the other children widget and not the parent.This is the heirarchy below and I want to copy and add this "container 40" into the parent "container 25". So as to get an identical widget. Update: I figured how to copy it but the widget looks out of place in the runtime as compared to the mashup mashup: Runtime:
I have created a mashup which used the file upload widget to display an image using the image widget, i have created a service, which takes parameters from the file upload widget and then supplies the result to the image widget which is an image link.
Hello, I am struggling with a fresh install of thingworx 9.4.4. More so I am struggling to get the tomcat service to start. It is consistently comming up with the error: ubuntu systemd[1]: tomcat9.0.service: Killing process xxxx (n/a) with signal SIGKILL.I have made sure that the permissions on the PID file location belongs to the tomcat9.0 user. I have followed the guide: Install Java, Apache Tomcat, and ThingWorx (ptc.com) I have installed java -version- openjdk version "11.0.21" 2023-10-17.I have installed tomcat9.0.86. For now, I have just used the self-signed certificate for simplicity and will change over once I have the service working. From the guide I made sure to do the following: Edit AUTHBIND properties to allow Tomcat to bind to ports below 1024 sudo apt-get install authbind # For port 80 sudo touch /etc/authbind/byport/80 sudo chmod 500 /etc/authbind/byport/80 sudo chown tomcat9.0 /etc/authbind/byport/80 # For
Anyone can please help me i have set the property in thing and now i want to update the value of that property programmatically. I have infotable type of value for this property and i want to update it progammtically. Can anyone please guide me.
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
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.