EP1090459A2 - Method for software driven generation of multiple simultaneous high speed pulse width modulated signals - Google Patents

Method for software driven generation of multiple simultaneous high speed pulse width modulated signals

Info

Publication number
EP1090459A2
EP1090459A2 EP99938706A EP99938706A EP1090459A2 EP 1090459 A2 EP1090459 A2 EP 1090459A2 EP 99938706 A EP99938706 A EP 99938706A EP 99938706 A EP99938706 A EP 99938706A EP 1090459 A2 EP1090459 A2 EP 1090459A2
Authority
EP
European Patent Office
Prior art keywords
pulse width
digital signal
timer
pwm
width modulated
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
EP99938706A
Other languages
German (de)
English (en)
French (fr)
Inventor
Ihor A. Lys
Frederick M. Morgan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Signify North America Corp
Original Assignee
Color Kinetics Inc
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 Color Kinetics Inc filed Critical Color Kinetics Inc
Publication of EP1090459A2 publication Critical patent/EP1090459A2/en
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03KPULSE TECHNIQUE
    • H03K7/00Modulating pulses with a continuously-variable modulating signal
    • H03K7/08Duration or width modulation ; Duty cycle modulation
    • HELECTRICITY
    • H05ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
    • H05BELECTRIC HEATING; ELECTRIC LIGHT SOURCES NOT OTHERWISE PROVIDED FOR; CIRCUIT ARRANGEMENTS FOR ELECTRIC LIGHT SOURCES, IN GENERAL
    • H05B45/00Circuit arrangements for operating light-emitting diodes [LED]
    • H05B45/20Controlling the colour of the light
    • HELECTRICITY
    • H05ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
    • H05BELECTRIC HEATING; ELECTRIC LIGHT SOURCES NOT OTHERWISE PROVIDED FOR; CIRCUIT ARRANGEMENTS FOR ELECTRIC LIGHT SOURCES, IN GENERAL
    • H05B45/00Circuit arrangements for operating light-emitting diodes [LED]
    • H05B45/30Driver circuits
    • H05B45/32Pulse-control circuits
    • H05B45/325Pulse-width modulation [PWM]
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G3/00Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes
    • G09G3/20Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters
    • G09G3/2007Display of intermediate tones
    • G09G3/2014Display of intermediate tones by modulation of the duration of a single pulse during which the logic level remains constant
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G3/00Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes
    • G09G3/20Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters
    • G09G3/22Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources
    • G09G3/30Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources using electroluminescent panels
    • G09G3/32Control arrangements or circuits, of interest only in connection with visual indicators other than cathode-ray tubes for presentation of an assembly of a number of characters, e.g. a page, by composing the assembly by combination of individual elements arranged in a matrix no fixed position being assigned to or needed to be assigned to the individual characters or partial characters using controlled light sources using electroluminescent panels semiconductive, e.g. using light-emitting diodes [LED]

Definitions

  • This application relates to systems and methods for the generation of pulse width modulated signals for lighting or for other purposes.
  • Pulse width modulation is a common technique for controlling the "- amount of power that is delivered to a device, such as a motor or a lamp.
  • PWM Pulse width modulation
  • a device such as a motor or a lamp.
  • One of the main benefits of PWM is that it is a technique that allows a digital system to achieve relatively high resolution control over the operation of a particular device.
  • PWM is a technique commonly employed in motor control to allow a digital signal to control the speed of a motor.
  • PWM takes advantage of the fact that a motor is an inductive element that acts like an integrator. Accordingly, the application to that motor of a pulsed digital signal results in the motor integrating over the square ⁇ wave of the pulsed digital signal.
  • pulse width modulation is a technique that allows a digital output signal to effectively achieve control over a device as if the digital output signal could be set to an intermediate voltage level.
  • Other techniques include interrupt driven processes in which a microprocessor, such as one having a watchdog timer, receives periodic interrupts at a known rate. Each time through the interrupt loop the processor updates one or more output pins, thus creating a pulse width modulated signal on each output pin.
  • the rate at which a signal can be modulated is the clock speed multiplied by the number of cycles in the interrupt routine.
  • the number of instructions in the interrupt routine and therefore the number of clock cycles can be quite large.
  • the time period for executing the update instructions can be significant, and the PWM signal may have poor resolution, lacking fine grain control over the system.
  • Still other techniques exist which are effectively combinations of the first two processes, software loops that contain a variable number of instructions for these techniques.
  • the processor uses the hardware timer to generate a periodic interrupt, and then, depending on whether the pulse is to be very short or not, either schedules another interrupt to finish the PWM cycle, or creates the pulse by itself in the first interrupt routine by executing a series of instructions consuming a desired amount of time between two PWM signal updates.
  • the difficulty with this method is that for multiple PWM channels it is very difficult to arrange the timer based signal updates such that they do not overlap, and then to accurately change the update times for a new value of PWM signals.
  • the present disclosure provides methods and systems to generate multiple channels of pulse width modulated signals for any purpose using software techniques at speeds exceeding those commonly achievable with traditional software synthesis.
  • the systems and methods described herein provide, in one aspect, a method for modulating the pulse width of control signals generated on a plurality of separate channels.
  • the methods described herein are suitable for execution on a microprocessor or micro controller platform that includes a timer interrupt mechanism which will generate an interrupt in response to a timer counting down a selected time interval or time period.
  • the timer is set to count _ down a period of time that is representative of a portion, or sub period, of the PWM cycle. For example, the timer can be selected to count down one fourth the time period of one PWM cycle.
  • the timer executes an interrupt that causes the micro controller to enter an interrupt service routine (ISR).
  • ISR interrupt service routine
  • the ISR can review a set of pre-computed values each of which represents the value for a modulated channel for a specific sub period of the PWM cycle.
  • the ISR can then write to the I/O pins that are associated with the different modulated channels to set the level of the respective PWM signal on each of the I/O pins.
  • the ISR can then determine for that duty cycle which channel is to be further modulated. For example, for a PWM signal that has been subdivided into four sub periods, the ISR can determine that for the first of these sub period, the ISR is to further modulate the PWM signal on the first channel. Similarly, when the ISR occurs during the second sub period, the ISR can modulate the second channel.
  • the ISR can modify the signal level on the I/O pin associated with that channel, and execute a delay loop to consume the desired amount of time to maintain the channel in its toggled state.
  • the ISR can execute another I/O write operation to toggle the modulated signal to its previous state.
  • the ISR can then advance the sub-bookkeeping value to point to the next sub period, and terminate processing.
  • the microprocessor or controller platform can go back to normal operation with the timer still being set to trigger upon the lapse of a time interval associated with a sub period of the PWM cycle.
  • the systems and methods described herein provide control systems that allow for the modulation of a lamp that includes a red, green, and blue component.
  • Each color component of the lamp can be associated with a particular channel.
  • Each channel can be separately modulated to control the amount of red, green, or blue in the composite light generated by the lamp. Accordingly, the systems and methods described herein allow for the modulation of the hue of light generated by a colored lamp.
  • Fig. 1 depicts one embodiment of a system for modulating the hue of light generated by a color lamp
  • Fig. 2 depicts pictorially one cycle of a PWM signal generated across three separate channels, each channel being associated with one color component of the lamp depicted in Fig. 1;
  • Fig. 3 depicts a flow chart diagram of an interrupt service routine suitable for use with the system depicted in Fig. 1 ;
  • Fig. 4 depicts two PWM channels modulated by an interrupt service routine as shown in Fig. 3.
  • Fig. 1 depicts one system 10 that includes a microcontroller element 12, an amplifier 14, and a colored light 18 that includes three colored lamps depicted as a red lamp 20, green lamp 22 and blue lamp 24.
  • the microcontroller 12 couples to the amplifier 14 via three separate channels.
  • the amplifier couples to the lamp 18 via three separate channels.
  • Each of the three channels can be associated with one PWM signal that modulates the operation of a respective one of the colored lamps 20, 22 and 24.
  • Each of the elements depicted in Fig. 1 cooperate to provide a system that can modulate the relative intensities of each of the colored lamps 20, 22 and 24 to control the overall hue of the light generated by the lamp 18.
  • the system 10 depicted in Fig. 1 can include a microcontroller 12 that can be a conventional microcontroller such as any of the controllers available commercially including those available from the Microchip Company, including any of the PIC family of microcontrollers including the PICmicro 16CXX/17CXX family of microcontrollers.
  • the system 10 can include a microprocessor that can access an external memory device for receiving instructions for operating as a system according to the invention.
  • other configurations can be employed for providing a data processing platform capable of implementing the systems and methods described herein.
  • the systems and methods described herein provide for low-cost control systems that can be operated on lightweight inexpensive data processing platforms such as one time programmable microcontrollers.
  • the microcontroller 12 can include I/O pins, each of which can be employed for carrying a control signal, such as the PWM signals described herein.
  • Each I/O pin can provide a channel for one of the colored lamp components 20, 22 and 24.
  • the system 10 includes an optional amplifier _ element 14.
  • the amplifier element 14 can be a power amplifier that amplifies a digital control signal, such as a TTL logic level signal usually having low power.
  • the optional amplifier 14 can act to increase the power level of the signal generated by the microcontroller to provide a signal capable of powering the lamp components 20, 22 and 24.
  • the development of such power amplifiers is well-known in the art, and any suitable power amplifier can be practiced with the systems described herein without departing from the scope hereof.
  • the amplifier element 14 is optional and that in some embodiments, no power amplifier will be necessary as the power required to activate either of the lamp components can be sufficiently generated by the microcontroller 12, or by another platform capable of generating the PWM signals.
  • amplifier 14 is depicted as a separate element, the amplifier 14 could be integrated into the lamp component 18.
  • Other suitable modifications to the system 10 for integrating or modifying the system 10 to accommodate the power needs of the devices under control can be practiced herewith without departing from the scope of the invention.
  • Figs. 2 and 3 depict pictorially the operation of the system 10. Specifically, Fig. 2 depicts the PWM signals that can be generated on the I/O pins of the microcontroller
  • the duty cycles shown in Fig. 2 can be generated, in part, by the action of an interrupt service routine (ISR) that operates, for example, as shown in the flow chart diagram of Fig. 3.
  • ISR interrupt service routine
  • Fig. 2 shows that a period P can be subdivided into four sub periods, depicted in Fig. 2 as subperiods 1, 2, 3 and 4.
  • the exemplary period of Fig. 2 lasts for about 1/5,000 seconds in length, with each subperiod being substantially one fourth of that duration.
  • the actual duration of the time period will vary according to the application.
  • the systems described herein can be employed to generate systems with variable time periods P.
  • the time period for each subperiod can be entered into a watchdog timer within the microcontroller.
  • the watchdog timer can trigger an interrupt each time the subperiod lapses so that an interrupt is generated that causes the microcontroller 12 to enter an ISR associated with the timer interrupt.
  • ISR is depicted in Fig. 3. Specifically, Fig. 3 shows an ISR process 50 that begins in a step 52_ wherein in response to an interrupt occurring, the microcontroller exits out of its current control program and enters an ISR that is associated with that interrupt and that will be executed until completion.
  • ISR 50 depicted in Fig. 4 includes a number of steps including step 52 wherein the ISR writes to a port, typically understood as an I/O port on the microcontroller.
  • the ISR chooses a channel or channels wherein these channels are to be further modulated, as will be described in detail below.
  • the additional modulation takes place by operation of steps 58 through 62 wherein a write operation takes place to toggle the value of the channel and wherein a delay loop maintains the channel in this toggled state for a predetermined or preselected period of time.
  • Fig. 4 depicts the modulation of three PWM channels by a system that includes an ISR process such as the ISR process 50 depicted in Fig. 4.
  • the processor of the micro controller can schedule an interrupt of at least N equal sub periods.
  • Each sub period can be associated with a global PWM update procedure, and a vernier update procedure.
  • the sub periods can be denoted by Pi where the first sub period is one, the second is 2 and so on. This is shown in Fig. 2 by the PWM cycle period 40 that shows the PWM cycle as subdivided into four sub periods. Also depicted in Fig. 2 is that the sub period corresponds to the entry of an ISR. This is depicted in Fig. 2 by the demarcations 44 that correspond to the beginning of each of the sub periods.
  • the ISR executes a series of operations that modulates the PWM signals of the channels 32, 34 and 38, each of which corresponds to a respective one of the red, green and blue lamps depicted in Fig. 1.
  • the ISR can update all PWM signals by selecting from a set of pre-computed - values corresponding to the specific sub period. This can entail a single array read, followed by a single write to update the multiple I/O pins on which the PWM signals are generated.
  • Fig. 2 show that when the ISR entry occurs at the beginning of sub period 2, each PWM channel can be modified as a function of the pre-computed values.
  • Fig. 2 shows that upon entry into the ISR at the beginning of sub period 2, the system will toggle the values of channels 32, 34 and 38, such that channels
  • the ISR can cause the microcontroller to further modulate the signal on a selected one or ones of the PWM channels.
  • this further modulation is shown as the toggling of one of the PWM channels for about one fourth of a sub- period.
  • the system in sub period 2 can further modulate the value of the PWM channel 34, such that the value of channel 34 toggles from low to high for about one quarter of the duration of the sub period 2.
  • This further toggling can be described_as a "vernier modulation.”
  • the system can execute a write to the respective I/O pin or pins, execute a series of instructions consuming the desired amount of time, and then execute another update, typically an I/O write.
  • This vernier modulation can reduce or increase the PWM "on” of "off ' time, by changing the state of the signal for a desired portion of the sub period.
  • the system can advance a sub period bookkeeping value to point to the next sub period, such as for example sub period 3. This positions the system for entering into the ISR upon the next interrupt and modulating the next PWM channel in the series. Using these methods each PWM channel can change multiple times per
  • the methods described herein reduce the amount of processor time employed for controlling the modulation period of the PWM channels. For an example, consider two signals A and B with a resolution of 20 counts programmed to 7 and 14 counts respectively. These signals could be depicted as shown in Fig. 4.
  • the process described herein can asynchronously update any or all of the global or vernier values, in any order, without having to synchronize with the ISR, and without stopping the ISR.
  • the ISR does not have to change any variables which the main code changes or vice-versa. Thus there is no need for interlocks of any kind.
  • This software routine can thus utilize a single timer to generate multiple PWM _ signals, with each signal having the resolution of a single processor cycle.
  • Microchip PIC microprocessor for example, this allows three PWM signals to be generated with a resolution of 1024 counts, each corresponding to only a single instruction. This allows a PWM period of 1024 instruction cycles, i.e 4882Hz at a 20 MHZ clock. Furthermore, for counts between 256 and 792 the PWM waveform is a non-uniform 9765Hz signal, with much lower noise power than the processor's own straight PWM generator. Other processors and controllers can yield other PWM cycles and timing. While the invention has been disclosed in connection with the preferred embodiments shown and described in detail, various modifications and improvements thereon will become readily apparent to those skilled in the art. Accordingly, the spirit and scope of the present invention is to be limited only by the following claims.

Landscapes

  • Circuit Arrangement For Electric Light Sources In General (AREA)
  • Inverter Devices (AREA)
EP99938706A 1998-06-26 1999-06-25 Method for software driven generation of multiple simultaneous high speed pulse width modulated signals Withdrawn EP1090459A2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US9092098P 1998-06-26 1998-06-26
US90920P 1998-06-26
PCT/US1999/014555 WO2000001067A2 (en) 1998-06-26 1999-06-25 Method for software driven generation of multiple simultaneous high speed pulse width modulated signals

Publications (1)

Publication Number Publication Date
EP1090459A2 true EP1090459A2 (en) 2001-04-11

Family

ID=22224965

Family Applications (1)

Application Number Title Priority Date Filing Date
EP99938706A Withdrawn EP1090459A2 (en) 1998-06-26 1999-06-25 Method for software driven generation of multiple simultaneous high speed pulse width modulated signals

Country Status (5)

Country Link
EP (1) EP1090459A2 (ja)
JP (1) JP2002519989A (ja)
AU (1) AU5312999A (ja)
CA (1) CA2336184A1 (ja)
WO (1) WO2000001067A2 (ja)

Families Citing this family (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6548967B1 (en) 1997-08-26 2003-04-15 Color Kinetics, Inc. Universal lighting network methods and systems
US7049761B2 (en) 2000-02-11 2006-05-23 Altair Engineering, Inc. Light tube and power supply circuit
DE10146096A1 (de) * 2001-09-19 2003-04-24 Bosch Gmbh Robert Vorrichtung und Verfahren zum Erzeugen pulsweitenmodulierter Ausgangssignale
CN101233790B (zh) * 2005-07-27 2012-04-11 皇家飞利浦电子股份有限公司 照明系统和用于控制多个光源的方法
ES2691029T3 (es) 2006-11-28 2018-11-23 Hayward Industries, Inc. Sistema de iluminación subacuática programable
US8118447B2 (en) 2007-12-20 2012-02-21 Altair Engineering, Inc. LED lighting apparatus with swivel connection
WO2009134885A1 (en) 2008-04-29 2009-11-05 Ivus Industries, Inc. Wide voltage, high efficiency led driver circuit
US8901823B2 (en) 2008-10-24 2014-12-02 Ilumisys, Inc. Light and light sensor
US8653984B2 (en) 2008-10-24 2014-02-18 Ilumisys, Inc. Integration of LED lighting control with emergency notification systems
US8324817B2 (en) 2008-10-24 2012-12-04 Ilumisys, Inc. Light and light sensor
US7938562B2 (en) 2008-10-24 2011-05-10 Altair Engineering, Inc. Lighting including integral communication apparatus
US8214084B2 (en) 2008-10-24 2012-07-03 Ilumisys, Inc. Integration of LED lighting with building controls
CN102577180B (zh) * 2009-09-18 2016-03-30 交互数字专利控股公司 对可见光通信(vlc)进行速率控制的调光的方法和装置
CA2794512A1 (en) 2010-03-26 2011-09-29 David L. Simon Led light tube with dual sided light distribution
US8541958B2 (en) 2010-03-26 2013-09-24 Ilumisys, Inc. LED light with thermoelectric generator
US8540401B2 (en) 2010-03-26 2013-09-24 Ilumisys, Inc. LED bulb with internal heat dissipating structures
US20110267834A1 (en) 2010-04-28 2011-11-03 Hayward Industries, Inc. Underwater Light Having A Sealed Polymer Housing and Method of Manufacture Therefor
WO2012058556A2 (en) 2010-10-29 2012-05-03 Altair Engineering, Inc. Mechanisms for reducing risk of shock during installation of light tube
US8870415B2 (en) 2010-12-09 2014-10-28 Ilumisys, Inc. LED fluorescent tube replacement light with reduced shock hazard
US9072171B2 (en) 2011-08-24 2015-06-30 Ilumisys, Inc. Circuit board mount for LED light
WO2013131002A1 (en) 2012-03-02 2013-09-06 Ilumisys, Inc. Electrical connector header for an led-based light
WO2014008463A1 (en) 2012-07-06 2014-01-09 Ilumisys, Inc. Power supply assembly for led-based light tube
US9271367B2 (en) 2012-07-09 2016-02-23 Ilumisys, Inc. System and method for controlling operation of an LED-based light
US9285084B2 (en) 2013-03-14 2016-03-15 Ilumisys, Inc. Diffusers for LED-based lights
EP3620149B1 (en) 2013-03-15 2021-10-06 Hayward Industries, Inc. Modular pool/spa control system
US9267650B2 (en) 2013-10-09 2016-02-23 Ilumisys, Inc. Lens for an LED-based light
EP3097748A1 (en) 2014-01-22 2016-11-30 iLumisys, Inc. Led-based light with addressed leds
US9510400B2 (en) 2014-05-13 2016-11-29 Ilumisys, Inc. User input systems for an LED-based light
US10161568B2 (en) 2015-06-01 2018-12-25 Ilumisys, Inc. LED-based light with canted outer walls
US11720085B2 (en) 2016-01-22 2023-08-08 Hayward Industries, Inc. Systems and methods for providing network connectivity and remote monitoring, optimization, and control of pool/spa equipment
US10363197B2 (en) 2016-01-22 2019-07-30 Hayward Industries, Inc. Systems and methods for providing network connectivity and remote monitoring, optimization, and control of pool/spa equipment
DE102016211737A1 (de) * 2016-06-29 2018-01-04 Bayerische Motoren Werke Aktiengesellschaft Kraftfahrzeug
US11168876B2 (en) 2019-03-06 2021-11-09 Hayward Industries, Inc. Underwater light having programmable controller and replaceable light-emitting diode (LED) assembly

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2508845B2 (ja) * 1989-07-11 1996-06-19 日本電気株式会社 パルス幅変調インバ―タ制御装置
JP2885256B2 (ja) * 1991-12-25 1999-04-19 日本電気株式会社 マイクロコンピュータ

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO0001067A2 *

Also Published As

Publication number Publication date
AU5312999A (en) 2000-01-17
CA2336184A1 (en) 2000-01-06
JP2002519989A (ja) 2002-07-02
WO2000001067A2 (en) 2000-01-06
WO2000001067A3 (en) 2000-03-16

Similar Documents

Publication Publication Date Title
US7113541B1 (en) Method for software driven generation of multiple simultaneous high speed pulse width modulated signals
WO2000001067A2 (en) Method for software driven generation of multiple simultaneous high speed pulse width modulated signals
KR101303360B1 (ko) 광원들의 어레이를 구동하는 방법 및 장치
CA2564659E (en) Modulation method and apparatus for dimming and/or colour mixing leds
CN103906319A (zh) 用于光学传感器控制的三角积分信号密度调制
CN100561395C (zh) 定时器结构以及具有该定时器结构的微控制器和光镇流器
WO2020205535A1 (en) Systems, devices, and methods for multiple channel pulse width modulation dimming control
JP2006041043A (ja) Led駆動回路
AU6281294A (en) Bit rate recognition
US9155150B2 (en) LED driver operating in different modes
US8169354B2 (en) Apparatus and methods thereof for reducing energy consumption for PWM controlled integrated circuits in vehicles
JPH01103462A (ja) 光プリンタの光量補正装置
EP0308511A4 (en) LASER OSCILLATOR CONTROL CIRCUIT.
JPH0535208A (ja) 発光装置
US7028123B2 (en) Microcomputer, has selection circuit to select either testing-purpose interrupt request signal or interrupt request selection signal based on delayed selection signal, where selected signals are sent to interrupt controller
JP2010217568A (ja) 表示装置
US20220080882A1 (en) Vehicle lamp and lamp control module
CN114096035A (zh) 一种航灯光强输出等级配置切换系统及其切换方法
JPH074626Y2 (ja) 発光針付時計
JPH0235813A (ja) パルス発生装置
JPH05102526A (ja) 橙色点灯方法
JPH099634A (ja) パルス幅変調回路及び液晶表示装置用光源の調光装置
KR19980033380U (ko) 램프조도 제어장치
CN116886083A (zh) 基于双周期三路pwm信号脉冲宽度调制的方法
JPH0331916A (ja) 電力制御装置

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20010102

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

RIN1 Information on inventor provided before grant (corrected)

Inventor name: MORGAN, FREDERICK, M.

Inventor name: LYS, IHOR, A.

17Q First examination report despatched

Effective date: 20010702

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20011113