Skip to main content

General

Overview & Navigation

Navigate and monitor your real-time Unified Namespace hierarchy.

The UNS Explorer is the primary interface for visualizing the real-time state of your industrial operation based on the Unified Namespace (ISA-95) architecture.

Unlike the "Devices" list which organizes data by hardware connection, the UNS Explorer organizes data by Business Context.

UNS Explorer Interface
UNS Explorer Interface

Interface Overview

Navigate to Data Management > UNS Explorer in the sidebar.

1. The Hierarchy Tree

The left panel displays the semantic tree structure: Enterprise > Site > Area > Process Cell > Equipment > Metric

  • Nodes: Represent logical groupings (Site, Area, Line).
  • Leaves: Represent actual data points (Tags).
info
Data Visibility

Nodes visible in this tree are filtered based on your user role. Administrators can control this visibility via UNS Topic Permissions.

2. Real-Time Grid

When you select a folder (e.g., BIW_Line_A), the main grid displays all tags within that context.

  • Value: The current live value. Updates flash briefly when changed.
  • Quality: OK or specific status flags.
  • Timestamp: Time of the last update.

Real-Time Visualization

The interface updates automatically as new data arrives from the Edge Gateways.

  • Live Values: Metrics like Temperature, Speed, and Status update in real-time.
  • Status Indicators: Devices show Active/Inactive states (e.g., 53 / 53 D active devices).
  • Outbound Status: Shows where the data is being routed (e.g., System).
priority_high
Data Throttling

To ensure platform stability and browser performance, internal UNS updates in the UI are throttled at 500ms per metric. This prevents UI lockups during massive high-frequency data bursts while maintaining a responsive user experience.


Node Metadata

Clicking on any node reveals its System Properties:

  • Topic Path: The full MQTT topic (e.g., Apex_Automotive/North_Plant/Body_Shop/BIW_Line_A/WeldCurrent).
  • Source Device: Which physical device is feeding this node.
  • Update Rate: The effective frequency of data changes.
info
Read-Only View

The UNS Explorer is currently a read-only interface for monitoring. To change data values (write-backs), you must use the Device Control functions or User Scripts.

Next Steps