SET METER BRIGHTNESS
Sets the LCD display and outlet bank indicator brightness.
Send to UPS: !SET_BRIGHT xxx<CR>
xxx = {100, 075, 050, 025}
If specified brightness setting is invalid
Action: No action will be taken, UPS will request a valid brightness setting
Response from UPS: $INVALID_PARAMETER<CR>
$BRIGHTNESS = xxx<CR>
SET DISPLAY SCROLL MODE
Sets the LCD display SCROLL mode
Send to UPS: !SET_SCROLLMODE xxx<CR>
xxx = {5SEC, 10SEC, OFF}
If specified display scroll mode is invalid
Action: No action will be taken, UPS will request a valid mode setting
Response from UPS: $INVALID_PARAMETER<CR>
$SCROLL_MODE = xxx<CR>
SET DISPLAY SLEEP MODE
Set the LCD display SLEEP mode
Send to UPS: !SET_SLEEPMODE xxx<CR>
xxx = {30SEC, 60SEC, OFF}
If specified display sleep mode is invalid
Action: No action will be taken, UPS will request a valid mode setting
Response from UPS: $INVALID_PARAMETER<CR>
$SLEEP_MODE = xxx<CR>
RESET FACTORY SETTINGS
Resets all of the custom configuration settings
Send to UPS: !RESET_ALL<CR>
Action: Sets all state variables to the default values
Response from UPS: $FACTORY SETTINGS RESTORED<CR>
POWER CYCLE COMMAND USING TELNET PROTOCOL WITH BlueBOLT-CV1
#CYCLE Turns an outlet off, then delays before turning it back on.
(NOTE - THIS COMMAND IS ONLY AVAILABLE WHEN USING THE TELNET PROTO-
COL WITH THE BlueBOLT-CV1 INTERFACE. IT IS NOT SUPPORTED OVER SERIAL
(RS-232) CONNECTION).
Send to UPS (CV-1 card): #CYCLE bank:delay<CR>
bank = {1, 2, 3, 4}, delay = {1-65536}
Action: Turns off specified outlet bank them waits for delay seconds
and finally turns the outlet bank back on.
Response: There are no direct responses from this command, but the
outlet status change messages will be sent as the outlet
changes state:
$OUTLETn = status Where n = {1-8} Status = {ON, OFF}
SEND QUERIES IDENTIFY
Request that the unit identify itself.
Send Query to UPS: ?ID<CR>
Action: Model number and firmware revision will be provided.
Response: $PANAMAX<CR>
$MB1500<CR>
$FIRMWARE revision<CR>
OUTLET STATUS
Requests the on/off status of the outlet banks
Send Query to UPS: ?OUTLETSTAT<CR>
status = {ON, OFF}
Action: On/off status for outlets will be provided.
Response: $BANK1 = status<CR>
$BANK2 = status<CR>
$BANK3 = status<CR>
$BANK4 = status<CR>
POWER STATUS
Requests the status of the input voltage. The responses are the same as
Power Fault Status Change.
Send Query to UPS: ?POWERSTAT<CR>
Action:
Power status messages will be returned
Response:
Normal operation = $PWR = NORMAL<CR>
Overvoltage $PWR = OVERVOLTAGE<CR>
Undervoltage $PWR = UNDERVOLTAGE<CR>
Lost Power $PWR = LOST POWER<CR>
Test Mode $PWR = TEST<CR>
POWER
Requests the input and output voltages
Send Query to UPS: ?POWER<CR>
Action: Voltage status messages will be displayed
Response: $VOLTS_IN = vvv<CR>
$VOLTS_OUT = vvv<CR>
$WATTS = xxxx<CR>
$VA = xxxx<CR>
xxx is expressed in decimal format. If the value is less than 100, the hundreds
digit is represented with a 0. For example a line voltage of 92VAC would be
expressed as: $VOLTAGE = 092<CR>
10