Recently active
Hello, I have a service that return an infotable called allCenters,, i created other service called searchCenters that calls allCenters service and created a input in it: When i execute i try to execute the service, what the value i give in the query parameter i have the following error: Any idea what i could i have missed y not well configured? Regards, Yous
Hi Team, Could you please help me how to show both line and bar chart together as I am not able to do with the new Line chart. Please suggest how to achieve this in new widgets instead of legacy label chart widget. Thanks in advance.
Hi I'm trying to use Expression with 5 inputs but 4th an 5th input is not working. Please help with this issue. TWX version 9.1.1
1. Can we trigger autorefresh using ServiceInvokecompleted of any service?? (without using refresh intervel) 2. While using autorefresh in cloud for every 10 mins, it is reloading all the services binded to the mashup right? If 500 users using same mashup simultaneously, it will slow down the server performance?? What issues we can expect from this scenario?
Hi! When I execute the QueryStreamData service of the AnomalyMonitorStateStream from within a service I get the data but from Composer the service returns no data. Is this a bug or what other reason could be? As workaround I am executing the GetStreamData services from Composer. You can check the attached screenshots. Regards!
Hello , I am using thingworx (9.1.5) timeseries chart and i would like to format the tooltip for time. I don't see any property to format tooltip and it neither takes the format set for the x-axis. Is there a possibility to do it via CSS or what would be the better approach. Thank you.
Hallo I am trying to rotate a widget from its horizontal position to a vertical position can anyone tell me how? horizontal position Vertical posiiton
Is there a way to clear the KPI calculations just like they do after a shift change? I am trying to find the same service you use for shift change so that I can run that same code when we do a SKU change. This way it will reset the APT and PBT time info. Please direct me which service clears those APT and PBT or how I can change them to zero. thanks
Hi, I want Process Gauge widget Extension I cannot find it in marketplace can anyone attach the extension below. Thanks
Hello, I would like to apply manual CRON to Scheduler with below requirements. this scheduler should run immediately or in 30 seconds - it's only for one time, once deployed it. and then this scheduler should run periodically for every 6 hours. Kindly let me know to achieve this requirement. Thanks Gopi
Hello, Tomcat logs are getting filled with intrusion exceptions as below: ERROR IntrusionException:55 - [SECURITY FAILURE Anonymous:null@unknown -> /ExampleApplication/IntrusionException] INTRUSION - Multiple (2x) and mixed encoding (3x) detected. It's not creating issues in the application but tomcat logs are flooded with these errors. Followed this article and turned errors into warnings but still size of log file is increasing too fast. How to handle these exceptions? Can anyone help me with your inputs to handle this? Thanks!
Hi all, Is there a way to collapse container when user clicks empty space in mashup ? /VR
Hi Team, How to display and play mp3 file in ThingWorx 9.2 on mashup? Thanks in advance.
i am getting property value but the anomalous state is not displayed can someone suggest what could be wrong ?
Hi, Is this layer of HA configuration using TW Connection server possible for TW Foundation 8.5 and TW Platform 8.5 and above version in windows? Thanks, SV
Hi Team, Could somebody help me with the snippet alongwith example that how to write ForEach loop of JS in ThingWorx. Suppose my array is var fruits = ["apple", "orange", "cherry"]; , then how to print each element (or access each element) of this array. Thanks in advance.
Is your team operating an effective DevOps pipeline? DevOps is an important part of a mature, enterprise ready application, but the process isn’t simple. This expert session will focus on how a full DevOps pipeline looks like and how PTC can help to build a seamless pipeline. Join us for our upcoming Expert Session to learn how to create a Docker image, integrate Azure with Docker and Git, and set up a seamless DevOps pipeline. When? Thursday, September 30th 2021 | 11 AM EST Host: Tori FIrewind, Senior Engineer in PTC IOT Enterprise Deployment Center Registration link: https://www.ptc.com/en/resources/iiot/webcast/devops-pipeline-thingworx
Hi, I have this Mashup (Always showed on the screen) the widget containedMashup (Green square) is the only one that changes: I know how to change the contained mashup by binding the Menu (String Mashup property) to the Name of the contained Mashup as follows: BUT, now I want to change the contained mashup when I click a Button inside the Contained Mashup. Is like one mashup goes after another one withotu click on the menu, just click a Button inside the Mashup. I tried to use Navigation function by Target Window Type = Replace but it Replace ALL the window on my navigator. with the menu, the top part, etc, etc. Another option I tried was to create a Mashup parameter on the Mashup which I have to click the button and try to send the target MashupName to the ContainedMashup property: I Add the Mashup where I have the parameter created and using the service GetParameter I can get the parameter created on the mashup where I have the contained Mashup (red): But the
anomalous state is not showing my anomaly dashboard ,what could be the possible error
Hi Developers, I'd like to set sortable grid, so I checked "EnableSorting" but it doesn't work.Could you tell me on how to configure the grid.
I am new to thingworx so can someone please brief about ,how to go about displaying the analytics manger results in a dashboard ? or how a dashboard can be connected to the results from analytics manager ?
Is there a way to create organization branches via scripting? I know I can create top level organization via following snippet: var params = { topOUName: "customer"/* STRING */, name: "customer"/* STRING */, description: undefined /* STRING */, topOUDescription: undefined /* STRING */, tags: undefined /* TAGS */}; // no returnResources["EntityServices"].CreateOrganization(params); But is there a way to create branches also via script? See attached picture (branch1 & branch2).
Hello. I want to display the data in Gantt chart. I refer this post and I successfully import extension but the Gantt chart widget is not visible in widget section. I'm using Thingworx 9.2 version . please check the below attachment and let me know ; What is the solution for this? OR Is there inbuild Gantt chart extension available which supports and works properly in Thingworx 9.2 then please let me know Thanks in Advance
Hi, I have written a service with output data shape MenuEntry. The output of this service is linked to a menu widget. The menu data and the icons are loading, but the submenus are not loading. I refered the service writing method from the following link:https://support.ptc.com/help/thingworx/platform/r9/en/#page/ThingWorx/Help/Mashup_Builder/Widgets/MenuBarDefiningtheMenuBarItemsUsinganInfotable.html Also, sharing my code for reference. var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({infoTableName: "InfoTable",dataShapeName: "MenuEntry"}); result.AddRow({menuId: 'topMenu',linkType: 'Menu',}); result.AddRow({linkDestination: 'Main_Utility_Dashboard',isDefault: true,parentMenuId: 'topMenu',imageURL: 'Home_style_twaek_icon',linkTarget: 'Self', // (Popup, Mashup, New)description: '',menuId: '1',linkType: 'Mashup',title: 'Monitor'}); result.AddRow({isDefault: false,parentMenuId: 'topMenu',imageURL: 'dashboard_style_twaek_icon',link
Hello I am testing the "Connect Raspberry Pi to ThingWorx Guide" and have problems with step 5 (Launch the EMS). I get the error message below when connecting from Raspberry PI to ThingWorx 9.1.2. I am using EMS version 5.4.10.1509, what is the problem here? [INFO ] 2021-10-07 12:02:53,485 ./wsems: Starting the connection. 192.168.108.6:8080-->[ERROR] 2021-10-07 14:02:53,981 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number.[ERROR] 2021-10-07 14:02:53,981 SDK: twWs_Connect: Error restarting socket. Error 0[ERROR] 2021-10-07 14:02:58,991 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number.[ERROR] 2021-10-07 14:02:58,991 SDK: twWs_Connect: Error restarting socket. Error 0[ERROR] 2021-10-07 14:03:03,999 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number.[ERROR] 2021-10-07 14:03
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.