Commands, User logon and user logoff – Guntermann & Drunck DVICenter DP16 Configuration and Operation User Manual

Page 131

Advertising
background image

Controlling the matrix switch via XML

G&D DVICenter · 123

Commands

User logon and user logoff

User can log in with the command

<logon>

.

The command

<logoff>

logs users off.

A successful login requires the following parameters:

Transmitting username and password is not required when logging in.

Establishing a connection to a target module or disconnecting a

connection

The command

<connect>

allows a user module to access a target module.

The ID or name of the target module to be accessed and the ID or name of the user

module are used as parameters:

<DviConsole>

User module of user logon

<User>

Name of user who wants to log in

<Password>

Password of user who wants to log in

USER LOGIN

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

<root>

<logon>

<DviConsole>0x22222222</DviConsole>

<User>JohnDoe</User>

<Password>secret</Password>

</logon>

</root>

NOTE:

Information about optional password encryption is given on page 121.

USER LOGOFF

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

<root>

<logoff>

<DviConsole>0x22222222</DviConsole>

</logoff>

</root>

<DviConsole>

<UsbDviConsole>

User module of the DVI-CON series

or a USB user module

<DviCpu>

<UsbDviConsole>

Target module of the DVI-CPU series

or a USB target module

<CloseDialogs>

Close OSD after establishing a connection (connect)

<OpenSelectDialog>

Close OSD after disconnection (disconnect)

Advertising