Guntermann & Drunck DVICenter DP16 Configuration and Operation User Manual

Page 140

Advertising
background image

Controlling the matrix switch via XML

132 · G&D DVICenter

Requesting a list of configured channel groups

The list of configured port groups supports four different variants:

REQUESTING LIST OF ALL CHANNEL GROUPS

<?xml version="1.0" encoding="utf-8"?>

<root>

<list>

<Team/>

</list>

</root>

REQUESTING LIST OF ALL CHANNEL GROUPS WITH A USER MODULE AS MAIN

CHANNEL

<?xml version="1.0" encoding="utf-8"?>

<root>

<list>

<Team><DviConsole/></Team>

</list>

</root>

REQUESTING LIST OF ALL CHANNEL GROUPS WITH A PARTICULAR USER MODULE

AS MAIN CHANNEL

<?xml version="1.0" encoding="utf-8"?>

<root>

<list>

<Team><DviConsole>0x22222222</DviConsole></Team>

</list>

</root>

REQUESTING LIST OF ALL CHANNEL GROUPS WITH A PARTICULAR TARGET MOD-

ULE AS MAIN CHANNEL

<?xml version="1.0" encoding="utf-8"?>

<root>

<list>

<Team><DviCpu>0x33333333</DviCpu></Team>

</list>

</root>

Advertising