Controlling the KVM switch via XML
G&D DP1.2-MUX3-ATC ·
80
English
Switching to the previous channel
Use the command
<prevmuxchannel>
to switch to the previous channel of the KVM
switch.
Pinning individual signals
The command
<pinmux>
permanently switches one of the signals
video
,
audio
or
USB
to a channel. The permanent switching of these devices is maintained during subse-
quent switching of the KVM channel.
Use the command
<unpinmux>
to unpin a signal.
Pinning and unpinnig signals requires the following parameters:
SWITCHING TO THE PREVIOUS CHANNEL
<?xml version="1.0" encoding="utf-8"?>
<root>
<prevmuxchannel/>
</root>
<DlMux4>
Optional
: Device on which the command is executed.
<Channel>
Number (
1
,
2
or
3
) of the pinned channel
To select the currently switched channel, select
-1
.
<Type>
Type of the pinned signal:
VIDEO
,
USB
or
AUDIO
PIN USB TO CHANNEL 2
<?xml version="1.0" encoding="utf-8"?>
<root>
<pinmux>
<Channel>2</Channel>
<Type>USB</Type>
</pinmux>
</root>
PIN SECOND VIDEO LEVEL TO CURRENT CHANNEL
<?xml version="1.0" encoding="utf-8"?>
<root>
<pinmux>
<Channel>-1</Channel>
<Type plane="1">VIDEO</Type>
</pinmux>
</root>
CANCEL USB PINNING
<?xml version="1.0" encoding="utf-8"?>
<root>
<unpinmux>
<Channel>2</Channel>
<Type>USB</Type>
</unpinmux>
</root>