background image

Domino

DFDALI

The code 128 is required only to inform DFDALI when interrupt 
a running function. For instance, to perform an Up function, the 
code 125 must be sent: the brightness will increase until the 
sending of code 128.

The code  139  saves, in the non volatile memory of the bal-
lasts, the brightness level which will be automatically recalled 
when a DALI or 

Domino

 bus failure occurs.

The change from a brightness level to another one will be ex-
ecuted according to a ramp that can be set as desired by the 
codes 140 to 173. The ramp value will be stored in the non 
volatile memory of the ballasts, therefore a power failure does 
not affect it.

Management by DFCP or by I/V table

The sending of commands or values to DALI devices can 
be   performed   through   a   supervisor   simply   writing   the 
memory locations of DFCP related to the output of the in-
stalled DFDALI modules.

As option, or in addition, it is possible to send commands or 
value from DFCP to the DALI module through proper equa-
tions as in the following example:

V1

 = !(

I1.1

 | 

I1.2

 | 

I1.3)

AO2

 = P(128)

V1

 & \

      P(125)

I1.1

 & P(126)

I1.2

 & \       

      P(50)

I1.3

where 

I1.1

 and 

I1.2

 are, for instance, the Up and Down 

inputs and  

AO2

  is DFDALI module with address 2;  

I1.3 

will set the brightness to 50%. The specified value, at each 
variation, will be transferred to the DALI output (

AO2

). At 

the releasing of each pushbutton, the value is always set to 
128 (no operation, but needed to  inform the module about 
the releasing of the buttons). In this case the described Up, 
Down and Preset functions acts on all connected ballasts 
(broadcast commands).

To get the same result on a ballast individually addressed, 
it is easiest (even if not mandatory) to use the hexadecimal 
format to write the equations, because the address of the 
ballast has to be specified in the high byte of the channel:

V1

 = !(

I1.1

 | 

I1.2

 | 

I1.3)

AO2

 = P(

0x0180

)

V1

 & \

      P(

0x017D

)

I1.1

 & P(

0x017E

)

I1.2

 & \ 

      P(

0x0132

)

I1.3

where  

I1.1

  and  

I1.2

  are the Up and Down inputs and 

AO2

 is DFDALI with address 2; 

I1.3

 will set the brightness 

to 50%. The specified value, at each variation, will be trans-
ferred to the DALI ballast addressed 1. At the releasing of 
each pushbutton, the value is always  set to  

0x0180

  (no 

operation, but needed to  inform the module about the re-
leasing of the buttons).

A similar example follows to send command to a group of 
ballasts:

V1

 = !(

I1.1

 | 

I1.2

 | 

I1.3)

AO2

 = P(

0x8180

)

V1

 & \

      P(

0x817D

)

I1.1

 & P(

0x817E

)

I1.2

 & \ 

      P(

0x8132

)

I1.3

The specified value, at each variation, will be transferred to 
the DALI devices assigned to group 1. At the releasing of 
each pushbutton, the value is always  set to  

0x8180

  (no 

operation, but needed to  inform the module about the re-
leasing of the buttons).
Of course the commands to DALI devices can be also sent 
by DFCP through the using of the Scripts.

DFDALI module can however work without DFCP control-
ler,   simply   linking   the   desired   commands   to   bus   input 
points  (both  real  and   virtual  ones);   for  details  about   this 
possibility, refer to the paragraph I/V Table.

Manual commands by the module 
pushbutton

Near to the terminal block of DALI line, a pushbutton allows 
the following functions: a short pulse will cause the com-
plete switching ON and OFF, while holding down the button 
the brightness increases or decreases depending on previ-
ous action (every next continuous pressing will invert the 
previous one).
This pushbutton is useful during the setting up of the plant.

Diagnostic of DALI line by yellow LED

The yellow LED, located near the just described pushbut-
ton,   continuously   flashes   during   normal   operation.   Since 
the DALI line is continuously polled in a sequential way, 
thus the LED flashes in the same way, even if DFCP con-
troller is not connected.
The yellow LED will be fixed lighted when one or more of 
the following events will occur on the DALI line:

Lamp failure

DALI line broken or no ballast connected

Short circuit on DALI line

In the case of short circuit, an automatic procedure will try 
to restore the line, thus allowing to module to return to to 
the normal operation with a maximum 15 sec delay after 
the short circuit condition has been removed.
The LED will be instead switched off if the DALI section of 
the module is not supplied or if the polling has been dis-
abled. In any case, the occurred problem can be discrimin-
ated by the map of DCP IDE or BDTools or by a supervisor 
or video-terminal connected to DFCP (reading input chan-
nel as described in the related paragraph).

Note:

In lamp failure condition, it is not possible to know on which 
DALI device this event occurred.

DUEMMEGI

 s.r.l. - Via Longhena, 4 - 20139 MILANO

Tel. 02/57300377 - Fax 02/55213686 – 

www.duemmegi.it

Rel.: 2.1 May 2013

Page 4 of 11

HOME AND BUILDING AUTOMATION

Summary of Contents for Domino DFDALI

Page 1: ...ecalling of sceneries can be accomplished by the module The power supply needed for DFDALI module operation is derived from the Domino bus itself and from an auxiliary power supply for the DALI section Three fixed 2 way terminal block allow the connection of the module to the Domino bus to the auxiliary power sup ply and to the DALI bus Near to the Domino bus terminal block the module fea tures a ...

Page 2: ... bus 1 output address and if enabled 1 input address The meaning of the data field of the two sections will be described in the following Input section On the input address if enabled 16 bits are available for the diagnostics of DALI system as described in the follow ing table Point Description 1 Current brightness or Regulation Status of the 8 zones 2 3 4 5 6 7 8 9 10 11 Polling disabled 12 Power...

Page 3: ... HEX DEC 0x00 0x64 0 100 Set the brightness to 0 100 according to the current ramp 0x70 112 Disable polling 0x71 113 Enable polling 0x7D 125 Up command without one touch function 0x7E 126 Down command without one touch function 0x7F 127 Single command without one touch function 0x80 128 No operation in this case the value of the destination must be zero 0x87 135 Set the current brightness a MIN va...

Page 4: ...easing of the buttons A similar example follows to send command to a group of ballasts V1 I1 1 I1 2 I1 3 AO2 P 0x8180 V1 P 0x817D I1 1 P 0x817E I1 2 P 0x8132 I1 3 The specified value at each variation will be transferred to the DALI devices assigned to group 1 At the releasing of each pushbutton the value is always set to 0x8180 no operation but needed to inform the module about the re leasing of ...

Page 5: ...m the menu of DCP IDE or BDTools From the menu select Programming Modules Configura tion and then DFDALI The window shown in Figure 2 will be opened the main parameters and options can be here defined as it will be described in the following of this para graph Before to proceed with any action the communication between the PC and for instance DFCP has to be opened The top side of the configuration...

Page 6: ...d to the line and for a single ballast Restoring of the settings does not imply the reset of the ballast address The visible result of the factory setting restoring is the switching on of the lamps at the bus failure default level that is typically 100 Mapping Once the ballasts have been random addressed it can be useful to reorder the assigned addresses thus simplifying the supervision and the ma...

Page 7: ... 2 the bal lasts 1 3 and the group 3 the ballasts 2 4 5 The button Deselect remove all the X symbols on the grid The execution of the assignment of the groups clicking on the button Start will take in account only the ballast selec ted by the X symbol A timer icon will inform that the opera tion is running At the end of the procedure the normal mouse icon will be restored If the procedure has not ...

Page 8: ...e to be recalled by ballasts during failure of Domino and or DALI bus Ramp the ramp value in seconds Preset writing a value 0 to 100 and clicking on the button on the right side the brightness will be forced to that value M1 M16 the value to be loaded into the 16 presets the button on the right side allows to recall the related preset stored into the ballast DUEMMEGI s r l Via Longhena 4 20139 MIL...

Page 9: ...ontroller and any program ming To compile the table left click with the mouse on the first available cell on the Input column enter address and point without I or V with if needed and press Enter The command list will appear choose the desired function among Mono Up Down Recall Save the other two op tions are related to the automatic bright ness regulation see next paragraph The cell of the column...

Page 10: ...to be sent to the ballasts In practice larger values of K increase the speed of the approaching to the set point Small values of K allow for greater stability of the regulation but a slower response while large values of K make the re sponse faster but some oscillations can appear Start Value is the value from which the regulation starts when it is activated The Auto options when checked place tha...

Page 11: ...gulations of the relevant country The installation con figuration and programming of the devices must be carried out by trained personnel The installation and the wiring of the bus line and the related devices must be performed according to the recommendations of the manufacturers reported on the specific data sheet of the product and according to the applicable standards All the relevant safety r...

Reviews: