13
MB1500 / F1500-UPS / F1500-UPS E COMMANDS
Messages to and from the MB1500 / F1500-UPS device are similarly structured in XML. The XML messages are wrapped in
the header:
<?xml version=”1.0” ?><device class=”kmb1500” id=”
device_id
”>
MESSAGE
</device>
The device class and ID are discovered by issuing the <sendfamily> command to the CV2. See CV2 Target Device ID above.
Note: The device_id will change if the CV2 card is moved to another BlueBOLT compatible product.
For brevity, the XML wrapper will not be included in the description of individual messages.
DEVICE
DEVICE CLASS
Panamax MB1500
kmb1500
Furman F1500-UPS
kf1500
Furman F1500-UPS E
kf1500e
GET DEVICE INFORMATION (QUERY)
Query the firmware version of the connected MB1500 / F1500-UPS / F1500-UPS E.
SEND
<command><sendinfo/></command>
RECEIVE
<info time=”
time
”>
Response time stamp, provided in UNIX time
<fwver>
FW
</fwver>
MB1500/F1500-UPS firmware version
</info>