LED modules - function blocks
The function blocks and variables for LED modules 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 detailed description of the individual DALI commands and the variables for LED modules with DALI interface can be found in standard IEC 62386 Part 207.
Name | Description |
---|---|
The command disables the current protection device of the control gear. | |
The command enables the current protection device of the control gear. | |
The system queries whether the current protection device is active. | |
The system queries whether the current protection device is enabled. | |
The dimming curve of the control gear is read out. | |
Queries the value of FAST FADE TIME. | |
Queries the value of GEAR TYPE. | |
Queries the value of FAILURE STATUS. | |
Queries the value of FEATURES. | |
The system queries whether a significant decrease in load (compared to the reference power of the system) has been detected. | |
The system queries whether a significant increase in load (compared to the reference power of the system) has been detected. | |
Queries the value of MIN FAST FADE TIME. | |
The system queries whether an idle mode has been detected. | |
Queries the value of OPERATING MODE. | |
Queries the value of POSSIBLE OPERATING MODE. | |
The system queries whether a started reference measurement has failed. | |
The system queries whether a reference measurement of the system performance is active. | |
The system queries whether a short circuit has been detected. | |
The system queries whether there is a thermal overload with reduction of the luminous flux. | |
The system queries whether a thermal shutdown occurred. | |
The control gear measures and stores the performance level of the system, in order to detect load increase and decrease. | |
The dimming curve of the control gear is selected. | |
Sets the FAST FADE TIME in the control gear. |
These commands belong to the application extended commands for LED modules with DALI interface. These only work if they are preceded by the Enable Device Type 6 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 6 command is internally placed automatically before all application extended commands for LED modules with DALI interface. |