Installation & Operation Manual | MI-WAVE3D
12.1.2. Qube Server
To create automation macros for the MI-WAVE3D 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-WAVE3D 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>
2. Complete the red fields with the details of the MasterImage MI-CLARITY3D
where:
“Device Name” is “MasterImage”
“Device Class” is “Qube.Automation.streamdevice.TCP”
“file name of the device” is “MasterImage.xml”
“addess value” is MI-WAVE3D Assigned IP Address
“port value” is “5000”
It is recommended that Notepad++ or a similar program is used for xml file editing.
Next it is necessary to create and load onto the server the MasterImage.xml file.
This file defines and names the commands and text that will be sent to the MI-
WAVE3D.
3. Edit this file so that it contains the information below:
The automationdevices.xml file is a shared file for all devices that the server can control
via automation cues thus it will contain information for devices such as DLP Projector,
Sound System and Lighting Control etc. For this reason the file cannot be replaced and
must be modified with the lines added as above for the MI-WAVE3D.