No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* Linear adjustment of the focus from {{Manual Value || close (0%)}} at DMX value {{Manual Value | DMX value | 255}} to {{Manual Value || far (100%)}} at DMX value {{Manual Value | DMX value | 0}}. | * Linear adjustment of the focus from {{Manual Value || close (0%)}} at DMX value {{Manual Value | DMX value | 255}} to {{Manual Value || far (100%)}} at DMX value {{Manual Value | DMX value | 0}}. | ||
|} | |} | ||
{| | {{DMXC3 Manual-Tableheader DDF-Code attributes | en | range-generic}} | ||
! style="vertical-align:top" | Description | |||
| | |||
|- | | DMX value for close focus | ||
! style=" | | DMX value for far focus | ||
| Close focus | |||
| Far focus | |||
|- | |- | ||
! style="vertical-align:top" | Permissible attribute value | ! style="vertical-align:top" | Permissible attribute value | ||
Line 71: | Line 68: | ||
* {{Manual Value || Frost filter fully inserted}} at DMX value between {{Manual Value | DMX value | 128}} and {{Manual Value | DMX value | 255}}. | * {{Manual Value || Frost filter fully inserted}} at DMX value between {{Manual Value | DMX value | 128}} and {{Manual Value | DMX value | 255}}. | ||
|} | |} | ||
{| | {{DMXC3 Manual-Tableheader DDF-Code attributes | en | range-generic}} | ||
! style="vertical-align:top" | Description | |||
| | |||
| DMX value for no frost filter | |||
| DMX value for frost filter inserted | |||
| No frost | |||
| Frost inserted | |||
|- | |- | ||
! rowspan="2" style="vertical-align:top" | Permissible attribute value | |||
!rowspan="2" style="vertical-align:top" | Permissible attribute value | |||
| <code>open</code><br /> | | <code>open</code><br /> | ||
| <code>0</code> to <code>255</code> | | <code>0</code> to <code>255</code> | ||
Line 111: | Line 105: | ||
* Linear opening of the iris from {{Manual Value || fully open (0%)}} at DMX value {{Manual Value | DMX value | 0}} to {{Manual Value || closed or iris fully retracted (100%)}} at DMX value {{Manual Value | DMX value | 128}}. | * Linear opening of the iris from {{Manual Value || fully open (0%)}} at DMX value {{Manual Value | DMX value | 0}} to {{Manual Value || closed or iris fully retracted (100%)}} at DMX value {{Manual Value | DMX value | 128}}. | ||
|} | |} | ||
{| | {{DMXC3 Manual-Tableheader DDF-Code attributes | en | range-generic}} | ||
! style="vertical-align:top"| Description | |||
| | |||
|- | | DMX value for smallest aperture | ||
! style=" | | DMX value for largest aperture | ||
| Smallest aperture (closed) | |||
| Largest aperture (open) | |||
|- | |- | ||
! style="vertical-align:top"| Permissible attribute value | ! style="vertical-align:top"| Permissible attribute value | ||
Line 161: | Line 152: | ||
* Zoom angle of {{Manual Value || 25°}} at DMX value between {{Manual Value | DMX value | 172}} and {{Manual Value | DMX value | 255}}. | * Zoom angle of {{Manual Value || 25°}} at DMX value between {{Manual Value | DMX value | 172}} and {{Manual Value | DMX value | 255}}. | ||
|} | |} | ||
{| | {{DMXC3 Manual-Tableheader DDF-Code attributes | en | range-generic}} | ||
! style="vertical-align:top"| Description | |||
| | |||
|- | | DMX value for smallest opening angle | ||
! style=" | | DMX value for largest opening angle | ||
| Smallest opening angle | |||
| Largest opening angle | |||
|- | |- | ||
! style="vertical-align:top"| Permissible attribute value | ! style="vertical-align:top"| Permissible attribute value |
Latest revision as of 16:25, 2 March 2025
![]() |
Article describe DMXControl 3.2.1 Stand: 02.03.2025 |
Beam (DDF-Syntax) DMXC3 | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
|
Focus, Frost, Iris, and Zoom are functions in the DDFs for DMXControl 3, which are assigned to the group Light beam and primarily affect the width of the light beam. The GUI provides a corresponding Control Panel for this purpose.
Focus
The focus function is particularly used for the motorized "sharp focusing" of gobos for moving heads and scanners and can be expanded to a resolution of 16 bits by inserting finedmxchannel="1"
.
Case | Code example |
---|---|
Standard | <focus dmxchannel="0">
<range mindmx="255" maxdmx="0" minval="0" maxval="100" />
</focus>
Focus on DMX channel 1:
|
Attribute | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Description | DMX value for close focus | DMX value for far focus | Close focus | Far focus | |
Permissible attribute value | linear
|
0 to 255
|
0 to 255
|
0 % to 100 %
|
0 % to 100 %
|
HAL standard | 100 %
|
0 %
|
Frost
The frost filter can be used to soften a light beam. Some devices have a so-called linear frost filter, where the light beam can be increasingly softened. Other devices, on the other hand, only insert a disk with a frost filter into the light beam.
Case | Code example |
---|---|
Linear frost filter | <frost dmxchannel="0">
<range mindmx="0" maxdmx="255" minval="0" maxval="100" />
</frost>
Frost on DMX channel 1:
|
Simple frost filter | <frost dmxchannel="0">
<step type="open" mindmx="0" maxdmx="127" />
<range type="linear" mindmx="128" maxdmx="255" minval="100" maxval="100" />
</frost>
Frost on DMX channel 1:
|
Attribute | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Description | DMX value for no frost filter | DMX value for frost filter inserted | No frost | Frost inserted | |
Permissible attribute value | open |
0 to 255
|
0 to 255
|
||
linear
|
0 to 255
|
0 to 255
|
0 % to 100 %
|
0 % to 100 %
|
Iris
With the iris, the size or projection range of the light beam can be varied. The iris works in lighting technology just like the iris in a camera. Unlike the zoom, the beam angle does not change with the opening and closing of the iris. With the iris almost closed, only a small portion of the light beam is allowed through the aperture.
The iris function can be expanded to a resolution of 16 bits by inserting finedmxchannel="1"
.
Case | Code example |
---|---|
Standard | <iris dmxchannel="0">
<range type="linear" mindmx="0" maxdmx="128" minval="0" maxval="100" />
</iris>
Iris on DMX channel 1:
|
Attribute | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Description | DMX value for smallest aperture | DMX value for largest aperture | Smallest aperture (closed) | Largest aperture (open) | |
Permissible attribute value | linear
|
0 to 255
|
0 to 255
|
0 % to 100 %
|
0 % to 100 %
|
HAL standard | 100 %
|
0 %
|
Zoom
The zoom function changes the beam angle / opening angle of the device's light beam. It should not be confused with the iris. The zoom function can be expanded to a resolution of 16 bits by inserting finedmxchannel="1"
.
Case | Code example |
---|---|
Linear zoom | <zoom dmxchannel="0" >
<range mindmx="255" maxdmx="0" minval="14" maxval="30" />
</zoom>
Zoom on DMX channel 1:
|
Zoom in multiple fixed steps | <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 with three fixed opening angles on DMX channel 1:
|
Attribute | type | mindmx | maxdmx | minval | maxval |
---|---|---|---|---|---|
Description | DMX value for smallest opening angle | DMX value for largest opening angle | Smallest opening angle | Largest opening angle | |
Permissible attribute value | linear
|
0 to 255
|
0 to 255
|
0° to 90°
|
0° to 90°
|