Alarm Grid

Alarm Grid icon The Alarm Grid is a CygNet-aware control that supports the creation of customizable and interactive tables for the display and management of large amounts of alarm data in columns and rows. Five customizable column types are supported: Alarm, Facility, Generic, Point, and a column displaying an alarm icon, which can be customized based on alarm priority for unacknowledged alarms. Alarm columns are mapped to an alarm attribute; facility columns are mapped to a facility attribute; generic columns can display any kind of scripted data of your choice and its cells can be edited in run mode; and point columns are mapped to point attribute. Point columns also support grid row summaries. Several other configurable properties are supported, including:

This control is supported in the Canvas Native view and the CygNet TWC web view.

The Canvas Alarm Grid mirrors many of the features available in the CygNet CAS View Control.

Alarm Grid Example

The following image shows an Alarm Grid.

Sample Alarm Grid

Alarm Grid, showing Toolbar Filters and Context Menu on point in alarm

Property Inheritance

Property Inheritance

Property inheritance, or sending and receiving, is a widely used concept in Canvas. The application supports an explicit relationship between screens, objects, and controls, where certain property values, such as facilities and SiteService details, are passed from one element to another via an inheritance framework. Screens, objects, and controls can be configured as property senders or property receivers and provide configuration options where you can explicitly define the source of the facility and SiteService. Depending on how you have your screens, objects, and controls configured, the facility and SiteService may be received from any one of the following sources:

Broadcasting

Screens and objects support an additional notification option to broadcast their facility and SiteService selection changes to other open screens. If configured, a <Broadcast> option is available to source the screen's facility and SiteService properties from another open screen.

For example, a Text Tool can be configured to get its facility from the screen and the screen can be configured to get its facility from a Tag Chooser. Or Screen_A might source its facility from Screen_B, which gets its facility from a Tag Chooser.

Receiver or Sender

The Alarm Grid supports property inheritance as a receiver of its SiteService and facility, and as a sender of its facility:

Receive Send
SiteService Facility SiteService Facility
self (CAS)
screen
screen
other controls
none screen
other controls

The Alarm Grid is multi-facility aware and the level of a configured hierarchy selected (from an associated Tag Chooser) will determine on how many rows will be loaded into the associated Alarm Grid.

Related Topics