User Manual |
MI-CLARITY3D SA
User Manual |
MI-CLARITY3D
User Manual |
MI-CLARITY3D
©
MASTERIMAGE 3D, Inc.
81
15.1.2. Qube Server
To create automation macros for the MI-CLARITY3D in the Qube server it is necessary
to edit two XML files within the server
’s configuration.
The files in question are located in the path C:/Program Files/Qube Cinema/XP and are
named
automationdevices.xml
and
automationcues.xml
Within the same path it is necessary to load a new file named
MasterImage.xml
1. First create a link between the server and the MI-CLARITY3D within the
automationdevices.xml
file. Below you will see the structure of this file:
<?xml version="1.0" encoding="utf-8"?>
<Devices xmlns="http://schemas.qubecinema.com/Automation/Devices/2008-01-26">
<Device name="
Device Name
" class="
Device Class
" enable="true">
<Configuration>
<Key name="File" value="
file name of the device
"/>
<Key name="Address" value="
address value
"/>
<Key name="Port" value="
port value
"/>
</Configuration>
</Device>
</Devices>