10
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>
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>