Blades (DDF-Syntax) DMXC3: Difference between revisions

From English DMXC-Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Chaptertitle|Version=DMXControl 3.2.0}} {{Inuse}}
{{Chaptertitle|Version=DMXControl 3.2.0}}


{{DMXC3_Manual-Navigation_DDF
{{DMXC3_Manual-Navigation_DDF
|backLink = Beam_(DDF-Syntax)_DMXC3
|backLink = Beam (DDF-Syntax)_DMXC3
|backText = Light Beam
|backText = Light beam
|forwardLink = Effectwheel_(DDF-Syntax)_DMXC3
|forwardLink = Effectwheel (DDF-Syntax)_DMXC3
|forwardText = Effect Wheel
|forwardText = Effect wheel
}}
}}


Shutter blades are superficially comparable to an iris because both systems sharply define the light beam. However, unlike the iris, shutter blades are mechanically much more complex and require up to eight individually controllable actuators to remotely control the numerous individual blades typically installed in the shutter blade module via DMX. With the help of a shutter blade module, the light beam can be shaped into a precise illumination of objects and scenes, for example, in the form of a triangle or rectangle, such as in theater productions. For graphical control, the GUI provides a corresponding {{Manual_Windowcaption|[[Control_Panel_DMXC3|Control Panel]]}}.


{| class="wikitable toptextcells"
Shutter blades are superficially comparable to an iris because both systems sharply define the light beam. However, unlike the iris, shutter blades are mechanically much more complex and require up to eight individually controllable actuators to remotely control the numerous individual blades typically installed in the shutter blade module via DMX. With the help of a shutter blade module, the light beam can be shaped into a precise illumination of objects and scenes, for example, in the form of a triangle or rectangle, such as in theatre productions. For graphical control, the GUI provides a corresponding {{Manual Windowcaption|[[Control Panel_DMXC3|Control Panel]]}}.
|-
 
! Variant !! Code
{{DMXC3 Manual-Tableheader DDF-Code examples | de }}
|-
| Blades are retracted via one DMX channel, and the second channel determines the angle
| style="width: 200px" | Blades are retracted via one DMX channel, and the second channel determines the angle
| <syntaxhighlight lang="xml">
| style="width: 1000px" | <syntaxhighlight lang="xml">
<blades>
<blades>
   <bladetop dmxchannel="0" />
   <bladetop dmxchannel="0" />
Line 35: Line 33:
</blades>
</blades>
</syntaxhighlight>
</syntaxhighlight>
Shutter blade module from DMX channel 1:
Shutter blade module from DMX channel {{Manual Value | DMX channel | 1}}:
* Depth of retraction of the ''upper'' blade via DMX channel 1 and inclination in a range of +/-30° via DMX channel 2.
* Depth of retraction of the {{Manual Value | Caption | upper}} blade via DMX channel {{Manual Value | DMX channel | 1}} and inclination in a range of {{Manual Value || +/-30°}} via DMX channel {{Manual Value | DMX channel | 2}}.
* Depth of retraction of the ''right'' blade via DMX channel 3 and inclination in a range of +/-30° via DMX channel 4.
* Depth of retraction of the {{Manual Value | Caption | right}} blade via DMX channel {{Manual Value | DMX channel | 3}} and inclination in a range of {{Manual Value || +/-30°}} via DMX channel {{Manual Value | DMX channel | 4}}.
* Depth of retraction of the ''lower'' blade via DMX channel 5 and inclination in a range of +/-30° via DMX channel 6.
* Depth of retraction of the {{Manual Value | Caption | lower}} blade via DMX channel {{Manual Value | DMX channel | 5}} and inclination in a range of {{Manual Value || +/-30°}} via DMX channel {{Manual Value | DMX channel | 6}}.
* Depth of retraction of the ''left'' blade via DMX channel 6 and inclination in a range of +/-30° via DMX channel 7.
* Depth of retraction of the {{Manual Value | Caption | left}} blade via DMX channel {{Manual Value | DMX channel | 7}} and inclination in a range of {{Manual Value || +/-30°}} via DMX channel {{Manual Value | DMX channel | 8}}.
|-
|-
| Indexing of the entire shutter blade module
| Indexing of the entire shutter blade module
Line 49: Line 47:
</blades>
</blades>
</syntaxhighlight>
</syntaxhighlight>
Rotation (indexing) of the entire shutter blade module in a range of +/-45° via DMX channel 1.
Rotation (indexing) of the entire shutter blade module in a range of {{Manual Value || +/-45°}} via DMX channel {{Manual Value | DMX channel | 1}}.
|}
|}


[[de: Blades (DDF-Syntax) DMXC3]]
[[Category: DDF DMXControl 3]]
[[Category: DDF DMXControl 3]]

Revision as of 16:36, 10 February 2024

Books.png Blades (DDF-Syntax) DMXC3 Article describes
DMXControl 3.2.0


Table of contents
Part 1: Basics
Part 2: Functions
Part 3: Procedures
Part 4: Examples


Shutter blades are superficially comparable to an iris because both systems sharply define the light beam. However, unlike the iris, shutter blades are mechanically much more complex and require up to eight individually controllable actuators to remotely control the numerous individual blades typically installed in the shutter blade module via DMX. With the help of a shutter blade module, the light beam can be shaped into a precise illumination of objects and scenes, for example, in the form of a triangle or rectangle, such as in theatre productions. For graphical control, the GUI provides a corresponding Control Panel.


Variante Code-Beispiel
Blades are retracted via one DMX channel, and the second channel determines the angle
<blades>
  <bladetop dmxchannel="0" />
    <bladetopangle dmxchannel="1" pointofrotation="center">
      <range range="60" mindmx="0" maxdmx="255" />
    </bladetopangle>
  <bladeright dmxchannel="2"/>
    <bladerightangle dmxchannel="3" pointofrotation="center" >
      <range range="60" mindmx="0" maxdmx="255" />
    </bladerightangle>
  <bladebottom dmxchannel="4" />
    <bladebottomangle dmxchannel="5" pointofrotation="center">
      <range range="60" mindmx="255" maxdmx="0" />
  </bladebottomangle>
  <bladeleft dmxchannel="6"/>
    <bladeleftangle dmxchannel="7" pointofrotation="center" >
      <range range="60" mindmx="255" maxdmx="0" />
    </bladeleftangle>
</blades>

Shutter blade module from DMX channel 1:

  • Depth of retraction of the upper blade via DMX channel 1 and inclination in a range of +/-30° via DMX channel 2.
  • Depth of retraction of the right blade via DMX channel 3 and inclination in a range of +/-30° via DMX channel 4.
  • Depth of retraction of the lower blade via DMX channel 5 and inclination in a range of +/-30° via DMX channel 6.
  • Depth of retraction of the left blade via DMX channel 7 and inclination in a range of +/-30° via DMX channel 8.
Indexing of the entire shutter blade module
<blades>
  <bladeindex dmxchannel="0">
    <range range="90" mindmx="0" maxdmx="255" />
  </bladeindex>
</blades>

Rotation (indexing) of the entire shutter blade module in a range of +/-45° via DMX channel 1.