3.6 BSAAlarmProperties Table

The BSAAlarmProperties table contains basic information regarding an alarm record in the BSAAlarmData table. This includes an alarm type used for channel support, a 32‑bit CRC hash used for alarm deduplication, and a flag to determine if the alarm is considered active.

Table 3-5 BSAAlarmProperties Table

Name

Type

P

M

F

Description

AlarmKey

$ID$

Y

Y

Y

Foreign key reference to the BSAAlarmData table.

AlarmType

CHAR(1)

N

Y

N

Alarm type.

CrcHash

INTEGER

Y

Y

N

32‑bit CRC hash computed on key alarm fields.

IsActive

$BOOLEAN$

N

N

N

Flag to indicate if the current alarm is active. (Currently unused).