Skip to main content

Alarm Viewer

The Alarm Viewer element allows the visualization and management of system alarms within synoptics.

Properties marked with bolt allow dynamization from an expression with variables.

General

Basic identification and position configuration.

Name (string)

Unique identifier of the element.

Description (string)

Optional descriptive text.

X bolt (number)

Horizontal position in pixels.

Y bolt (number)

Vertical position in pixels.

Z bolt (number)

Depth index (z-index).

Width bolt (number)

Width of the element in pixels.

Number of rows (number)

Defines the amount of visible rows in the viewer.

Style

Visual customization of the element and its interface.

Hidden bolt (boolean)

Makes the element invisible.

Background Color bolt (color)

Background color of the container.

Border Color bolt (color)

Global border color.

Row Color (color)

Default text color for the alarm rows.

Interface Color (color)

Color applied to the viewer's interactive and control elements. This includes the main title, the search bar border, and the pagination controls.

Header Color (color)

Text color for the header row.

Active alarm color (color)

Text color for alarms that are in an active state.

Active alarm background color (color)

Background color to highlight active alarm rows.

Acknowledged alarm color (color)

Text color for alarms that have been acknowledged by the operator.

Acknowledged alarm background color (color)

Background color for already acknowledged alarm rows.

Border Color [Top/Bottom/Left/Right] (color)

Allows defining specific colors for each side of the border.

Border Radius bolt (number)

Corner rounding of the container in pixels.

Border Width bolt (number)

Global border thickness in pixels.

Border Width [Top/Bottom/Left/Right] (number)

Specific thickness for each side of the border.

Header Font Size (number)

Text size for the header row.

Row Font Size (number)

Text size for the row content.

Header Height (number)

Height in pixels of the header row.

Row Height (number)

Height in pixels of each alarm row.

Border Style bolt (string)

Global stroke type (Solid, Dotted, etc.).

Border Style [Top/Bottom/Left/Right] (string)

Specific stroke type for each side of the border.

Shadow (string)

Predefined shadow style (None, Small, Medium, Large).

Rotate (number)

Rotation angle of the element in degrees.

Transition (string)

CSS transition definition for animating state changes.

Anchor Point [Vert./Horiz.] (string)

Defines the reference position relative to the vertical and horizontal axes.

Advanced

Configuration of data behavior and element functionalities.

Table title bolt (string)

Text displayed as the main header at the top of the element.

Select rows (boolean)

Allows the user to mark individual table rows to perform actions like acknowledgement.

Pagination (boolean)

Displays navigation controls at the bottom of the viewer, allowing the alarm list to be split into pages to improve navigation.

Acknowledge button (boolean)

Shows or hides the button that allows the operator to acknowledge selected alarms directly from the viewer.

Filter (string)

Allows defining a filter to show a specific subset of alarms based on criteria such as priority, area, or type.

Fields (Array)

Defines which columns of the alarm information will be displayed in the viewer's table. Only the fields added to this list will be visible to the user.

Search box (boolean)

If enabled, displays a search bar that allows filtering alarms in real-time based on the entered text.

Refresh button (boolean)

Enables a button in the interface to force an update of the displayed data.