8.37 UserInterfaceType ObjectType

8.37.1 Overview

The UserInterfaceType provides a generic User Interface description consisting of:

An overview display, modelled by OverVU;

A close-up, detail display, modelled by ZoomedVU;

A control-loop view where the connections (modelled by the LoopVUReferences) among objects belonging to the same control loop are shown;

An overlay display where KPIs are shown, modelled by KPIVU;

A control panel, where shown objects can be read only (modelled by ControlPanelVURO) or read-write (modelled by ControlPanelVURW);

The UserInterfaceType is formally defined in the following table.

Table 100 – UserInterfaceType Definition
Attribute Value
BrowseNameUserInterfaceType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseObjectType defined in OPC 10000-5 - Part 5: Information Model, i.e. inheriting the Instance Declarations of that Node.
0:HasComponentObjectControlPanelVURO0:Double0:BaseObjectTypeM
0:HasComponentObjectControlPanelVURW0:Double0:BaseObjectTypeM
0:HasComponentObjectKPIVU0:Double0:BaseObjectTypeM
0:HasComponentObjectLoopVUReferences0:Double0:BaseObjectTypeM
0:HasComponentObjectOverVU0:Double0:BaseObjectTypeM
0:HasComponentObjectZoomedVU0:Double0:BaseObjectTypeM
Conformance Units
TMC Advanced Visualisation and Control
BrowseName Description
ControlPanelVUROThe control panel area where read-only objects are shown. Objects connected to a ControlPanelVURO by means of a non-hierarchical reference of type IsDisplayedBy are shown in the control panel.
ControlPanelVURWThe control panel area where read-write objects are shown. Objects connected to a ControlPanelVURW by means of a non-hierarchical reference of type IsDisplayedBy are shown in the control panel.
KPIVUThe object collecting variables to be displayed in the KPI section. Objects connected to a KPIVU by means of a non-hierarchical reference of type IsDisplayedBy are shown in the KPI display area.
LoopVUReferencesThe collection of references to control loops to be displayed. Non-hierarchical references connected to LoopVuReferences by means of a non-hierarchical reference of type IsDisplayedBy are shown in the control panel.
OverVUThe overview of the UI interface. Objects connected to an OverVU by means of a non-hierarchical reference of type IsDisplayedBy are shown in the overview display.
ZoomedVUThe zooned view of the UI interface. Objects connected to a ZoomedVU by means of a non-hierarchical reference of type IsDisplayedBy are shown in the zoomed in area.