Controlling the KVM switch via XML
Switching to the previous channel
Use the command
switch.
SWITCHING TO THE PREVIOUS CHANNEL
<?xml version="1.0" encoding="utf-8"?>
<root>
<prevmuxchannel/>
</root>
Querying monitoring values
Use the XML tag
tor>
expects the class tag (for example
itoring values are to be queried.
QUERYING ALL MONITORING VALUES OF ALL KVM SWITCHES
<?xml version="1.0" encoding="utf-8"?>
<root>
<monitor>
</monitor>
</root>
Optionally to the class tag, the ID and the name of the monitoring value can be stated.
Example:
QUERYING ALL MONITORING VALUES OF THE KVM SWITCH 0X11111111
<?xml version="1.0" encoding="utf-8"?>
<root>
<monitor>
</monitor>
</root>
You can further restrict the list by specifying the desired monitoring value.
QUERYING THE MONITORING VALUE »STATUS« OF THE KVM SWITCH 0X11111111
<?xml version="1.0" encoding="utf-8"?>
<root>
<monitor>
</monitor>
</root>
27 · G&D DL-DVI-MUX4-NT
Downloaded from
www.Manualslib.com
<prevmuxchannel>
<monitor>
to query the monitoring values. As parameter
<DlMux4 />
<DlMux4><id>0x11111111</id></DlMux4>
<DlMux4>
<id>0x11111111</id>
<monitorName>Status</monitorName>
</DlMux4>
manuals search engine
to switch to the previous channel of the KVM
<DlMux4>
) of the device class for which mon-
<moni-