background image

Domino

DFDALI

The value of the current brightness level is in the range 0 to 
100; if no ballast has been addressed as 1, then the repor-
ted value will be 255. A lamp failure condition will be in-
stead reported by the value 128; if the answer from the bal-
last will not be understood the value 129 will be reported.
If the brightness level of each ballast on the DALI line is re-
quired by the application, a script for DFCP is available for 
this purpose; contact 

DUEMMEGI

 for more information.

Case 2 (checked option):

In this case, each point 1¸8  reports the status of the auto-
matic   brightness   regulation   of   the   relevant   zone.   For  in-
stance, point 1, when activated, reports that the automatic 
brightness regulation is currently activated for zone 1.

Output section

The related data field (16-bit) for the execution of the com-
mands on the ballasts, has the following meaning:

Point

Data field at output address

1

Function

2
3
4
5
6
7
8
9

Destination

10
11
12
13
14
15
16

The 

destination

 can assume different values depending on 

the typology of the addressed target, identified by the value 
of the high byte of the channel, as in the following table:

Written data

Destination

HEX

DEC

0x00 

0

All the ballasts on the line
(broadcast)

0x01 

÷

 0x20

÷

 32

single ballast (1

÷

32)

0x81 

÷

 0x90

129 

÷

 144

single group (1

÷

16) of ballasts

0x91 

÷

 0x98

145 

÷

 152

Set the setpoint value for the 
automatic brightness regulation 
for zones 1 

÷

 8

When the destination is broadcast or single ballast or single 
group, the function executed by the module depends on the 
value written on the low byte of the output data field, as de-
scribed in the next table.
If instead the destination is in the range 0x91 to 0x98, then 
the value specified by the low byte (Function) assumes the 
meaning   of   “setpoint   value”  

divided   by   10

  used   for   the 

automatic brightness regulation; for instance, to send 300 
as setpoint value on group 3, the value 0x931E has to be 
sebt (0x93 means the setpoint setting for group 3 and 0x1E 
= 30 is the wanted setpoint value: 30 x 10 = 300).

Written data

Function

HEX

DEC

0x00 

÷

 0x64

÷ 

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 value

0x88

136

Set the current brightness a 
MAX value

0x89

137

Reset MIN value to default (1%)

0x8A

138

Reset MAX value to default 
(100%)

0x8B

139

Save the current brightness as 
level to be loaded during bus 
failure condition

0x8C 

÷

 0xAA

140 

÷

 170

Set the current ramp to 0 

÷

 30 

seconds (1s step)

0xAB 

÷

 0xAD

171 

÷

 173

Set the current ramp to 40 

÷

 60 

seconds (step 10 s)

0xB5 

÷

 0xC4

181 

÷ 

196

Save the current brightness to 
Preset 1

÷

16

0xC9 

÷

 0xD8

201 

÷ 

216

Recall brightness from Preset 
1

÷

16 according to current ramp

0xDD

221

enable the automatic brightness 
regulation 

(the destination must 

be a group in the range 1 to 8)

0xDE

222

Disable the automatic bright-
ness regulation and switch OFF 
the lamps 

(the destination must 

be a group in the range 1 to 8)

0xDF

223

Disable the automatic bright-
ness regulation (the destination 
must be a group in the range 1 
to 8)

The value to be written in the output data field to perform a 
given function to a given destination will be thus:

in hexadecimal: 0xYYZZ where YY is the destination in 
hexadecimal format (HEX) and ZZ is the code of the 
function in hexadecimal format (HEX)

in decimal: K where K is given by [(256 x YY) + ZZ], 
where  YY  is the  destination  in decimal format  (DEC) 
and ZZ is the code of  the function in decimal format 
(DEC)

Notes:

DFDALI module, normally, polls all the ballasts connected to 
the line; this polling can be disabled sending the code 112 (of 
course losing all information about the diagnostic and the cur-
rent level). The code 113 will enable again the polling; the cur-
rent status of the polling is reported by the point 11 of the input 
section (if enabled). At the module power up or after a reset 
the polling is always enabled by default.

DUEMMEGI

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

Tel. 02/57300377 - Fax 02/55213686 – 

www.duemmegi.it

Rel.: 2.1 May 2013

Page 3 of 11

HOME AND BUILDING AUTOMATION

Содержание Domino DFDALI

Страница 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 ...

Страница 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...

Страница 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...

Страница 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 ...

Страница 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...

Страница 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...

Страница 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 ...

Страница 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...

Страница 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...

Страница 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...

Страница 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...

Отзывы: