WO2003094579A2 - Transmission protocol for lighting system - Google Patents

Transmission protocol for lighting system Download PDF

Info

Publication number
WO2003094579A2
WO2003094579A2 PCT/GB2003/001846 GB0301846W WO03094579A2 WO 2003094579 A2 WO2003094579 A2 WO 2003094579A2 GB 0301846 W GB0301846 W GB 0301846W WO 03094579 A2 WO03094579 A2 WO 03094579A2
Authority
WO
WIPO (PCT)
Prior art keywords
address
command
protocol
ught
fitting
Prior art date
Application number
PCT/GB2003/001846
Other languages
French (fr)
Other versions
WO2003094579A3 (en
Inventor
Noel Declan Ryan
Brian William George Tapp
Original Assignee
Environmental Management Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Environmental Management Limited filed Critical Environmental Management Limited
Priority to AU2003223000A priority Critical patent/AU2003223000A1/en
Publication of WO2003094579A2 publication Critical patent/WO2003094579A2/en
Publication of WO2003094579A3 publication Critical patent/WO2003094579A3/en

Links

Classifications

    • HELECTRICITY
    • H05ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
    • H05BELECTRIC HEATING; ELECTRIC LIGHT SOURCES NOT OTHERWISE PROVIDED FOR; CIRCUIT ARRANGEMENTS FOR ELECTRIC LIGHT SOURCES, IN GENERAL
    • H05B47/00Circuit arrangements for operating light sources in general, i.e. where the type of light source is not relevant
    • H05B47/10Controlling the light source
    • H05B47/175Controlling the light source by remote control
    • H05B47/18Controlling the light source by remote control via data-bus transmission

Definitions

  • the present invention relates to the control and maintenance of a system comprising a plurality of electrical devices according to an interface protocol, such as a Ughting system that operates according to the DALI protocol.
  • the invention also relates to a method of monitoring the performance of emergency Ughting means.
  • CentraUsed control systems are used in many buildings to cut energy wastage by reducing unnecessary Ughting.
  • sensors may be used to detect whether a room is unoccupied, so that Ught fittings in empty rooms can be switched off or dimmed automatically.
  • the system may use a timer to reduce Ughting levels out of business hours.
  • PBX Private Branch Exchange
  • An control unit is connected to an extension socket of the PBX and receives the incoming call.
  • the control unit identifies the occupant's telephone extension number and determines which area of the building corresponds to it.
  • An override signal is then transmitted to the switching module, preventing the Ught fittings in that area from being switched off.
  • a more flexible system manufactured by Environmental Management Limited, allows an occupant to request a change in their local Ughting level via an internal telephone network.
  • a fitting in such a Ughting system comprises a Ught source, such as a fluorescent lamp, a tungsten halogen lamp, a discharge lamp or a Ught emitting diode, and a switching module, which is controlled by a marshalling unit.
  • a simple bistable switch is not suitable for use in the switching module, as the Ught source may have to be operated under particular conditions.
  • a fluorescent lamp may require a regulated power supply and pre-heating before use.
  • Such tasks are performed by an electronic ballast. While the Ughting levels of each individual fitting are controlled directly by the ballast, fittings can be grouped together into "scenes" and controlled as one entity, using a single controller.
  • Such systems require one switching module for each light fitting, or groups of fittings.
  • the supporting circuitry may become highly complex in an extensive Ughting installation.
  • many modern buildings are equipped with movable partitions to provide flexibiUty in the arrangement of rooms, the positions of the light fittings remain fixed. It is difficult to modify a lighting system where the scenes are defined by hardwired connections in accordance with changes in a floor plan. For example, if a partition is moved, it may be necessary to re-aUocate a fitting from one room to another. This would entail rewiring the relays and switches so that they are associated with another group.
  • DALI Digital Addressable Lighting Interface
  • DALI signals employ Manchester coding, where data is represented in the changeover in the bit value between '0' and '1'. In this manner, a data value of 0 is represented as a transition in the bit value from 0 to 1, while a data value of 1 is denoted by the transition of the bit value from 1 to 0. This can be thought of as each data value being sent with its compUment and simpUfies the process of detecting data errors.
  • a DALI command is expressed in a string of 19 bits, comprising 1 start bit, 8 address bits, 8 data bits and 2 stop bits, where the data bits encode a command, e.g. a desired Ughting level.
  • the address bits relate to one or more ballasts, where each ballast comprises a microprocessor for receiving and responding to DALI signals. It is possible for each baUast to have its own address so that it can be controlled independently.
  • a number of Ught fittings can be controlled as a group, by assigning a group address to the ballasts, without providing speciaUsed connections between a control module and the ballasts. Furthermore, a fitting may belong to more than one group. It is not strictly necessary to assign an address to each fitting as, in any case, a fitting would respond to "broadcast" commands, i.e. commands directed to all the fittings within an installation.
  • the addresses are contained in an 8 bit format as follows: YAAAAAAS.
  • the first bit, Y indicates the type of address as follows.
  • a '0' indicates that the address is that of an individual fitting, known as a short address, while a '1' indicates a group address.
  • a ⁇ is also used in an address where a command is broadcast to all fittings in a Ughting system.
  • the following six bits A give the address of the fitting in terms of a number between 0 and 63.
  • the first 3 address bits A of a group address are set to '100', leaving four bits for the group address itself, i.e. '100AAAA', where the four group address bits define a number between 0 and 15.
  • the address in which the six address bits A are set to '111111' is reserved for broadcast commands.
  • the final bit, S does not form part of the address itself, but indicates the type of command that is being sent to the fitting in the subsequent data bits.
  • a '0' indicates that the following bits represent a desired power level, known as a direct arc command, while a '1' is used to denote any other sort of command.
  • the command is expressed in an 8 bit format.
  • a direct arc command requiring a ballast to adjust the power level of a single fitting, would therefore take the form: OAAAAAAO XXXXXXX, where the first bit is a 0, indicating that the foUowing 6 bits represent a short address, the eighth bit is a 0, indicating that the second byte conveys a desired power level, rather than a command, which would be indicated by the eighth bit being a 1.
  • the desired power level is specified on a scale from 0 (minimum) to 254 (maximum).
  • the minimum level is usually set to about 0.1% of the maximum power level.
  • Other commands may relate to dimming the Ught up or down at a given rate, switching, the lamp on or off, configuring preset values, such as a fade time, or a status enquiry.
  • the DALI protocol aUows for bi-directional communication, where the ballast can return information following a request from a control unit.
  • the request may be an enquiry as to the status of the Ught fitting or its current light level.
  • the ballast can respond to this enquiry and return the relevant data to the control unit using the foUowing format: 1 start bit, 8 data bits, 2 stop bits.
  • fittings in a DALI system are identifiable using an address, it is possible to arrange the fittings into groups using software.
  • the wiring is therefore simpler than in previous systems, with the multiple cables, control units and switching relays associated with prior systems replaced by a single highway, which may be a single twisted pair.
  • Ughting systems further include emergency power supply means, where a secondary power source is activated to power the Ughting, or to power a separate emergency Ught source, in the event of a failure in the main power supply system, e.g. from a power cut.
  • the emergency Ughting system must be checked regularly by switching off the main power supply and determining whether the Ught sources are still on. For reasons of convenience, these tests are performed out of business hours, however it is common for these tests to require a person to walk around the building, visually inspecting each emergency Ught fitting. This is both time- consuming and laborious, particularly in large buildings. This problem is addressed in the Lightmaster® 100 system, manufactured by ECS Phillips Lighting Controls.
  • the Ught fittings in this system comprise a sensor that determines whether or not an emergency Ught source is on by monitoring the current passing through the lamp. This removes the need for visual inspection of the lighting system, however it does not indicate whether a malfunction is due to a fault in the emergency Ught source or the emergency power source.
  • Ughting system configured to receive signals according to a predetermined protocol, wherein addresses are assigned to individual fittings or groups of fittings and a command string according to the protocol comprises an address portion, which consists of a predetermined number of bits for expressing the address, comprises using two command strings to express a single system command.
  • This aspect also provides a Ughting control system comprising means for receiving a command and means for transmitting the command for performing the method.
  • command strings for sending a single command aUows the address of the fitting or group to be expressed using a greater number of bits, enlarging the available capacity of the system. For example, two command strings can be used, where part of the first byte of each string is used to define the address.
  • the use of a larger number of address bits increases the number of addresses available for aUocation to light fittings. For example, in a DALI-compatible system, this technique circumvents the limit of 64 DALI addresses per highway that is associated with the 6 bit address used in prior systems.
  • an electrical control system comprises a plurahty of addressable electrical devices configured to be controllable by command signals according to a predetermined protocol, the protocol defining a bit string including a predetermined number of address bits corresponding to an address for the electrical device and a predetermined number of command bits corresponding to a command to be performed by the addressed device and a controller for transmitting the command signals to the electrical devices, the controller being configured to transmit individual command signals as first and second ones of said bit strings, the first of which contains address data to direct the command signal towards one of a number of sets of the electrical devices and the second of which contains the address of a particular one of the devices within the set in accordance with the protocol, wherein the addressed device is operable to respond to data in the second of the bit strings.
  • This aspect further provides a controller, a router and a signal for use in the electrical control system.
  • an emergency fitting test unit for testing the performance of an emergency Ught fitting comprises means for receiving a status enquiry, means for receiving a first output from a first sensor, where the first output relates to the status of a light source, a microprocessor for formulating a response to the status enquiry according to the first output and means for converting the response into a format according to a predetermined communication protocol.
  • the emergency fitting test unit comprises two light sensors.
  • One Ught sensor monitors a Ught-emitting device, such as an LED, which is lit when a charging current is being suppUed to an emergency power supply means.
  • a second Ught sensor monitors the lamp associated with the Ught fitting. This aUows the emergency Ughting provisions to be monitored remotely, without requiring visual inspection of the Ught fittings.
  • the test can also be performed automatically.
  • a method of testing an emergency Ught fitting which comprises a rechargeable power source and a Ught source comprises detecting Ught emitted by the Ught source and monitoring the charging of the rechargeable power source.
  • Figure 1 is a schematic diagram showing part of the Ughting control system
  • Figure 2 depicts a router
  • Figures 3a — 3d show the possible arrangements of headers associated with the router
  • Figure 4 depicts a Ught fitting comprising a known baUast
  • Figure 5 shows a maintained emergency light fitting comprising emergency power supply means
  • Figure 6 shows a non-maintained emergency light fitting comprising emergency power means
  • Figure 7 is a detailed view of the emergency fitting test unit contained in the Ught fittings of Figures 5 and 6,
  • Figure 8 is a flowchart demonstrating the emergency Ughting test procedure for a maintained emergency Ught fitting.
  • FIG. 1 is a schematic diagram showing the part of the control system 1 of a Ughting installation in a building.
  • the installation comprises a number of fluorescent lamps 2, individuaUy controlled by electronic ballasts 3 and may be monitored for maintenance or testing purposes through use of a monitoring facility, such as a computer 4.
  • the control system comprises a highway 5 that allows bidirectional communication, so that signals may be sent from the control system 1 to the ballasts 3 and vice versa.
  • PBX Private Branch Exchange
  • a software application running on a processor 7 analyses a data stream from the PBX 6 and checks which telephone numbers have been dialled by the building occupants.
  • the processor 7 recognises a call to the predetermined extension number, it extracts the occupant's telephone extension number and matches it to their room number using a database stored in its memory.
  • the processor 7 transmits a signal to a controller 8, which acts as an interface between the processor 7 and the computer 4, which communicate using logic signals, and the rest of the Ughting system, which uses DALI format signals.
  • the signal contains a zone number R, the address of the relevant fitting or group associated with the occupant's room A and the command data X.
  • the control unit 8 converts this command into a signal conforming to the DALI protocol for transmission to a router 9a through the common highway 5.
  • a plurality of routers 9a-9d are linked to the highway 5, where each router 9 is associated with one or more zone numbers R.
  • the signal produced by the control unit 8 is in the following format:
  • the third byte contains the address A of the fitting within zone R to which the command is to be directed, i.e. the short address.
  • the first bit of the third byte is set to '0' to indicate that the address A relates to a fitting, rather than a group.
  • the eighth bit of the third byte S relates to the type of command given in the fourth byte, i.e. '0' for a direct arc command, '1' for any other type of command.
  • the fourth byte contains the command X, e.g. a new power level for the addressed fitting, a command to switch the fitting on or off or a status enquiry.
  • the second byte Z is not used to convey command information but is included for compliance with the format defined in the DALI protocol.
  • a predetermined number such as 00000001, may be sent as the second byte to facilitate recognition of the signal as the first of two command strings.
  • Each of the routers 9a-9d can be configured to accept groups of four zones, for example, router 9a may control zones 0-3, router 9b may be used to control zones 4-7 and so on.
  • Each zone has 64 short addresses that can be assigned to individual fittings, providing a total of 1024 available short addresses.
  • the router 9a is shown in greater detail in Figure 2.
  • the signal is received by a DALI logic circuit 10 and fed into a microprocessor 11.
  • the router 9a has multiple outputs via a pluraUty of interface cards 12a-12d, each of which is associated with a set of ballasts.
  • the interface cards 12a-12d send control signals to individual ballasts 3 via respective sub-highways 13a-13d.
  • Two of the microprocessor inputs are connected to conductive tracks 14, each of which carries a pair of pins.
  • the pins may be connected by one or more headers 15.
  • a 5N voltage is appUed to the tracks 14 and the arrangement of headers determines the logic levels received at the microprocessor inputs. Table 1 gives the possible header arrangements, as shown in Figure 3, and their corresponding logic levels.
  • the microprocessor 11 is programmed to disregard the DALI signal unless the first two bits of the zone number R correspond with the logic associated with the arrangement of the headers 15. Where the most significant bits of the zone number R correspond to the header arrangement associated with the router 9a, the remaining two bits of the zone number R specify one of its four interface cards 12a- 12d. In this manner, the four bits of the zone number R uniquely identify a single interface card 12 within the Ughting system.
  • router 9a comprises a header arrangement corresponding to a zone number where the first two bits are 01. Therefore, a zone number 0100 would specify interface card 12a, while 0101, 0110 and 0111 specify interface cards 12b, 12c and 12d respectively.
  • zone numbers 1000, 1001, 1010 and 1011 would refer to respective interface cards within router 9b.
  • Each of the interface cards 12a-12d sends control signals to a set of fittings through its respective sub-highway 13a-d, where each set is assigned up to 64 short addresses.
  • FIG. 4 depicts a DALI-compatible Ughting ballast 3 suitable for use with the present invention, such as the PCA 2/36 TCL EXCEL® one4all digital ballast manufactured by TridonicAtco GmbH.
  • the ballast 3 comprises a DALI interface circuit 16, a microprocessor 17 and a high voltage circuit 18 and is powered by a 240N supply.
  • the microprocessor 17 comprises a memory facility in which the address of the fitting and other parameters, such as its default power levels and fade times, are stored.
  • the interface card 12a transmits the third and fourth bytes of the original DALI signal, i.e., the short address A and the command X, to the fitting via sub-highway 13a. This signal is received by the DALI interface circuit 16.
  • the DALI interface circuit 16 converts the DALI command into a logic signal and passes it to the microprocessor 17.
  • the microprocessor 17 controls the high voltage circuit 18 that supphes power to the fluorescent lamp 2. Where the DALI signal conveys a direct arc command, the output of the high voltage circuit 18 is adjusted to dim the fluorescent lamp 2 up or down accordingly.
  • the Ughting control system can interrogate an individual fitting by sending a status enquiry as the command byte X, e.g., for requesting confirmation of the present power level, or whether the lamp is switched on or off.
  • the relevant information is returned by the microprocessor 17 and converted into a DALI signal by the DALI interface circuit 16, according to the return signal format defined in the DALI protocol, i.e., 1 start bit, 8 data bits and 2 stop bits.
  • the Ughting control system can interrogate each fitting sequentiaUy and the ballasts transmit return signals only when responding to an enquiry, i.e., a master/slave arrangement, it is not necessary to encode the address of the fitting in the return signal.
  • the return signal is sent via the sub-highway 13a, the router 9a and the highway 5 to the controller 8, where it is converted back into a data signal d in its original format.
  • the data signal d is sent to the computer 4 for viewing and/or analysis.
  • This system can be adapted to respond to changes in the occupants of the rooms in the building. For example, an occupant moving from one part of the building to another may keep the same telephone extension number.
  • the extension number can be associated with the fittings in their new environment simply by modifying the database stored in the processor 7.
  • the lighting ballasts 3 can be connected to a sub-highway 13a using separable connectors, such as the telephone jacks and sockets used by British
  • the Ught fitting 19 of Figure 5 comprises a ballast 3 for controlling a fluorescent lamp 2, which receives DALI commands sent by interface card 12a in router 9a and responds to them as described above, in relation to Figure 4.
  • the fitting 19 further includes an emergency baUast 20, for controlUng the lamp 2 in the event of a power failure.
  • the emergency ballast 20 is operable to direct current to a rechargeable battery 21, which is used to supply power to the lamp 2 and emergency ballast 20 when the mains supply fails or is disconnected. This arrangement is known as a "maintained" emergency fitting.
  • the connections between the fluorescent lamp 2, the baUast 3 and the emergency baUast 20 are not shown in Figure 5 for reasons of clarity.
  • FIG. 6 depicts a "non-maintained" emergency fitting 22.
  • This arrangement resembles the maintained fitting 19 of Figure 5, and the same reference numbers have been used to indicate identical components.
  • the non-maintained fitting further comprises a secondary lamp 23 for use as an emergency light source.
  • the ballast 3 controls the main fluorescent lamp 2, while the emergency ballast 20 controls the second lamp 23 only.
  • the battery 21 is charged during normal operation, using power suppUed to the emergency ballast 20.
  • a Ught emitting diode 24 is provided, which is Ut while current is supplied to the battery 21. The emission from the diode 24 is monitored using a Ught sensor 25.
  • a second Ught sensor 26 is provided. In the maintained fitting 19, the second light sensor 26 monitors the light produced by the fluorescent lamp 2, while in the non-maintained fitting 22, the second light sensor 26 monitors the secondary lamp 23.
  • the outputs from the sensors 25, 26 are sent to an emergency fitting test unit (EFTU) 27.
  • EFTU emergency fitting test unit
  • the Ughting sensors 25, 26 are connected to the EFTU 27 via a plug in connector 28.
  • the sensor outputs are passed via a buffer 29 to a microprocessor 30.
  • the address of the emergency ballast is stored using an 8-pole switch 31, which is connected to the microprocessor 30.
  • the microprocessor 30 controls the state of relay contacts 32 in a unit 33, by means of a solenoid 34, so that a 240N supply is maintained to the emergency baUast 20 during normal operating conditions.
  • the status of the charging circuitry and of the emergency Ught source 2, 23 can be determined using the outputs of the sensors 25, 26.
  • the LED 24 will be Ut.
  • the Ught emitted by the LED 24 is detected by the first Ught sensor 25.
  • the lamp 2, 23 is lit, its Ught wiU be detected by the second Ught sensor 26.
  • the EFTU 27 can be interrogated by sending a status enquiry from computer 4, which is converted into a DALI command string by controller 8 and then sent to the EFTU 27 via highway 5, router 9a, interface card 12a and sub-highway 13a.
  • the command string is received by a DALI interface circuit 35 and converted into a logic signal.
  • the microprocessor 30 responds to the enquiry by formulating a return signal based on the sensor outputs.
  • the return signal is converted into the DALI format by the DALI interface circuit 35 and returned to the controller 8 via the sub-highway 13a, interface card 12a, router 9a and highway 5.
  • the controUer 8 then converts the DALI signal into a logic signal d and sends it to the computer 4 for viewing and/ or analysis.
  • step SO the status of the emergency Ughting circuitry is tested during normal operation.
  • a command is sent to the EFTU 27, requesting the status of the charging Ught sensor 25 (step SI).
  • the microprocessor 30 then samples the output of the Ught sensor 25 via buffer 29 and prepares a response.
  • a response to a status enquiry is made in the foUowing manner.
  • the return signal format specified by the DALI protocol consists of 1 start bit, 8 data bits and 2 stop bits.
  • the response to a status enquiry may be 'YES' or a 'NO'.
  • a 'YES' response is indicated by a return signal in which all the data bits are set to '1'. If the response is a 'NO', a return signal is not sent. If the computer 4 does not receive a response within a predetermined time interval t, it is presumed that the response to the status enquiry is a 'NO'.
  • the computer 4 determines whether a response was received during the predetermined time interval t (step S2). In normal operation, a charging current would be supphed to the battery 21 by the emergency ballast 20, so the LED 24 would be lit. The output from the first Ught sensor 25 would, therefore, be high and the corresponding DALI return signal would take the form of a 'YES' response.
  • a check on the status of the fluorescent lamp 2 is made in the same way (steps S3, S4), where a 'YES' response indicates that the output of the second Ught sensor 26 is high, i.e., the lamp 2 is lit, and a 'NO' response, i.e., where a return signal is not received within time t, indicates that the second sensor output is low, i.e., that the lamp 2 is off.
  • step S5 A command is sent to the EFTU 27 to cut off the mains supply to the Ught fitting 19 (step S5). This operation is performed by the microprocessor 30, which uses a solenoid 34 to open the relay contacts 32.
  • the fluorescent lamp 2 should remain lit, as it is powered by the rechargeable battery 21 and controlled by the emergency ballast 20.
  • the EFTU 27 is interrogated to determine the status of the lamp 2 (step S6). The interrogation is performed in the same manner as described above (step S7). If the response indicates that the lamp 2 is Ut, the computer 4 requests the status of the charging sensor 25 (step S8). The computer 4 waits for a response (step S9). As the mains supply has been cut off, there should be no current passing through the charging circuitry in the emergency baUast 20.
  • the computer 4 should receive 'YES' signals from the first and second light sensors 25, 26 during normal operation, a 'YES' signal from the second Ught sensor 26 and a 'NO' response from the first Ught sensor 25 when the mains supply has been cut off.
  • step S10 The mains supply to the baUast is reinstated (step S10).
  • the computer 4 investigates the status of the lamp and the LED (steps Sl l, S12, S13, S14) to check that both have resumed normal operation following the interruption in the power supply.
  • the computer 4 may be situated in the occupant's building, where it may be monitored by on-site maintenance staff, or at a remote location, for example the offices of a contractor responsible for upkeep of the system 1. Furthermore, the computer can be programmed to automatically send an alert to a maintenance team in the event of a fault.
  • test procedure is then complete (step SI 7).
  • the testing procedure for a non-maintained fitting is similar to that shown in Figure 8, however steps S2, S3, Sl l and S12 are omitted as the secondary lamp 23 is switched off during normal operation.
  • the emergency Ughting system can be tested without visual inspection of each fitting and the use of two separate sensors 25, 26 provides an indication of whether a malfunction is caused by a fault in the lamp 2, 23 or the charging circuitry.
  • the Ughting system can be configured so that this test is performed automaticaUy at a time that is convenient for the occupants of the building, e.g. out of business hours, and to repeat such tests periodicaUy.
  • the invention may be used in systems comprising Ught sources other than fluorescent lamps, e.g., tungsten halogen lamps, discharge lamps or LEDs, where bahasts appropriate to the particular type of lamp are provided. Furthermore, its appUcation is not Umited to systems complying with the DALI protocol or to the control of Ughting systems.
  • the techniques disclosed herein may be used for controlUng any system comprising a pluraUty of electrical devices according to a protocol wherein addresses are assigned to devices using a Umited number of bits.

Abstract

A system (1) for controlling a plurality of addressable electrical devices, e.g., light fittings (2, 3), comprises a processor (7), a controller (8) and routers (9a-9d). The processor (7) communicates with a PBX (6), so that an occupant can control the lighting in their area via a telephone network. The occupant's request is converted into a signal conforming to the DALI protocol using two DALI command strings. The address portion of a first command string is used to define a fitting group number and that of the second string is used to define a short address, providing 10 bits for defining the address of the fitting, thereby overcoming the limit of 64 addresses per highway (5) that is associated with the DALI protocol.

Description

Electrical control system
The present invention relates to the control and maintenance of a system comprising a plurality of electrical devices according to an interface protocol, such as a Ughting system that operates according to the DALI protocol. The invention also relates to a method of monitoring the performance of emergency Ughting means.
CentraUsed control systems are used in many buildings to cut energy wastage by reducing unnecessary Ughting. For example, sensors may be used to detect whether a room is unoccupied, so that Ught fittings in empty rooms can be switched off or dimmed automatically. Alternatively, the system may use a timer to reduce Ughting levels out of business hours.
While there are benefits associated with a fully centraUsed control system, it is preferable for the occupants of a building to have control over the Ughting in their local environment. Some systems have Unked the Ughting control network with the internal telephone network in a building, so that an occupant can use their telephone to override the centraUsed control system. For example, in the system described in GB2267585A, a warning is given to the occupants before a central controller switches off the Ught fittings. The occupants may override this operation by dialUng a special extension number from their telephone. Their call is received by a Private Branch Exchange (PBX), which is a telephone switching system used within a private telephone network. An control unit is connected to an extension socket of the PBX and receives the incoming call. The control unit identifies the occupant's telephone extension number and determines which area of the building corresponds to it. An override signal is then transmitted to the switching module, preventing the Ught fittings in that area from being switched off. A more flexible system, manufactured by Environmental Management Limited, allows an occupant to request a change in their local Ughting level via an internal telephone network.
A fitting in such a Ughting system comprises a Ught source, such as a fluorescent lamp, a tungsten halogen lamp, a discharge lamp or a Ught emitting diode, and a switching module, which is controlled by a marshalling unit. A simple bistable switch is not suitable for use in the switching module, as the Ught source may have to be operated under particular conditions. For example, a fluorescent lamp may require a regulated power supply and pre-heating before use. Such tasks are performed by an electronic ballast. While the Ughting levels of each individual fitting are controlled directly by the ballast, fittings can be grouped together into "scenes" and controlled as one entity, using a single controller. Such systems require one switching module for each light fitting, or groups of fittings. The supporting circuitry may become highly complex in an extensive Ughting installation. Furthermore, while many modern buildings are equipped with movable partitions to provide flexibiUty in the arrangement of rooms, the positions of the light fittings remain fixed. It is difficult to modify a lighting system where the scenes are defined by hardwired connections in accordance with changes in a floor plan. For example, if a partition is moved, it may be necessary to re-aUocate a fitting from one room to another. This would entail rewiring the relays and switches so that they are associated with another group.
This problem has been overcome by assigning addresses to the ballasts, so that each fitting can be controUed individually. A standard format for Ughting control signals has been devised, known as the Digital Addressable Lighting Interface (DALI) protocol, to allow interconnection of products made by different manufacturers in an addressable system. The DALI protocol is an international standard, formally known as IEC60929, and defined in ISO Draft Standard 94006.
DALI signals employ Manchester coding, where data is represented in the changeover in the bit value between '0' and '1'. In this manner, a data value of 0 is represented as a transition in the bit value from 0 to 1, while a data value of 1 is denoted by the transition of the bit value from 1 to 0. This can be thought of as each data value being sent with its compUment and simpUfies the process of detecting data errors.
A DALI command is expressed in a string of 19 bits, comprising 1 start bit, 8 address bits, 8 data bits and 2 stop bits, where the data bits encode a command, e.g. a desired Ughting level. The address bits relate to one or more ballasts, where each ballast comprises a microprocessor for receiving and responding to DALI signals. It is possible for each baUast to have its own address so that it can be controlled independently. A number of Ught fittings can be controlled as a group, by assigning a group address to the ballasts, without providing speciaUsed connections between a control module and the ballasts. Furthermore, a fitting may belong to more than one group. It is not strictly necessary to assign an address to each fitting as, in any case, a fitting would respond to "broadcast" commands, i.e. commands directed to all the fittings within an installation.
The addresses are contained in an 8 bit format as follows: YAAAAAAS. The first bit, Y, indicates the type of address as follows. A '0' indicates that the address is that of an individual fitting, known as a short address, while a '1' indicates a group address. A Υ is also used in an address where a command is broadcast to all fittings in a Ughting system.
In a short address, the following six bits A give the address of the fitting in terms of a number between 0 and 63. The first 3 address bits A of a group address are set to '100', leaving four bits for the group address itself, i.e. '100AAAA', where the four group address bits define a number between 0 and 15. The address in which the six address bits A are set to '111111' is reserved for broadcast commands.
The final bit, S, does not form part of the address itself, but indicates the type of command that is being sent to the fitting in the subsequent data bits. A '0' indicates that the following bits represent a desired power level, known as a direct arc command, while a '1' is used to denote any other sort of command.
The command is expressed in an 8 bit format. A direct arc command, requiring a ballast to adjust the power level of a single fitting, would therefore take the form: OAAAAAAO XXXXXXXX, where the first bit is a 0, indicating that the foUowing 6 bits represent a short address, the eighth bit is a 0, indicating that the second byte conveys a desired power level, rather than a command, which would be indicated by the eighth bit being a 1. The desired power level is specified on a scale from 0 (minimum) to 254 (maximum). The minimum level is usually set to about 0.1% of the maximum power level. Other commands may relate to dimming the Ught up or down at a given rate, switching, the lamp on or off, configuring preset values, such as a fade time, or a status enquiry.
The DALI protocol aUows for bi-directional communication, where the ballast can return information following a request from a control unit. For example, the request may be an enquiry as to the status of the Ught fitting or its current light level. The ballast can respond to this enquiry and return the relevant data to the control unit using the foUowing format: 1 start bit, 8 data bits, 2 stop bits.
As the fittings in a DALI system are identifiable using an address, it is possible to arrange the fittings into groups using software. The wiring is therefore simpler than in previous systems, with the multiple cables, control units and switching relays associated with prior systems replaced by a single highway, which may be a single twisted pair.
However, as addresses must be expressed in 6 bits as described above, a DALI system can accommodate only 64 ballast addresses and 16 group addresses. This has Umited the suitabiUty of systems employing this protocol for buildings with extensive Ughting requirements, as these would require the provision of multiple highways.
Many Ughting systems further include emergency power supply means, where a secondary power source is activated to power the Ughting, or to power a separate emergency Ught source, in the event of a failure in the main power supply system, e.g. from a power cut. The emergency Ughting system must be checked regularly by switching off the main power supply and determining whether the Ught sources are still on. For reasons of convenience, these tests are performed out of business hours, however it is common for these tests to require a person to walk around the building, visually inspecting each emergency Ught fitting. This is both time- consuming and laborious, particularly in large buildings. This problem is addressed in the Lightmaster® 100 system, manufactured by ECS Phillips Lighting Controls. The Ught fittings in this system comprise a sensor that determines whether or not an emergency Ught source is on by monitoring the current passing through the lamp. This removes the need for visual inspection of the lighting system, however it does not indicate whether a malfunction is due to a fault in the emergency Ught source or the emergency power source.
In summary, at the present time, Ughting control systems using the DALI protocol are Umited in terms of the number of fittings that can be accommodated on a single highway. Furthermore, tests of emergency Ughting provisions may be time- consuming and laborious, a problem affecting both DALI and non-DALI systems. Both these problems increase greatly with the size of the building and its Ughting system.
According to a first aspect of the present invention, a method of controlhng a
Ughting system configured to receive signals according to a predetermined protocol, wherein addresses are assigned to individual fittings or groups of fittings and a command string according to the protocol comprises an address portion, which consists of a predetermined number of bits for expressing the address, comprises using two command strings to express a single system command.
This aspect also provides a Ughting control system comprising means for receiving a command and means for transmitting the command for performing the method.
The use of multiple command strings for sending a single command aUows the address of the fitting or group to be expressed using a greater number of bits, enlarging the available capacity of the system. For example, two command strings can be used, where part of the first byte of each string is used to define the address. The use of a larger number of address bits increases the number of addresses available for aUocation to light fittings. For example, in a DALI-compatible system, this technique circumvents the limit of 64 DALI addresses per highway that is associated with the 6 bit address used in prior systems. According to a second aspect of the invention, an electrical control system comprises a plurahty of addressable electrical devices configured to be controllable by command signals according to a predetermined protocol, the protocol defining a bit string including a predetermined number of address bits corresponding to an address for the electrical device and a predetermined number of command bits corresponding to a command to be performed by the addressed device and a controller for transmitting the command signals to the electrical devices, the controller being configured to transmit individual command signals as first and second ones of said bit strings, the first of which contains address data to direct the command signal towards one of a number of sets of the electrical devices and the second of which contains the address of a particular one of the devices within the set in accordance with the protocol, wherein the addressed device is operable to respond to data in the second of the bit strings.
This aspect further provides a controller, a router and a signal for use in the electrical control system.
According to a third aspect of the invention, an emergency fitting test unit for testing the performance of an emergency Ught fitting comprises means for receiving a status enquiry, means for receiving a first output from a first sensor, where the first output relates to the status of a light source, a microprocessor for formulating a response to the status enquiry according to the first output and means for converting the response into a format according to a predetermined communication protocol.
Preferably, the emergency fitting test unit comprises two light sensors. One Ught sensor monitors a Ught-emitting device, such as an LED, which is lit when a charging current is being suppUed to an emergency power supply means. A second Ught sensor monitors the lamp associated with the Ught fitting. This aUows the emergency Ughting provisions to be monitored remotely, without requiring visual inspection of the Ught fittings. The test can also be performed automatically. According to a fourth aspect of the present invention, a method of testing an emergency Ught fitting, which comprises a rechargeable power source and a Ught source comprises detecting Ught emitted by the Ught source and monitoring the charging of the rechargeable power source.
An embodiment of the invention now be described with reference to the accompanying drawings, in which:
Figure 1 is a schematic diagram showing part of the Ughting control system, Figure 2 depicts a router,
Figures 3a — 3d show the possible arrangements of headers associated with the router,
Figure 4 depicts a Ught fitting comprising a known baUast,
Figure 5 shows a maintained emergency light fitting comprising emergency power supply means,
Figure 6 shows a non-maintained emergency light fitting comprising emergency power means,
Figure 7 is a detailed view of the emergency fitting test unit contained in the Ught fittings of Figures 5 and 6, Figure 8 is a flowchart demonstrating the emergency Ughting test procedure for a maintained emergency Ught fitting.
Figure 1 is a schematic diagram showing the part of the control system 1 of a Ughting installation in a building. The installation comprises a number of fluorescent lamps 2, individuaUy controlled by electronic ballasts 3 and may be monitored for maintenance or testing purposes through use of a monitoring facility, such as a computer 4. The control system comprises a highway 5 that allows bidirectional communication, so that signals may be sent from the control system 1 to the ballasts 3 and vice versa.
An occupant of the building, wishing to alter the Ughting in their personal environment, dials a predetermined number, which is received by the Private Branch Exchange (PBX) 6. A software application running on a processor 7 analyses a data stream from the PBX 6 and checks which telephone numbers have been dialled by the building occupants. When the processor 7 recognises a call to the predetermined extension number, it extracts the occupant's telephone extension number and matches it to their room number using a database stored in its memory. The processor 7 transmits a signal to a controller 8, which acts as an interface between the processor 7 and the computer 4, which communicate using logic signals, and the rest of the Ughting system, which uses DALI format signals. The signal contains a zone number R, the address of the relevant fitting or group associated with the occupant's room A and the command data X. The control unit 8 converts this command into a signal conforming to the DALI protocol for transmission to a router 9a through the common highway 5. A plurality of routers 9a-9d are linked to the highway 5, where each router 9 is associated with one or more zone numbers R.
The signal produced by the control unit 8 is in the following format:
100RRRR1 ZZZZZZZZ OAAAAAAS XXXXXXXX, i.e. in the format of two DALI command strings, where the first string contains an address in the group address format and the second contains a fitting address. In the first byte, the first 3 bits are set to '100', indicating that the address is in the group address format, indicating that the following 4 bits define a group address. The next four bits, bits 4-7, specify a zone number R, which relates to an area of the building, such as a floor or section of a floor. The final bit of the first byte is set to '1', which indicates that the second byte does not represent a direct arc command. The third byte contains the address A of the fitting within zone R to which the command is to be directed, i.e. the short address. The first bit of the third byte is set to '0' to indicate that the address A relates to a fitting, rather than a group. The eighth bit of the third byte S relates to the type of command given in the fourth byte, i.e. '0' for a direct arc command, '1' for any other type of command. The fourth byte contains the command X, e.g. a new power level for the addressed fitting, a command to switch the fitting on or off or a status enquiry.
The second byte Z is not used to convey command information but is included for compliance with the format defined in the DALI protocol. A predetermined number, such as 00000001, may be sent as the second byte to facilitate recognition of the signal as the first of two command strings.
The use of two DALI command strings to convey a single command allows the fitting addresses to be defined using 10 bits, by combining the 4 bit zone number R with to one of the 64 available 6 bit short addresses. This circumvents the limit of 64 addresses per highway 5 that is associated with prior systems using the DALI protocol.
The use of a 4-bit zone number R allows up to sixteen sets of fittings to share the same DALI short addresses while operating independently of each other. Each of the routers 9a-9d can be configured to accept groups of four zones, for example, router 9a may control zones 0-3, router 9b may be used to control zones 4-7 and so on. Each zone has 64 short addresses that can be assigned to individual fittings, providing a total of 1024 available short addresses.
It would be possible to increase the number of addresses further, for example, by using one or more of the first three bits of the first byte to encode part of the zone number. In this embodiment, these bits are set to 100, but the third bit could be used to increase the number of zone number bits to 5. However, this would make the Ughting control system incompatible with the DALI protocol.
The router 9a is shown in greater detail in Figure 2. The signal is received by a DALI logic circuit 10 and fed into a microprocessor 11. The router 9a has multiple outputs via a pluraUty of interface cards 12a-12d, each of which is associated with a set of ballasts. The interface cards 12a-12d send control signals to individual ballasts 3 via respective sub-highways 13a-13d. Two of the microprocessor inputs are connected to conductive tracks 14, each of which carries a pair of pins. The pins may be connected by one or more headers 15. A 5N voltage is appUed to the tracks 14 and the arrangement of headers determines the logic levels received at the microprocessor inputs. Table 1 gives the possible header arrangements, as shown in Figure 3, and their corresponding logic levels.
Figure imgf000012_0001
Table 1
The microprocessor 11 is programmed to disregard the DALI signal unless the first two bits of the zone number R correspond with the logic associated with the arrangement of the headers 15. Where the most significant bits of the zone number R correspond to the header arrangement associated with the router 9a, the remaining two bits of the zone number R specify one of its four interface cards 12a- 12d. In this manner, the four bits of the zone number R uniquely identify a single interface card 12 within the Ughting system. For example, router 9a comprises a header arrangement corresponding to a zone number where the first two bits are 01. Therefore, a zone number 0100 would specify interface card 12a, while 0101, 0110 and 0111 specify interface cards 12b, 12c and 12d respectively. Similarly, zone numbers 1000, 1001, 1010 and 1011 would refer to respective interface cards within router 9b. Each of the interface cards 12a-12d sends control signals to a set of fittings through its respective sub-highway 13a-d, where each set is assigned up to 64 short addresses.
When a command is received by the router 9a indicated by the first two bits of the zone number R, the microprocessor 11 directs the second command string (A and X) to one of the interface cards 12a-d as indicated by the last two bits of the zone number R. The interface card 12a then sends this command string to one or more of its associated set of ballasts 3 through its respective sub-highway 13a. Figure 4 depicts a DALI-compatible Ughting ballast 3 suitable for use with the present invention, such as the PCA 2/36 TCL EXCEL® one4all digital ballast manufactured by TridonicAtco GmbH. The ballast 3 comprises a DALI interface circuit 16, a microprocessor 17 and a high voltage circuit 18 and is powered by a 240N supply. The microprocessor 17 comprises a memory facility in which the address of the fitting and other parameters, such as its default power levels and fade times, are stored.
The interface card 12a transmits the third and fourth bytes of the original DALI signal, i.e., the short address A and the command X, to the fitting via sub-highway 13a. This signal is received by the DALI interface circuit 16. The DALI interface circuit 16 converts the DALI command into a logic signal and passes it to the microprocessor 17. The microprocessor 17 controls the high voltage circuit 18 that supphes power to the fluorescent lamp 2. Where the DALI signal conveys a direct arc command, the output of the high voltage circuit 18 is adjusted to dim the fluorescent lamp 2 up or down accordingly.
The Ughting control system can interrogate an individual fitting by sending a status enquiry as the command byte X, e.g., for requesting confirmation of the present power level, or whether the lamp is switched on or off. The relevant information is returned by the microprocessor 17 and converted into a DALI signal by the DALI interface circuit 16, according to the return signal format defined in the DALI protocol, i.e., 1 start bit, 8 data bits and 2 stop bits. As the Ughting control system can interrogate each fitting sequentiaUy and the ballasts transmit return signals only when responding to an enquiry, i.e., a master/slave arrangement, it is not necessary to encode the address of the fitting in the return signal. The return signal is sent via the sub-highway 13a, the router 9a and the highway 5 to the controller 8, where it is converted back into a data signal d in its original format. The data signal d is sent to the computer 4 for viewing and/or analysis.
This system can be adapted to respond to changes in the occupants of the rooms in the building. For example, an occupant moving from one part of the building to another may keep the same telephone extension number. The extension number can be associated with the fittings in their new environment simply by modifying the database stored in the processor 7.
Furthermore, the lighting ballasts 3 can be connected to a sub-highway 13a using separable connectors, such as the telephone jacks and sockets used by British
Telecom pic. The use of separable connectors facihtates moving or replacing any Ught fittings and reduces the UkeUhood of damage to the wiring during building maintenance.
This method of lighting control has been described in relation to the Ught fitting of Figure 4, but is equally applicable to the Ught fittings of Figures 5 and 6, which comprise emergency Ughting circuitry. It is desirable for a significant percentage, e.g. 10%, of the Ught fittings in an installation to be equipped with emergency power supply means for use when the main power supply has failed, e.g. following a power cut.
The Ught fitting 19 of Figure 5 comprises a ballast 3 for controlling a fluorescent lamp 2, which receives DALI commands sent by interface card 12a in router 9a and responds to them as described above, in relation to Figure 4. The fitting 19 further includes an emergency baUast 20, for controlUng the lamp 2 in the event of a power failure. The emergency ballast 20 is operable to direct current to a rechargeable battery 21, which is used to supply power to the lamp 2 and emergency ballast 20 when the mains supply fails or is disconnected. This arrangement is known as a "maintained" emergency fitting. The connections between the fluorescent lamp 2, the baUast 3 and the emergency baUast 20 are not shown in Figure 5 for reasons of clarity.
Figure 6 depicts a "non-maintained" emergency fitting 22. This arrangement resembles the maintained fitting 19 of Figure 5, and the same reference numbers have been used to indicate identical components. However, the non-maintained fitting further comprises a secondary lamp 23 for use as an emergency light source. The ballast 3 controls the main fluorescent lamp 2, while the emergency ballast 20 controls the second lamp 23 only. In both types of emergency Ught fitting, the battery 21 is charged during normal operation, using power suppUed to the emergency ballast 20. A Ught emitting diode 24 is provided, which is Ut while current is supplied to the battery 21. The emission from the diode 24 is monitored using a Ught sensor 25. A second Ught sensor 26 is provided. In the maintained fitting 19, the second light sensor 26 monitors the light produced by the fluorescent lamp 2, while in the non-maintained fitting 22, the second light sensor 26 monitors the secondary lamp 23. The outputs from the sensors 25, 26 are sent to an emergency fitting test unit (EFTU) 27.
The EFTU 27, which may be used with either type of emergency Ught fitting, is shown in detail in Figure 7. The Ughting sensors 25, 26 are connected to the EFTU 27 via a plug in connector 28. The sensor outputs are passed via a buffer 29 to a microprocessor 30. The address of the emergency ballast is stored using an 8-pole switch 31, which is connected to the microprocessor 30. The microprocessor 30 controls the state of relay contacts 32 in a unit 33, by means of a solenoid 34, so that a 240N supply is maintained to the emergency baUast 20 during normal operating conditions.
The status of the charging circuitry and of the emergency Ught source 2, 23 can be determined using the outputs of the sensors 25, 26. When the emergency ballast 20 is supplying power for charging the battery 21, the LED 24 will be Ut. The Ught emitted by the LED 24 is detected by the first Ught sensor 25. Similarly, when the lamp 2, 23 is lit, its Ught wiU be detected by the second Ught sensor 26. The EFTU 27 can be interrogated by sending a status enquiry from computer 4, which is converted into a DALI command string by controller 8 and then sent to the EFTU 27 via highway 5, router 9a, interface card 12a and sub-highway 13a. The command string is received by a DALI interface circuit 35 and converted into a logic signal. The microprocessor 30 responds to the enquiry by formulating a return signal based on the sensor outputs. The return signal is converted into the DALI format by the DALI interface circuit 35 and returned to the controller 8 via the sub-highway 13a, interface card 12a, router 9a and highway 5. The controUer 8 then converts the DALI signal into a logic signal d and sends it to the computer 4 for viewing and/ or analysis.
The procedure for testing a maintained emergency Ught fitting, as shown in Figure 5, will now be described, with reference to Figure 8. Starting at step SO, the status of the emergency Ughting circuitry is tested during normal operation. A command is sent to the EFTU 27, requesting the status of the charging Ught sensor 25 (step SI). The microprocessor 30 then samples the output of the Ught sensor 25 via buffer 29 and prepares a response.
According to the DALI protocol, a response to a status enquiry is made in the foUowing manner. As noted above, the return signal format specified by the DALI protocol consists of 1 start bit, 8 data bits and 2 stop bits. The response to a status enquiry may be 'YES' or a 'NO'. A 'YES' response is indicated by a return signal in which all the data bits are set to '1'. If the response is a 'NO', a return signal is not sent. If the computer 4 does not receive a response within a predetermined time interval t, it is presumed that the response to the status enquiry is a 'NO'.
The computer 4 determines whether a response was received during the predetermined time interval t (step S2). In normal operation, a charging current would be supphed to the battery 21 by the emergency ballast 20, so the LED 24 would be lit. The output from the first Ught sensor 25 would, therefore, be high and the corresponding DALI return signal would take the form of a 'YES' response.
A check on the status of the fluorescent lamp 2 is made in the same way (steps S3, S4), where a 'YES' response indicates that the output of the second Ught sensor 26 is high, i.e., the lamp 2 is lit, and a 'NO' response, i.e., where a return signal is not received within time t, indicates that the second sensor output is low, i.e., that the lamp 2 is off.
If the 'YES' signal is received, the status of the charger and lamp are tested in emergency conditions. A command is sent to the EFTU 27 to cut off the mains supply to the Ught fitting 19 (step S5). This operation is performed by the microprocessor 30, which uses a solenoid 34 to open the relay contacts 32.
FoUowing disconnection of the mains supply from the ballast 3 and the emergency ballast 20, the fluorescent lamp 2 should remain lit, as it is powered by the rechargeable battery 21 and controlled by the emergency ballast 20. The EFTU 27 is interrogated to determine the status of the lamp 2 (step S6). The interrogation is performed in the same manner as described above (step S7). If the response indicates that the lamp 2 is Ut, the computer 4 requests the status of the charging sensor 25 (step S8). The computer 4 waits for a response (step S9). As the mains supply has been cut off, there should be no current passing through the charging circuitry in the emergency baUast 20.
If the emergency Ughting fitting 19 is functioning correctly, the computer 4 should receive 'YES' signals from the first and second light sensors 25, 26 during normal operation, a 'YES' signal from the second Ught sensor 26 and a 'NO' response from the first Ught sensor 25 when the mains supply has been cut off.
The mains supply to the baUast is reinstated (step S10). The computer 4 investigates the status of the lamp and the LED (steps Sl l, S12, S13, S14) to check that both have resumed normal operation following the interruption in the power supply.
If, at any stage, the computer 4 receives an incorrect response, i.e., if the emergency Ught fitting 19 is not functioning properly, an appropriate alarm may be raised on the computer 4 (steps S15, S16). The computer 4 may be situated in the occupant's building, where it may be monitored by on-site maintenance staff, or at a remote location, for example the offices of a contractor responsible for upkeep of the system 1. Furthermore, the computer can be programmed to automatically send an alert to a maintenance team in the event of a fault.
The test procedure is then complete (step SI 7). The testing procedure for a non-maintained fitting is similar to that shown in Figure 8, however steps S2, S3, Sl l and S12 are omitted as the secondary lamp 23 is switched off during normal operation.
By using bi-directional communication, the emergency Ughting system can be tested without visual inspection of each fitting and the use of two separate sensors 25, 26 provides an indication of whether a malfunction is caused by a fault in the lamp 2, 23 or the charging circuitry. The Ughting system can be configured so that this test is performed automaticaUy at a time that is convenient for the occupants of the building, e.g. out of business hours, and to repeat such tests periodicaUy.
Although the invention has been described with respect to the above example, the invention may be used in systems comprising Ught sources other than fluorescent lamps, e.g., tungsten halogen lamps, discharge lamps or LEDs, where bahasts appropriate to the particular type of lamp are provided. Furthermore, its appUcation is not Umited to systems complying with the DALI protocol or to the control of Ughting systems. The techniques disclosed herein may be used for controlUng any system comprising a pluraUty of electrical devices according to a protocol wherein addresses are assigned to devices using a Umited number of bits.

Claims

Claims
1. A method of controlling a Ughting system configured to receive signals according to a predetermined protocol, wherein addresses are assigned to individual fittings or groups of fittings and a command string according to the protocol comprises an address portion, which consists of a predetermined number of bits for expressing the address, comprising using two command strings to express a single system command.
2. A method according to claim 1, wherein the protocol is the Digital
Addressable Lighting Interface (DALI) protocol.
3. A Ughting control system comprising: means for receiving a command; a pluraUty of Ught fittings, wherein each of said Ught fittings may be assigned an individual address; and means for transmitting the command in a format according to a predetermined protocol, wherein the protocol defines a command string comprising an address portion, which consists of a Umited number of bits, for expressing an address; wherein the transmitting means is configured to express a command using multiple command strings and the address of the fitting is expressed using the address portions of more than one command string.
4. A Ughting control system according to claim 3, wherein the protocol is the
Digital Addressable Lighting Interface (DALI) protocol.
5. A Ughting control system according to claim 4, wherein the address portion of the first command string expresses a group number and the address portion of the second command string expresses a short address.
6. A Ughting control system according to claim 5, wherein the address portion of the second command string is common to a pluraUty of fittings.
7. An electrical control system comprising: a pluraUty of addressable electrical devices configured to be controUable by command signals according to a predetermined protocol, the protocol defining a bit string including a predetermined number of address bits corresponding to an address for the electrical device and a predetermined number of command bits corresponding to a command to be performed by the addressed device; and a controUer for transmitting the command signals to the electrical devices, the controller being configured to transmit individual command signals as first and second ones of said bit strings, the first of which contains address data tb direct the command signal towards one of a number of sets of the electrical devices and the second of which contains the address of a particular one of the devices within the set in accordance with the protocol; wherein the addressed device is operable to respond to data in the second of the bit strings.
8. A system according to claim 7, further comprising at least one router connected through a highway to the controller, the router being responsive to the address data in the first bit string to direct the second bit string to a sub-highway connected to said set of devices.
9. A system according to claim 8, wherein the router is coupled to a pluraUty of sub-highways, where each sub-highway is associated with a set of the electrical devices.
10. A system according to claim 9, wherein at least one said device of each set has the same address data for encoding in the second bit string.
11. A system according to claim 9 or 10, further comprising a pluraUty of the routers connected to the highway, the address data in the first bit string including bits corresponding to an address for one of the routers, and bits corresponding to the sub-highways connected to the addressed router.
12. A controUer for an electrical control system, wherein a pluraUty of addressable electrical devices are controUed by command signals according to a predetermined protocol defining a bit string including a predetermined number of address bits corresponding to an address for the electrical device and a predetermined number of command bits corresponding to a command to be performed by the addressed device, the controller being configured to transmit individual command signals to the electrical devices as first and second ones of said bit strings, the first of which contains address data to direct the command signal towards one of a number of sets of the electrical devices and the second of which contains the address of a particular one of the devices within the set in accordance with the protocol, the addressed device being operable to respond to data in the second of the bit strings.
13. A router for an electrical control system wherein a pluraUty of addressable electrical devices are controlled by command signals according to a predetermined protocol, the protocol defining a bit string including a predetermined number of address bits corresponding to an address for the electrical device and a predetermined number of command bits corresponding to a command to be performed by the addressed device, individual command signals being transmitted to the electrical devices as first and second ones of said bit strings, the first of which contains address data to direct the command signal towards one of a number of sets of the electrical devices as first and second ones of said bit strings, the first of which contains address data to direct the command signal towards one of a number of sets of the electrical devices and the second of which contains the address of a particular one of the devices within the set in accordance with the protocol, the router being operable to respond to data in the second of the bits strings to direct the second of the bit strings towards the addressed one of the set of devices, whereby the addressed device can respond to data in the second of the bit strings.
14. A command signal for an electrical control system wherein a pluraUty of addressable electrical devices are controlled by signals according to a predetermined protocol, the protocol defining a bit string including a predetermined number of address bits corresponding to an address for the electrical device and a , predetermined number of command bits corresponding to a command to be performed by the addressed device, the command signal comprising first and second ones of said bit strings, the first of which contains address data to direct the command signal towards one of a number of sets of the electrical devices and the second of which contains the address of a particular one of the devices within the set in accordance with the protocol, whereby the addressed device may respond to data in the second of the bit strings.
15. A method of testing an emergency Ught fitting, which comprises a rechargeable power source and a Ught source, comprising detecting Ught emitted by the light source and monitoring the charging of the rechargeable power source.
16. A method according to claim 15, wherein the step of monitoring comprises monitoring a Ught emitting device which emits light when current passes through circuitry for charging the rechargeable power source.
17. An emergency fitting test unit for testing the performance of an emergency Ught fitting comprising: means for receiving a status enquiry; means for receiving a first output from a first sensor, where the first output relates to the status of a Ught source; a microprocessor for formulating a response to the status enquiry according to the first output; and means for converting the response into a format according to a predetermined communication protocol.
18. An emergency fitting test unit according to claim 17, wherein the predetermined communication protocol is the Digital Addressable Lighting Interface (DALI) protocol.
19. An emergency fitting test unit according to claim 17 or 18, further comprising means for receiving a second output from a second sensor, where the second output relates to the status of a charging circuit for charging a rechargeable power source.
20. An emergency fitting test unit according to claim 19, wherein the second sensor monitors emission from a Ught emitting device which emits Ught when current is suppUed to the rechargeable power source.
PCT/GB2003/001846 2002-04-30 2003-04-30 Transmission protocol for lighting system WO2003094579A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003223000A AU2003223000A1 (en) 2002-04-30 2003-04-30 Transmission protocol for lighting system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0209901.8 2002-04-30
GB0209901A GB2390203A (en) 2002-04-30 2002-04-30 Electronic control system uses two command strings for a single system command

Publications (2)

Publication Number Publication Date
WO2003094579A2 true WO2003094579A2 (en) 2003-11-13
WO2003094579A3 WO2003094579A3 (en) 2004-02-26

Family

ID=9935819

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2003/001846 WO2003094579A2 (en) 2002-04-30 2003-04-30 Transmission protocol for lighting system

Country Status (3)

Country Link
AU (1) AU2003223000A1 (en)
GB (1) GB2390203A (en)
WO (1) WO2003094579A2 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2404474A (en) * 2003-07-29 2005-02-02 Cooper Lighting And Security L Emergency lighting monitoring system with lighting control
EP1513376A1 (en) * 2003-09-04 2005-03-09 CEAG Notlichtsysteme GmbH Lighting system
EP1578176A2 (en) * 2004-03-19 2005-09-21 Beghelli S.p.A. Integrated system for the diagnosis and controlling of fluorescent lamps
WO2006065653A2 (en) * 2004-12-14 2006-06-22 Lutron Electronics Co., Inc. Distributed intelligence ballast system and extended lighting control protocol
EP1689214A1 (en) * 2005-02-08 2006-08-09 iGUZZINI ILLUMINAZIONE S.p.A. Method for programming and installing a lighting network
WO2006136236A1 (en) * 2005-06-17 2006-12-28 Tridonicatco Gmbh & Co. Kg Determination of the bus address of a subscriber in an illuminating bus system
DE102005034730B3 (en) * 2005-07-21 2007-02-01 Siemens Ag A method for detecting an affiliation of an emergency lighting device to an electronic ballast in a DALI network
ES2298005A1 (en) * 2005-11-25 2008-05-01 Lightled, S.A. Illumination system stand consists of distributed lighting channels which are composed of modules and integrated with light emitting diode lights
EP1954105A1 (en) * 2007-01-29 2008-08-06 TridonicAtco GmbH & Co. KG Method and system of data transfer for operational devices for illuminants
WO2008131524A1 (en) * 2007-04-30 2008-11-06 Koninklijke Philips Electronics N.V. Modular solid-state lighting system
WO2009121925A2 (en) * 2008-04-04 2009-10-08 Semperlux Ag Lichttechnische Werke Installation with dali bus
WO2009129848A1 (en) * 2008-04-23 2009-10-29 Osram Gesellschaft mit beschränkter Haftung Lighting control system and method for operating a lighting control system
WO2010009781A1 (en) * 2008-07-24 2010-01-28 Tridonicatco Gmbh & Co. Kg Emergency light unit
WO2011045576A1 (en) * 2009-10-16 2011-04-21 C. P. Electronics Limited A system for configuring a lighting control device or the like in a network of lighting control devices
CN102271447A (en) * 2011-06-28 2011-12-07 江西方兴科技有限公司 Stepless dimming control method of LED illumination for expressway tunnel
WO2012109686A1 (en) * 2011-02-17 2012-08-23 Tridonic Gmbh & Co. Kg Combined sensor/emergency light unit for a lighting system
WO2013059848A1 (en) * 2011-10-25 2013-05-02 Tridonic Gmbh & Co. Kg Method for illuminating a room
CN101699924B (en) * 2009-11-30 2014-06-25 江西方兴科技有限公司 Intelligent illumination control system for highway tunnels
CN101699925B (en) * 2009-11-30 2014-06-25 江西方兴科技有限公司 Intelligent illumination controller for highway tunnels
US9451974B2 (en) 2008-07-29 2016-09-27 Universite Joseph Fourier—Grenoble 1 Modular surgical tool
CN106555980A (en) * 2017-01-23 2017-04-05 长安大学 A kind of vcehicular tunnel energy-saving illuminator
US10820922B2 (en) 2008-07-29 2020-11-03 Universite Joseph Fourier—Grenoble 1 Device for positioning a surgical tool in the body of a patient

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7619539B2 (en) 2004-02-13 2009-11-17 Lutron Electronics Co., Inc. Multiple-input electronic ballast with processor
GB2431299B (en) * 2005-10-13 2010-05-12 Thomas & Betts Corp Emergency lighting system and luminaire module
DE102018000006B4 (en) * 2017-12-21 2019-10-24 Dietmar Friedrich Brück Bus system and master unit for use in a bus system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2267585A (en) * 1992-06-02 1993-12-08 Delmatic Ltd Lighting control systems
US5559502A (en) * 1993-01-14 1996-09-24 Schutte; Herman Two-wire bus system comprising a clock wire and a data wire for interconnecting a number of stations and allowing both long-format and short-format slave addresses
US5715419A (en) * 1989-12-05 1998-02-03 Texas Instruments Incorporated Data communications system with address remapping for expanded external memory access
US6185629B1 (en) * 1994-03-08 2001-02-06 Texas Instruments Incorporated Data transfer controller employing differing memory interface protocols dependent upon external input at predetermined time
US6275498B1 (en) * 1998-03-19 2001-08-14 3Com Corporation Extended PHY addressing

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6507158B1 (en) * 2000-11-15 2003-01-14 Koninkljke Philips Electronics N.V. Protocol enhancement for lighting control networks and communications interface for same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5715419A (en) * 1989-12-05 1998-02-03 Texas Instruments Incorporated Data communications system with address remapping for expanded external memory access
GB2267585A (en) * 1992-06-02 1993-12-08 Delmatic Ltd Lighting control systems
US5559502A (en) * 1993-01-14 1996-09-24 Schutte; Herman Two-wire bus system comprising a clock wire and a data wire for interconnecting a number of stations and allowing both long-format and short-format slave addresses
US6185629B1 (en) * 1994-03-08 2001-02-06 Texas Instruments Incorporated Data transfer controller employing differing memory interface protocols dependent upon external input at predetermined time
US6275498B1 (en) * 1998-03-19 2001-08-14 3Com Corporation Extended PHY addressing

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2404474A (en) * 2003-07-29 2005-02-02 Cooper Lighting And Security L Emergency lighting monitoring system with lighting control
GB2404474B (en) * 2003-07-29 2007-03-07 Cooper Lighting And Security L Lighting system
EP1513376B1 (en) 2003-09-04 2017-04-12 Eaton Safety IP GmbH & Co. KG Lighting system
EP1513376A1 (en) * 2003-09-04 2005-03-09 CEAG Notlichtsysteme GmbH Lighting system
EP1578176A2 (en) * 2004-03-19 2005-09-21 Beghelli S.p.A. Integrated system for the diagnosis and controlling of fluorescent lamps
EP1578176A3 (en) * 2004-03-19 2006-10-25 Beghelli S.p.A. Integrated system for the diagnosis and controlling of fluorescent lamps
WO2006065653A2 (en) * 2004-12-14 2006-06-22 Lutron Electronics Co., Inc. Distributed intelligence ballast system and extended lighting control protocol
US8035529B2 (en) 2004-12-14 2011-10-11 Lutron Electronics Co., Inc. Distributed intelligence ballast system
WO2006065653A3 (en) * 2004-12-14 2006-11-02 Lutron Electronics Co Distributed intelligence ballast system and extended lighting control protocol
US7880638B2 (en) 2004-12-14 2011-02-01 Lutron Electronics Co., Inc. Distributed intelligence ballast system
US8125315B2 (en) 2004-12-14 2012-02-28 Lutron Electronics Co., Inc. Default configuration for a lighting control system
US7369060B2 (en) 2004-12-14 2008-05-06 Lutron Electronics Co., Inc. Distributed intelligence ballast system and extended lighting control protocol
AU2005316790B2 (en) * 2004-12-14 2009-09-03 Lutron Electronics Co., Inc. Distributed intelligence ballast system and extended lighting control protocol
EP1689214A1 (en) * 2005-02-08 2006-08-09 iGUZZINI ILLUMINAZIONE S.p.A. Method for programming and installing a lighting network
EP2282612A3 (en) * 2005-06-17 2012-11-14 Tridonic GmbH & Co KG Determination of the bus address of a user in a lighting bus system
WO2006136236A1 (en) * 2005-06-17 2006-12-28 Tridonicatco Gmbh & Co. Kg Determination of the bus address of a subscriber in an illuminating bus system
DE102005034730C5 (en) * 2005-07-21 2013-08-22 Siemens Aktiengesellschaft A method for detecting an affiliation of an emergency lighting supply device to an electronic ballast in a DALI network
DE102005034730B3 (en) * 2005-07-21 2007-02-01 Siemens Ag A method for detecting an affiliation of an emergency lighting device to an electronic ballast in a DALI network
ES2298005A1 (en) * 2005-11-25 2008-05-01 Lightled, S.A. Illumination system stand consists of distributed lighting channels which are composed of modules and integrated with light emitting diode lights
EP1954105A1 (en) * 2007-01-29 2008-08-06 TridonicAtco GmbH & Co. KG Method and system of data transfer for operational devices for illuminants
WO2008131524A1 (en) * 2007-04-30 2008-11-06 Koninklijke Philips Electronics N.V. Modular solid-state lighting system
RU2462004C2 (en) * 2007-04-30 2012-09-20 Конинклейке Филипс Электроникс Н.В. Modular solid-state lighting system
WO2009121925A2 (en) * 2008-04-04 2009-10-08 Semperlux Ag Lichttechnische Werke Installation with dali bus
WO2009121925A3 (en) * 2008-04-04 2010-05-14 Semperlux Ag Lichttechnische Werke Installation with dali bus
WO2009129848A1 (en) * 2008-04-23 2009-10-29 Osram Gesellschaft mit beschränkter Haftung Lighting control system and method for operating a lighting control system
DE102008034524A1 (en) * 2008-07-24 2010-01-28 Tridonicatco Gmbh & Co. Kg emergency pack
DE102008034524B4 (en) 2008-07-24 2019-12-05 Tridonic Gmbh & Co Kg emergency pack
WO2010009781A1 (en) * 2008-07-24 2010-01-28 Tridonicatco Gmbh & Co. Kg Emergency light unit
US9451974B2 (en) 2008-07-29 2016-09-27 Universite Joseph Fourier—Grenoble 1 Modular surgical tool
US10820922B2 (en) 2008-07-29 2020-11-03 Universite Joseph Fourier—Grenoble 1 Device for positioning a surgical tool in the body of a patient
WO2011045576A1 (en) * 2009-10-16 2011-04-21 C. P. Electronics Limited A system for configuring a lighting control device or the like in a network of lighting control devices
US9832844B2 (en) 2009-10-16 2017-11-28 Legrand Electric Limited System for configuring a lighting control device or the like in a network of lighting control devices
CN101699924B (en) * 2009-11-30 2014-06-25 江西方兴科技有限公司 Intelligent illumination control system for highway tunnels
CN101699925B (en) * 2009-11-30 2014-06-25 江西方兴科技有限公司 Intelligent illumination controller for highway tunnels
DE102011076714B4 (en) 2011-02-17 2024-01-04 Tridonic Gmbh & Co Kg Combined sensor/emergency light unit for a lighting system
CN103493598A (en) * 2011-02-17 2014-01-01 赤多尼科两合股份有限公司 Combined sensor/emergency light unit for a lighting system
US20150091383A1 (en) * 2011-02-17 2015-04-02 David Schmucki Combined sensor/emergency light unit for a lightng system
WO2012109686A1 (en) * 2011-02-17 2012-08-23 Tridonic Gmbh & Co. Kg Combined sensor/emergency light unit for a lighting system
US9755455B2 (en) 2011-02-17 2017-09-05 Tridonic Gmbh & Co Kg Combined sensor/emergency light unit for a lighting system
CN102271447A (en) * 2011-06-28 2011-12-07 江西方兴科技有限公司 Stepless dimming control method of LED illumination for expressway tunnel
CN102271447B (en) * 2011-06-28 2013-07-03 江西方兴科技有限公司 Stepless dimming control method of LED illumination for expressway tunnel
WO2013059848A1 (en) * 2011-10-25 2013-05-02 Tridonic Gmbh & Co. Kg Method for illuminating a room
CN106555980A (en) * 2017-01-23 2017-04-05 长安大学 A kind of vcehicular tunnel energy-saving illuminator

Also Published As

Publication number Publication date
AU2003223000A1 (en) 2003-11-17
AU2003223000A8 (en) 2003-11-17
GB0209901D0 (en) 2002-06-05
WO2003094579A3 (en) 2004-02-26
GB2390203A (en) 2003-12-31

Similar Documents

Publication Publication Date Title
WO2003094579A2 (en) Transmission protocol for lighting system
CA3037508C (en) Power over ethernet exit signage
US7259528B2 (en) Data converter for a lighting system, and method for operating a lighting system
CA2893588C (en) Lighting control system
CN1679376B (en) Master-slave oriented two-way RF wireless lighting control system
CN101521970B (en) Illumination control system
CN101112126B (en) Distributed intelligence ballast system and extended lighting control protocol
US20090066266A1 (en) Integrated power and control unit for a solid-state lighting device
CN104412715B (en) System and method for providing alternative communication path for management of lighting network elements
EP3123829B1 (en) Power-over-ethernet power distribution system
CN103283311A (en) Wireless adaptation of lighting power supply
CN104823523A (en) Distributed lighting control
US20230268767A1 (en) Method and system for power supply control
US8326441B2 (en) Control system for a plurality of consumers arranged in a distributed manner, in particular for lamp operating devices, and methods for putting into operation
SG185810A1 (en) Led lighting devices
CN112696648A (en) Switch control panel and pairing method of switch control panel and lamp
CN102934155A (en) Method for illuminating a light box
CN103636291A (en) Addressing method for a lighting means
CN201917824U (en) Intelligent household light digital control system
CN1589591A (en) System for locating and addressing the lights of a beacon network
US11509165B2 (en) Automatic transfer switch for lighting loads with integral load shedding by dimming control
CN102156458A (en) Control and protection apparatus for electric facility
US11863015B2 (en) Networked lighting driver incorporating a physical negotiated link loss mode
EP4068911A1 (en) Associating topologically related devices on a lighting control bus
WO2023182850A1 (en) Galvanostatic lighting control system capable of cutting off standby power, and dali ballast

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase in:

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP