Recently active
Now i know we can listen on thing single property value change in a Subscription , but i want to listen thing all property value change in Subscription, i have to create many Subscription with all property .Is there any way i can achieve this with single Subscription?
The double-click event is missing in ThingWorx 9.4 version, and I use that event extensively in my application. Please suggest an alternative that I can apply to achieve the same functionality.
We have a Thingworx 9.5 and Influx 1.7.9.It was working fine for a very long time. Recently, the connection is not working as expected. We are getting following message from Influx log. tcp.Mux: handler not registered: 71. Connection from 127.0.0.1:52517 closed In Thingworx,[O: c.t.p.i.InfluxdbDatasource] [I: ] [U: Administrator] [S: ] [P: ] [T: http-nio-8080-exec-9] Data Source thingworx connectivity test failed! with [2,002] No connection. Contact the administrator. can you someone help us? Influx is running with following cmd: influxd.exe -config "C:\influxdb.config"the influx.config filereporting-disabled = false bind-address = "127.0.0.1:8086" [meta] dir = "C:\\Influx\\influxdb-1.7.9-1\\influx_data\\meta" retention-autocreate = true logging-enabled = true [data] dir = "C:\\Influx\\influxdb-1.7.9-1\\influx_data\\data" index-version = "inmem" wal-dir = "C:\\Influx\\influxdb-1.7.9-1\\influx_data\\wal" wal-fsync-delay = "0s" validate-keys = false q
Hello,is Icon alignment in button is possible? in previous version of Thingworx 8.x, ICON on button can be aligned, but there is no option to align in 9.x.is there any possibility with CSS or any other workaround? Thanks,
Hi,I would like to create my own custom widget, but I'm a bit overwhelmed.I've seen there are different options to create a widget (e.g. with Eclipse, with Polymer or Lit, ...)Does anyone have experience with this topic and can tell me how to best start and which variant is the best? I thought it would be best if I could integrate existing ThingWorx widgets (buttons, ...).Unfortunately I didn't find much information about it, and almost no current information. And are there any example projects or finished projects for custom ThingWorx widgets somewhere? Thank you!
hello,can i please ask how to listen on a thing property value change and coding in this thing service to save new value to db?
Hi Community Expert Regardless of the license, is there a limit to the number of SSO users in Thingworx?
I have created a service which takes an input by the name "objectData" and this is a data shape which has certain property and values like: rootCauses0containmentActionsdaysOpenworkflowStatus stepStatusTablesupplierTeam adjustedCloseDateactionStatusworkItemsHere in the service what i want to do is that pick any property and manipulate the data which the property holds, since this input objectData is the output of some other service and is binded to as the input of this service for manipulation. So far i have tried this code but i think it's incorrect :for(let i = 0; i< objectData.length; i++){ let row = objectData.rows[i]; if("workflowStatus" in row ){ //increment some value or manipulate the row property }}
HelloI have to plot a process steps in a timeline, each step can have sub-steps that i would like to plot also.i think about using the timeline widget, but i could not find how it works or an example f the inputs as an infotable nor json,so my question is how to use this timeline? Can i plot the process steps and as subgroups of the step's sub-steps? Thank you
Initially posted in this topic Hi @wposner-2 Actually I am looking For How to move File from ThingworxStorage To AWS s3 Bucket. How can i Find S3 REST API ? I want to move Files on Periodic Basis.
Use case: iPad to access ThingWorx application via VPN.VPN Client: F5Navigate/ThingWorx Version 8.5.3Tomcat version: 8Tomcat access logs shows a HTTP Status Code: 400 when hitting the server via iPad ("-" 400 -)Ports are open for inbound traffic. What should I be checking?
I created a Data Table that is populating a grid, but when I insert an especific item in the Data Table the grid doesn't show it, despite the item have been created in the Data Table. After I reload the page the item is finally shown, and now I can create the items normally, and they gonna be shown in the page normally after the The Service Invoke Complete os the service insert.I don't know why the first insert don't query in the page.
When new person is logging onto TWX serwer via Active Directory, new User entity is automatically created.Is that possible to set default settings for such user? Mostly I'm interested in language property of such user, so every new user will have "pl, pl - pl, eng, Default" language schema for server, where most of the users are polish?
Hi, I am using GRID from Thingworx 9.3.6, I have given the background color of the Grid Header in the Style Properties, as you can see in the below. But in the Runtime, it still shows, white in the background of the Header. Thanks,
Hi,I am developing a widget where Images should be displayed by using a collection widget together with a value display, So what I want to accomplish is to have multiple images to show on the mashup but without the borders that the collection widget provides and that they should be as wide as the mashup allows.I know how to remove the border and the button underneath the value being displayed. But another problem is that even if trying to use only valuedisplay to see how the image would look, it gets very small. I have figured out that I would need to change the background-size image property to cover as well as affecting the size of some other elements, but my bellow css, even if it seems correct, does not affect what I would want.If you take a look at the bellow css code, what is missing?ptcs-value-container ptcs-modal-image-pupup::part(popup-root){height: 100vh;width: 100vw;}ptcs-modal-image-pupup::part(live-art-area-image-thumbnail){height: 100vh;width: 100vw;}ptcs-modal-image
I am currently exploring the development of custom widgets in ThingWorx using Webpack and am seeking guidance from developers in the community. If anyone has expertise in this area, I would greatly appreciate your assistance and knowledge-sharing.
Hello ThingWorx Developers Community, I am excited to share the new ThingWorx Product Home Page. This page is a culmination of useful links geared towards PTC Customers and ThingWorx enthusiasts. The resources contained on this page were handpicked by Technical Support and Product Management. Our intent with this page, is to centralize the most frequently relied upon ThingWorx information into a single source.. Please have a look and share any feedback with us! Tyler Misner Senior Technical Support Engineer
While taking distinct for any column in infotable, is it possible to get count of occurrences for each value along with distinct output?
when an user tries to login directly to a mashup in application through Mashup Url link is that possible to redirect the user to home login page
Hi,I am currently developing a mashup where I should be able to display multiple images that are base64 strings. My current implementation is that I have an mashup which is containing a value display widget, which displays the image. This value display is then repeated in a collection widget. My problem is now that the cells of the collection widget is only set to a fixed pixels width and now 100% as I would want.Am I on the right track, and if so, how to get each image to 100% width?If I am not on the right track, how to then accomplish what I want in a better way? KindlyOskar Berntorp
Hello Is there any specific way which need to follow when migrating data from One persistence provider to another in Thingworx?.is it even recommended to do so? I appreciate any help here Thanks
Hello, I have been trying to be able to read files from a sharepoint using the sharepoint API's recently but with no luck.Does anyone on here have any experience with this?Mainly I'd like to be able to read excel files, but if that is not possible, reading CSV or just normal .txt files would also be fine as a work around. I've tried several different ways to do this... like GetCSVFile and GetText, neither have worked for me. Latest error I am facing when trying to read a .txt file using GetText is this: JavaException: com.thingworx.common.exceptions.InvalidRequestException: Invalid Content Type: application/octet-stream Not sure why though as I am using the standard "application/json;odata=verbose" as requested by sharepoint in the Accept header field. Thank you.
Hi,I am developing a service that collects information about fies in a comma separated list. I have another service dependent on it and it calles the first service and saves the result in a variable. The result is saved to let result and the output is set to string. Despite this I get the error bellow in my second service wrapping the service returning the csv list. The error I get is: filepaths is org.mozilla.javascript.UniqueTag@3b4f00ba: NOT_FOUND. It occures if output set to a particular type, but it is not returned by the code. For reference, see: Article - CS232922 - org.mozilla.javascript.UniqueTag@<ID>: NOT_FOUND is seen when running a Service in ThingWorx Platform (ptc.com) Is there any thing else that can call the error that I describe? Kind RegardsOskar Berntorp
Hi, Does anyone have any documents about how to get data from excel files on Sharepoint to a Thing on ThingWorx?
Hello, for an administrative task, I need a service that returns the category of a service, or even a list of the categories of all the services of a thing in Thingworx 9.1 or 9.3. Does anyone have an idea how to make something like this happen?
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.