
9
General Command Element Structure
Command messages are contained within a <command> element.
A sample command and M4000-PRO action:
Command
Response
<command><outlet id=”2”>0</outlet></command>
M4000-PRO turns outlet bank 2 OFF
Switch Outlet Bank
Command an outlet bank to turn ON or turn OFF
Command
<outlet>
Control
an
outlet
bank
Attribute:
id = “bank”
Which outlet bank to control
Content
0 | 1
0 = turn outlet bank OFF
1
=
turn
outlet
bank
ON
Example:
<outlet id=”2”>0</outlet>
Turn OFF outlet bank 2
Cycle Outlet Bank
Command an outlet bank to turn OFF, wait for its power cycle delay time and then turn back ON.
Command
<cycleoutlet>
Power cycle an outlet bank
Attribute:
id = “bank”
Which outlet bank to control
Content
None
Example:
<cycleoutlet id=”1”/>
Power cycle outlet bank 1
Power Sequence
Command the M4000-PRO to initiate a power on/off sequence. For a turn on sequence, the outlet banks will turn on after their turn on delay time. For a turn off se-
quence, the outlet banks will turn off after their turn off delay time.
Command
<sequence>
Power
sequence
Attribute: None
Content
0 | 1
0 = Initiate power OFF sequence
1
=
Initiate
power
ON
sequence
Example:
<sequence>1</sequence>
Initiate a power ON sequence