Recently active
Applicable Releases: ThingWorx Platform 7.0 to 8.5 Description: Covers how to apply patch upgrades to ThingWorx installation, with the following agenda: How to read ThingWorx version Upgrading to a major/minor version of the platform Focus on upgrading to a patch version of the platform Upgrading extensions Always check the patch release notes for additional information and specific steps
Applicable Releases: ThingWorx Platform 7.0 to 8.5 Description: Covers the main topics that need to be considered when evaluating or designing a scalability strategy for the environment and applications The agenda contains the following topics: Introduction Connection Server Federation High Availability Some of the databases mentioned in the presentation are no longer supported Please refer to the compatibility matrix to check supported databases Related Articles How to configure a Federate architecture Is high availability supported in ThingWorx
Applicable Releases: ThingWorx Platform 7.0 to 8.4 Description: A practical example of how to build a data model in ThingWorx following a pre-defined design Following topics are covered: Review existing Design Plan Build all required entities in ThingWorx Composer Test the model and review scalability and reusability The session was recorded using the old ThingWorx Composer, but the concepts are still applicable Related Success Service - Principles of Thingworx Modeling Related Service - Design your Thingworx Model
Hi All, I know we have a service SetValueStream that can be used to add the ValueStream to an Asset. In the same way, Do we have have any service to remove or detach a Value stream to an Assets? or we have any other options to remove the values. Please let me know. Thanks for your reply.
Hi Folks, Is there any Thingworx built-in service/API to check all the Extensions utilization in one GO? I'm aware of the existing services but that performs utilization check for a single package at a time. And I'm looking to get the Usage report of all packages alongwith its history (last used,Import datetime,etc) Thanks in advance!
Applicable Releases: ThingWorx Platform 7.0 to 8.4 Description: Concepts and basic Mashup design using an use case as example Following topics are covered: Recap Scenario Requirements and review concept design Introduction to Mashup Builder Design Mashup to visualize data Related Success Service The session was recorded using the old ThingWorx Composer, but the concepts are still applicable
Applicable Releases: ThingWorx Platform 7.0 to 8.5 Description: Introduction to Edge connectivity in Thingworx Foundation: Edge concept and definition Available edge products Why use Edge products What is Edge Microserver and Lua Script Resource What are the SDKs What are connection servers AlwaysOn and HTTP protocols ThingTemplates to connect remote devices The session was recorded in an old ThingWorx version, but all the concepts are still applicable
Applicable Releases: ThingWorx Platform 8.3 to 8.5 Description: Installation walkthrough of ThingWorx foundation using PostgreSQL, materializing some main steps that might be difficult to read in the installation guides Reference installation guides for each version
Applicable Releases: ThingWorx Platform 7.0 to 8.5 Description: Concepts and methodology to design a data model using an use case as example The following topics are covered: Real-world Product Example ThingWorx Terminology and concepts Formulate an implementation Strategy Related Success Service
Applicable Releases: ThingWorx Platform 7.0 to 8.4 Description: Strategy and tools for Thingworx application backups Backup Terminology and concepts Drivers to define a backup strategy Tips for executing backup in a Thingworx instance: Tomcat, certificates, Configuration and file system data, application specific files, database Neo4J database mentioned in the session is no longer supported For more information check Best Practices for ThingWorx Backup
Applicable Releases: ThingWorx Platform 8.0 to 8.5; ThingWorx Navigate 1.5.0 to 8.5.0 Description: Definition and concepts of Single Sign On (SSO), terminologies, components and architecture, as well as configuration prerequisites and high level steps to configure using PingFederation with Windchill and Navigate and main troubleshooting techniques
Applicable Releases: ThingWorx Platform 7.0 to 8.5 Description: Main concepts and best practices for devops methodology such as Naming Conventions Setup and management of environments for development and testing Import/Export process and application deployment Use of Tags and Project to control your development Coding Standards Validation best practices For project packaging and deployment, make sure to check the content about Solution Central created after this session was released
Hi everyone, I'd like to show some information when I ckeck the marker from google map. Like example below: How can I do it?
Hello! My team and I are trying to use a collection widget and each cell has a button. Since the buttons can have multiple sizes we would like to know if it's possible to have an "auto-size" property for the cells, otherwise, every cell will have to have the width of the biggest button which isn't ideal. Thank you in advance.
Hi, I have two issues 1. looking to remove 'none' from Dropdown. 2. when my Grid is Empty then i have to display message on Grid 'No data available'. please help me to do this. Thanks
Hi, I followed this guide but I have error in PiTemplate, it doesn't update CPU Temp and doesn't show frequency and volt in mashup. I found similar topic but I think it works only on Raspberry 3. It happens on this line of code: s = s/1000000 Error from terminal: [INFO ] 2020-07-23 08:19:12,567 PiThing: Attempting to GetPropertySubscriptions from server failed. code: 500, result: [ERROR] 2020-07-23 08:19:12,591 luaScriptProxy::execute: [-1241516976] Error executing script PiThing, Error = Error: ...oads/microserver/etc/custom/templates/PiTemplate.lua:39: attempt to perform arithmetic on local 's' (a nil value) [ERROR] 2020-07-23 08:19:12,591 luaScriptProxy::app_unlock: [-1241516976] Attempt to unlock app_mutex while not holding it.L= 0x20a808 [INFO ] 2020-07-23 08:19:13,26 PiThing: Received notification that property bindings have been updated on server.
Hi all, I've been recently using the Collection widget to fill in my mashup's contents in a dynamic manner. So far I've used Table Layout: Flow (Horizontal Distribution). However, this makes it so the Collection is responsive, and it will wrap the mashups within if they do not fit in a single row. How can I make it so it only distributes the nested mashups in a single row of the Collection Widget?
Hi, I have written a service that is binded to the "Data" property of Time Series Chart Widget. There are 2 numeric fields and a string field that is displaying in the chart. Lines are selected in order to display numeric items on the chart and is working fine. On hovering the lines we are able to see the values of 2 numeric fields and string field for the particular timestamp. But the marker is visible on zooming the top area of the graph above the particular timestamp. I have attached the screenshot of the zoomed area in order to see the marker. Is there any workaround to plot the marker in an area which is visible without zooming the graph? I am using Thingworx version 8.5.4. Thanks
I want to give home mashup to every created thingworx user in particular group. Currently i created user and added to studio-admin group by using service Now i want to give home mashup for every user or direct group for login? I tried visibility permission service to group but confused don't know what to do. I have added super admin user in super admin group, admin user in studio-admin group and trainer in trainer group. how can i give home mashup to every user or group while creating user on mashup? Please suggest Here is my organisation.
Hi, Is there an accepted method of getting a click event on a Collection Widget tile to trigger a Navigation to a parameterized mashup? I have: Mashup A: Main full size mashup for a Production Line Mashup B: Small mashup that shows key data for a machine on the line. A service on Mashup A populates a Collection Widget with these. Mashup C: Boiler Plate Mashup that shows more detail about the machine. I would like to set up navigation so when the user clicks on a Machine in the Collection, the Thingname of the machine (used to populate data on Mashup B) is passed to Mashup C. Now, I can get this to work by setting up a Navigation Function on Mashup A and binding the Collection CellWasClicked Event to the Evaluate input and the Event:Thingname to the Parameter of the Mashup. This works at runtime, until I refresh the composer and I get "Obsolete bindings for <NavigationFunction>" and the Mashup Parameter binding is removed. I've been searching round for ages fo
hello , please find attached logs
Hi @Rocko/All I got this block- https://community.ptc.com/t5/Vuforia-Studio/Easiest-way-to-connect-an-SQL-database-to-Thingworx-Studio-For/td-p/529820 where there is one link to get the extension for JDBC(SQL SERVER) - https://marketplace.thingworx.com/tools/jdbc-connector-extension is not working can anybody point me to right link? Also, I put the JDBC driver(main one not the extension) in tomcat/lib and trying to connect to MSSQL server by using a Database thing but not able to connect. any idea, am i doing right? Here is the log: [context: com.thingworx.webservices.context.HttpExecutionContext@7504795c][message: Thing [MSSQLConnection] is not running] Thanks! ~PC Reference: post
Hi All, From the document I read this, Minutes Locked Out—Amount of time a user is locked out. By default, this is set to 15 minutes. For example, if a user attempts five unsuccessful logins within five minutes, the account is locked for 15 minutes. After 15 minutes, the user has another five attempts. After 15 minutes, the user account is automatically unlocked or how it works? Please let me know.
Hello! I'm currently working with Thingworx v8.5.5 and experiencing some concerns regarding Mashups. Right now, we have some containers working as a header, which is compact and doesn't have a scroll bar and below it, another container with a collection (with many elements) that has a scroll bar. We were wondering if is it possible to have a Header (which includes more than 1 container) that once you scroll down only the bottom container stays on the top of the page. Or another possibility could be on how to scroll the entire page even though the mashup as multiple containers. We wanted to use the same behavior as we usually do in previous versions to 8.5.5 when we had Static mashups that we could have an entire page scroll bar and not scroll bars in different containers. We want that same behavior but in a responsive layout. And it's not happening in this case because we have the container having the scrollbar and not expanding beyond the page. So the page is fixed.
hello, want to show new dropdown after clicking on another dropdown list. If i have user type dropdown which having fields staff and member and after clicking on staff or member field it should be show band dropdown. Please refer the below attachment.
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.