Fixtures are the base component of the Light engine in Usine that you can put onto the plot panels.
To create a fixture open the browser-panel (fixture tab) and drag&drop fixtures onto the plot-panel
Note: Usine contains a complete set of ready to use fixtures, which covers almost all real life situations. Note: Fixtures are compatible with DMXIS fixture's files. Note: See fixture-editor
Renames the selected object. Alternative to [alt-click] on an interface-design module, or any panel, to change its caption.
Deletes the selected object and copies it in the clipboard.
Duplicates the selected object.
Displayed caption of the object. Click to enter a new name.
List of available parameters.
Note: In Usine, all fixture's parameters are in the range [0..1], Note: to be compatible with most of built-in modules.
Determines if the range values of dmx channels are visible and if each possible value is available as an independent parameter.
item's range value hidden | item's range value visible |
---|---|
Reset all parameters to their default values.
Displays extended properties for the channel.
Once expanded, you obtain something similar to: view extra parameters
extra parameters
master
Sets this parameter as master, to be affected by the global dimmer of the master-light-panel, and fades of the grid (see below).
additional channels
The value of a parameter can be sent to several DMX channels at the same time. This is a way, for example, to turn a simple DMX-Par into a group of similar DMX-Par.
In the example above, the value of the Par dimmer is duplicated to the
100, 101, 102, 103
DMX channels.inverse
The value of the Parameter is inverted, goes from 100% to 0%.
range min
Mapping range minimum value. The output value cannot be lower than this value.
range max
Mapping range maximum value. The output cannot be higher than this value.
Resets all channels of the fixtures.
This parameters set the number of time this fixtures is duplicated to create a fixture's ramp.
Channels description of the fixture. See create Fixtures bellow.
Determines if parameters of this object are saved in the preset-panel.
Parameters of the this object can cross faded when you recall a preset in the grid. Note: Optional setting, does not appear on all objects.
Parameters of the this object can cross faded when you recall a preset in the grid. Note: Optional setting, does not appear on all objects.
Opens/closes the preset panel.
If some fixtures definitions are missing in the list available in Usine, you can easily create you own files.Fixtures files are compatible with DMXIS fixtures definitions and are stored in text files UTF8. See dmxis-fixture-editor.
Special parameters names :
- 'R', 'V', 'B', 'Red', 'Green', 'Blue' are recognized as a set of RVB colors.
- 'pan','panf' are recognized as a 16bits parameters.
- 'tilt','tiltf' are recognized as a 16bits parameters.
For example:
Red
V,0,255,
Green
V,0,255,
Blue
V,0,255,
Macro
V,0,255,
Strobe
V,0,255,
Program
S,0,35,Off
S,36,71,Prog1
S,72,107,Prog2
S,108,143,Prog3
S,144,179,Prog4
S,180,251,Prog5
S,252,255,Sound
Dimmer
D,0,255,
See https://www.dmxis.com/tag/fixture-editor/
Each DMXIS fixture file contains a simple list of channels. Each channel in turn contains a number of ranges covering 0-255 (the range of possible DMX values).
For example, a 3 channel fixture with Pan/Tilt/Speed channels might look like this:
Pan
V,0,255,
Tilt
V,0,255,
Speed
V,0,255,
You can mix static & variable ranges in one channel. This is necessary, as manufacturers often squeeze lots of features into a single channel:
Gobo
S,0,30,Closed
S,31,60,Circle
S,61,90,Tunnel,
S,91,120,Open,
V,121,255,Spin
version 6.0.240801
Edit All Pages