Part 202 (emergency lighting)
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 function block FB_DALIV2EnableDeviceType to specify which type of control gears (emergency lighting, discharge lamps, ...) should respond to these 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 (state of battery charge) is read from the control gear. | |
The variable DURATION TEST RESULT is read from the control gear. | |
The variable EMERGENCY LEVEL (emergency illuminance) is read from the control gear. | |
The variable EMERGENCY MAX LEVEL (maximum emergency illuminance) is read from the control gear. | |
The variable EMERGENCY MIN LEVEL (minimum emergency illuminance) is read from the control gear. | |
The variable EMERGENCY MODE is read from the control gear. | |
The variable EMERGENCY STATUS is read from the control gear. | |
The variable FAILURE STATUS is read from the control gear. | |
The variable FEATURES is read from the control gear. | |
The variable LAMP EMERGENCY TIME is read from the control gear. | |
The variable LAMP TOTAL OPERATION TIME is read from the control gear. | |
The variable RATED DURATION is read from the control gear. | |
Depending on the content of the DTR (data transfer register) the variables FUNCTION TEST DELAY TIME, DURATION TEST DELAY TIME, FUNCTION TEST INTERVAL, DURATION TEST INTERVAL, TEST EXECUTION TIMEOUT or PROLONG TIME are read from the control gear. | |
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 und LAMP TOTAL OPERATION TIME are reset. | |
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. The Enable Device Type 1 command is internally placed automatically before all application extended commands for DALI emergency lighting. |
- Variables
- FB_DALIV2Inhibit
- FB_DALIV2QueryBatteryCharge
- FB_DALIV2QueryDurationTestResult
- FB_DALIV2QueryEmergencyLevel
- FB_DALIV2QueryEmergencyMaxLevel
- FB_DALIV2QueryEmergencyMinLevel
- FB_DALIV2QueryEmergencyMode
- FB_DALIV2QueryEmergencyStatus
- FB_DALIV2QueryFailureStatus
- FB_DALIV2QueryFeatures
- FB_DALIV2QueryLampEmergencyTime
- FB_DALIV2QueryLampTotalOperationTime
- FB_DALIV2QueryRatedDuration
- FB_DALIV2QueryTestTiming
- FB_DALIV2ReLightResetInhibit
- FB_DALIV2ResetDurationTestDoneFlag
- FB_DALIV2ResetFunctionTestDoneFlag
- FB_DALIV2ResetLampTime
- FB_DALIV2Rest
- FB_DALIV2StartDurationTest
- FB_DALIV2StartFunctionTest
- FB_DALIV2StopTest
- FB_DALIV2StoreDTRAsDurationTestInterval
- FB_DALIV2StoreDTRAsEmergencyLevel
- FB_DALIV2StoreDTRAsFunctionTestInterval
- FB_DALIV2StoreDTRAsProlongTime
- FB_DALIV2StoreDTRAsTestDelayTimeHighByte
- FB_DALIV2StoreDTRAsTestDelayTimeLowByte
- FB_DALIV2StoreDTRAsTestExecutionTimeout