UNS Asset Tree (Reference) provides a hierarchical organization structure for solution data, enabling intuitive navigation, management, and visualization of tags and assets representing industrial systems.
The Asset Tree provides:
The Asset Tree serves as the central hub for organizing the Unified Namespace, creating a logical structure that mirrors your physical assets or functional areas.
Icon | Action | Description |
---|---|---|
1 | Reload Tree | Refresh structure |
2 | New AssetFolder | Create container |
3 | New Tag | Add tag to tree |
4 | New TagProvider | Create connection |
5 | Insert Provider Data | Link external data |
6 | Edit Element | Modify properties |
7 | Rename | Change element name |
8 | Create Template | Generate DataTemplate |
9 | Collapse All | Close all folders |
<ac:structured-macro ac:name="info"> ac:rich-text-body Tags created without selecting a folder are placed in the RootTags folder. You cannot create sub-folders within RootTags. </ac:rich-text-body> </ac:structured-macro>
Moving Tags:
Copying Elements:
Renaming:
Deleting:
csharp
// Full path including folders
@Tag.Area1/Line1/Temperature
@Tag.Plant/Boiler1/Pressure
csharp
// Dynamic path resolution
Asset("Area1/Line1/Temperature")
// Relative path
Asset(@Client.Context.AssetPath + "/Temperature")
// TagProvider access
Asset("/OPCServer/Device1/Status")
Right-click linked folder → Edit Asset Folder:
When solution running and Designer connected:
Add AssetTree Control to displays:
Property | Description | Options |
---|---|---|
Name | Folder identifier | Any valid name |
Alias | Display name override | Custom text |
Visibility | External access control | Private/Protected/Public |
LinkedTo | TagProvider connection | Connection name |
Path | Full tree path | Auto-generated |
/Plant
/Area1
/Line1
/Motor1
/Sensor1
/Line2
/Motor2
/Sensor2
/Area2
/Tank1
/Pump1
/Production
/Mixing
/Ingredients
/Temperature
/Packaging
/Counter
/Weight
/Utilities
/Power
/Water
/Motors
/Motor001
/Motor002
/Pumps
/Pump001
/Pump002
/Valves
/Valve001
/Valve002
Tree not updating:
Cannot move tags:
TagProvider data missing:
Display not showing tree: