
L-DALI User Manual
245
LOYTEC
Version 5.2
LOYTEC electronics GmbH
8.2.5.9 Burn-In Function
Some lamps require a burn-in time during which they must not be dimmed. The burn-in
mode can be activated by setting the
nviCommand
network variable of the channel object to
START_BURN_IN. The burn-in time is defined by the configuration property
nciBurnInTime
. During this time the lamps will only be switched to on (100%) or off (0%)
but not dimmed. To abort the burn-in mode prematurely
nviCommand
can be set to
STOP_BURN_IN.
8.2.5.10
Fail Safe Functions
The light level a lamp adopts after power-up is defined in the configuration property
nciPowerUpLev
.
The light level a lamp adopts in case of a DALI system failure is defined in the
configuration property
nciSysFailureLev
.
8.2.5.11
Colour Control
Controlling the colour of devices of type “colour control” (device type 8) is possible via the
nviCommand
available on the Channel actuator object.
8.2.5.12
Input Network Variables
nviXXValue
Type
SNVT_switch
Valid Range
.value: 0..100%
.state:
0, 1
On:
.state = 1 and .value > 0
Off:
.state = 0 and .value=any or .state=1 and .value = 0
Default Value
-
Description
Used to control the lamp/group/channel. This input is effective only if
nviXXOverride.state
is
invalid (-1).
If an update is received on this network variable the corresponding DALI lamp/group/channel is
dimmed in fading mode (constant time, configuration property
nciFadeTime
is used).
Lamp actuator only: If an invalid value is received, the lamp adopts the level defined by the
nciSysFailurLev
.