Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Easy Heading Macro
headingIndent40
navigationTitleOn this page
selectorh2,h3
wrapNavigationTexttrue
navigationExpandOptiondisable-expand-collapse

...

Info
iconfalse

Quick video tutorial (no audio)


Overview

High Performance is a design approach that turns traditional displays into intuitive information with actionable intelligence.  It displays information in a simple color style to help make it easier to understand the project status. 

...

  • Level 1: High-Level information such as an indication of performance or events that require immediate attention.
  • Level 2: The display used by operators to perform their tasks.
  • Level 3: Contain individual equipment information and controlDisplays the controls for individual equipment as well as the information and status of the equipment. 
  • Level 4: The most detailed display that provides information on individual components and equipment. 

...

Mapping Symbols to Runtime Objects

To map the an added symbol to a runtime object (tag or some other property, double-click on it to the symbol to display its supported properties.


Each symbol has Even though symbols have different runtime properties, but they all can have similar appearances (such as color) according to the state they are in. In the example below, every symbol that is On, Open, Running, or Energized appears white to indicate that the item is in a similar behavior in their appearance"running" state. Since they are all in a similar state, they would each be mapped to the Value "1".

Code Block
Value = 0 // Off/De-energized/Idle/Stopped/Closed
Value = 1 // On/Energized/Running/Open
Value = 2 // Disabled/Out of Service


These The values listed above follow a the color convention pattern for HMI displays.The images below illustrates , and the different colors a symbol can display are illustrated in the image below. 



Symbol Themes and Colors

The A symbol's appearance can be customized by changing the theme for this the object. On In Run-Dictionaries-Themes, you will find predefined theme palettes that are predefined and are built into the NewProject Templates.

The ItemName properties property that is related to the HPG Symbols symbols are highlighted in the image below.

...

This symbol acts as an indicator for the alarm state of a specific tag. It can display the alarm priority level (low, medium, and or high), and it has 3 different possible color configurations according to the Alarm Statedepending on the status of the alarm state. See image below. 

 

There is a tag property called AlarmPriorityEnum that The AlarmPriorityEnum property is used for animating the Alarm Indicator symbol. The Enum property has the following settings:

...

Code Block
Number in Symbol:
-	1: Priority High (2)
-	2: Priority Medium (1)
-	3: Priority Low (0)

Outer Border and inner element:
-	Border static and Element blinking: Alarm is active
-	Border static and Element static: Alarm is acked
-	No Border and Element blinking: Alarm is normalized
-	No Border and No Element: Alarm not active


To illustrate the behaviors described above, the The following images demonstrates demonstrate the display's appearance when an alarm is in an active state.