The Digital Addressable Lighting Interface (DALI) protocol is widely adopted for lighting control systems due to its flexibility, scalability, and robustness. The protocol supports the control, configuration, and querying of lighting devices over a 2-wire bus, allowing for easy communication between various devices such as LED drivers, sensors, and controllers. Below, we’ll explore its key features, applications, and specific benefits with examples, focusing on aspects like data transfer, bit/byte manipulation, speed, short/long addresses, and the different DALI types.
In a DALI network, both power and data are carried over the same 2-wire bus. This eliminates the need for separate wiring for data transmission, reducing installation costs and complexity. The DALI system operates with a voltage of 16V when idle, with the voltage fluctuating during data transmission.
This small packet size ensures that data can be transmitted efficiently, even at the relatively slow speed of 1200 bps. For example, sending a command to turn a light off requires just a single 16-bit packet.
The DALI protocol makes extensive use of bits and bytes for efficient data transfer. A bit is the smallest unit of data, representing a binary value of either 0 or 1, while a byte consists of 8 bits. In DALI, the control and query commands are represented as bytes to facilitate two-way communication.
Example:
A DALI command to dim a light could be structured as follows:
This packet (2 bytes) is transmitted over the DALI bus to the appropriate device, and the luminaire responds by adjusting its brightness.
In DALI, devices can be addressed using either short addresses or long addresses:
Long addresses are particularly useful in large systems or installations where many devices need to be configured and identified uniquely.
DALI is designed to provide precise control over dimming. One of the key features of DALI is its standardized dimming curve, which ensures smooth and consistent dimming across different devices and manufacturers. The dimming curve is designed to match human eye sensitivity, ensuring that changes in brightness appear smooth and linear.
Certified DALI-2 control gear follows this standardized dimming curve, ensuring compatibility across different products and ensuring a uniform experience in dimming operations.
DALI supports three main types of commands:
DALI provides flexible addressing options, allowing control of individual devices, groups of devices, or even broadcasting commands to all devices. This makes it highly adaptable for both small and large-scale lighting systems.
DALI Scenes
Scenes allow for the fast and efficient recall of pre-defined light levels across a system. Each DALI device can store up to 16 scenes, which can be recalled with a single command. This makes it easy to implement lighting presets for different scenarios, such as meetings, presentations, or cleaning.
Scenes are particularly useful in spaces where lighting needs change frequently or where lighting presets are required for specific activities.
DALI supports two different device types: Type 6 (DT6) and Type 8 (DT8).
DALI Type 8 provides several advantages over Type 6: