Push events, Triggering push events, Push events triggering push events – Guntermann & Drunck DVICenter DP16 Configuration and Operation User Manual
Page 38

30 · G&D DVICenter
Push events
Push event keys let users at consoles trigger push events via XML control. The trig-
gered push event contains the following information:
the string entered by the user,
the console’s name and device ID,
name and device ID of the target switched to the console.
Triggering push events
You can trigger push events by pushing and holding the push event key modifier and
entering a valid string (see below).
NOTE:
This function is available only after activating the additional
IP-Control-API
function.
PUSH EVENT OF THE XML SERVICE
<?xml version="1.0" encoding="utf-8"?>
<root>
<pushNotification type="user_push_event">
<sourceId>0x00000115</sourceId>
<!-- Geräte-ID des Arbeitsplatzes, an dem
das Push-Event ausgelöst wurde -->
<sourceCl>DviConsole</sourceCl>
<!-- Geräte-Klasse -->
<sourceName>CON-NixStn</sourceName>
<!-- Geräte-Name -->
<text>123</text>
<!-- Benutzer-Eingabe -->
<targetId>0x00001D4E</targetId>
<!-- Geräte-ID des Target-Moduls -->
<targetCl>DviCpu</targetCl>
<!-- Geräte-Klasse des Target-Moduls -->
<targetName>CPU HW 1</targetName>
<!-- Geräte-Name des Target-Moduls -->
<originatorId>0x00000115</originatorId>
<!-- Geräte-ID des Arbeitsplatzes,
an dem der Benutzer arbeitet -->
<originatorCl>DviConsole</originatorCl>
<!-- Geräte-Klasse -->
<originatorName>CON-NixStn</originatorName> <!-- Geräte-Name -->
</pushNotification>
</root>
NOTE:
The values of
<originatorId>
and
<sourceId>
differ only when using Trade-
switching.