Emergency lighting function blocks
The function blocks and variables for emergency lighting supply units 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 emergency lighting supply units can be found in Part 202 of the IEC 62386 standard. |
|
Name | Description |
---|---|
Prevents the control gear from switching to emergency mode for 15 minutes. | |
The variable BATTERY CHARGE | |
The variable DURATION TEST RESULT | |
The variable EMERGENCY LEVEL | |
The variable EMERGENCY MAX LEVEL | |
The variable EMERGENCY MIN LEVEL | |
The variable EMERGENCY MODE | |
The variable EMERGENCY STATUS | |
The variable FAILURE STATUS | |
The variable FEATURES (performance characteristics) is read from the control gear. | |
The variable LAMP EMERGENCY TIME | |
The variable LAMP TOTAL OPERATION TIME | |
The variable RATED DURATION | |
Depending on the contents of the DTR (Data Transfer Register), the variables FUNCTION TEST DELAY TIME, | |
The control gear is switched back to emergency mode (in the absence of mains voltage). | |
The 'Duration test completed and result is valid' flag is reset. | |
The 'Function test completed and result is valid' flag is reset. | |
The variables LAMP EMERGENCY TIME and LAMP TOTAL OPERATION TIME | |
Switches the lamp off when emergency mode is active. | |
Starts the duration test. | |
Starts the function test. | |
Stops any type of function test or duration test. | |
Writes the value of the DTR (data transfer register) into the variable DURATION TEST INTERVAL | |
Writes the value of the DTR (data transfer register) into the variable EMERGENCY LEVEL | |
Writes the value of the DTR (data transfer register) into the variable FUNCTION TEST INTERVAL | |
Writes the value of the DTR (data transfer register) into the variable PROLONG TIME | |
Writes the value of the DTR (data transfer register) into the high-order byte of variable TEST DELAY TIME | |
Writes the value of the DTR (data transfer register) into the low-order byte of the variable TEST DELAY TIME | |
Writes the value of the DTR (data transfer register) into the variable TEST EXECUTION TIMEOUT |
These commands belong to the application extended commands for DALI emergency lighting. These only work if they are preceded by the Enable Device Type 1 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 1 command is internally placed automatically before all application extended commands for DALI emergency lighting. |