Recently active
I have the following elements in this scenario running Thingworx 8.5.18: 1. DropDown widget - Used to select a URL(output) 2. Service(infotable output) - feeds the list of items to the DropDown widget above 3. Navigation Function - Takes the output of the DropDown widget and feeds it to a target mashup as a popup. DropDown widget: Service (populates the DropDown widget from a infotable with a Report(shown in DropDown widget) row and a URL(passed to the popup target Mashup) row): Navigation Function What currently happens - When I close the popup that is generated from the selection of an item in the DropDown the DropDown still shows the item I selected. This is an issue because the DropDown doesn't allow me to reselect that item without selecting another item first. What I need to have happen - When I close the popup that is generated from the selection of an item in the DropDown I need the list in the DropDown to be reset to its default load state. ie
hi ,i get a different date after use function dateFormat(new Date(),"yyyy-MM-dd") and new Date(); i guess it was a Timezone Problem, would you please tell me how to change the timezone to GMT+08 in thingworx?
Hello, I am retrieving data from a MQTT Broker. The broker is well connected, the data is in the property.However, the DataChange event does not trigger when i am receiving new data.I followed multiple links:https://community.ptc.com/t5/ThingWorx-Developers/Datachange-event-not-firing-with-MQTT/td-p/741511https://community.ptc.com/t5/ThingWorx-Developers/ThingWorx-MQTT-Extension-and-DataChanged-Events/td-p/522407https://community.ptc.com/t5/ThingWorx-Developers/DataChange-Problem-with-Subscription/td-p/709944 However, none of them solved anything, my subscriptions does not even start (I verify It using logger.debug())Does anyone have an idea on how to fix this ?
Hello. I work as a PTC partner and we want to understand more about the journey of Predictive modeling. We have some clients that want the use case of predictive maintenance and we have some doubts about the best way to do this approach and the PTC suggestion to the partners about skills and the professional profile to provide this use case.Beyond that, we want to know if PTC (or some partner ) has some pre-trained model for predictive maintenance (through vibration/temperature data) or if it will be necessary to build and train the model from the beginning.
What's the order of Things when you manually import them? I'm pretty sure that Data Shapes are first, but I can't remember the full order. I can't find this anywhere.
I am migrating our mashups to TW9.3 and the new Grid widget with improved functionality as replaced both the Advanced Grid and the older Grid. But I can't find the Doubleclicked event! Has it really been removed or what am I missing?It will destroy a lot of functionality for us
Do we have a latest version of WDK framework for customizing the Widgets in ThingWorx? I am looking for the latest version compatible with 9.3.
Hi, I am trying to create a custom login page, I am able to create but If I enter the wrong credentials, page navigates to the organization form login page and showing not a valid login message. Are there any ways I can show some javascript basic alerts on the same page stating "wrong credentials" instead of moving to the organization's login page?
How to update the state definitions rgb value using js services?
Hi, I have a problem whereby my mashup on runtime isn't consistent across different Display Screens, the mashup is Responsive but looks different every time you change the Device (eg. Laptop) Scale and Layout (Write click on desktop >display setting >scale and layout(Windows PC) ).Therefore will look different to the user, if they PC is on a different(inconsistent) Scale and Layout.
Hi, is there any way to visualize all the bindings of a mashup in one shot? I mean all bindings of all the widgets/data services/functions which are used in the mashup, without having to select each single item showing its direct bindings only. Best, Pietro
I have attached state definitions to the configure grid columns of advanced grid. Whatever the changes have done directly in state definitions is not reflecting the same state definition which is attached to the grid. As I am updating the the styles of state definitions in runtime, I cant manually check the same state definitions attached to the grid. Advanced grid also get updated automatically. What is the solution for this problem.
There is no option available that i can the height of the value centered do someone know another way to solve this ?
Hi All, We are planning to install TWX 9.2 in Azure with Azure Postgres as persistence providers. Is it supported? If not , what others Database is supported for TWX 9.2 version in Azure. Kindly share any link for more information.
We are encountering the same issue, do you have a solution or a workaround yet?
Hi, When any user is idle for more than the idle session timeout duration the session is terminated, but there is no change in the browser page until we reload it. So I am trying to manually terminate the Runtime users after idle timeout duration. But I want to show a message once the user is terminated in the by redirecting to a url or a mashup after logout. When I am trying to redirect to mashup, along with the mashup I also get an error message as "mashup not found" or else the mashup does not load at all and I get a blank screen.If I redirect to a url, I see the logout message shown in status message only for a split second as the URL gets loaded immediately. Is there any way I can display the message without it being overridden by any other page or additional error messages. Thanks & Regards,Bhushan
I would like to center align the tabset. I have also attached the image for reference. Note: I inspected and added the below CSS it worked. But if I try writing in custom CSS then it didn't work. So I need the CSS to be added. justify-content: center;
Hello Everyone; I have been try to use Docker to install Thingworx Postgresql.After/build.sh postgreswhich completes successfully,sudo docker-compose -f docker-compose-postgres.yml up -dgives this errors sudo docker-compose -f docker-compose-postgres.yml up -d 1 ↵ Pulling security-cli (thingworx/security-tool:latest)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. Continue with the new image? [yN]n ERROR: pull access denied for thingworx/security-tool, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ╭─mcb@dev-pc ~/Documents/BrandIT/TwxDocker ╰─$ sudo docker-compose -f docker-compose-postgres.yml up -d 1 ↵ Pulling security-cli (thingworx/security-tool:latest)... ERROR: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution ╭─m
I would like to reduce the width of the scroll bar in the collection widget. Also attached the screenshot for reference.
partResult = Things["SmartParts.DataBaseSystem-TH"].GetWhereUsedImmediateParent({COMPONENT_ITEMNUMBER: PartNumber /* STRING */}); let sum = Resources["InfoTableFunctions"].CreateInfoTable();logger.debug("GetWhereUsedImmediateParent: sum IT length is "+sum.length);//sum.AddField({name: "Sum", baseType: "NUMBER"});let params = {t: partResult /* INFOTABLE */,columns: "_12_Month_FORECASTED_USAGE" /* STRING */,aggregates: "SUM" /* STRING */};result = Resources["InfoTableFunctions"].Aggregate(params);
Hi, Actually the accordion with bootstrap 3.4.1 is working fine. Also attached the code (Bootstrap3.4.1_Working.txt) . Expected:The requirement is to click on the plus or minus to function accordingly. So we added the bootstrap 5.0.2 (link), but it didn't work. Also attached the code. Code:Below is the code which is working with Bootstrap 3.4.1:var html = '<html>';try {html += '<head>';html += '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">';html += '<style>html {margin-left: calc(100vw - 100%);margin-right: 0; } .container{width:100%;margin:0 auto;padding:0 1.5rem;}.accordian-item{background-color:#ffffff; border-radius:.4rem; padding:1rem; margin-bottom:0rem; padding:0rem;}.accordian-link{background-color:#ffffff; text-decoration:none;width:100%;display:block;align-items:center;}.accordian-link i{color:#e7d5ff;}.answer{max-height:0;overflow:hidden;position:relative;background-color:#D8D
I am migrating streams to postgres and I have some columns which contain infinity values. I changed the schema in postgres to double precision, which does allow inifinity values. However, I get the error "JSON does not allow non-finite numbers." when I try to move my stream into here and it has an infinity value. How do I migrate a stream with inifinity for some values into postgres?
Hello, community, How can I get a media name in a script? The aim is to get the descriptions of images from dynamic media. Meaning not just from one image but from different images. I have the code below, is there are snippets that I can use to achieve this? // description: STRINGvar mediaName = (a snippet required)let description = MediaEntities["RampConveyor"].GetDescription();let result = description; your suggestions will really help thank you. Jay_nisa
Hi all, I'm getting this error when I am importing Gantt chart widget extension - ERROR [widget] "CustomCSS" widget type is missing required member widgetProperties() I'm attaching the widget zip file for reference. Any help would be much appreciated.
Hi, Currently the permissions are global to the whole Thingworx platform. It's fine for most of the entities , but Project should be an exception I think. The project is not a namespace, but it should be the boundary of the permissions, that would be a better balance between the isolation and sharing. Regards, Sean
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.