Rose Electronics QuadraVista QF User Manual

Page 53

Advertising
background image

QuadraVista QF Installation and Operations Manual

47

<channel>0</channel>

</video>

</mode>

</device>

</dcp-xml>

The console and video are queried in the below script.
<dcp-xml>

<device>

<mode>

<console/>

<video>

<channel/>

</video>

</mode>

</device>

</dcp-xml>

The response to the above query is:

<dcp-xml>

<device>

<mode>

<console>

<channel>0</channel>

</console>

<video>

<channel>0</channel>

</video>

</mode>

</device>

</dcp-xml>

The above response shows that the console and video are connected to channel 1.

DCP error messages:

malformed xml

Malformed XML.


tag mismatch

Opening and closing tags do not match.


tag not closed

Opening tag without matching closing tag. Only occurs with
Simple Elements. In the case of Complex Elements, a timeout
error is reported.


subtag in simple element

A simple element contains a subtag.


tag name too long

Tag name exceeding 16 characters.


wrong data type

Incorrect data type. For list types, such as Device Name, this
error message also refers to values not included in the list.


content too long

Contents of a Simple Element exceeding 30 characters.

Advertising