Digital Addressable Lighting Interface
   HOME

TheInfoList



OR:

Digital Addressable Lighting Interface (DALI) is a trademark for network-based products that control
lighting Lighting or illumination is the deliberate use of light to achieve practical or aesthetic effects. Lighting includes the use of both artificial light sources like lamps and light fixtures, as well as natural illumination by capturing daylig ...
. The underlying technology was established by a consortium of lighting equipment manufacturers as a successor for 1-10 V/ lighting control systems, and as an
open standard An open standard is a standard that is openly accessible and usable by anyone. It is also a prerequisite to use open license, non-discrimination and extensibility. Typically, anybody can participate in the development. There is no single definition ...
alternative to several proprietary protocols. The DALI, DALI-2 and D4i trademarks are owned by the lighting industry alliance, DiiA
Digital Illumination Interface Alliance
. DALI is specified by a series of technical standards in IEC 62386. Standards conformance ensures that equipment from different manufacturers will interoperate. The DALI trademark is allowed on devices that comply with the DiiA testing and certification requirements, and are listed as either registered (DALI version-1) or certified
DALI-2
on the DiiA website

- an extension of DALI-2 - was added by DiiA in November 2019. Members of the AG DALI were allowed to use the DALI trademark until the DALI working party was dissolved on 30 March 2017, when trademark use was transferred to DiiA members. Since 9 June 2017, Digital Illumination Interface Alliance (DiiA) certifies DALI products. DiiA is a Partner Program of
IEEE-ISTO The IEEE Industry Standards and Technology Organization (ISTO) is a 501(c)(6) not-for-profit federation of industry alliances, consortia, and trade groups. Formed in 1999, ISTO has an affiliation with the Institute of Electrical and Electronics En ...
.


Technical overview

A DALI network consists of at least one application controller and bus power supply (which may be built into any of the products) as well as input devices (e.g. sensors and push-buttons), control gear (e.g.,
electrical ballast An electrical ballast is a device placed in series with a load to limit the amount of electric current, current in an electrical network, electrical circuit. A familiar and widely used example is the inductive ballast used in fluorescent lamp ...
s, LED drivers and
dimmer A dimmer is a device connected to a light fixture and used to lower the brightness of the lighting, light. By changing the voltage waveform applied to the lamp, it is possible to lower the luminous intensity, intensity of the light output. Alt ...
s) with DALI interfaces. Application controllers can control, configure or query each device by means of a bi-directional data exchange. The DALI protocol permits addressing devices individually, in groups or via broadcast. Each device is assigned a unique short address between 0 and 63, making up to 64 control gear devices and 64 control devices possible in a basic system. Address assignment is performed over the bus using a "commissioning" protocol, usually after all hardware is installed. Data is transferred between devices by means of an asynchronous, half-duplex, serial protocol over a two-wire bus with a fixed data transfer rate of . A single pair of wires comprises the
bus A bus (contracted from omnibus, with variants multibus, motorbus, autobus, etc.) is a road vehicle that carries significantly more passengers than an average car or van. It is most commonly used in public transport, but is also in use for cha ...
used for communication on a DALI network. The network can be arranged in bus or star
topology In mathematics, topology (from the Greek language, Greek words , and ) is concerned with the properties of a mathematical object, geometric object that are preserved under Continuous function, continuous Deformation theory, deformations, such ...
, or a combination of these. Each device on a DALI network can be addressed individually, unlike DSI and 0–10V devices. Consequently, DALI networks typically use fewer wires than DSI or 0–10V systems. The bus is used for both signal and bus power. A power supply provides up to 250 mA at typically 16 V DC; each device may draw up to 2 mA unless bus-powered. While many devices are mains-powered (line-powered), low-power devices such as motion detectors may be powered directly from the DALI bus. Each device has a
bridge rectifier A diode bridge is a bridge rectifier circuit of four diodes that is used in the process of converting alternating current (AC) from the input terminals to direct current (DC, i.e. fixed polarity) on the output terminals. Its function is to conv ...
on its input so it is polarity-insensitive. The bus is a
wired-AND A wired logic connection is a logic gate that implements boolean algebra (logic) using only passive components such as diodes and resistors. A wired logic connection can create an AND gate, AND or an OR gate. The limitations are the inability t ...
configuration where signals are sent by briefly shorting the bus to a low voltage level. (The power supply is required to tolerate this, limiting the current to 250 mA.) Although the DALI control cable operates at ELV potential, it is not classified as
SELV Extra-low voltage (ELV) is an electricity supply voltage and is a part of the Low voltage bandIEC 61140:2016 Chapter 4.2 in a range which carries a low risk of dangerous electrical shock. There are various standards that define extra-low voltage ...
(''Safety'' Extra Low Voltage) and must be treated as if it has only basic insulation from mains. This has the disadvantage that the network cable is required to be mains-rated, but has the advantage that it may be run next to mains cables or within a multi-core cable which includes mains power. Also, mains-powered devices (e.g., LED drivers) need only provide functional insulation between the mains and the DALI control wires. The network cable is required to provide a maximum drop of along the cable. At 250 mA of supply current, that requires a resistance of ≤  per wire. The wire size needed to achieve this depends on the length of the bus, up to a recommended maximum of at 300 m when using the maximum rating of bus power supply. The speed is kept low so no termination resistors are required, and data is transmitted using relatively high voltages ( for low and for high) enabling reliable communications in the presence of significant electrical noise. (This also allows plenty of headroom for a bridge rectifier in each slave.) Each bit is sent using
Manchester encoding In telecommunication and data storage, Manchester code (also known as phase encoding, or PE) is a line code in which the encoding of each data bit is either low then high, or high then low, for equal time. It is a self-clocking signal with no D ...
(a "1" bit is low for the first half of the bit time, and high for the second, while "0" is the reverse), so that power is present for half of each bit. When the bus is idle, the voltage level is continuously high (which is not the same as a data bit). Frames begin with a "1"
start bit Asynchronous serial communication is a form of serial communication in which the communicating endpoints' interfaces are not continuously synchronized by a common clock signal. Instead of a common synchronization signal, the data stream contai ...
, then 8 to 32 data bits in msbit-first order (standard
RS-232 In telecommunications, RS-232 or Recommended Standard 232 is a standard originally introduced in 1960 for serial communication transmission of data. It formally defines signals connecting between a ''DTE'' (''data terminal equipment'') such a ...
is lsbit-first), followed by a minimum of 2.45 ms of idle.


Device addressing

A DALI device, such as an LED driver, can be controlled individually via its short address. Additionally, DALI devices may be arranged into groups in which all devices of the same group can respond to the commands addressed to the group. For example, a room with 4 ballasts can be changed from off to on in three common ways:


Single device

Using the Short Address, e.g. sending the following DALI messages: * DALI Short Address 1 go to 100% * DALI Short Address 2 go to 100% * DALI Short Address 3 go to 100% * DALI Short Address 4 go to 100% This method has the advantage of not requiring programming of group and scene information for each ballast. The fade time of the transition can be chosen on the fly. This method may be undesirable because simultaneous control of a large number of devices may not be possible due to network latency and the comparatively slow data rate of DALI. For example, turning all lighting fixtures off may result in a visible delay between the first and last ballasts switching off. This issue is normally not a problem in rooms with a smaller number of ballasts.


Device groups

Using the DALI Group previously defined for the ballasts in the room, e.g.: * DALI Group address 1 go to 100% This method has the advantage of being immune to synchronization effects as described above. This method has the disadvantage of requiring each ballast to be programmed with the required group numbers and scene information. The fade time can still be configured on the fly, if required.


Broadcast

Using the DALI Broadcast command, all control gear will change to that level, e.g.: * DALI Broadcast go to 50%


Brightness control

DALI lighting levels are specified by an 8-bit value, with 0 representing off, 1 means 0.1% of full brightness, 254 means full brightness, and other values being logarithmically interpolated, giving a 2.77% increase per step. I.e., a (non-zero) control byte denotes a power level of . (A value of 255 is reserved for freezing the current lighting level without changing it.) This is designed to match human eye sensitivity so that perceived brightness steps are uniform, and to ensure corresponding brightness levels in units from different manufacturers.


Scenes

Devices store 16 programmable output levels as "scenes". A single broadcast command causes each device to change to its configured level, e.g. dim lights over the audience and bright lights over the stage. (A programmed output level of 255 causes a device not to respond to a given scene.) A 17th "system failure" scene is triggered by a loss of power (sustained low level) on the DALI bus, to provide a safe fallback if control is lost.


Commands for control gear

Forward frames sent to control gear are 16 bits long, comprising an address byte followed by an opcode byte. The address byte specifies a target device or a ''special command'' addressed to all devices. When addressing a device, the least significant bit of the address byte specifies the interpretation of the opcode byte, with "0" meaning a target (light) level byte follows, and "1" meaning a command follows. Several important special commands are used to save the data byte to one of the three "data transfer registers" which can be used as a parameter by subsequent commands. Address byte format: * 0AAA AAAS: Target device 0 ≤ A < 64. * 100A AAAS: Target group 0 ≤ A < 16. Each control gear may be a member of any or all groups. * 1111 110S: Broadcast unaddressed * 1111 111S: Broadcast * 1010 0000 to 1100 1011: Special commands * 1100 1100 to 1111 1011: Reserved Common control gear commands:


Commands for control devices

The DALI-2 standard added standardisation of control devices. Control devices can include input devices such as daylight sensors, passive infrared room occupancy sensors, and manual lighting controls, or they can be application controllers that are the "brains" of the system - using information to make decisions and control the lights and other devices. Control devices can also combine the functionality of an application controller and an input device. Control devices use 24-bit forward frames, which are ignored by control gear, so up to 64 control devices may share the bus with up to 64 control gear.


D4i

DiiA published severa
new specifications
in 2018 and 2019, extending DALI-2 functionality with power and data, especially for intra-luminaire DALI systems. Applications include indoor and outdoor luminaires, and small DALI systems. Th
D4i trademark
is used on certified products to indicate that these new features are included in the products.


Colour control

IEC 62386-209 describes colour control gear. This describes several colour types - methods of controlling colour. The most popular of these is Tc (tunable white), and was added to DALI-2 certification in January 2020.


Emergency lighting

IEC 62386-202 describes self-contained emergency lighting. Features include automated triggering of function tests and duration tests, and recording of results. These devices are currently included in DALI version-1 registration, with tests for DALI-2 certification in development. Such DALI version-1 products can be mixed with DALI-2 products in the same system, with no problems expected.


Wireless

IEC 62386-104 describes several wireless and wired transport alternatives to the conventional wired DALI bus system. DiiA is working with other industry associations to enable certification of DALI-2 products that operate over certain underlying wireless carriers. It is also possible to combine DALI with wireless communication via application gateways that translate between DALI and the wireless protocol of choice. While such gateways are not standardized, DiiA is working with other industry associations to develop the necessary specifications and tests to achieve this
DiiA: DALI and Wireless


See also

*
Dimmer A dimmer is a device connected to a light fixture and used to lower the brightness of the lighting, light. By changing the voltage waveform applied to the lamp, it is possible to lower the luminous intensity, intensity of the light output. Alt ...
*
Lighting control console A lighting control console (also called a lightboard, lighting board, or lighting desk) is an electronic device used in theatrical lighting design to control multiple stage lights at once. They are used throughout the entertainment industry and a ...
*
Lighting control system A lighting control system is an intelligent network based lighting control solution that incorporates communication between various system inputs and outputs related to lighting control with the use of one or more central computing devices. Light ...


References


External links


Digital Illumination Interface Alliance
{{Automation protocols Building automation Lighting Open standards