Recently active
I am using ThingWorx Platform Release 9.5 and DatecodeSP5Timer The Disable Timer service shows no response. There was no error reported in the log either. And Enable Stack Tracing
We are using thingworx navigate to fetch data from windchill. We used scheduler to trigger services on daily basis. But now customer wanted to execute service whenever there is a change of value in workflow state. Any idea on how to achieve this use case ?
Hi everybody! Is there any solution to create a QR Code internally in Thingworx? We tried it with the google api you explained in another topic but unfortunately our customer is not allowing this external apis to happen. In this system it is forbidden to use external apis. Is there a possibility maybe something in github that I did not find for now to integrate a qr code extension in Thingworx to have it local.
and also can i show live data in the 3D model.
I have lots of text field widgets in my mashup where i want its default text to be coming from my Thing property values. Basically i want them already filled with the property values. This is to ease editing of the values for the users and to prevent them from starting all over again in case they wanna edit. Mashup Property ValuesI created a service where it just returns this property infotable but when i try to bind in the mashup, there is no selected row that i can bind to the text field as its text source
I have a requirement where the client wants to check if all their servicers are up and running. They are asking for a Mashup with layout and various point on the layout indicating the location of that server. I am checking for a provision in thingworx Thing service to perform Ping operation and check. Need support on how to achieve this with RhinoJS in Thingworx.
I have verified that the service is returning 24 rows of data, but when viewing the mashup, only 4 rows display. Oddly enough, even in the mashup designer, inside the grid widget, it shows all of the data coming in correctly. Has this problem been seen before? I even tried creating a new mashup and new grid and re-binding everything. It is the same result. Clearly, the Chrome dev tools network tab shows 24 rows being returned, but only the last 4 are displayed in the grid for some reason.
I want to design a file storage feature using a repository to store user-uploaded files (PDF and PPTX formats).When a user selects a file and clicks the upload button, the file should be saved into the repository. After the upload, the stored files should be displayed in a grid table within the Mashup. How can I implement TW? kindly give me a end to end example. i am using TW version
Hello Everyone,I'm currently working with ThingWorx version 9.6 and have encountered an issue when trying to pass data from a base/child mashup to a parent mashup using the Collection widget.Specifically, I'm using the GlobalMashupParameterBinding configuration within the Collection widget to pass a boolean value (representing a checkbox state) from the child mashup to the parent mashup.Here’s what I’ve done:Defined a boolean parameter (e.g., CheckedValue) in the GlobalMashupParameterBinding JSON.Created a mashup parameter with the same name and base type in the child mashup.Bound the checkbox state to Boolean Mashup Parameter (eg. CheckedValue) in the child mashup to send the checkbox state to the parent.In the parent mashup, I bound the global parameter to another checkbox to reflect the state.This setup works perfectly in ThingWorx versions 9.4 and 9.7, but in ThingWorx 9.6, the data is not being received in the parent mashup, and the binding doesn’t seem to take effect.Any guidance
Hi, When trying to create a user in Thingworx, the following error is showing up on the screen: "License is not available for Product: TWX_PLATFORM Feature: twx_named_user" I tried out the PTC Knowledge Centre but didn't find any solution. Why is it occurring? Thingworx Version: 9.7.0-b47 Thanks,
Hi, Is there a way to get all the Entities based on an 'XYZ' Organization assigned to it? Thanks,
Hello, I am not able to login to Thingworx composer as it is saying password incorrect. Is there a way i can recover the password or change the Administrator account password? Thanks
Hi all, Trying to setup a new analysis model and having an issue with the Model File URL field. I am inputting my URL in the format /Thingworx/FileRepositories/<Repository Name>/<File Name>. It is giving this error popup however. Is there a different format to be used? Or a way to get the exact URL?
Hi Everyone, I have update the platform-settings file stil I am facing the package import policy issue: Error: Extension Exception: ExtensionPackageImportPolicy: ExtensionPackage upload attempted while import disabled. Check the ExtensionPackageImportPolicy Can anyone help me. Best Regards
Hi all, I am trying to set up an alert that will trigger multiple times if the value is below the threshold a few times in a row on data change. For example, PropertyX has an alert where if PropertyX < 800 then it alerts. PropertyX changes to 300 and the alert triggers. PropertyX then goes to 400 directly after, but this time the alert doesn't not trigger. From what I see an alert won't trigger again until it goes within the threshold again. Is there any way around this so it will trigger every time the property is below the threshold? Thanks!
Why when we want to create data table or value stream should create data shape ? what is the main function of datashape to data table or other storage feature in thingworx?
How to change the font size of the value of KPI Dial? Trying to change with some custom CSS (with ptcs style unit) it's not working.
Hi all, I am trying to find a way to simply disable grid hovering in the Thingworx grid widget. I have this grid with red and white rows. When hovering, the red rows hover as white text on white background, but the normal rows don't change on hovering. I'd like all rows regardless of state (there are a few other state colors not seen in the visual) to not have any change when hovering, but I can't seem to find any setting to disable this and can't seem to find a way to bind a state definition to the hovering settings and all rows are required to have the same hover settings. Is there any way to simply disable this? Normal: Red row hovered:
Hello All,I am currently facing an issue with the pagination widget in my ThingWorx mashup. The initial load of the data works perfectly, but when I select a page number from the pagination widget, the service fails to return the correct data and gives an error code 500(Error executing service Test1.Message: : Wrapped java.lang.NullPointerException-See Script Error Log for more details.). Specifically, the last page fails when it has fewer rows than the page size. Here is a summary of my setup: Service Configuration: I am using the QueryImplementingThingsOptimizedWithTotalCount service to fetch data with pagination. The service parameters include maxItems, offset, and query. Pagination Logic: The offset is calculated as (pageNumber - 1) * pageSize. The service correctly handles the initial load but fails when navigating to the last page with fewer rows. Code Snippet: var offset_Value = (pageNumber - 1) * pageSize; let assetList =
Hi, i'm using ThingWorx 9.3.9-b1648, and I'm seeing a lost of logs related to the Stack Tracing feature.Even after disabling it, the system still generates these logs.Has anyone else experienced this issue?
While Passing data from datatable to grid widget, each cell value differs in its string count. In that case, to display the entire value in each cell, i can set constant column width but i expect the row height to be dynamic based on the no of strings present in each cell.(motto is to show the complete data in the cell). How it can be acheived. It leads to different row height for each rows.
We are using Windchill Authentication for Thingworx user authentication . While Windchill can authenticate the AD users and doesn't validate case sesnitivity , ThingWorx autherntication fails for user when UsernName is Uper/Lower Caaase . Example: if AD user name is xyz.pqr , User can login and authenticated to Windchill with any user name ( Xyz.Pqr/ xyz.pqr) . However, in Thingworx user can't get Authenticated with Xyz.Pqr We've yet implemented SSO and using Windchill 12.0.2 with TWX -9.3. I kow other enterprises who are using Thingworx extensively with 1000s of concurrents users logging into system . Anyone can help , how to do an User Management in ThingWorx and navigate ?
Im new to PTC Thingworx and I created a child mashup. To load it, I made it a popup of my main mashup. I put a close button inside the child mashup and wants to close the popup. Not sure how to do this, appreciate if you could help me with this.
Hi all,I’m working on a project where I have a DataShape that includes a field with the base type PASSWORD.In my implementation, I use the following logic to hash and encrypt the password: Add User Service (loginPassword basetype is PASSWORD in datashape) result = Things[userDataTable].CreateValues(); result.AddRow({ loginName: loginName.toUpperCase(), firstName: firstName, lastName: lastName, language: language, emailAddress: emailAddress.toLowerCase(), hashedLoginName: me.SHA256({ toHash: loginName.toUpperCase() }), groups: groups, loginPassword: Resources["EncryptionServices"].EncryptPropertyValue({ data: me.SHA256({ toHash: loginPassword }) }) }); //me.UserDataBase Things[userDataTable].AddDataTableEntry({ values: result }); User Login Service const serviceName = "userLogin"; const LOG_PREFIX = me.name + " :: " + serviceName + " :: "; const userDataTable = "Project_" + Location + "_Users.DT"; logger.info(LOG_PREFIX + "Start Servi
Hello, I would like to use mqtt in vuforia studio to fetch metadatas from a database hosted on an edge device. I tired different approaches (proxy redirect to "bypass" CORS restrictions, https with a self signed certificate) but at the end of the road I stumble in the same problem: the AR app works on local environment (preview mode) but not on the mobile device (an ipad in this case).I already made a post about this topic and I've been told that the solution may reside in thingworx and the mqtt extension (which still requires a broker if I'm correct).I would like to know the detailed steps to achieve mqtt communication in vuforia studio and vuforia view.Thanks in advance
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.