Redirecting keyboard and mouse data – Guntermann & Drunck DVICenter DP16 Configuration and Operation User Manual
Page 134

Controlling the matrix switch via XML
126 · G&D DVICenter
The following parameters are required to send commands:
Redirecting keyboard and mouse data
With the optional Tradeswitching function, you can use the command
<redirect>
to
redirect a device’s in- and outputs to another device.
<openmenu>
Open OSD on a user module
<closemenu>
Close OSD on a user module
OPEN OSD
<?xml version="1.0" encoding="utf-8"?>
<root>
<openmenu>
<DviConsole>0x22222222</DviConsole>
</openmenu>
</root>
CLOSE OSD
<?xml version="1.0" encoding="utf-8"?>
<root>
<closemenu>
<DviConsole>0x22222222</DviConsole>
</closemenu>
</root>
NOTE:
Redirecting keyboard and mouse data to another user module or target
module requires the premium
Tradeswitching
function.
IMPORTANT:
As of version 1.1 of the XML API, the command
<redirect>
sup-
ports a new syntax. The earlier syntax is supported as well.
In the new syntax, the target of the redirection is stated by a device-specific
marker. The same applies to the source.
<DviConsole>
User module (tag can be used for source and target)
<DviCpu>
Target module (tag can be used for target only)
NOTE:
When connecting an analogue matrix switch via bridging, you can address
its target modules via <NeoCpu>.
REDIRECTING KEYBOARD AND MOUSE DATA
<?xml version="1.0" encoding="utf-8"?>
<root>
<redirect>
<DviConsole>0x22222222</DviConsole>
<DviCpu>0x33333333</DviCpu>
</redirect>
</root>