Design display hierarchy and create navigation.
Displays Navigation → Tutorial | Concept | How-to Guide | ISA-101 | Reference
Prerequisites:
Table of Contents maxLevel 2 minLevel 2 indent 10px exclude Tutorial style none
Create four-level hierarchy:
Level 1 - Overview:
Level 2 - Area:
Level 3 - Detail:
Level 4 - Support:
Overview
Add elements:
Follow ISA-101 color guidelines:
State | Color | RGB |
---|---|---|
Normal/Running | Gray | 190,190,190 |
Stopped | White | 255,255,255 |
Alarm | Red | 255,0,0 |
Warning | Yellow | 255,255,0 |
Selected | Cyan | 0,255,255 |
Info | ||
---|---|---|
| ||
Use Colors from the Theme, instead of direct RGB |
Create area display:
Tank:
Tank1_Level
Pump:
Valve:
Valve1_Open
Design popup faceplate:
Create navigation bar:
Navigation script:
csharp
@Display.OpenDisplay("Area1_Detail");
// Or with popup
@Display.OpenPopup("Motor1_Faceplate", 400, 300);
Add persistent alarm bar:
Build reusable templates:
Motor Symbol:
@Tag.{TagPrefix}_Running
@Tag.{TagPrefix}_Amps
Implement SA features:
Page Tree | ||||
---|---|---|---|---|
|