IEC TR 63020: DALI — Guidelines for Control Gear

Practical engineering guidance for implementing DALI-compliant control gear in lighting systems

1. Scope and Role of IEC TR 63020

IEC TR 63020 provides supplementary guidelines for the design, testing, and integration of control gear operating on the DALI bus. Control gear in the DALI context includes LED drivers, electronic ballasts for fluorescent lamps, and transformers for LV halogen lamps — any device that receives a DALI command and converts it into a load-control action. The TR complements the normative requirements of IEC 62386-102 (control gear general requirements) and IEC 62386-2xx (particular requirements for specific load types).

The key contribution of TR 63020 is its focus on real-world implementation issues that normative standards do not fully address: bus current budgeting, power-up timing sequences, handling of bus voltage drop in extended installations, and interpretation of status information. For engineers developing DALI control gear, this document is a practical companion to the formal compliance tests defined in IEC 62386-102.

IEC TR 63020 is particularly valuable for first-time DALI implementers. It explains not just what the protocol commands do, but how to implement them reliably in embedded firmware, including recommended state machines, timeout handling, and error recovery strategies.

2. Key Technical Requirements for DALI Control Gear

2.1 Bus Interface and Power Supply Design

Each control gear must present a bus impedance that does not load the DALI bus beyond the standard limit: the combined current drawn by all devices on a bus segment shall not exceed 250 mA from the bus power supply at 16 V DC. The TR provides a calculation method:

Ibus = N × Igear + Iapp + Imargin

where N is the number of control gear units, Igear is the current consumption per unit (≤ 2 mA typical), Iapp is the application controller current, and Imargin ≥ 30 mA for cable losses and transients. This simple budget calculation is critical to avoid intermittent bus failures in large installations.

A frequent field issue is “bus starvation” — when designers install 64 gear units each consuming 3.5 mA (instead of the typical 2 mA), the total bus current reaches 224 mA plus controller and cable losses, leaving insufficient headroom for start-up transients. The result is random communication failures during power-up. Always budget for worst-case gear current plus 20 % margin.

2.2 Power-Up and Start-Up Behaviour

TR 63020 dedicates significant attention to the power-up sequence. After bus power is applied, each control gear must complete its internal initialisation within 100 ms and be ready to receive DALI commands. The gear shall not transmit on the bus during this period. After initialisation, it must wait for its assigned fade time before executing any stored scene. This sequenced start-up prevents bus contention and ensures predictable lighting transitions.

Timing Parameter Requirement Typical Design Target
Power-up initialisation ≤ 100 ms 50 ms (allows margin)
Bus recovery after voltage dip Respond within 20 ms 10 ms brown-out detection
Scene recall execution ≤ fade time + 50 ms Hardware-dependent
Status report latency ≤ 10 ms after query Use interrupt-driven UART

3. Engineering Design Insights for Robust Control Gear

The TR identifies several design areas that directly affect long-term reliability:

Load regulation and overcurrent protection. DALI commands may request rapid transitions from 0 % to 100 % output. The control gear must handle the inrush without tripping its internal protection or causing bus voltage sag. TR 63020 recommends a minimum of 200 µF per amp of output current for bulk decoupling at the load driver stage.

EMC and bus immunity. DALI operates at 1200 baud with a 1 V differential signal, but the bus wiring often runs alongside mains cables. The TR recommends common-mode chokes with ≥ 100 µH inductance on the bus input and a differential TVS diode rated at 18 V (clamping at 24 V) to protect against induced surges from nearby lightning or switching transients.

A design tip from section 5 of TR 63020: implement a “graceful degradation” mode. If the control gear detects abnormal bus conditions (persistent CRC errors, voltage outside 12–20 V range), it should smoothly ramp the load to a predefined safe level (e.g. 50 % output) rather than turning off abruptly. This avoids complete darkness in critical areas while alerting the system to a fault condition.

4. Frequently Asked Questions

Q1: What is the difference between DALI-1 and DALI-2 control gear from a compliance perspective?
A: DALI-2 requires certification through the DALI-2 interoperability testing programme. Key additions include: extended status reporting (thermal, load failure, gear failure), support for colour control commands, and standardised application controller interface. TR 63020 is aligned with DALI-2 requirements.
Q2: Can a DALI control gear operate without a dedicated bus power supply?
A: No. Each bus segment requires a bus power supply (typically integrated in the application controller) providing 16 V DC. Some control gear can derive their internal operating power from the bus, but this increases the bus current budget and must be accounted for in the design.
Q3: How should control gear handle DALI command timeouts?
A: If no valid command is received within the watchdog timeout (typically 15 s), the gear should maintain its last valid output level. After a longer timeout (configurable, typically 60 s), the gear may transition to a preprogrammed emergency level. This is defined in the gear’s configuration via the bus.
Q4: What are the cabling limits for DALI control gear installations?
A: Maximum cable length is 300 m (bus segments), maximum voltage drop from the bus power supply to any gear is 2 V, and maximum capacitance between bus wires is 10 nF. The TR recommends using 1.5 mm² twisted-pair cable for runs exceeding 100 m.

Leave a Reply

Your email address will not be published. Required fields are marked *