Page 1
This documentation as well as the corresponding software are subject to copyright law and protected by RESI company. All rights reserved. Copyright 2009-2015 RESI Informatik & Automation GmbH 14.02.15...
................. 41 END COMMAND WITHOUT ANSWER TWICE TO ALL LAMPS 7.45 ..............42 END COMMAND WITHOUT ANSWER TWICE TO A GROUP OF LAMPS 7.46 ..................42 END COMMAND WITHOUT ANSWER TWICE TO A LAMP Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 4
IN A SINGLE LAMP MODBUS – REGISTER DESCRIPTION: ......................78 ................................78 VERVIEW MODBUS R ............................... 79 EGISTER 8.2.1 DSI value ............................... 79 DALI – brightness value for a single lamp ....................80 8.2.2 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 5
DALI – Direct DALI command ........................83 8.2.8 8.2.9 Converter reset .............................. 85 8.2.10 MODBUS address ............................ 86 8.2.11 MODBUS baud rate ..........................86 SPECIFICATIONS ..............................87 ................................87 IMENSIONS IMPORTANT DALI COMMANDS ........................88 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Operating our device close to equipment, which do not comply with EMC directives, can influence the functionality of our device, leading to malfunction or in worst case to a breakdown of our device! Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 7
Dimensions of the enclosures or enclosures accessories may show slight tolerances on the specifications provided in these instructions! Modifications of this documentation is not allowed! In case of a complaint, only complete devices returned in original packing will be accepted! Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
RESI® General Information Up to 64 DALI lamps can be controlled with the RESI-DALI-ASCII converter via simple ASCII text strings or via MODBUS/RTU master protocol. But also lamps using the older DSI protocol can be controlled. To control our converter, you will need an intelligent unit with a build in serial interface (RS232 or RS485).
Page 9
LED indicator Clamps Clamp wire cross section Max. 1,5 mm² Tightening torque Max. 0.5Nm CE conformity IT Accessories RESI-MODBUS- Free configuration software for RESI devices. Download this software from Configurator www.RESI.cc Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Mounting and Connections Assembling Our RESI-DALI-ASCII converters and our RESI-DALI-PS power supplies are designed for mounting on a 35mm DIN-EN50022 rail. Please note, that there are symbol photos used in the mounting pictures below. At first, put the converter with the top side on the DIN rail (1).
DALI DALI activity LED, is permanent on, flashes short when DALI telegrams are on the bus HOST HOST-LED, flashes, when host sends/receive MODBUS/RTU telegrams Table: Description of connectors and LEDs of the RESI-DALI-ASCII converter Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 12
DALI system DALI DALI activity LED, is permanent on. When transmitting a DALI telegram the LED switches off of a few milliseconds. Table: Description of connectors of the RESI-DALI-PS module Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
After changing the DIP switches the converter reboots immediately, so no power off or on is necessary. After reboot all the LEDs are on for half a second to signal the power on sequence. Table: Description of DIP Switch functions Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
RESI® Wiring diagram +24V= RS232, TX RS232, RX RS232, GND DALI- DALI+ Illustration: Wiring diagram of the RESI-DALI-ASCII converter and RESI-DALI-PS power supply Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
RESI® Function description The RESI-DALI-ASCII converter is used to integrate a DALI light bus system into an automation system, which has a serial interface (RS232 or RS485) and can handle a simple ASCII text based protocol. The converter offers also the possibility to use the MODBUS/RTU master protocol instead of the ASCII text strings. Both protocols are supported by the converter.
Communication sequence The RESI-DALI-ASCII converter is a slave on the bus. This means, the converter do not send any characters on the bus, unit it receives a valid message from a bus master and want to answer to this telegram. So the host controls the communication.
This command returns the current type of the converter. Host long version: #TYPE<CR> or #<ADR>,TYPE<CR> Host short version: #TYP<CR> or #<ADR>,TYP<CR> Answer: #TYPE:<TYP><CR> or #<ADR>,TYPE:<TYP><CR> <TYP> represents the current type of the converter. Currently RESI-DALI-ASCII Samples: #TYPE #TYPE:RESI-DALI-ASCII #255,TYP #255,TYP:RESI-DALI-ASCII Datum...
<LEVEL> represents the new brightness value according to the DALI standard. You can use brightness levels between 0 (=0%) and 254 (=100%). 255 is defined in the DALI standard as a mask. Samples: Brightness of the group 0 to 100%: #GROUPLEVEL:0=254 #OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
#OK #255,LL:0xF=0x80 #255,OK Switch off all lamps This command sends the DALI command OFF to all connected DALI lamps. Host long version: #ALL<SP>OFF<CR> or #<ADR>,ALL<SP>OFF<CR> Host short version: #AOF<CR> or #<ADR>,AOF<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<GROUP> defines the affected DALI group according to the DALI standard. Group numbers from 0 to 15 are allowed. Samples: Switch off group 0: #GROUPOFF:0 #OK #255,GOF:0x00 #255,OK Switch off group 7: #GROUPOFF:7 #OK #255,GOF:0x07 #255,OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Samples: Dim up all lamps: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
The DALI standard supports 64 DALI lamps. Host long version: #LAMP<SP>UP:<LAMP><CR> or #<ADR>,LAMP<SP>UP:<LAMP><CR> Host short version: #LUP:<LAMP><CR> or #<ADR>,LUP:<LAMP><CR> Answer: If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Samples: Dim down all lamps: #ALLDOWN #OK #255,ADO #255,OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Each lamp can be dimmed up to their maximum brightness value. The DALI standard supports 16 DALI groups. Host long version: #GROUP<SP>ON<SP>AND<SP>STEP<SP>UP:<GROUP><CR> or #<ADR>,GROUP<SP>ON<SP>AND<SP>STEP<SP>UP:<GROUP><CR> Host short version: #GOSUP:<GROUP><CR> or #<ADR>,GOSUP:<GROUP><CR> Answer: If everything was ok with the command, the converter answers with Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Samples: Switch on and dim up lamp 47: #LAMPONANDSTEPUP:47 #OK #255,LOSUP:0x2F #255,OK Switch on and dim up lamp 58: #LAMPONANDSTEPUP:58 #OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
#ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <GROUP> defines the affected DALI group according to the DALI standard. Group numbers from 0 to 15 are allowed. Samples: Dim down and switch off group 4: #GROUPSTEPDOWNANDOFF:4 #OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
0 to 63 is allowed. Samples: Dim down and switch off lamp 47: #LAMPSTEPDOWNANDOFF:47 #OK #255,LSDOO:0x2F #255,OK Dim down and switch off lamp 58: #LAMPSTEPDOWNANDOFF:58 #OK #255,LSDOO:0x3A #255,OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<GROUP> defines the affected DALI group according to the DALI standard. Group numbers from 0 to 15 are allowed. Samples: Dim up immediately lamp group 4: #GROUPSTEPUP:4 #OK #255,GSUP:0x04 #255,OK Dim up immediately lamp group 32: #GROUPSTEPUP:32 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
This command sends the DALI command STEP DOWN to a single lamp and dims down immediately the affected lamp. The DALI standard supports 64 lamps. Host long version: #LAMP<SP>STEP<SP>DOWN:<LAMP><CR> or #<ADR>,LAMP<SP>STEP<SP>DOWN:<LAMP><CR> Host short version: #LSDO:<LAMP><CR> or #<ADR>,LSDO:<LAMP><CR> Answer: If everything was ok with the command, the converter answers with Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If the lamps are off, they are switched on by this command. The DALI standard supports 16 lamp groups. Host long version: #GROUP<SP>RECALL<SP>MAX<SP>LEVEL:<GROUP><CR> or Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Samples: Recall maximum level in lamp 47: #LAMPRECALLMAXLEVEL:47 #OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is no valid answer within 1 second on the DALI bus, the converter answers with: #OK:9,99,0x63<CR> or #<ADR>,OK:9,99,0x63<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<RESULTHEX> is the 8 bit answer value of the DALI bus as hexadecimal number Samples: Query status of lamp 2: #LAMPCOMMANDANSWER:2=0x90 #OK:1,132,0x84 #255,LCMDA:0x2=0x90 #255,OK:1,132,0x84 Query actual brightness of lamp 2: #LAMPCOMMANDANSWER:2=0xA0 #OK:1,254,0xFE #255,LCMDA:0x2=0xA0 #255,OK:1,254,0xFE Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is no valid answer within 1 second on the DALI bus, the converter answers with: #OK:9,99,0x63<CR> or #<ADR>,OK:9,99,0x63<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<RESULTDEC> is the 8 bit answer value of the DALI bus as decimal number <RESULTHEX> is the 8 bit answer value of the DALI bus as hexadecimal number Samples: Store current brightness value into DTR register in lamp 47: #LAMPCOMMANDREPEATANSWER:47=255 #OK:0,0,0x0 #255,LCMDRA:0x2F=0xFF #255,OK:0,0,0x0 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<GROUP> defines the affected DALI group according to the DALI standard. Group numbers from 0 to 15 are allowed. <COMMAND> defines a valid 8 bit DALI command Samples: Recall minimum level in lamp group 4: #GROUPCOMMAND:4=0x06 #OK #255,GCMD:0x04=0x06 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <COMMAND> defines a valid 8 bit DALI command Samples: Do a reset in all lamps: #ALLCOMMANDREPEAT:0x20 #OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
#ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. <COMMAND> defines a valid 8 bit DALI command Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Recall scene in all lamps This command recalls a previous stored scene in all lamps. The DALI standard supports 16 DALI scene per lamp. Host long version: #ALL<SP>GOTO<SP>SCENE:<SCENE><CR> or #<ADR>,ALL<SP>GOTO<SP>SCENE:<SCENE><CR> Host short version: #AGS:<SCENE><CR> or #<ADR>,AGS:<SCENE><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Recall scene in a single lamp This command recalls a previous stored scene in a single lamp. The DALI standard supports 64 lamps and 16 DALI scene per lamp. Host long version: #LAMP<SP>GOTO<SP>SCENE:<LAMP>=<SCENE><CR> or #<ADR>,LAMP<SP>GOTO<SP>SCENE:<LAMP>=<SCENE><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
#255,OK 7.54 Do RESET in a group of lamps This command sends the DALI command RESET to a group of lamps twice within 100ms. The DALI standard supports 16 lamp groups. Host long version: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Samples: Do a RESET in lamp 47: #LAMPRESET:47 #OK #255,LRESET:0x2F #255,OK 7.56 Do STORE ACTUAL LEVEL IN DTR command in all lamps Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<GROUP> defines the affected DALI group according to the DALI standard. Group numbers from 0 to 15 are allowed. Samples: Do STORE ACTUAL LEVEL IN DTR in lamp group 4: #GROUPSTOREACTUALLEVELINDTR:4 #OK #255,GSALD:0x04 #255,OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Samples: Do STORE DTR AS MAX LEVEL command in all lamps: #ALLSTOREDTRASMAXLEVEL #OK #255,ASDMAXL #255,OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Samples: Do STORE DTR AS MAX LEVEL command in lamp 47: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <GROUP> defines the affected DALI group according to the DALI standard. Group numbers from 0 to 15 are allowed. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Host short version: #LSDSFL:<LAMP><CR> or #<ADR>,LSDSFL:<LAMP><CR> Answer: If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Host short version: #GSDPOL:<GROUP><CR> or #<ADR>,GSDPOL:<GROUP><CR> Answer: If everything was ok with the command, the converter answers with #OK<CR> or #<ADR>,OK<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
This command send the DALI command STORE DTR AS FADE TIME to all lamps twice within 100ms. Host long version: #ALL<SP>STORE<SP>DTR<SP>AS<SP>FADE<SP>TIME<CR> or #<ADR>,ALL<SP>STORE<SP>DTR<SP>AS<SP>FADE<SP>TIME<CR> Host short version: #ASDFT<CR> or #<ADR>,ASDFT<CR> Answer: If everything was ok with the command, the converter answers with #OK<CR> or Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
This command send the DALI command STORE DTR AS FADE TIME to a single lamp twice within 100ms. The DALI standard supports 64 lamps. Host long version: #LAMP<SP>STORE<SP>DTR<SP>AS<SP>FADE<SP>TIME:<LAMP><CR> or #<ADR>,LAMP<SP>STORE<SP>DTR<SP>AS<SP>FADE<SP>TIME:<LAMP><CR> Host short version: #LSDFT:<LAMP><CR> or #<ADR>,LSDFT:<LAMP><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
This command send the DALI command STORE DTR AS FADE RATE to a group of lamps twice within 100ms. The DALI standard supports 16 lamp groups. Host long version: #GROUP<SP>STORE<SP>DTR<SP>AS<SP>FADE<SP>RATE:<GROUP><CR> or #<ADR>,GROUP<SP>STORE<SP>DTR<SP>AS<SP>FADE<SP>RATE:<GROUP><CR> Host short version: #GSDFR:<GROUP><CR> or #<ADR>,GSDFR:<GROUP><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
#255,OK 7.77 Do STORE DTR AS SCENE command in all lamps This command send the DALI command STORE DTR AS SCENE to all lamps twice within 100ms. Host long version: #ALL<SP>STORE<SP>DTR<SP>AS<SP>SCENE:<SCENE><CR> or #<ADR>,ALL<SP>STORE<SP>DTR<SP>AS<SP>SCENE:<SCENE><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<SCENE> defines the number of the scene, into which the DTR register is stored as brightness value. Valid are 0 to 15 for the 16 possible scenes. Samples: Do STORE DTR AS SCENE 12 in lamp group 4: #GROUPSTOREDTRASSCENE:4=12 #OK #255,GSDS:0x04=0x0C #255,OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> Samples: Do ENABLE WRITE MEMORY in all lamps: #ALLENABLEWRITEMEMORY #OK Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Samples: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Query no short address 0=NO, short address is programmed 1=YES, no short address is programmed Bit 7: Query power failure 0=NO, 1=RESET or ARC POWER CONTROL since last power on #255,LQS:0x2F #255,OK:1,36,0x24 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Answer: If everything was ok with the command, the converter answers with #OK:<BYTES>,<RESULTDEC>,<RESULTHEX><CR> or #<ADR>,OK:<BYTES>,<RESULTDEC>,<RESULTHEX><CR> If there is no valid answer within 1 second on the DALI bus, the converter answers with: #OK:9,99,0x63<CR> or Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Do QUERY LAMP POWER ON in lamp 47: #LAMPQUERYLAMPPOWERON:47 #OK:1,255,0xFF The result value of 255,0xFF is interpreted as YES. Otherwise the lamps sends no answer and the result will be a timeout (9,99,0x63). Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
RESET state. If yes, the result value will be YES. Otherwise a timeout is generated. The DALI standard supports 64 lamps. Host long version: #LAMP<SP>QUERY<SP>RESET<SP>STATE:<LAMP><CR> or #<ADR>,LAMP<SP>QUERY<SP>RESET<SP>STATE:<LAMP><CR> Host short version: #LQRS:<LAMP><CR> or #<ADR>,LQRS:<LAMP><CR> Answer: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
0 to 63 is allowed. <RESULTDEC> is the 8 bit answer value of the DALI bus as decimal number <RESULTHEX> is the 8 bit answer value of the DALI bus as hexadecimal number Samples: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Do QUERY CONTENT DTR in a single lamp This command requests with the DALI command QUERY CONTENT DTR the current content of the DTR register. The DALI standard supports 64 lamps. Host long version: #LAMP<SP>QUERY<SP>CONTENT<SP>DTR:<LAMP><CR> or #<ADR>,LAMP<SP>QUERY<SP>CONTENT<SP>DTR:<LAMP><CR> Host short version: Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Do QUERY PHYSICAL MINIMUM LEVEL in a single lamp This command reads out with the DALI command QUERY PHYSICAL MINIMUM LEVEL the brightness level, which is used by the lamp as the lowest possible brightness level. The DALI standard supports 64 lamps. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is no valid answer within 1 second on the DALI bus, the converter answers with: #OK:9,99,0x63<CR> or #<ADR>,OK:9,99,0x63<CR> If the DALI bus has no power, the converter answers with #ERR:DALI<SP>BUS<SP>ERROR<CR> or #<ADR>,ERR:DALI<SP>BUS<SP>ERROR<CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
The return value represents a brightness value between 0 and 254. This brightness level is used as the maximum possible brightness value by the lamp. If there is no lamp on the DALI bus, the return value will be 9,99,0x63 (Timeout). #255,LQMAXL:0x2F Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
The DALI standard supports 64 lamps. Host long version: #LAMP<SP>QUERY<SP>POWER<SP>ON<SP>LEVEL:<LAMP><CR> or #<ADR>,LAMP<SP>QUERY<SP>POWER<SP>ON<SP>LEVEL:<LAMP><CR> Host short version: #LQPOL:<LAMP><CR> or #<ADR>,LQPOL:<LAMP><CR> Answer: If everything was ok with the command, the converter answers with #OK:<BYTES>,<RESULTDEC>,<RESULTHEX><CR> or #<ADR>,OK:<BYTES>,<RESULTDEC>,<RESULTHEX><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
<RESULTDEC> is the 8 bit answer value of the DALI bus as decimal number <RESULTHEX> is the 8 bit answer value of the DALI bus as hexadecimal number Samples: Do QUERY SYSTEM FAILURE LEVEL in lamp 47: #LAMPQUERYSYSTEMFAILURELEVEL:47 #OK:1,254,0xFE Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
This command requests with the DALI command QUERY FADE TIME FADE RATE the current settings for the fading of the lamp. The DALI standard supports 64 lamps. Host long version: #LAMP<SP>QUERY<SP>FADE<SP>TIME<SP>FADE<SP>RATE:<LAMP><CR> or #<ADR>,LAMP<SP>QUERY<SP>FADE<SP>TIME<SP>FADE<SP>RATE:<LAMP><CR> Host short version: #LQFTFR:<LAMP><CR> or #<ADR>,LQFTFR:<LAMP><CR> Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If there is a syntax problem with the command, the converter answers with #ERR:SYNTAX<SP>ERROR<CR> or #<ADR>,ERR:SYNTAX<SP>ERROR<CR> <LAMP> represents the affected short address of the lamp according to the DALI standard. The short address range 0 to 63 is allowed. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
1. If there is no lamp on the DALI bus, the return value will be 9,99,0x63 (Timeout). #255,LQG07:0x2F #255,OK:1,0,0x0 7.104 Do QUERY GROUPS 8-15 in a single lamp Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 77
Bit 0 stands for group 8, bit 1 for group 9 and so forth. Is the lamp a part of the affected group, the bit will be 1. If there is no lamp on the DALI bus, the return value will be 9,99,0x63 (Timeout). #255,LQG815:0x2F #255,OK:1,0,0x0 Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Register that are not described in detail below, but are not explicitly stated as inoperable in this table, are reserved for internal commands and updates as well as program extensions in the future and therefore must not be read or written. All inoperable registers return the value 0 when access read. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Although a mixed DSI and DALI light system might be controlled by one converter, we advice not to do so as the light may work unpredictable (feedbacks of DALI slaves are equal to DSI light values!) Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
(special configuration commands) register 4x00513 should be chosen. Please act with caution when using configuration commands. To verify if a command has returned a value or not use bit 0-2 in the status register. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
(special configuration commands) register 4x00523 should be chosen. Please act with caution when using configuration commands. To verify if a command has returned a value or not use bit 0-2 in the status register. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
(special configuration commands) register 4x00533 should be chosen. Please act with caution when using configuration commands. To verify if a command has returned a value or not use bit 0-2 in the status register. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
(special configuration commands) register 4x00543 should be chosen. Please act with caution when using configuration commands. To verify if a command has returned a value or not use bit 0-2 in the status register. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 84
RX active RXError no receiving error receiving error TXBusy TX inactive TX active TXError no sending error sending error Note: The status register is only relevant for the bits 0..2 under normal MODBUS conditions. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
RESI® 8.2.9 Converter reset WRITE only holding register (4x06001) factory settings: 0 RESET description RESET reset converter If RESET=1 the converter is restarted and a new configuration is contingently loaded. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
If the set value is greater than 3, the standard baud rate of 19200 bps is used! To overwrite the old values it is necessary to save the new configuration and to restart the converter. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Enclosure dimensions L x W x H (mm) 17,5 x 90 x 58 Weight 60 g Colour Grey RAL7035 Material PA - UL 94 V0 Protection class IP20 based on DIN 40050/EN 60529 Table: Data of enclosure Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Stores the actual register value DTR as system failure level for lamp (0x2Ch) STORE DTR AS SYSTEM FAILURE LEVEL Stores the actual register value DTR as power on level for lamp (0x2Dh) STORE DTR AS POWER ON LEVEL Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Page 89
Bit 4: Fade running 0=Fading is finished 1=Fading is active Bit 5: RESET STATE 0=OK Bit 6: Missing short address 0=No 1=Yes Bit 7: POWER FAILURE 0=No Note: For further command please refer to standard EN60929. Datum Seite Manual RESI-DALI-ASCII Titel: 14.02.2015...
Need help?
Do you have a question about the RESI-DALI-ASCII and is the answer not in the manual?
Questions and answers