SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
© 2005 Microchip Technology Inc. DS91094A-page 1
TB094
Microchip Technology Inc. makes no representation that the system shown in this document meets any standards that
govern the performance, consumer safety, or electrical interference characteristics of the system described herein. We
recommend that you contact the applicable governing body for your geography to determine the standards to which you
should manufacture your system.
INTRODUCTION
One of the earliest circuits in home electronics is the
venerable incandescent AC lamp dimmer. It is also one
of the most challenging circuits to get right. In this tech-
nical brief we will examine how using a microcontroller
can both simplify the circuit and make it efficient.
THEORY
Early dimmers were very simple circuits, not much
more than a high-current rheostat (variable resistor)
wired in series with the lamp. For low-light conditions, it
was adjusted to a high resistance, reducing the current
through the lamp filament. For high-light conditions, it
was adjusted for a low resistance increasing the
current flow in the filament. However, because it was
essentially a current limiting resistor, it typically
dissipated a lot of heat, especially in the middle of its
range. So the search was on for a more efficient
method of dimming.
With the advent of semiconductor thyristors, a new
method of dimming was born. The method of dimming
involved delaying the turn-on time of a triac until a
controlled time after each zero crossing. Because the
zero crossing resets the triac (turning it off), the delay
essentially pulse width modulated the lamp, delivering
only a portion of the potential current in each cycle and
dimming the AC lamp.
Generating the delayed triggering of the triac initially
involved an RC network with a variable R, which
created the required time delay. However, as simple as
the circuit is for a RC gate drive, it still suffers from
nonlinearity's due to the sinusoidal shape of the AC
waveform. Production dimmers alleviated this problem
by creating a custom potentiometer with a nonlinear
resistance curve, which approximated linear dimming.
But, due to the high voltages involved, there was still a
significant amount of heat dissipated in the resistor.
So, what about using a microcontroller to control the
triac? It can generate an appropriate timing delay using
a table to produce a linear dimming curve, and a
microcontroller opens up a number of user interface
possibilities. Unfortunately, microcontrollers do not run
at AC line voltages, they need a low-voltage DC power
supply to operate. Transformerless designs can supply
the lower voltage, but their low efficiency would still
dissipate a significant amount of heat.
It is at this point that nano-Watt technology comes to
the rescue. Given its extremely low-current consump-
tion, it is possible to reduce the heat generated in the
transformerless power supply down to reasonable
levels.
WARNING
This symbol indicates that building or using the system described in this
document will expose you to electric shock.
Only persons experienced in electrical manufacture should use this document to complete the system
described. FAILURE TO FOLLOW PROPER SAFETY PRECAUTIONS COULD RESULT IN PERMANENT
INJURY OR DEATH DUE TO ELECTRIC SHOCK HAZARDS. To avoid risk of injury from electric shock, do not
build, or use, the system described in this document without implementing proper safety measures.
Author: Keith Curtis
Microchip Technology Inc.
Note: No mention of EMI/RFI filtering is made in
this design. Any production design must
have EMI/RFI filtering to prevent noise
generated as part of the dimming progress
from interfering with external systems.
Dimming AC Incandescent Lamps Using A PIC10F200
TB094
DS91094A-page 2 © 2005 Microchip Technology Inc.
HARDWARE
A nano-Watt microcontroller can be used to generate a
feature rich dimmer design. For this design, we will be
designing an AC dimmer for incandescent lamps with
the following features.
1. Capable of delivering 100-200 Watts of power at
110 VAC.
2. Two user interfaces; one based on an infrared
remote control system, and the second based
on interruptions of the AC supply caused by the
user toggling the switch for an existing in-house
switched outlet.
3. Low-power dissipation, resistor-based
transformerless power supply.
4. Small form factor.
The first step in the design is to choose a triac for the
switching circuit. In order to make an informed
decision, we will need to cover a few triac basics first.
A triac is essentially two Silicon Controlled Rectifiers, or
SCR, cross-connected with their gate inputs tied
together. Because it is SCR based, once the device
begins conducting, it will continue to conduct until the
current flowing through the device goes to zero. So, in
operation, the triac is an open circuit between the AC
supply and the lamp until the minimum gate current is
either sourced or sunk through the gate pin. The triac is
then latched on until the current through the device
goes to zero at the next zero crossing of the AC
waveform.
While this description gives you a general idea of how
the device works, there are a few specifics that are
missing. First of all, the triac does not latch on until the
minimum holding current flowing through the device is
reached. Second, the two main pins of the triac are not
completely interchangeable as the description implies.
This is because the bias current for the triac is depen-
dent, to an extent, on the direction of the bias current
and the direction of the load current in the device.
These combinations of current directions are referred
to as the conduction quadrants for the device. Using
the convention of MT1 and MT2 for the main terminals,
the four quadrants are defined as follows:
• Quadrant one, current flow into MT2 and out of
MT1, with a positive current flow into the gate.
• Quadrant two, current flow into MT2 and out of
MT1, with a negative current flow out of the gate.
• Quadrant three, current flow into MT1 and out of
MT2, with a negative current flow out of the gate.
• Quadrant four, current flow into MT1 and out of
MT2, with a positive current flow into the gate.
The reason this is important is because the minimum
gate current for quadrant four is typically higher than for
quadrants one through three. And because we will be
trying to reduce current where possible, avoiding
quadrant four operation is desirable.
So when we choose a triac, we will want a small
sensitive-gate triac capable of switching 4 amps. It
should have a minimal hold current requirement so we
can limit the amount of time that we will have to supply
a gate current.
In addition, our power supply must have its 5 VDC rail
tied to the same AC line as the triac, to avoid bias in
quadrant four. This will cause the circuit to only sink
current out of the triac gate, forcing operation in
quadrants two and three.
A L6004D3 device from Teccor only requires a typical
gate current drive of 3 mA and the minimum hold
current is less than 5 mA. In addition, the device is
available in a small package for a compact circuit.
Assume that the load is a 100 Watt light bulb with a
typical filament resistance of approximately 1Ω. The
triac should be conducting 5 mA when the AC line volt-
age reaches 5V. Translating this into a conduction
angle, the 5 mA hold current should have been
reached 2 degrees following the zero crossing (see
Equation 1).
EQUATION 1:
Assuming a 60 Hz system, the minimum 5 mA hold
current should be achieved after 93 microseconds of
bias current (see Equation 2).
EQUATION 2:
So, we only need to hold the bias current of 3 mA for
approximately 100 μS to latch the triac on. If we aver-
age the narrow pulse of current over ½ of a 60 Hz
cycle, it gives us an average current requirement for
the triac bias of less than 37.5 μA.
Our next challenge is to determine which nano-Watt
device to use in our dimmer circuit. We will need three
I/O; one for the triac gate drive, one for the AC zero
crossing detection and one for the data output from the
IR receiver module.
Note: Here is one of the significant advantages
of using a microcontroller in dimming.
Because the microcontroller only needs to
hold the gate bias for less than 100 μS, not
the full half cycle, there is a savings of over
98% of the bias current for the triac, alone.
Angle = invsin(5V/(110V * 1.414))
Time = (1/60 hz) * (2°/360°)
© 2005 Microchip Technology Inc. DS91094A-page 3
TB094
The smallest nano-Watt device meeting these require-
ments is a 6-pin PIC10F200 in a SOT-23 surface mount
package. It has 3 I/O with 1 input only pin, a single pin
current drive capability of 25 mA and when powered up
and running at 5 VDC, it only requires 350 microamps
to operate and only 1/10th of a microamp when asleep.
So, it should be a perfect low-power microcontroller for
the design.
The next requirement is a low-current IR receiver
module for the remote control half of the user interface.
It should draw a minimum current while in operation
and be capable of receiving a 38 kHz modulated IR
beam and decode it into a simple 1 line output.
The Sharp GP1UD261RK fits the requirements,
operating from a 2.7 to 5.5 VDC supply. It draws on
200 μA of current to operate and it is designed to pull
its output low when subjected to IR light modulated at
38 kHz.
Now that there are three main components, we must
construct a power budget for the design:
1. The IR receiver module will draw 200 μA
continuously.
2. The microcontroller will draw 350 μA when oper-
ating and less than 1/10th of a μA when asleep.
3. The triac will need an average current of less
than 40 μA.
The total current requirement for the system is less
than 590 μA. Quite a savings considering that holding
the gate bias current for the full cycle would require 5
times this current.
Given the power budget, we can design a resistive
transformerless power supply consisting of two-current
limiting resistors R1 and R2, a low current 5.6V zener
diode with an equally low current rectifier diode and a
small 330 uF filter capacitor (see Equation 3). The
resulting supply will produce .6 uA at 5 VDC with a
ripple of less than 30 mV. Further, if the IR receiver is
powered down, the supply can hold up the operating
microcontroller for at least 3.77 seconds before falling
below 2 VDC and shutting down the microcontroller
(see Equation 4).
EQUATION 3: FILTER CAPACITOR
CALCULATION
EQUATION 4: TIME TO SUPPLY DROOP
TO 2V
Given a 1N4690 zener diode only requires 50-100 μA
to generate a voltage of 5.3 to 5.8 VDC, the current lim-
iting resistors in the power supply will only have to con-
duct .7 mA total to maintain a 5 VDC output. If the line
voltage is split across 2 resistors for safety, this means
each resistor will only dissipate 55 mW, assuming each
resistor is a 11K resistor (see Equation 5).
EQUATION 5:
The resulting circuit is shown in Figure 1.
Note: The extra I/O on the PIC10F200 has been
used as a power supply for the IR receiver
module. This is done so the circuit can
power-down the module when it detects
that the AC line voltage has been
removed.
(5V – VRIPPLE)/5V =
e (–16 mS/((5V/.6 mA) * C = 330 μF))
T(2V) = In(2V/5V)*((5V/.4 mA)*330 μF)
T(2V) = 3.77 seconds
R1 + R2 = (110VAC * 1.414)/(100 μA + 600 μA)
R1 = R2 = 11k
Presistors = ((110VAC * 1.414 * 700 μA)/2)
TB094
DS91094A-page 4 © 2005 Microchip Technology Inc.
FIGURE 1: PIC10F DIMMER
1
2
J2
Load
1
Q1
L4004D3
3
1
2
J1
ACin
F1
.25A
R2R3
11K11K
MAZS0560ML
D1
D2
BAT54
+5V
C2
47μF
R8
1.2K
4
+
C4
VDD
GP0/C+
GP1/C-
VSS
GP2/T0CKI/CO
GP3/MCLR
5
U1
PIC10F200
R6
22K
+5V
JP1
2
1
3
4
6
47μF
C3
R7
47
JP2
3
U2
GP1UD261RK
2
Do
+
-
1
1
2
3
4
5
6
J3
Programmer
MAC4DHMT4
or
MMBZ5232BLT1
or
1/8W1/8W
.1μF
© 2005 Microchip Technology Inc. DS91094A-page 5
TB094
SOFTWARE
The software for the system is relatively simple. When
an AC zero voltage crossing is detected on the GP1
input, the change in state wakes the microcontroller
using the Reset-on Change function of the pin. The
microcontroller wakes and determines the source of
the reset by checking the TO, PD and GPWUF flags in
the STATUS register. See TB082, “Understanding
Reset Events on the PIC10F20X”, (DS91082), for more
information. Then the microcontroller performs the
following:
1. Checks the state of the IR receiver module
output.
2. If it is high, the microcontroller moves on to
determine the appropriate delay for triggering
the triac, based on the current intensity value.
3. Waits the delay.
4. Generates a 100 μS pulse on the gate of the
triac.
5. Returns to sleep.
If the output of the IR receiver module is low, the micro-
controller first counts the low state and then moves to
generate the delay and pulse.
If the output of the IR receiver module is high and the
previous output sample was low, the firmware decodes
the command by length and makes the appropriate
change in the intensity value. Then it moves to
determine the appropriate delay, waits the delay and
generates the gate pulse for the triac before, once
again, going to sleep.
A secondary routine, wake-up on change, keeps track
of the total number of 60 Hz wake-up on change
events. If the number is sufficient for 4 hours of
operation, the intensity value is set to zero as part of a
timer-based shutdown to conserve energy.
If the microcontroller wakes due to a Watchdog Timer
time-out, the 60 Hz wake-up on change has missed
multiple cycles indicating that the 60 Hz power has
been removed. The firmware then powers down the IR
receiver module to reduce power consumption and
increments the intensity value for the system.
A secondary routine in the Watchdog Timer time-out
counts the number of time-outs and if it exceeds 5
seconds, it resets the intensity value to zero. This is
done as part of the switched power user interface. If the
power is removed for 5 seconds, the system assumes
it is to be turned off and sets the intensity value to zero.
However, with the microcontroller sleeping the majority
of the time, there is no guarantee that the supply volt-
age will drop below 2 VDC and cause a Power-up Reset
in the microcontroller. So, this secondary routine has
been added as a back-up shutdown function.
IR REMOTE CONTROL
The IR remote control for the system is also based on
a PIC10F200. It uses the wake-up on change function
of the I/O to wake it whenever a button is pressed. It
then generates one of two different modulated outputs,
depending on which button was pressed.
The carrier frequency is 38 kHz to match the receiver
modules in the dimmer circuit. The two different
modulations differentiate the intensity of the Up and
Down commands, as indicated by the button pressed
to wake the remote. While the button is held down, the
firmware in the remote will repeat the command pulse
width. When the button is released, the circuit then
turns off the LED and goes to sleep to conserve battery
life.
A circuit for the remote control is shown in Figure 2.
The microcontroller is powered directly from the
3.0 VDC lithium coin cell. The two push buttons are
connected to the GP0 and GP1 inputs for their ability to
generate a wake-up on change. The transistor that
drives the IR LED is driven by GP2.
For more information on the IR Transmitter design,
refer to the Application Notes regarding infrared
connectivity listed on the Microchip web site at
www.microchip.com.
Note: When using the programmer, the circuit
MUST be disconnected from the AC
power FIRST!
TB094
DS91094A-page 6 © 2005 Microchip Technology Inc.
FIGURE 2: IR REMOTE CONTROL TRANSMITTER
CONCLUSION
In the preceding sections, it was mentioned that a
microcontroller is advantageous in a dimming circuit
because it can compensate for the inherent nonlinear-
ity of the dimming process. As we have seen in this
design process, it is also advantageous from a power
point of view as well. Keeping the microcontroller in
Sleep mode reduces the overall current draw to a
minimal level. And, using a minimal bias pulse to fire
the triac further reduces current draw. Together the
savings is over 98% of the original triac bias current. At
a cost of only 20% in increase power supply current for
the microcontroller, this leaves a net reduction in the
circuit current draw of over 78%. The result is a signifi-
cant savings in power dissipated in the transformerless
power supply design, which means much less
expensive components can be used.
MEMORY USAGE
Dimmer
• Program Memory – 225 words
• Data Memory – 13 bytes
Remote Control
• Program Memory – 68 words
• Data Memory – 4 bytes
Documentation
• AN954, “Transformerless Power Supplies,
Resistive and Capacitive”, (DS00954)
• TB082, “Understanding Reset Events on the
PIC10F20X”, (DS91082)
R2
33 ohm
D1
LN66
3
Q1
ZXMN3A01F
2
1
R1
10K
VDD
GP0/C+
GP1/C-
GP2/T0CKI/CO
GP3/MCLR
VSS
4
6
1
3
5
2
1
2
3
4
5
PRGMR
J1
6
SW1
SW2
JP1
U1
PIC10F200
+
LiON
B1
C1
.1 μF
© 2005 Microchip Technology Inc. DS91094A-page 7
Information contained in this publication regarding device
applications and the like is provided only for your convenience
and may be superseded by updates. It is your responsibility to
ensure that your application meets with your specifications.
MICROCHIP MAKES NO REPRESENTATIONS OR WAR-
RANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED,
WRITTEN OR ORAL, STATUTORY OR OTHERWISE,
RELATED TO THE INFORMATION, INCLUDING BUT NOT
LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE,
MERCHANTABILITY OR FITNESS FOR PURPOSE.
Microchip disclaims all liability arising from this information and
its use. Use of Microchip’s products as critical components in
life support systems is not authorized except with express
written approval by Microchip. No licenses are conveyed,
implicitly or otherwise, under any Microchip intellectual property
rights.
Trademarks
The Microchip name and logo, the Microchip logo, Accuron,
dsPIC, KEELOQ, microID, MPLAB, PIC, PICmicro, PICSTART,
PRO MATE, PowerSmart, rfPIC, and SmartShunt are
registered trademarks of Microchip Technology Incorporated
in the U.S.A. and other countries.
AmpLab, FilterLab, Migratable Memory, MXDEV, MXLAB,
PICMASTER, SEEVAL, SmartSensor and The Embedded
Control Solutions Company are registered trademarks of
Microchip Technology Incorporated in the U.S.A.
Analog-for-the-Digital Age, Application Maestro, dsPICDEM,
dsPICDEM.net, dsPICworks, ECAN, ECONOMONITOR,
FanSense, FlexROM, fuzzyLAB, In-Circuit Serial
Programming, ICSP, ICEPIC, Linear Active Thermistor,
MPASM, MPLIB, MPLINK, MPSIM, PICkit, PICDEM,
PICDEM.net, PICLAB, PICtail, PowerCal, PowerInfo,
PowerMate, PowerTool, Real ICE, rfLAB, rfPICDEM, Select
Mode, Smart Serial, SmartTel, Total Endurance, UNI/O,
WiperLock and Zena are trademarks of Microchip Technology
Incorporated in the U.S.A. and other countries.
SQTP is a service mark of Microchip Technology Incorporated
in the U.S.A.
All other trademarks mentioned herein are property of their
respective companies.
© 2005, Microchip Technology Incorporated, Printed in the
U.S.A., All Rights Reserved.
Printed on recycled paper.
Note the following details of the code protection feature on Microchip devices:
• Microchip products meet the specification contained in their particular Microchip Data Sheet.
• Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the
intended manner and under normal conditions.
• There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our
knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip’s Data
Sheets. Most likely, the person doing so is engaged in theft of intellectual property.
• Microchip is willing to work with the customer who is concerned about the integrity of their code.
• Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not
mean that we are guaranteeing the product as “unbreakable.”
Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our
products. Attempts to break Microchip’s code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts
allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act.
Microchip received ISO/TS-16949:2002 quality system certification for
its worldwide headquarters, design and wafer fabrication facilities in
Chandler and Tempe, Arizona and Mountain View, California in
October 2003. The Company’s quality system processes and
procedures are for its PICmicro®
8-bit MCUs, KEELOQ®
code hopping
devices, Serial EEPROMs, microperipherals, nonvolatile memory and
analog products. In addition, Microchip’s quality system for the design
and manufacture of development systems is ISO 9001:2000 certified.
DS91094A-page 8 © 2005 Microchip Technology Inc.
AMERICAS
Corporate Office
2355 West Chandler Blvd.
Chandler, AZ 85224-6199
Tel: 480-792-7200
Fax: 480-792-7277
Technical Support:
http://support.microchip.com
Web Address:
www.microchip.com
Atlanta
Alpharetta, GA
Tel: 770-640-0034
Fax: 770-640-0307
Boston
Westborough, MA
Tel: 774-760-0087
Fax: 774-760-0088
Chicago
Itasca, IL
Tel: 630-285-0071
Fax: 630-285-0075
Dallas
Addison, TX
Tel: 972-818-7423
Fax: 972-818-2924
Detroit
Farmington Hills, MI
Tel: 248-538-2250
Fax: 248-538-2260
Kokomo
Kokomo, IN
Tel: 765-864-8360
Fax: 765-864-8387
Los Angeles
Mission Viejo, CA
Tel: 949-462-9523
Fax: 949-462-9608
San Jose
Mountain View, CA
Tel: 650-215-1444
Fax: 650-961-0286
Toronto
Mississauga, Ontario,
Canada
Tel: 905-673-0699
Fax: 905-673-6509
ASIA/PACIFIC
Australia - Sydney
Tel: 61-2-9868-6733
Fax: 61-2-9868-6755
China - Beijing
Tel: 86-10-8528-2100
Fax: 86-10-8528-2104
China - Chengdu
Tel: 86-28-8676-6200
Fax: 86-28-8676-6599
China - Fuzhou
Tel: 86-591-8750-3506
Fax: 86-591-8750-3521
China - Hong Kong SAR
Tel: 852-2401-1200
Fax: 852-2401-3431
China - Qingdao
Tel: 86-532-8502-7355
Fax: 86-532-8502-7205
China - Shanghai
Tel: 86-21-5407-5533
Fax: 86-21-5407-5066
China - Shenyang
Tel: 86-24-2334-2829
Fax: 86-24-2334-2393
China - Shenzhen
Tel: 86-755-8203-2660
Fax: 86-755-8203-1760
China - Shunde
Tel: 86-757-2839-5507
Fax: 86-757-2839-5571
China - Wuhan
Tel: 86-27-5980-5300
Fax: 86-27-5980-5118
China - Xian
Tel: 86-29-8833-7250
Fax: 86-29-8833-7256
ASIA/PACIFIC
India - Bangalore
Tel: 91-80-2229-0061
Fax: 91-80-2229-0062
India - New Delhi
Tel: 91-11-5160-8631
Fax: 91-11-5160-8632
India - Pune
Tel: 91-20-2566-1512
Fax: 91-20-2566-1513
Japan - Yokohama
Tel: 81-45-471- 6166
Fax: 81-45-471-6122
Korea - Gumi
Tel: 82-54-473-4301
Fax: 82-54-473-4302
Korea - Seoul
Tel: 82-2-554-7200
Fax: 82-2-558-5932 or
82-2-558-5934
Malaysia - Penang
Tel: 60-4-646-8870
Fax: 60-4-646-5086
Philippines - Manila
Tel: 63-2-634-9065
Fax: 63-2-634-9069
Singapore
Tel: 65-6334-8870
Fax: 65-6334-8850
Taiwan - Hsin Chu
Tel: 886-3-572-9526
Fax: 886-3-572-6459
Taiwan - Kaohsiung
Tel: 886-7-536-4818
Fax: 886-7-536-4803
Taiwan - Taipei
Tel: 886-2-2500-6610
Fax: 886-2-2508-0102
Thailand - Bangkok
Tel: 66-2-694-1351
Fax: 66-2-694-1350
EUROPE
Austria - Wels
Tel: 43-7242-2244-399
Fax: 43-7242-2244-393
Denmark - Copenhagen
Tel: 45-4450-2828
Fax: 45-4485-2829
France - Paris
Tel: 33-1-69-53-63-20
Fax: 33-1-69-30-90-79
Germany - Munich
Tel: 49-89-627-144-0
Fax: 49-89-627-144-44
Italy - Milan
Tel: 39-0331-742611
Fax: 39-0331-466781
Netherlands - Drunen
Tel: 31-416-690399
Fax: 31-416-690340
Spain - Madrid
Tel: 34-91-708-08-90
Fax: 34-91-708-08-91
UK - Wokingham
Tel: 44-118-921-5869
Fax: 44-118-921-5820
WORLDWIDE SALES AND SERVICE
10/31/05

Weitere ähnliche Inhalte

Was ist angesagt?

Miniproject report receiver
Miniproject report receiverMiniproject report receiver
Miniproject report receiver
GAURAV SINHA
 
Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10
Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10
Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10
Power System Operation
 
Transformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technologyTransformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technology
Kartik Patel
 

Was ist angesagt? (20)

Miniproject report receiver
Miniproject report receiverMiniproject report receiver
Miniproject report receiver
 
Long range wireless modules
Long range wireless modulesLong range wireless modules
Long range wireless modules
 
Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10
Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10
Medium-Voltage, Gas-Insulated Arc-Resistant Switchgear Types 8DA10 & 8DB10
 
AUTOMATIC LIGHT & DARK SENSING SYSTEM WITH MOSQUITO REPELLENT CIRCUIT
AUTOMATIC LIGHT & DARK SENSING SYSTEM WITH MOSQUITO REPELLENT CIRCUITAUTOMATIC LIGHT & DARK SENSING SYSTEM WITH MOSQUITO REPELLENT CIRCUIT
AUTOMATIC LIGHT & DARK SENSING SYSTEM WITH MOSQUITO REPELLENT CIRCUIT
 
Fan regulator
Fan regulatorFan regulator
Fan regulator
 
Anti bag snatching alarm
Anti bag snatching alarmAnti bag snatching alarm
Anti bag snatching alarm
 
Starting First
Starting FirstStarting First
Starting First
 
AUTOMATIC RAIN ALARM SENSOR/ CONTINUITY TESTER
    AUTOMATIC RAIN ALARM SENSOR/ CONTINUITY TESTER    AUTOMATIC RAIN ALARM SENSOR/ CONTINUITY TESTER
AUTOMATIC RAIN ALARM SENSOR/ CONTINUITY TESTER
 
HOME APPLICATION REGULATION USING TV REMOTE
HOME APPLICATION REGULATION USING TV REMOTEHOME APPLICATION REGULATION USING TV REMOTE
HOME APPLICATION REGULATION USING TV REMOTE
 
Implementationof over voltageunder-voltageprotectionsystem
Implementationof over voltageunder-voltageprotectionsystemImplementationof over voltageunder-voltageprotectionsystem
Implementationof over voltageunder-voltageprotectionsystem
 
A SYNOPSIS ON VARIABLE POWER SUPPLY WITH DIGITAL CONTROL
A SYNOPSIS ON VARIABLE POWER SUPPLY WITH DIGITAL CONTROLA SYNOPSIS ON VARIABLE POWER SUPPLY WITH DIGITAL CONTROL
A SYNOPSIS ON VARIABLE POWER SUPPLY WITH DIGITAL CONTROL
 
Design and fabrication of over voltage relay
Design and fabrication of over voltage relay Design and fabrication of over voltage relay
Design and fabrication of over voltage relay
 
Survey report on house wiring
Survey report on house wiringSurvey report on house wiring
Survey report on house wiring
 
Original Power Supply IC TNY266PN TNY266P TNY266 DIP-7 New
Original Power Supply IC TNY266PN TNY266P TNY266 DIP-7 NewOriginal Power Supply IC TNY266PN TNY266P TNY266 DIP-7 New
Original Power Supply IC TNY266PN TNY266P TNY266 DIP-7 New
 
Report on live wire detector
Report on live wire detectorReport on live wire detector
Report on live wire detector
 
Smart under and over voltage protection system for
Smart under and over voltage protection system forSmart under and over voltage protection system for
Smart under and over voltage protection system for
 
Automatic street light using ldr and relay
Automatic street light using ldr and relayAutomatic street light using ldr and relay
Automatic street light using ldr and relay
 
Lecture-5 : Semiconductor Power Switching Devices-2
Lecture-5 : Semiconductor Power Switching Devices-2Lecture-5 : Semiconductor Power Switching Devices-2
Lecture-5 : Semiconductor Power Switching Devices-2
 
Transformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technologyTransformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technology
 
ACCL | (Automatic source change over with current limiter |
ACCL | (Automatic source change over with current limiter |ACCL | (Automatic source change over with current limiter |
ACCL | (Automatic source change over with current limiter |
 

Andere mochten auch

RealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfo
RealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfoRealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfo
RealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfo
paveltheodor
 
Prezentation asfn v1_2
Prezentation asfn v1_2Prezentation asfn v1_2
Prezentation asfn v1_2
paveltheodor
 
Design & imlementation of tarf
Design & imlementation of tarfDesign & imlementation of tarf
Design & imlementation of tarf
madhav558
 
Automatic Social Finance Network - NeRa (Rus)
Automatic Social Finance Network - NeRa (Rus)Automatic Social Finance Network - NeRa (Rus)
Automatic Social Finance Network - NeRa (Rus)
paveltheodor
 
Ws talent en hr in 2013
Ws talent en hr in 2013 Ws talent en hr in 2013
Ws talent en hr in 2013
Méline Jansen
 
Jake flattem hockey training for student athletes
Jake flattem   hockey training for student athletesJake flattem   hockey training for student athletes
Jake flattem hockey training for student athletes
Jake Flattem
 
LIMINAR Fosfoetanolamina - Amazonas
LIMINAR Fosfoetanolamina - AmazonasLIMINAR Fosfoetanolamina - Amazonas
LIMINAR Fosfoetanolamina - Amazonas
Fabio Motta
 
Региональная бизнес премия 2014
Региональная бизнес премия 2014Региональная бизнес премия 2014
Региональная бизнес премия 2014
paveltheodor
 
2016 palestra mes de junho 2016 patrulha ambiental do rio ivai
2016 palestra mes de junho 2016 patrulha ambiental do rio ivai2016 palestra mes de junho 2016 patrulha ambiental do rio ivai
2016 palestra mes de junho 2016 patrulha ambiental do rio ivai
Victor Ha-Kã Azevedo
 
Pelicice et al (ff in press) large reservoirs as barriers (1)
Pelicice et al (ff in press) large reservoirs as barriers (1)Pelicice et al (ff in press) large reservoirs as barriers (1)
Pelicice et al (ff in press) large reservoirs as barriers (1)
Victor Ha-Kã Azevedo
 
Презентация ASFN (Automatic Social Finance Network)
Презентация ASFN (Automatic Social Finance Network)Презентация ASFN (Automatic Social Finance Network)
Презентация ASFN (Automatic Social Finance Network)
paveltheodor
 

Andere mochten auch (20)

RealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfo
RealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfoRealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfo
RealGame. "Мегацель: Выносливость"_ ВКУРСЕ http://vk.com/rgameinfo
 
Pharmbrand 2014
Pharmbrand 2014Pharmbrand 2014
Pharmbrand 2014
 
555
555555
555
 
Prezentation asfn v1_2
Prezentation asfn v1_2Prezentation asfn v1_2
Prezentation asfn v1_2
 
Design & imlementation of tarf
Design & imlementation of tarfDesign & imlementation of tarf
Design & imlementation of tarf
 
Asfn
AsfnAsfn
Asfn
 
ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)
ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)
ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)
 
NOSTIMMA TRAVEL
NOSTIMMA TRAVELNOSTIMMA TRAVEL
NOSTIMMA TRAVEL
 
Automatic Social Finance Network - NeRa (Rus)
Automatic Social Finance Network - NeRa (Rus)Automatic Social Finance Network - NeRa (Rus)
Automatic Social Finance Network - NeRa (Rus)
 
Ws talent en hr in 2013
Ws talent en hr in 2013 Ws talent en hr in 2013
Ws talent en hr in 2013
 
Jake flattem hockey training for student athletes
Jake flattem   hockey training for student athletesJake flattem   hockey training for student athletes
Jake flattem hockey training for student athletes
 
Врачи РФ - 3-й ежегодный Фарма еМаркетинг конгресс, Барселона
Врачи РФ - 3-й ежегодный Фарма еМаркетинг конгресс, БарселонаВрачи РФ - 3-й ежегодный Фарма еМаркетинг конгресс, Барселона
Врачи РФ - 3-й ежегодный Фарма еМаркетинг конгресс, Барселона
 
LIMINAR Fosfoetanolamina - Amazonas
LIMINAR Fosfoetanolamina - AmazonasLIMINAR Fosfoetanolamina - Amazonas
LIMINAR Fosfoetanolamina - Amazonas
 
ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)
ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)
ASFN (Automatic Social Finance Network) and MeRa (Money of Evolution Ra)
 
Региональная бизнес премия 2014
Региональная бизнес премия 2014Региональная бизнес премия 2014
Региональная бизнес премия 2014
 
Mp
MpMp
Mp
 
2016 palestra mes de junho 2016 patrulha ambiental do rio ivai
2016 palestra mes de junho 2016 patrulha ambiental do rio ivai2016 palestra mes de junho 2016 patrulha ambiental do rio ivai
2016 palestra mes de junho 2016 patrulha ambiental do rio ivai
 
Mau 6,9,10
Mau 6,9,10Mau 6,9,10
Mau 6,9,10
 
Pelicice et al (ff in press) large reservoirs as barriers (1)
Pelicice et al (ff in press) large reservoirs as barriers (1)Pelicice et al (ff in press) large reservoirs as barriers (1)
Pelicice et al (ff in press) large reservoirs as barriers (1)
 
Презентация ASFN (Automatic Social Finance Network)
Презентация ASFN (Automatic Social Finance Network)Презентация ASFN (Automatic Social Finance Network)
Презентация ASFN (Automatic Social Finance Network)
 

Ähnlich wie 1232d

WIRELESS POWER TRANSMISSION Project
WIRELESS POWER TRANSMISSION ProjectWIRELESS POWER TRANSMISSION Project
WIRELESS POWER TRANSMISSION Project
sagnikchoudhury
 
Wireless Power Transfer Project
Wireless Power Transfer  ProjectWireless Power Transfer  Project
Wireless Power Transfer Project
sagnikchoudhury
 
the silicon controled rectifier with diagram.pptx
the silicon controled rectifier with diagram.pptxthe silicon controled rectifier with diagram.pptx
the silicon controled rectifier with diagram.pptx
yogeshkute7
 
Power electronics Chp#4
Power electronics Chp#4Power electronics Chp#4
Power electronics Chp#4
hz3012
 

Ähnlich wie 1232d (20)

CYCLO CONVERTER USING THYRISTORS
CYCLO CONVERTER USING THYRISTORSCYCLO CONVERTER USING THYRISTORS
CYCLO CONVERTER USING THYRISTORS
 
Dual Converter using Thyristors
Dual Converter using ThyristorsDual Converter using Thyristors
Dual Converter using Thyristors
 
Speed Control of DC motor using AT89C52 IC
Speed Control of DC motor using AT89C52 ICSpeed Control of DC motor using AT89C52 IC
Speed Control of DC motor using AT89C52 IC
 
WIRELESS POWER TRANSMISSION Project
WIRELESS POWER TRANSMISSION ProjectWIRELESS POWER TRANSMISSION Project
WIRELESS POWER TRANSMISSION Project
 
Wireless Power Transfer Project
Wireless Power Transfer  ProjectWireless Power Transfer  Project
Wireless Power Transfer Project
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
 
the silicon controled rectifier with diagram.pptx
the silicon controled rectifier with diagram.pptxthe silicon controled rectifier with diagram.pptx
the silicon controled rectifier with diagram.pptx
 
project report on plc based load sharing
project report on plc based load sharingproject report on plc based load sharing
project report on plc based load sharing
 
sms based speed change of motor or fan
sms based speed change of motor or fansms based speed change of motor or fan
sms based speed change of motor or fan
 
Basic knowledge of ldo voltage regulators
Basic knowledge of ldo voltage regulatorsBasic knowledge of ldo voltage regulators
Basic knowledge of ldo voltage regulators
 
SCR-new.pptx
SCR-new.pptxSCR-new.pptx
SCR-new.pptx
 
Substation Training presentation
Substation Training presentationSubstation Training presentation
Substation Training presentation
 
Applications of power electronic device to power system
Applications of power electronic device to power systemApplications of power electronic device to power system
Applications of power electronic device to power system
 
Design of 64 bit SRAM using Lector Technique for Low Leakage Power with Read ...
Design of 64 bit SRAM using Lector Technique for Low Leakage Power with Read ...Design of 64 bit SRAM using Lector Technique for Low Leakage Power with Read ...
Design of 64 bit SRAM using Lector Technique for Low Leakage Power with Read ...
 
Power electronics Chp#4
Power electronics Chp#4Power electronics Chp#4
Power electronics Chp#4
 
ISRO Funded IEEE Paper
ISRO Funded IEEE PaperISRO Funded IEEE Paper
ISRO Funded IEEE Paper
 
Automatic mall elevator
Automatic mall elevatorAutomatic mall elevator
Automatic mall elevator
 
70 interesting circuits
70 interesting circuits70 interesting circuits
70 interesting circuits
 
Module 1 introduction to Power Electronics
Module 1 introduction to Power ElectronicsModule 1 introduction to Power Electronics
Module 1 introduction to Power Electronics
 
Module 1 introduction
Module 1 introductionModule 1 introduction
Module 1 introduction
 

Kürzlich hochgeladen

➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men 🔝narsinghpur🔝 ...
➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men  🔝narsinghpur🔝  ...➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men  🔝narsinghpur🔝  ...
➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men 🔝narsinghpur🔝 ...
nirzagarg
 
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
amitlee9823
 
Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...
amitlee9823
 
Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...
Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...
Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...
amitlee9823
 
➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men 🔝Bhiwandi🔝 Escor...
➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men  🔝Bhiwandi🔝   Escor...➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men  🔝Bhiwandi🔝   Escor...
➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men 🔝Bhiwandi🔝 Escor...
amitlee9823
 
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
amitlee9823
 
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitoutELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
ssjews46
 
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
amitlee9823
 
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
amitlee9823
 
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
ozave
 
Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...
amitlee9823
 

Kürzlich hochgeladen (20)

Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men 🔝narsinghpur🔝 ...
➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men  🔝narsinghpur🔝  ...➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men  🔝narsinghpur🔝  ...
➥🔝 7737669865 🔝▻ narsinghpur Call-girls in Women Seeking Men 🔝narsinghpur🔝 ...
 
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
 
Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Panvel Call On 9920725232 With Body to body massage wit...
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...
Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...
Majestic Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore Es...
 
(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7
(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7
(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7
 
Stay Cool and Compliant: Know Your Window Tint Laws Before You Tint
Stay Cool and Compliant: Know Your Window Tint Laws Before You TintStay Cool and Compliant: Know Your Window Tint Laws Before You Tint
Stay Cool and Compliant: Know Your Window Tint Laws Before You Tint
 
➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men 🔝Bhiwandi🔝 Escor...
➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men  🔝Bhiwandi🔝   Escor...➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men  🔝Bhiwandi🔝   Escor...
➥🔝 7737669865 🔝▻ Bhiwandi Call-girls in Women Seeking Men 🔝Bhiwandi🔝 Escor...
 
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK 24/7
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK  24/7BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK  24/7
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK 24/7
 
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
 
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitoutELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
 
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
 
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
Sanjay Nagar Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalor...
 
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
 
Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Bangalore Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Colaba Call On 9920725232 With Body to body massage wit...
 
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best ServiceMarathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
Marathi Call Girls Santacruz WhatsApp +91-9930687706, Best Service
 

1232d

  • 1. © 2005 Microchip Technology Inc. DS91094A-page 1 TB094 Microchip Technology Inc. makes no representation that the system shown in this document meets any standards that govern the performance, consumer safety, or electrical interference characteristics of the system described herein. We recommend that you contact the applicable governing body for your geography to determine the standards to which you should manufacture your system. INTRODUCTION One of the earliest circuits in home electronics is the venerable incandescent AC lamp dimmer. It is also one of the most challenging circuits to get right. In this tech- nical brief we will examine how using a microcontroller can both simplify the circuit and make it efficient. THEORY Early dimmers were very simple circuits, not much more than a high-current rheostat (variable resistor) wired in series with the lamp. For low-light conditions, it was adjusted to a high resistance, reducing the current through the lamp filament. For high-light conditions, it was adjusted for a low resistance increasing the current flow in the filament. However, because it was essentially a current limiting resistor, it typically dissipated a lot of heat, especially in the middle of its range. So the search was on for a more efficient method of dimming. With the advent of semiconductor thyristors, a new method of dimming was born. The method of dimming involved delaying the turn-on time of a triac until a controlled time after each zero crossing. Because the zero crossing resets the triac (turning it off), the delay essentially pulse width modulated the lamp, delivering only a portion of the potential current in each cycle and dimming the AC lamp. Generating the delayed triggering of the triac initially involved an RC network with a variable R, which created the required time delay. However, as simple as the circuit is for a RC gate drive, it still suffers from nonlinearity's due to the sinusoidal shape of the AC waveform. Production dimmers alleviated this problem by creating a custom potentiometer with a nonlinear resistance curve, which approximated linear dimming. But, due to the high voltages involved, there was still a significant amount of heat dissipated in the resistor. So, what about using a microcontroller to control the triac? It can generate an appropriate timing delay using a table to produce a linear dimming curve, and a microcontroller opens up a number of user interface possibilities. Unfortunately, microcontrollers do not run at AC line voltages, they need a low-voltage DC power supply to operate. Transformerless designs can supply the lower voltage, but their low efficiency would still dissipate a significant amount of heat. It is at this point that nano-Watt technology comes to the rescue. Given its extremely low-current consump- tion, it is possible to reduce the heat generated in the transformerless power supply down to reasonable levels. WARNING This symbol indicates that building or using the system described in this document will expose you to electric shock. Only persons experienced in electrical manufacture should use this document to complete the system described. FAILURE TO FOLLOW PROPER SAFETY PRECAUTIONS COULD RESULT IN PERMANENT INJURY OR DEATH DUE TO ELECTRIC SHOCK HAZARDS. To avoid risk of injury from electric shock, do not build, or use, the system described in this document without implementing proper safety measures. Author: Keith Curtis Microchip Technology Inc. Note: No mention of EMI/RFI filtering is made in this design. Any production design must have EMI/RFI filtering to prevent noise generated as part of the dimming progress from interfering with external systems. Dimming AC Incandescent Lamps Using A PIC10F200
  • 2. TB094 DS91094A-page 2 © 2005 Microchip Technology Inc. HARDWARE A nano-Watt microcontroller can be used to generate a feature rich dimmer design. For this design, we will be designing an AC dimmer for incandescent lamps with the following features. 1. Capable of delivering 100-200 Watts of power at 110 VAC. 2. Two user interfaces; one based on an infrared remote control system, and the second based on interruptions of the AC supply caused by the user toggling the switch for an existing in-house switched outlet. 3. Low-power dissipation, resistor-based transformerless power supply. 4. Small form factor. The first step in the design is to choose a triac for the switching circuit. In order to make an informed decision, we will need to cover a few triac basics first. A triac is essentially two Silicon Controlled Rectifiers, or SCR, cross-connected with their gate inputs tied together. Because it is SCR based, once the device begins conducting, it will continue to conduct until the current flowing through the device goes to zero. So, in operation, the triac is an open circuit between the AC supply and the lamp until the minimum gate current is either sourced or sunk through the gate pin. The triac is then latched on until the current through the device goes to zero at the next zero crossing of the AC waveform. While this description gives you a general idea of how the device works, there are a few specifics that are missing. First of all, the triac does not latch on until the minimum holding current flowing through the device is reached. Second, the two main pins of the triac are not completely interchangeable as the description implies. This is because the bias current for the triac is depen- dent, to an extent, on the direction of the bias current and the direction of the load current in the device. These combinations of current directions are referred to as the conduction quadrants for the device. Using the convention of MT1 and MT2 for the main terminals, the four quadrants are defined as follows: • Quadrant one, current flow into MT2 and out of MT1, with a positive current flow into the gate. • Quadrant two, current flow into MT2 and out of MT1, with a negative current flow out of the gate. • Quadrant three, current flow into MT1 and out of MT2, with a negative current flow out of the gate. • Quadrant four, current flow into MT1 and out of MT2, with a positive current flow into the gate. The reason this is important is because the minimum gate current for quadrant four is typically higher than for quadrants one through three. And because we will be trying to reduce current where possible, avoiding quadrant four operation is desirable. So when we choose a triac, we will want a small sensitive-gate triac capable of switching 4 amps. It should have a minimal hold current requirement so we can limit the amount of time that we will have to supply a gate current. In addition, our power supply must have its 5 VDC rail tied to the same AC line as the triac, to avoid bias in quadrant four. This will cause the circuit to only sink current out of the triac gate, forcing operation in quadrants two and three. A L6004D3 device from Teccor only requires a typical gate current drive of 3 mA and the minimum hold current is less than 5 mA. In addition, the device is available in a small package for a compact circuit. Assume that the load is a 100 Watt light bulb with a typical filament resistance of approximately 1Ω. The triac should be conducting 5 mA when the AC line volt- age reaches 5V. Translating this into a conduction angle, the 5 mA hold current should have been reached 2 degrees following the zero crossing (see Equation 1). EQUATION 1: Assuming a 60 Hz system, the minimum 5 mA hold current should be achieved after 93 microseconds of bias current (see Equation 2). EQUATION 2: So, we only need to hold the bias current of 3 mA for approximately 100 μS to latch the triac on. If we aver- age the narrow pulse of current over ½ of a 60 Hz cycle, it gives us an average current requirement for the triac bias of less than 37.5 μA. Our next challenge is to determine which nano-Watt device to use in our dimmer circuit. We will need three I/O; one for the triac gate drive, one for the AC zero crossing detection and one for the data output from the IR receiver module. Note: Here is one of the significant advantages of using a microcontroller in dimming. Because the microcontroller only needs to hold the gate bias for less than 100 μS, not the full half cycle, there is a savings of over 98% of the bias current for the triac, alone. Angle = invsin(5V/(110V * 1.414)) Time = (1/60 hz) * (2°/360°)
  • 3. © 2005 Microchip Technology Inc. DS91094A-page 3 TB094 The smallest nano-Watt device meeting these require- ments is a 6-pin PIC10F200 in a SOT-23 surface mount package. It has 3 I/O with 1 input only pin, a single pin current drive capability of 25 mA and when powered up and running at 5 VDC, it only requires 350 microamps to operate and only 1/10th of a microamp when asleep. So, it should be a perfect low-power microcontroller for the design. The next requirement is a low-current IR receiver module for the remote control half of the user interface. It should draw a minimum current while in operation and be capable of receiving a 38 kHz modulated IR beam and decode it into a simple 1 line output. The Sharp GP1UD261RK fits the requirements, operating from a 2.7 to 5.5 VDC supply. It draws on 200 μA of current to operate and it is designed to pull its output low when subjected to IR light modulated at 38 kHz. Now that there are three main components, we must construct a power budget for the design: 1. The IR receiver module will draw 200 μA continuously. 2. The microcontroller will draw 350 μA when oper- ating and less than 1/10th of a μA when asleep. 3. The triac will need an average current of less than 40 μA. The total current requirement for the system is less than 590 μA. Quite a savings considering that holding the gate bias current for the full cycle would require 5 times this current. Given the power budget, we can design a resistive transformerless power supply consisting of two-current limiting resistors R1 and R2, a low current 5.6V zener diode with an equally low current rectifier diode and a small 330 uF filter capacitor (see Equation 3). The resulting supply will produce .6 uA at 5 VDC with a ripple of less than 30 mV. Further, if the IR receiver is powered down, the supply can hold up the operating microcontroller for at least 3.77 seconds before falling below 2 VDC and shutting down the microcontroller (see Equation 4). EQUATION 3: FILTER CAPACITOR CALCULATION EQUATION 4: TIME TO SUPPLY DROOP TO 2V Given a 1N4690 zener diode only requires 50-100 μA to generate a voltage of 5.3 to 5.8 VDC, the current lim- iting resistors in the power supply will only have to con- duct .7 mA total to maintain a 5 VDC output. If the line voltage is split across 2 resistors for safety, this means each resistor will only dissipate 55 mW, assuming each resistor is a 11K resistor (see Equation 5). EQUATION 5: The resulting circuit is shown in Figure 1. Note: The extra I/O on the PIC10F200 has been used as a power supply for the IR receiver module. This is done so the circuit can power-down the module when it detects that the AC line voltage has been removed. (5V – VRIPPLE)/5V = e (–16 mS/((5V/.6 mA) * C = 330 μF)) T(2V) = In(2V/5V)*((5V/.4 mA)*330 μF) T(2V) = 3.77 seconds R1 + R2 = (110VAC * 1.414)/(100 μA + 600 μA) R1 = R2 = 11k Presistors = ((110VAC * 1.414 * 700 μA)/2)
  • 4. TB094 DS91094A-page 4 © 2005 Microchip Technology Inc. FIGURE 1: PIC10F DIMMER 1 2 J2 Load 1 Q1 L4004D3 3 1 2 J1 ACin F1 .25A R2R3 11K11K MAZS0560ML D1 D2 BAT54 +5V C2 47μF R8 1.2K 4 + C4 VDD GP0/C+ GP1/C- VSS GP2/T0CKI/CO GP3/MCLR 5 U1 PIC10F200 R6 22K +5V JP1 2 1 3 4 6 47μF C3 R7 47 JP2 3 U2 GP1UD261RK 2 Do + - 1 1 2 3 4 5 6 J3 Programmer MAC4DHMT4 or MMBZ5232BLT1 or 1/8W1/8W .1μF
  • 5. © 2005 Microchip Technology Inc. DS91094A-page 5 TB094 SOFTWARE The software for the system is relatively simple. When an AC zero voltage crossing is detected on the GP1 input, the change in state wakes the microcontroller using the Reset-on Change function of the pin. The microcontroller wakes and determines the source of the reset by checking the TO, PD and GPWUF flags in the STATUS register. See TB082, “Understanding Reset Events on the PIC10F20X”, (DS91082), for more information. Then the microcontroller performs the following: 1. Checks the state of the IR receiver module output. 2. If it is high, the microcontroller moves on to determine the appropriate delay for triggering the triac, based on the current intensity value. 3. Waits the delay. 4. Generates a 100 μS pulse on the gate of the triac. 5. Returns to sleep. If the output of the IR receiver module is low, the micro- controller first counts the low state and then moves to generate the delay and pulse. If the output of the IR receiver module is high and the previous output sample was low, the firmware decodes the command by length and makes the appropriate change in the intensity value. Then it moves to determine the appropriate delay, waits the delay and generates the gate pulse for the triac before, once again, going to sleep. A secondary routine, wake-up on change, keeps track of the total number of 60 Hz wake-up on change events. If the number is sufficient for 4 hours of operation, the intensity value is set to zero as part of a timer-based shutdown to conserve energy. If the microcontroller wakes due to a Watchdog Timer time-out, the 60 Hz wake-up on change has missed multiple cycles indicating that the 60 Hz power has been removed. The firmware then powers down the IR receiver module to reduce power consumption and increments the intensity value for the system. A secondary routine in the Watchdog Timer time-out counts the number of time-outs and if it exceeds 5 seconds, it resets the intensity value to zero. This is done as part of the switched power user interface. If the power is removed for 5 seconds, the system assumes it is to be turned off and sets the intensity value to zero. However, with the microcontroller sleeping the majority of the time, there is no guarantee that the supply volt- age will drop below 2 VDC and cause a Power-up Reset in the microcontroller. So, this secondary routine has been added as a back-up shutdown function. IR REMOTE CONTROL The IR remote control for the system is also based on a PIC10F200. It uses the wake-up on change function of the I/O to wake it whenever a button is pressed. It then generates one of two different modulated outputs, depending on which button was pressed. The carrier frequency is 38 kHz to match the receiver modules in the dimmer circuit. The two different modulations differentiate the intensity of the Up and Down commands, as indicated by the button pressed to wake the remote. While the button is held down, the firmware in the remote will repeat the command pulse width. When the button is released, the circuit then turns off the LED and goes to sleep to conserve battery life. A circuit for the remote control is shown in Figure 2. The microcontroller is powered directly from the 3.0 VDC lithium coin cell. The two push buttons are connected to the GP0 and GP1 inputs for their ability to generate a wake-up on change. The transistor that drives the IR LED is driven by GP2. For more information on the IR Transmitter design, refer to the Application Notes regarding infrared connectivity listed on the Microchip web site at www.microchip.com. Note: When using the programmer, the circuit MUST be disconnected from the AC power FIRST!
  • 6. TB094 DS91094A-page 6 © 2005 Microchip Technology Inc. FIGURE 2: IR REMOTE CONTROL TRANSMITTER CONCLUSION In the preceding sections, it was mentioned that a microcontroller is advantageous in a dimming circuit because it can compensate for the inherent nonlinear- ity of the dimming process. As we have seen in this design process, it is also advantageous from a power point of view as well. Keeping the microcontroller in Sleep mode reduces the overall current draw to a minimal level. And, using a minimal bias pulse to fire the triac further reduces current draw. Together the savings is over 98% of the original triac bias current. At a cost of only 20% in increase power supply current for the microcontroller, this leaves a net reduction in the circuit current draw of over 78%. The result is a signifi- cant savings in power dissipated in the transformerless power supply design, which means much less expensive components can be used. MEMORY USAGE Dimmer • Program Memory – 225 words • Data Memory – 13 bytes Remote Control • Program Memory – 68 words • Data Memory – 4 bytes Documentation • AN954, “Transformerless Power Supplies, Resistive and Capacitive”, (DS00954) • TB082, “Understanding Reset Events on the PIC10F20X”, (DS91082) R2 33 ohm D1 LN66 3 Q1 ZXMN3A01F 2 1 R1 10K VDD GP0/C+ GP1/C- GP2/T0CKI/CO GP3/MCLR VSS 4 6 1 3 5 2 1 2 3 4 5 PRGMR J1 6 SW1 SW2 JP1 U1 PIC10F200 + LiON B1 C1 .1 μF
  • 7. © 2005 Microchip Technology Inc. DS91094A-page 7 Information contained in this publication regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WAR- RANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip’s products as critical components in life support systems is not authorized except with express written approval by Microchip. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights. Trademarks The Microchip name and logo, the Microchip logo, Accuron, dsPIC, KEELOQ, microID, MPLAB, PIC, PICmicro, PICSTART, PRO MATE, PowerSmart, rfPIC, and SmartShunt are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. AmpLab, FilterLab, Migratable Memory, MXDEV, MXLAB, PICMASTER, SEEVAL, SmartSensor and The Embedded Control Solutions Company are registered trademarks of Microchip Technology Incorporated in the U.S.A. Analog-for-the-Digital Age, Application Maestro, dsPICDEM, dsPICDEM.net, dsPICworks, ECAN, ECONOMONITOR, FanSense, FlexROM, fuzzyLAB, In-Circuit Serial Programming, ICSP, ICEPIC, Linear Active Thermistor, MPASM, MPLIB, MPLINK, MPSIM, PICkit, PICDEM, PICDEM.net, PICLAB, PICtail, PowerCal, PowerInfo, PowerMate, PowerTool, Real ICE, rfLAB, rfPICDEM, Select Mode, Smart Serial, SmartTel, Total Endurance, UNI/O, WiperLock and Zena are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. SQTP is a service mark of Microchip Technology Incorporated in the U.S.A. All other trademarks mentioned herein are property of their respective companies. © 2005, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved. Printed on recycled paper. Note the following details of the code protection feature on Microchip devices: • Microchip products meet the specification contained in their particular Microchip Data Sheet. • Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the intended manner and under normal conditions. • There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip’s Data Sheets. Most likely, the person doing so is engaged in theft of intellectual property. • Microchip is willing to work with the customer who is concerned about the integrity of their code. • Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not mean that we are guaranteeing the product as “unbreakable.” Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our products. Attempts to break Microchip’s code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act. Microchip received ISO/TS-16949:2002 quality system certification for its worldwide headquarters, design and wafer fabrication facilities in Chandler and Tempe, Arizona and Mountain View, California in October 2003. The Company’s quality system processes and procedures are for its PICmicro® 8-bit MCUs, KEELOQ® code hopping devices, Serial EEPROMs, microperipherals, nonvolatile memory and analog products. In addition, Microchip’s quality system for the design and manufacture of development systems is ISO 9001:2000 certified.
  • 8. DS91094A-page 8 © 2005 Microchip Technology Inc. AMERICAS Corporate Office 2355 West Chandler Blvd. Chandler, AZ 85224-6199 Tel: 480-792-7200 Fax: 480-792-7277 Technical Support: http://support.microchip.com Web Address: www.microchip.com Atlanta Alpharetta, GA Tel: 770-640-0034 Fax: 770-640-0307 Boston Westborough, MA Tel: 774-760-0087 Fax: 774-760-0088 Chicago Itasca, IL Tel: 630-285-0071 Fax: 630-285-0075 Dallas Addison, TX Tel: 972-818-7423 Fax: 972-818-2924 Detroit Farmington Hills, MI Tel: 248-538-2250 Fax: 248-538-2260 Kokomo Kokomo, IN Tel: 765-864-8360 Fax: 765-864-8387 Los Angeles Mission Viejo, CA Tel: 949-462-9523 Fax: 949-462-9608 San Jose Mountain View, CA Tel: 650-215-1444 Fax: 650-961-0286 Toronto Mississauga, Ontario, Canada Tel: 905-673-0699 Fax: 905-673-6509 ASIA/PACIFIC Australia - Sydney Tel: 61-2-9868-6733 Fax: 61-2-9868-6755 China - Beijing Tel: 86-10-8528-2100 Fax: 86-10-8528-2104 China - Chengdu Tel: 86-28-8676-6200 Fax: 86-28-8676-6599 China - Fuzhou Tel: 86-591-8750-3506 Fax: 86-591-8750-3521 China - Hong Kong SAR Tel: 852-2401-1200 Fax: 852-2401-3431 China - Qingdao Tel: 86-532-8502-7355 Fax: 86-532-8502-7205 China - Shanghai Tel: 86-21-5407-5533 Fax: 86-21-5407-5066 China - Shenyang Tel: 86-24-2334-2829 Fax: 86-24-2334-2393 China - Shenzhen Tel: 86-755-8203-2660 Fax: 86-755-8203-1760 China - Shunde Tel: 86-757-2839-5507 Fax: 86-757-2839-5571 China - Wuhan Tel: 86-27-5980-5300 Fax: 86-27-5980-5118 China - Xian Tel: 86-29-8833-7250 Fax: 86-29-8833-7256 ASIA/PACIFIC India - Bangalore Tel: 91-80-2229-0061 Fax: 91-80-2229-0062 India - New Delhi Tel: 91-11-5160-8631 Fax: 91-11-5160-8632 India - Pune Tel: 91-20-2566-1512 Fax: 91-20-2566-1513 Japan - Yokohama Tel: 81-45-471- 6166 Fax: 81-45-471-6122 Korea - Gumi Tel: 82-54-473-4301 Fax: 82-54-473-4302 Korea - Seoul Tel: 82-2-554-7200 Fax: 82-2-558-5932 or 82-2-558-5934 Malaysia - Penang Tel: 60-4-646-8870 Fax: 60-4-646-5086 Philippines - Manila Tel: 63-2-634-9065 Fax: 63-2-634-9069 Singapore Tel: 65-6334-8870 Fax: 65-6334-8850 Taiwan - Hsin Chu Tel: 886-3-572-9526 Fax: 886-3-572-6459 Taiwan - Kaohsiung Tel: 886-7-536-4818 Fax: 886-7-536-4803 Taiwan - Taipei Tel: 886-2-2500-6610 Fax: 886-2-2508-0102 Thailand - Bangkok Tel: 66-2-694-1351 Fax: 66-2-694-1350 EUROPE Austria - Wels Tel: 43-7242-2244-399 Fax: 43-7242-2244-393 Denmark - Copenhagen Tel: 45-4450-2828 Fax: 45-4485-2829 France - Paris Tel: 33-1-69-53-63-20 Fax: 33-1-69-30-90-79 Germany - Munich Tel: 49-89-627-144-0 Fax: 49-89-627-144-44 Italy - Milan Tel: 39-0331-742611 Fax: 39-0331-466781 Netherlands - Drunen Tel: 31-416-690399 Fax: 31-416-690340 Spain - Madrid Tel: 34-91-708-08-90 Fax: 34-91-708-08-91 UK - Wokingham Tel: 44-118-921-5869 Fax: 44-118-921-5820 WORLDWIDE SALES AND SERVICE 10/31/05