Questions tagged [dali]

DALI (Digital Addressable Lighting Interface) is a lighting industry specific protocol between control devices (controllers) and control gear (ballasts) formally specified by IEC62386.

DALI is a digital protocol used to control and query lighting. It was introduced as an annex to IEC60929 "A.C. Supplied electronic ballasts for tubular fluorescent lamps - Performance requirements" and has been implemented across a wide range of lamp types including LED, HID and Low Voltage Halogen. In 2009, a new set of standards, IEC62386 with various parts was introduced, replacing IEC60929.

DALI uses a modulated power system for communication both from control device to gear and back again. A current limited supply is deliberately pulled down by transmitters to produce low pulses, and released to produce high pulses.

Forward frames from control devices to control gear (ballasts) are 16 bits, and reverse frames from control gear are 8 bits (not counting start bit and stop bits). The information rate is low at 1200 bits/sec and the voltages high at 9.5-22.5V for a high, 0-6.5V for a low, so that there are no special requirements on the cables. Non twisted, non screened multicore cable can be run for 300m with other cores carrying mains current without detrimental affect on the DALI signals. It is only single insulated from mains in the cable and at the gear end, so is not a SELV signal.

Use of the DALI symbol on products is governed by the "DALI group" formerly known as AG DALI, a division of the ZVEI group, independent of the IEC standards body.

Questions that should have this tag should be about the lighting control protocol rather than the marketing group and logo, and be of a technical nature suitable for an electronics literate audience.

See also http://en.wikipedia.org/wiki/DALI_lighting

Anyone working with DALI should obtain a copy of the IEC62386 standards for reference since many sites and microprocessor app notes are still using IEC60929 Annex E.4. which is out of date. DALI is an open standard in that anyone can produce products that work to IEC62386 but it is not a free standard, and membership of the "DALI group" is required, as well as passing a suite of official tests, to use the DALI name and logo on products.

89 questions
11
votes
2 answers

What is the point of the Zener diode in this schematic?

I looked at DALI application node and stumbled upon this circuit. Everything but the Zener diode D4 makes sense. What is the function of D4?
jonas
  • 309
  • 1
  • 9
5
votes
1 answer

DALI Slave not responding to short address

I'm creating customized DALI Master from scratch. The problem is, that no matter what I do, none of the devices responds to short addressing. Let's start from the beginning. After connecting single device to DALI bus, it works as expected for all…
peku33
  • 395
  • 3
  • 12
3
votes
2 answers

DALI : How commissioning process takes place in DALI system?

I have gone through various documents regarding the Commissioning in the DALI interface. But I finding it difficult to understand some of the points. So if anyone with DALI Commissioning can help me understand the commissioning procedure. I already…
Jimit
  • 423
  • 5
  • 14
3
votes
1 answer

DALI deterministic commissioning

I am currently looking into setting up a DALI system with my own programmable DALI master and (over time) a multitude of DALI (LED) lights. The general idea is to use an already existing DALI python library to program the setup; basically I'd like…
martyn
  • 133
  • 4
3
votes
1 answer

DALI : How commissioning process takes place in DALI system -2?

Broadcast control commands are working properly. But, I am not able to get the response from Dali Driver, for broadcast query or special commands. And also I am not able to set short address for the driver. Steps followed by me to set the short…
3
votes
1 answer

DALI Multi-Master: How to design a multi-master system? Is it part of DALI standard?

This question is haunting me for a long time. This could be something very basic and I do not know how it works or could be some misunderstanding! I am now using STM32E407 as DALI master and am working on the implementation of DALI. I have achieved…
charansai
  • 461
  • 1
  • 4
  • 21
3
votes
1 answer

DALI : How commissioning process takes place in DALI system?

I am new to DALI protocol. The setup has a master and one slave. I am using Mean Well Dali Driver. Broadcast control commands are working properly. But, I am not able to get the response from Dali Driver, for broadcast query or special commands. And…
Amol
  • 31
  • 2
2
votes
3 answers

Purpose of dual diode

I'm referring the DALI 2 schematics by Mikroe. Within the circuit what is the function of D1 in given schematics? And why they are using a dual diode?
Alex
  • 23
  • 3
2
votes
1 answer

Current draw and voltage drop of DALI bus line

I am starting with the DALI protocol and already was able to send/receive commands based on this project. With comments from a related question I improved my circuit and the quality of my signal. The current circuit follows following schematic and…
v3xX
  • 415
  • 2
  • 16
2
votes
1 answer

Using DALI-2 BUS interface(slave) to supply SiLABs EFR32xx

I am working on DALI bus converter, using EFR32xx MCU(SiLAbs) for home usage. My question is following.. Is it possible to get DC voltage from DALI interface to supply MCU unit(3.3V) to avoid stuff battery or external DC voltage input? If i am not…
2
votes
1 answer

Dali commissioning Luminaires

I have more than one lamp and i need to make a program to commissioning. I've already did it whit a single lamp but now I don't know : How to make addresses for multiple lamps (in my case A3 is programming all the 3 ballast), should i save it in a…
Les Go
  • 155
  • 10
2
votes
1 answer

Dali Light Addressing: How to?

As I am trying to create a program that addresses the various luminaires, I wanted to know better theoretically not the commands to give, but why I am giving that specific command. I've searched for a long time to find also examples about Dali2…
Les Go
  • 155
  • 10
2
votes
1 answer

DALI: How do I delete the short address from a device?

I have a device that already has a short address. I need to delete this short address so that I can do the initialisation process again (from random address to short address). Can this be done? What commands do I have to send?
2
votes
2 answers

Understanding STEVAL-ILM001V1 DALI transceiver schematic + adding protections

I'm working on implementing a DALI bus interface circuit. DALI has a few specifics that make this tricky: The device should draw at most 2mA when receiving, it transmits by shorting the bus (250mA is limited by the supply). The normal voltage is…
2
votes
1 answer

DALI optical isolation of signal, but no power isolation?

The DALI standard suggests a separated power supply, because the DALI control lines are not galvanically isolated, so mains voltage may appear on the lines (and the standard suggests that DALI devices should tolerate this). The most…
Jon Bright
  • 635
  • 2
  • 7
  • 9
1
2 3 4 5 6