Hardware Implementation: 3.1 Block Diagram & Components Description
Hardware Implementation: 3.1 Block Diagram & Components Description
Hardware Implementation: 3.1 Block Diagram & Components Description
HARDWARE IMPLEMENTATION
3.1 BLOCK DIAGRAM & COMPONENTS DESCRIPTION:
ARDUINO CONTROLLER
CYCLOCONVERTER
LOAD
Here the single phase 230 V 50Hz supply is given to the centre tapped
transformer (9-0-9) V. The output of the centre tapped transformer voltage is supplied
to the cycloconverter module as input and the same output of the centre tapped
transformer of 5 volts is supplied to the Arduino controller as input supply. By
Arduino controller the gate triggering pulses of cycloconverter is controlled according
to the required output voltage and frequency.
3.2 CENTRE TAPPED TRANSFORMER:
A Centre Tapped transformer works in more or less the same way as a usual
transformer. The difference lies in just the fact that its secondary winding is divided
into two parts, so two individual voltages can be acquired across the two line ends.
The internal process is the same, which is when an alternating current is
supplied to the primary winding of the transformer it creates a magnetic flux in the
core, and when the secondary winding is brought near, an alternating magnetic flux is
also induced in the secondary winding as the flux flows through the ferromagnetic
iron core and changes its direction with each and every cycle of the alternating
current. In this way an alternating current also flows through the two halves of the
secondary winding of the transformer and flows to the external circuit.
12
Fig: 3.2 Structure on the physical and electronic level, and the thyristor symbol
When the anode is at a positive potential VAK with respect to the cathode with
no voltage applied at the gate, junctions J1 and J3 are forward biased, while junction
J2 is reverse biased. As J2 is reverse biased, no conduction takes place (off state).Now
if VAK is increased beyond the breakdown voltage VBO of the thyristor, avalanche
breakdown of J2 takes place and the thyristor starts conducting (On state).
If a positive potential VG is applied at the gate terminal with respect to the
cathode, the breakdown of the junction J2 occurs at a lower value of VAK. By
selecting an appropriate value of VG, the thyristor can be switched into the on state
quickly. Once avalanche breakdown has occurred, the thyristor continues to conduct,
irrespective of the gate voltage, until: (a) the potential VAK is removed or (b) the
current through the device (anodecathode) is less than the holding current specified
by the manufacturer. Hence VG can be a voltage pulse, such as the voltage output
from a UJT oscillator. The gate pulses are characterized in terms of gate trigger
voltage (VGT) and gate trigger current (IGT). Gate trigger current varies inversely
with gate pulse width in such a way that it is evident that there is a minimum
gate charge required to trigger the thyristor.
As long as the anode remains positively biased, it cannot be switched off until
14
the anode current falls below the holding current (IH).A thyristor can be switched off
if the external circuit causes the anode to become negatively biased (a method known
as natural, or line, commutation). In some applications this is done by switching a
second thyristor to discharge a capacitor into the cathode of the first thyristor. This
method is called forced commutation.
After the current in a thyristor has extinguished, a finite time delay must
elapse before the anode can again be positively biased and retain the thyristor in the
off-state. This minimum delay is called the circuit commutated turn off time (TQ).
Attempting to positively bias the anode within this time causes the thyristor to be selftriggered by the remaining charge carriers (holes and electrons) that have not
yet recombined.
3.3.2 Holding Current:The holding current (hypostatic) for electrical, electromagnetic and electronic
devices is the minimum current which must pass through a circuit in order for it to
remain in the 'ON' state. The term can be applied to a single switch or to an entire
device. A simple example of holding current is in a Spark gap. In the most basic of
circuits, if the current falls below the holding current even briefly, the circuit is turned
'OFF' (becomes blocked). However, complex circuits and devices may have different
delays built-in between the time the current falls below this level and the time the
device turns 'OFF'. Whether a device turns 'ON' when current is restored is a design
issue. The current necessary to restore the circuit to the 'ON' state, called the
"threshold current" (See threshold voltage), may be much greater than the holding
current, or only very slightly more.
Nevertheless, where the device is designed to turn back 'ON' upon restoration
of the current and where the device is running at or about the holding current level,
slight variations in the current can cause flicker as the device cycles 'OFF' and 'ON.
If flicker is undesirable, it can be reduced by the use of capacitors or other circuits; on
the other hand, flicker can be used to measure small events as in a GeigerMuller
tube.
16
Vcc5V:
This pin outputs a regulated 5V from the regulator on the board. The board can
be supplied with power either from the DC power jack (7 - 12V), the USB connector
17
(5V), or the VIN pin of the board (7-12V). Supplying voltage via the 5V or 3.3V pins
bypasses the regulator, and can damage your board. We don't advise it.
3V:
A 3.3 volt supply generated by the on-board regulator. Maximum current draw is
50 mA.
Memory:
The ATmega328 has 32 KB (with 0.5 KB used for the boot loader). It also has
2 KB of SRAM and 1 KB of EEPROM (which can be read and written with the
EEPROM library).
18
PU
Microcontroller pin
description
14
Uno
can be used as an
input
or
output,
19
LED 13:
There is a built-in LED connected to digital pin 13. When the pin is HIGH
value, the LED is on, when the pin is LOW, it's off. The Uno has 6 analog inputs,
labelled A0 through A5, each of which provide 10 bits of resolution (i.e. 1024
different values). By default they measure from ground to 5 volts, though is it possible
to change the upper end of their range using the AREF pin and the analog Reference
( ) function. Additionally, some pins have specialized functionality:
TWI: A4 or SDA pin and A5 or SCL pin:
Support TWI communication using the Wire library.
There are a couple of other pins on the board:
AREF: Reference voltage for the analog inputs. Used with analog Reference ( ).
Reset. Bring this line LOW to reset the microcontroller.
ATMEGA 328
Operating voltage
5V
7-12V
6-20V
40mA
50mA
20
Flash memory
SRAM
2KB (atmega328)
EEPROM
1 KB (Atmega328)
Clock speed
16MHz
21