K (Skistner verschob die Seite Lens (DDF-Syntax) DMXC3 nach Beam (DDF-Syntax) DMXC3, ohne dabei eine Weiterleitung anzulegen: Falscher Seitentitel) |
(Formatierung überarbeitet und weitere Ergänzungen) |
||
Zeile 1: | Zeile 1: | ||
{{Kapitelüberschrift|Version=DMXControl 3. | {{Kapitelüberschrift|Version=DMXControl 3.2.0}} | ||
{{DMXC3_Manual-Navigation_DDF | {{DMXC3_Manual-Navigation_DDF | ||
Zeile 10: | Zeile 9: | ||
=Fokus= | {{Manual_Windowcaption|Fokus}}, {{Manual_Windowcaption|Frost}}, {{Manual_Windowcaption|Iris}} und {{Manual_Windowcaption|Zoom}} sind Funktionen in den DDFs für DMXControl 3, welche der Gruppe {{Manual_Objectcaption|Lichtstrahl (Beam)}} zugeordnet werden und dabei vor allem die Breite des Lichtstrahls beeinflussen. Hierzu stellt die GUI ein entsprechendes {{Manual_Windowcaption|[[Control_Panel_DMXC3|Steuerungsfenster (Control panel)]]}} zur Verfügung. | ||
= Fokus = | |||
Die Fokus-Funktion dient insbesondere zum motorisierten „Scharf-Stellen“ von Gobo von Moving-Heads und Scannern und kann durch das Einfügen von <code>finedmxchannel="1"</code> auf eine Auflösung von 16 bit erweitert werden. | Die Fokus-Funktion dient insbesondere zum motorisierten „Scharf-Stellen“ von Gobo von Moving-Heads und Scannern und kann durch das Einfügen von <code>finedmxchannel="1"</code> auf eine Auflösung von 16 bit erweitert werden. | ||
{| class="wikitable toptextcells" | {| class="wikitable toptextcells" | ||
|- | |- | ||
! Variante !! Code | |||
|- | |- | ||
|style="width: | | style="width: 200px" | Standard | ||
| style="width: 1000px" | <syntaxhighlight lang="xml"> | |||
|style="width: | |||
<focus dmxchannel="0"> | <focus dmxchannel="0"> | ||
<range mindmx="255" maxdmx="0" minval="0" maxval="100" /> | <range mindmx="255" maxdmx="0" minval="0" maxval="100" /> | ||
</focus> | </focus> | ||
</ | </syntaxhighlight> | ||
Fokus auf DMX-Kanal 1: | Fokus auf DMX-Kanal 1: | ||
* Lineare Einstellung des Fokus von nah bei DMX-Wert 255 bis weit bei DMX-Wert 0. | * Lineare Einstellung des Fokus von nah bei DMX-Wert 255 bis weit bei DMX-Wert 0. | ||
Zeile 31: | Zeile 32: | ||
! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ||
|- | |- | ||
!style="width: | ! style="width: 200px; vertical-align:top"| Beschreibung | ||
|style="width: | | style="width: 175px" | | ||
|style="width: | | style="width: 175px" | DMX-Wert für Fokus nah | ||
|style="width: | | style="width: 175px" | DMX-Wert für Fokus weit | ||
|style="width: | | style="width: 175px" | Fokus nah | ||
|style="width: | | style="width: 175px" | Fokus weit | ||
|- | |- | ||
!style="vertical-align:top"| Zulässiger Attributwert | ! style="vertical-align:top"| Zulässiger Attributwert | ||
| <code>linear</code> | | <code>linear</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 % bis 100 %</code> | | <code>0 %</code> bis <code>100 %</code> | ||
| <code>0 % bis 100 %</code> | | <code>0 %</code> bis <code>100 %</code> | ||
|} | |} | ||
=Frost= | = Frost = | ||
Mittels des Frost-Filters lässt sich ein Lichtstrahl weichzeichnen. Manche Geräte verfügen dabei über einen so genannten linearen Frostfilter, wo sich der Lichtstrahl zunehmend weichzeichnen lässt. Andere Geräte fahren dagegen nur eine Scheibe mit einem Frostfilter in den Lichtstrahl ein. | Mittels des Frost-Filters lässt sich ein Lichtstrahl weichzeichnen. Manche Geräte verfügen dabei über einen so genannten linearen Frostfilter, wo sich der Lichtstrahl zunehmend weichzeichnen lässt. Andere Geräte fahren dagegen nur eine Scheibe mit einem Frostfilter in den Lichtstrahl ein. | ||
{| class="wikitable toptextcells" | {| class="wikitable toptextcells" | ||
|- | |- | ||
! Variante !! Code | |||
|- | |- | ||
|style="width: | | style="width: 200px" | Linearer Frostfilter | ||
| style="width: 1000px" | <syntaxhighlight lang="xml"> | |||
|style="width: | |||
<frost dmxchannel="0"> | <frost dmxchannel="0"> | ||
<range mindmx="0" maxdmx="255" minval="0" maxval="100" /> | <range mindmx="0" maxdmx="255" minval="0" maxval="100" /> | ||
</frost> | </frost> | ||
</ | </syntaxhighlight> | ||
Frost auf DMX-Kanal 1: | Frost auf DMX-Kanal 1: | ||
* Lineare Einstellung des Frost von keinem Frostfilter bei DMX-Wert 0 bis vollständig eingefahrenem Frostfilter bei DMX-Wert 255. | * Lineare Einstellung des Frost von keinem Frostfilter bei DMX-Wert 0 bis vollständig eingefahrenem Frostfilter bei DMX-Wert 255. | ||
|- | |- | ||
|style="width: | | style="width: 200px" | Einfacher Frostfilter | ||
| style="width: 1000px" | <syntaxhighlight lang="xml"> | |||
|style="width: | |||
<frost dmxchannel="0"> | <frost dmxchannel="0"> | ||
<step type="open" mindmx="0" maxdmx="127" /> | <step type="open" mindmx="0" maxdmx="127" /> | ||
<range type="linear" mindmx="128" maxdmx="255" minval="100" maxval="100" /> | <range type="linear" mindmx="128" maxdmx="255" minval="100" maxval="100" /> | ||
</frost> | </frost> | ||
</ | </syntaxhighlight> | ||
Frost auf DMX-Kanal 1: | Frost auf DMX-Kanal 1: | ||
* Kein Frostfilter zwischen DMX-Wert 0 bis 127 | * Kein Frostfilter zwischen DMX-Wert 0 bis 127 | ||
Zeile 79: | Zeile 78: | ||
! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ||
|- | |- | ||
!style="width: | ! style="width: 200px; vertical-align:top"| Beschreibung | ||
|style="width: | | style="width: 175px" | | ||
|style="width: | | style="width: 175px" | DMX-Wert für kein Frostfilter | ||
|style="width: | | style="width: 175px" | DMX-Wert für Frostfilter eingefahren | ||
|style="width: | | style="width: 175px" | Kein Frost | ||
|style="width: | | style="width: 175px" | Frost eingefahren | ||
|- | |- | ||
!rowspan="2" style="vertical-align:top"| Zulässiger Attributwert | !rowspan="2" style="vertical-align:top"| Zulässiger Attributwert | ||
| <code>open</code><br /> | | <code>open</code><br /> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| | | | ||
| | | | ||
|- | |- | ||
| <code>linear</code> | | <code>linear</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 % bis 100 %</code> | | <code>0 %</code> bis <code>100 %</code> | ||
| <code>0 % bis 100 %</code> | | <code>0 %</code> bis <code>100 %</code> | ||
|} | |} | ||
=Iris= | = Iris = | ||
Mit der Iris kann der Lichtstrahl in seiner Größe bzw. der Projektionsbereich variiert werden. Die Iris arbeitet dabei in der Lichttechnik genauso wie die Iris in einem Fotoapparat. Im Gegensatz zum Zoom ändert sich der Abstrahlwinkel mit dem Öffnen und Schließen der Iris nicht. Bei nahezu geschlossener Iris wird nur ein kleiner Anteil des Lichtstrahls durch die Blende gelassen. | Mit der Iris kann der Lichtstrahl in seiner Größe bzw. der Projektionsbereich variiert werden. Die Iris arbeitet dabei in der Lichttechnik genauso wie die Iris in einem Fotoapparat. Im Gegensatz zum Zoom ändert sich der Abstrahlwinkel mit dem Öffnen und Schließen der Iris nicht. Bei nahezu geschlossener Iris wird nur ein kleiner Anteil des Lichtstrahls durch die Blende gelassen. | ||
Zeile 107: | Zeile 106: | ||
{| class="wikitable toptextcells" | {| class="wikitable toptextcells" | ||
|- | |- | ||
! Variante !! Code | |||
|- | |- | ||
|style="width: | | style="width: 200px" | Standard | ||
| style="width: 1000px" | <syntaxhighlight lang="xml"> | |||
|style="width: | |||
<iris dmxchannel="0"> | <iris dmxchannel="0"> | ||
<range type="linear" mindmx="0" maxdmx="128" minval="0" maxval="100" /> | <range type="linear" mindmx="0" maxdmx="128" minval="0" maxval="100" /> | ||
</iris> | </iris> | ||
</ | </syntaxhighlight> | ||
Iris auf DMX-Kanal 1: | Iris auf DMX-Kanal 1: | ||
* Lineare Öffnen der Iris von geschlossen (0%) bei DMX-Wert 0 auf vollständig geöffnet (100%) bei DMX-Wert 128. | * Lineare Öffnen der Iris von geschlossen (0%) bei DMX-Wert 0 auf vollständig geöffnet (100%) bei DMX-Wert 128. | ||
Zeile 123: | Zeile 121: | ||
! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ||
|- | |- | ||
!style="width: | ! style="width: 200px; vertical-align:top"| Beschreibung | ||
|style="width: | | style="width: 175px" | | ||
|style="width: | | style="width: 175px" | DMX-Wert für kleinste Öffnungsweite | ||
|style="width: | | style="width: 175px" | DMX-Wert für größte Öffnungsweite | ||
|style="width: | | style="width: 175px" | Kleinste Öffnungsweite | ||
|style="width: | | style="width: 175px" | Größte Öffnungsweite | ||
|- | |- | ||
!style="vertical-align:top"| Zulässiger Attributwert | ! style="vertical-align:top"| Zulässiger Attributwert | ||
| <code>linear</code> | | <code>linear</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 % bis 100 %</code> | | <code>0 %</code> bis <code>100 %</code> | ||
| <code>0 % bis 100 %</code> | | <code>0 %</code> bis <code>100 %</code> | ||
|} | |} | ||
=Zoom= | = Zoom = | ||
Die Zoom-Funktion verändert den Abstrahlwinkel / Öffnungswinkel des Lichtstrahls des Geräts. Sie darf nicht mit der Iris verwechselt werden. Die Zoom-Funktion kann durch das Einfügen von <code>finedmxchannel="1"</code> auf eine Auflösung von 16 bit erweitert werden. | Die Zoom-Funktion verändert den Abstrahlwinkel / Öffnungswinkel des Lichtstrahls des Geräts. Sie darf nicht mit der Iris verwechselt werden. Die Zoom-Funktion kann durch das Einfügen von <code>finedmxchannel="1"</code> auf eine Auflösung von 16 bit erweitert werden. | ||
{| class="wikitable toptextcells" | {| class="wikitable toptextcells" | ||
|- | |- | ||
! Variante !! Code | |||
|- | |- | ||
|style="width: | | style="width: 200px" | Linearer Zoom | ||
| style="width: 1000px" | <syntaxhighlight lang="xml"> | |||
|style="width: | |||
<zoom dmxchannel="0" > | <zoom dmxchannel="0" > | ||
<range mindmx="255" maxdmx="0" minval="14" maxval="30" /> | <range mindmx="255" maxdmx="0" minval="14" maxval="30" /> | ||
</zoom> | </zoom> | ||
</ | </syntaxhighlight> | ||
Zoom auf DMX-Kanal 1: | Zoom auf DMX-Kanal 1: | ||
* Lineare Verkleinerung des Lichtstrahls von 30° bei DMX-Wert 0 auf 14° bei DMX-Wert 255. | * Lineare Verkleinerung des Lichtstrahls von 30° bei DMX-Wert 0 auf 14° bei DMX-Wert 255. | ||
|- | |||
| style="width: 200px" | Zoom in mehreren festen Stufen | |||
| style="width: 1000px" | <syntaxhighlight lang="xml"> | |||
<zoom dmxchannel="0"> | |||
<step val="15" mindmx="0" maxdmx="85" /> | |||
<step val="20" mindmx="86" maxdmx="171" /> | |||
<step val="25" mindmx="172" maxdmx="255" /> | |||
</zoom> | |||
</syntaxhighlight> | |||
Zoom mit drei festen Öffnungswinkeln auf DMX-Kanal 1: | |||
* Zoomwinkel von 15° bei DMX-Wert zwischen 0 und 85. | |||
* Zoomwinkel von 20° bei DMX-Wert zwischen 86 und 171. | |||
* Zoomwinkel von 25° bei DMX-Wert zwischen 172 und 255. | |||
|} | |} | ||
{| class="wikitable toptextcells" | {| class="wikitable toptextcells" | ||
Zeile 159: | Zeile 169: | ||
! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ! Attribut !! type !! mindmx !! maxdmx !! minval !! maxval | ||
|- | |- | ||
!style="width: | ! style="width: 200px; vertical-align:top"| Beschreibung | ||
|style="width: | | style="width: 175px" | | ||
|style="width: | | style="width: 175px" | DMX-Wert für kleinsten Öffnungswinkel | ||
|style="width: | | style="width: 175px" | DMX-Wert für größten Öffnungswinkel | ||
|style="width: | | style="width: 175px" | Kleinster Öffnungswinkel | ||
|style="width: | | style="width: 175px" | Größter Öffnungswinkel | ||
|- | |- | ||
!style="vertical-align:top"| Zulässiger Attributwert | ! style="vertical-align:top"| Zulässiger Attributwert | ||
| <code>linear</code> | | <code>linear</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0 bis 255</code> | | <code>0</code> bis <code>255</code> | ||
| <code>0° bis 90°</code> | | <code>0°</code> bis <code>90°</code> | ||
| <code>0° bis 90°</code> | | <code>0°</code> bis <code>90°</code> | ||
|} | |} | ||
[[Kategorie: DDF DMXControl 3]] | [[Kategorie: DDF DMXControl 3]] |
Version vom 10. April 2020, 11:58 Uhr
Beam (DDF-Syntax) DMXC3 | Artikel beschreibt DMXControl 3.2.0 |
Inhaltsverzeichnis | ||||||
---|---|---|---|---|---|---|
| ||||||
| ||||||
| ||||||
|
Fokus, Frost, Iris und Zoom sind Funktionen in den DDFs für DMXControl 3, welche der Gruppe Lichtstrahl (Beam) zugeordnet werden und dabei vor allem die Breite des Lichtstrahls beeinflussen. Hierzu stellt die GUI ein entsprechendes Steuerungsfenster (Control panel) zur Verfügung.
Fokus
Die Fokus-Funktion dient insbesondere zum motorisierten „Scharf-Stellen“ von Gobo von Moving-Heads und Scannern und kann durch das Einfügen von finedmxchannel="1"
auf eine Auflösung von 16 bit erweitert werden.
Variante | Code |
---|---|
Standard | <focus dmxchannel="0">
<range mindmx="255" maxdmx="0" minval="0" maxval="100" />
</focus>
Fokus auf DMX-Kanal 1:
|
Attribut | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Beschreibung | DMX-Wert für Fokus nah | DMX-Wert für Fokus weit | Fokus nah | Fokus weit | |
Zulässiger Attributwert | linear
|
0 bis 255
|
0 bis 255
|
0 % bis 100 %
|
0 % bis 100 %
|
Frost
Mittels des Frost-Filters lässt sich ein Lichtstrahl weichzeichnen. Manche Geräte verfügen dabei über einen so genannten linearen Frostfilter, wo sich der Lichtstrahl zunehmend weichzeichnen lässt. Andere Geräte fahren dagegen nur eine Scheibe mit einem Frostfilter in den Lichtstrahl ein.
Variante | Code |
---|---|
Linearer Frostfilter | <frost dmxchannel="0">
<range mindmx="0" maxdmx="255" minval="0" maxval="100" />
</frost>
Frost auf DMX-Kanal 1:
|
Einfacher Frostfilter | <frost dmxchannel="0">
<step type="open" mindmx="0" maxdmx="127" />
<range type="linear" mindmx="128" maxdmx="255" minval="100" maxval="100" />
</frost>
Frost auf DMX-Kanal 1:
|
Attribut | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Beschreibung | DMX-Wert für kein Frostfilter | DMX-Wert für Frostfilter eingefahren | Kein Frost | Frost eingefahren | |
Zulässiger Attributwert | open |
0 bis 255
|
0 bis 255
|
||
linear
|
0 bis 255
|
0 bis 255
|
0 % bis 100 %
|
0 % bis 100 %
|
Iris
Mit der Iris kann der Lichtstrahl in seiner Größe bzw. der Projektionsbereich variiert werden. Die Iris arbeitet dabei in der Lichttechnik genauso wie die Iris in einem Fotoapparat. Im Gegensatz zum Zoom ändert sich der Abstrahlwinkel mit dem Öffnen und Schließen der Iris nicht. Bei nahezu geschlossener Iris wird nur ein kleiner Anteil des Lichtstrahls durch die Blende gelassen.
Die Iris-Funktion kann durch das Einfügen von finedmxchannel="1"
auf eine Auflösung von 16 bit erweitert werden.
Variante | Code |
---|---|
Standard | <iris dmxchannel="0">
<range type="linear" mindmx="0" maxdmx="128" minval="0" maxval="100" />
</iris>
Iris auf DMX-Kanal 1:
|
Attribut | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Beschreibung | DMX-Wert für kleinste Öffnungsweite | DMX-Wert für größte Öffnungsweite | Kleinste Öffnungsweite | Größte Öffnungsweite | |
Zulässiger Attributwert | linear
|
0 bis 255
|
0 bis 255
|
0 % bis 100 %
|
0 % bis 100 %
|
Zoom
Die Zoom-Funktion verändert den Abstrahlwinkel / Öffnungswinkel des Lichtstrahls des Geräts. Sie darf nicht mit der Iris verwechselt werden. Die Zoom-Funktion kann durch das Einfügen von finedmxchannel="1"
auf eine Auflösung von 16 bit erweitert werden.
Variante | Code |
---|---|
Linearer Zoom | <zoom dmxchannel="0" >
<range mindmx="255" maxdmx="0" minval="14" maxval="30" />
</zoom>
Zoom auf DMX-Kanal 1:
|
Zoom in mehreren festen Stufen | <zoom dmxchannel="0">
<step val="15" mindmx="0" maxdmx="85" />
<step val="20" mindmx="86" maxdmx="171" />
<step val="25" mindmx="172" maxdmx="255" />
</zoom>
Zoom mit drei festen Öffnungswinkeln auf DMX-Kanal 1:
|
Attribut | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Beschreibung | DMX-Wert für kleinsten Öffnungswinkel | DMX-Wert für größten Öffnungswinkel | Kleinster Öffnungswinkel | Größter Öffnungswinkel | |
Zulässiger Attributwert | linear
|
0 bis 255
|
0 bis 255
|
0° bis 90°
|
0° bis 90°
|