Rose electronic QuadraVista manual DCP/XML System Querying, Response to the above query is

Models: QuadraVista

1 60
Download 60 pages 31.73 Kb
Page 49
Image 49

DCP/XML System Querying

Using the DCP/XML feature, the QuadraVista can be queried to request setting information. Queries are only replied to in the DCP control mode. Sending the below text script to QuadraVista using Hyper Terminal, queries for the entire device status:

<dcp-xml/>

Queries can be combined with changes in one text script. The following is an example of querying for the console information and setting the video to channel 1.

<dcp-xml> <device>

<mode>

<console/>

<video>

<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.

QUADRAVISTA INSTALLATION AND OPERATIONS MANUAL

43

 

 

Page 49
Image 49
Rose electronic QuadraVista manual DCP/XML System Querying, Response to the above query is