he Asset Tree is a graphical tool on the software platform for organizing solution data within a customizable hierarchy. It enhances navigation, data management, and visualization of complex industrial systems. Users can create folders, add tags, and associate metadata (e.g., alarms, historians). During runtime, the AssetTree Control displays the hierarchy, allowing interaction with elements and viewing relevant data. The ASSET() syntax allows programmatic access to asset elements for integration with other system components and processes.
On this page:
Hierarchical representation of the solution’s real-time data variables, composed of tags and nodes.
Any item in the Tree, whatever is a Node or a final branch
Nodes in the tree that are containers for other objects or partial paths for TagNames.
Pre-defined node holding all tags not in any Asset Folder, helping manage large solutions.
Dynamically linked to data from a TagProvider Connection.
The Asset Tree is the main centralized location for configuring your Unified Namespace, tags, and assets organization. In this interface, you can create AssetFolders, new tags, move elements within the tree, and create TagProvider Connections.
When the solution is running and the Designer is connected to the runtime, the Asset Tree also displays the current values for the tree elements.
The Asset Tree configuration is located at Unified Namespace → Asset Tree.
The Asset Tree has pre-defined folder:
RootTags: Contains all local tags not placed in any other folders.
The image below describes an example of a solution's hierarchy.
Add New Asset Folders
Add New Tags
If you don't specify a folder, the new tag will be placed in the 'Base Tags' section of the tree.
At Displays → Draw, under the Modules components, you can find the AssetTree control. Simply drop this control onto your display, and the AssetTree will be available in Runtime Displays for operators.
Go to AssetTree Control for more information
Access a tag directly using its full name, including folders.
Example: Tag.Area1/linha1/state
Use the ASSET keyword for dynamic mapping or TagProviders.
Example: Asset("/Area1/linha1/state")
Useful for dynamic mapping or accessing values from TagProviders.
Example: Asset(client.SelectedAssetFolder + "/state")
In this example, the expression combines the selected folder with “/state” to display the corresponding element from the AssetTree.
In this section: