9
If UPS battery level > Shutoff Threshold
Action: Turn on Outlet Bank 3 or 4
Response from UPS: $BANK 3 = ON<CR>
$BANK 4 = ON<CR>
If UPS battery level < Shutoff Threshold
Action: Turn off Outlet Bank 3 or 4
Response from UPS: $BANK 3 = OFF<CR>
$BANK 4 = ON<CR>
$BATTERY = charge%<CR>
If power button is OFF and state is changed to ON
Action: Activate Power Button
Response from UPS: $BUTTON = ON<CR>
If entered bank or state are invalid
Response from UPS: $INVALID_PARAMETER<CR>
SET BANK 3 & 4 THRESHOLD
Sets the battery level threshold in which Outlet bank 3 or 4 shuts off.
Send to UPS: !SET_BATTHRESH bank level<CR>
level is a number between 20 and 100 represents the battery charge level where
Outlet Banks 3 and 4 are shut off to the reserve remaining battery charge for the
equipment connected to Outlet Bank 1. level shall be rounded up to the nearest
interval of 10.
bank is the outlet bank number (3 or 4) to set.
If level is >19 AND level <101
Action: SHUTOFF THRESHOLD will be set to a value between 20 and 100.
Response from UPS: $BTHRESH = level<CR>
If specified level is invalid
Action: No action will be taken
Response from UPS: $INVALID_PARAMETER<CR>
SET BUZZER MODE
With Buzzer Mode ON, the buzzer will sound during UPS Mode.
Send to UPS: !SET_BUZZER mode<CR>
mode = {ON, OFF}
If specified mode is invalid
Action: No action will be taken, UPS will request a valid mode setting
Response from UPS: $INVALID_PARAMETER<CR>
$BUZZER = mode<CR>
SET AVR MODE
Sets AVR (Automatic Voltage Regulation) MODE.
Send to UPS: !SET_AVR mode<CR>
mode = {OFF, STANDARD, SENSITIVE}
If specified mode is invalid
Action: No action will be taken, UPS will request a valid mode setting
Response from UPS: $INVALID_PARAMETER<CR>
$AVR = mode<CR>
SET FEEDBACK MODE
Sets the feedback mode to ON (unsolicited) or OFF (polled). When ON, a mes-
sage will be sent to the controller every time the status of an input (i.e. button),
output (i.e. outlet) or power state (i.e. overvoltage) changes. If feedback is OFF,
the controller must request status with a query (see Queries section for more
details).
Send to UPS: !SET_FEEDBACK mode<CR>
mode = {ON, OFF}
If specified mode is invalid
Action: No action will be taken, UPS will request a valid mode setting
Response from UPS: $INVALID_PARAMETER<CR>
$FEEDBACK = mode<CR>
SET LINEFEED MODE
With LINEFEED MODE set, a linefeed character (<LF>, 10d, 0Ah) is appended
to each response.
Send to UPS: !SET_LINEFEED mode<CR> mode = {ON, OFF}
If specified mode is invalid
Action: No action will be taken, UPS will request a valid mode setting
Response from UPS: $INVALID_PARAMETER<CR>
$LINEFEED = mode<CR>