Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
● | ● | ● |
Syntax
If ($BATT.eq.OK) then...
Use
This status indicator compares the value of the $BATT resident point to determine if the backup battery is operational. This comparison is true if the battery is charged.
Example
600 IF ($BATT.EQ.LOW) THEN ALARM(P26BAT)
An alternate method to test the battery strength is to use the numeric value (50) of LOW.
600 IF ($BATT.EQ.50) THEN ALARM(P26BAT)
Notes
This function can only be used in automation stations that have the ability to monitor the strength of their backup battery.
See also the Battery Status – Discharged (DEAD)andBattery Status – Almost Discharged (LOW) topics.