Dolby
®
Digital Cinema System Manual Issue 0.92 (Preliminary) 83
Appendix C
GPI/0 Default Configuration and Schema
This appendix provides you with the Dolby
®
Digital Cinema default GPI/O configuration
and the configuration schema that may help you create your customized GPI/O XML
configuration file. To import your customized configuration file into the system, run the
DSS220 Config script, as described in Section 3.6.5.
C.1 GPI/O Default Configuration
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GPIOConfiguration>
<OutputPin pin="2" polarity="HIGH" type="other">
<LatchOutput enableName="Curtains Open" disableName="Curtains Close"/>
</OutputPin>
<OutputPin pin="3" polarity="HIGH" type="projector">
<LatchOutput enableName="Projector On" disableName="Projector Off"/>
</OutputPin>
<OutputPin pin="4" polarity="HIGH" type="audio">
<PulseOutput name="Sound Pre-Show" width="1000"/>
</OutputPin>
<OutputPin pin="5" polarity="HIGH" type="audio">
<PulseOutput name="Sound Feature" width="1000"/>
</OutputPin>
<OutputPin pin="6" polarity="HIGH" type="light">
<PulseOutput name="Lights Low" width="5000"/>
</OutputPin>
<OutputPin pin="7" polarity="HIGH" type="other">
<PulseOutput name="Seat Rumble" width="5000"/>
</OutputPin>
<OutputPin pin="8" polarity="HIGH" type="projector">
<PulseOutput name="Projector MPEG" width="1000"/>
</OutputPin>
<OutputPin pin="9" polarity="HIGH" type="projector">
<PulseOutput name="Projector JPEG" width="1000"/>
</OutputPin>
<OutputPin pin="10" polarity="HIGH" type="light">
<PulseOutput name="Lights High" width="5000"/>
</OutputPin>
</GPIOConfiguration>