Wallboard Entry
A wallboard entry contains a value and optionally two threshold levels. If at
least one of threshold levels is defined then the entry has one of the
following states: normal
, warning
or
error
. A threshold level is defined if it has a positive value.
If both threshold values are defined then the state is computed as follows.
If the value of threshold1 is not greater then the value of threshold2 then the entry state is:
-
value < threshold1:
normal
state -
value >= threshold1 and value < threshold2:
warning
state -
value >= threshold2:
error
state Else, if the value of threshold1 is greater then the value of threshold2 then the state is as follow: -
value > threshold1:
normal
state -
value ⇐ threshold1 and value > threshold2:
warning
state -
value ⇐ threshold2:
error
state
Fields
Name | Type | Notes | |
---|---|---|---|
id |
|
The id of the entry, which is unique to this wallboard. |
|
name |
|
the localized entry name. |
|
threshold1 |
|
the first (warning) threshold1 |
|
threshold2 |
|
the second (error) threshold |