Colour/colour temperature control function blocks
The function blocks and variables for lamps for color/color temperature control with DALI interface are described below. All function blocks described below call 'application extended commands'. According to the DALI standard (IEC 62386) these commands are within the range 224 to 255. Because of the existence of a variety of application extended commands, it is necessary to use the FB_DALIV2EnableDeviceType() function block to specify which type of control gears (emergency lighting, discharge lamps, ...) should react to the extension commands. A precise description of the individual DALI commands and the variables for lamps for color/color temperature control with DALI interface can be found in IEC 62386 part 209. |
|
Name | Description |
---|---|
Starts a new cross-fade. A running cross-fade will be ended beforehand. | |
Linked output channels are assigned to the defined color. | |
The value COLOUR TEMPERATURE Tc is decremented by 1 Mirek. | |
The value COLOUR TEMPERATURE Tc is incremented by 1 Mirek. | |
The color settings report is copied to the temporary color settings. | |
Reads the assigned color of the specified output channel. | |
The variable COLOUR STATUS is read from the control gear. | |
The color representations supported by the control gear are read out. | |
The specified color value is read from the control gear. | |
The variable GEAR FEATURES/STATUS is read from the control gear. | |
The variable RGBWAF CONTROL is read from the control gear. | |
Saves the value in the variable TEMPORARY COLOUR TEMPERATURE Tc of the control gear. | |
Saves the value in the variable TEMPORARY PRIMARY N DIMLEVEL of the control gear. | |
Saves the values in the variables TEMPORARY RED DIMLEVEL, TEMPORARY GREEN DIMLEVEL and TEMPORARY BLUE DIMLEVEL of the control gear. | |
Saves the value in the variable TEMPORARY RGBWAF CONTROL of the control gear. | |
Saves the values in the variables TEMPORARY WHITE DIMLEVEL, TEMPORARY AMBER DIMLEVEL and TEMPORARY FREECOLOUR DIMLEVEL of the control gear. | |
Saves the value in the variable TEMPORARY x-COORDINATE of the control gear. | |
Saves the value in the variable TEMPORARY y-COORDINATE of the control gear. | |
The calibration procedure is started in order to measure the x-coordinate, the y-coordinate and the TY value of all supported primary colors. | |
Saves the value in the variable COLOUR TEMPERATURE Tc COOLEST, COLOUR TEMPERATURE Tc WARMEST, COLOUR TEMPERATURE Tc PHYSICAL COOLEST or COLOUR TEMPERATURE Tc PHYSICAL WARMEST of the control gear. | |
Saves the value in the variable GEAR FEATURES/STATUS of the control gear. | |
Saves the value in the variable TY PRIMARY N of the control gear. | |
Copies the value from the variables TEMPORARY x-COORDINATE and TEMPORARY y-COORDINATE to the variables x-COORDINATE PRIMARY N and y-COORDINATE PRIMARY N. | |
The variable x-COORDINATE is reduced by 256 steps (256 / 65536) without cross-fading. | |
The variable x-COORDINATE is increased by 256 steps (256 / 65536) without cross-fading. | |
The variable y-COORDINATE is reduced by 256 steps (256 / 65536) without cross-fading. | |
The variable y-COORDINATE is increased by 256 steps (256 / 65536) without cross-fading. |
These commands belong to the application extended commands for lamps for the color/color temperature control with DALI interface. These only work if they are preceded by the Enable Device Type 8 command, which can be sent with the function block FB_DALIV2EnableDeviceType(). From version 2.6.0 of the libraries TcDALIV2 and TcDALIV2AppExtCmds, however, the Enable Device Type 8 command is internally placed automatically before all application extended commands for lamps for color/color temperature control with DALI interface. |