M1.2.1 DMS Key Elements -SLM
M1.2.1 DMS Key Elements -SLM
Unit-I
1.0 Key Elements of Mechatronics
Physically mechatronic system composed of four prime components
Sensors,
Actuators,
Controllers and
Mechanical/electrical components
Figure 1.2 shows Key elements of mechatronics system
1.0.1 Sensors
A sensor is a device that measures a physical quantity and converts it into an 'electrical signal'
which can be read by an observer or by an instrument.
Temperature sensors
Displacement, position, motion and velocity sensors,
Fluid sensors, liquid flow, liquid level
Light sensors etc.,
1.0.2 Actuator
2|Page
INTRODUCTION TO MECHATRONICS UNIT-I
Figure 1.3 Basic blocks of Microcontroller
Microprocessor: Integrated electronic computing device that includes Arithmetic Logic Unit
(ALU), Control Unit and Register array or Simply CPU on a single IC. It takes digital data as
input, process the data and gives digital data as output.
1.2 Arduino
Arduino is an open-source electronics platform which integrates hardware and software
easily. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a
Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing
something online. You can tell your board what to do by sending a set of instructions to the
microcontroller on the board.
3|Page
INTRODUCTION TO MECHATRONICS UNIT-I
1.2.1 Arduino Boards
Arduino Uno
Arduino NG, Diecimila, and the Duemilanove (Legacy Versions)
Arduino Mega 2560
Arduino Mega ADK
ArduinoLilyPad
1.2.2 Arduino Pin map
The figure 1.4 shows Arduino Mega Pin map
• Memory - The ATmega2560 has 256 KB of flash memory for storing code (of which 8
KB is used for the bootloader), 8 KB of SRAM and 4 KB of EEPROM (which can be
read and written with the EEPROM library).
Power pins:
• VIN: Used to turn ON the board using battery.
• 5V. It is used to power external components connected to Arduino which needs 5V.
• 3V3.It is used to power external components connected to Arduino which needs 3.3V.
Maximum current draw is 50 mA.
• GND.Ground
Digital Input/Output(I/O):
Each of the 54 digital pins on the Mega can be used as an input or output, using pinMode(),
digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or
receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of
20-50 kΩ. In addition, some pins have specialized functions
Universal Asynchronous Receiver and Transmitter (UART): Used to receive (RX) serial data
and transmit (TX) serial data.
• UART 0: 0 (RX) and 1 (TX)
• UART 1: 19 (RX) and 18 (TX)
• UART 2: 17 (RX) and 16 (TX)
• UART 3: 15(RX) and 14 (TX).
Pulse Width Modulation (PWM): 0 to 13. Provide 8-bit PWM output with the analog Write()
function. These pins are also called as analog output lines
Serial Peripheral Interface(SPI): 50 (MISO), 51 (MOSI), 52 (SCK), 53 (SS).
MISO (Master In Slave Out)
MOSI (Master Out Slave In)
SCK (Serial Clock)
SS(Serial Select)
LED: 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the
5|Page
INTRODUCTION TO MECHATRONICS UNIT-I
LED is on, when the pin is LOW, it's off.
Inter integrated circuit (I2C): 20 (SDA) and 21 (SCL).
• SDA : Serial Data, It is the bidirectional data line that is used by I2C.
• SCL : Serial Clock, It is used to indicate that data is ready on bidirectional data line that
is used by I2C.
Analog Inputs: The Arduino Mega2560 has 16 analog inputs, each of which provide 10 bits of
resolution (i.e. 1024 different values).
There are a couple of other pins on the board.
AREF. Reference voltage for the analog inputs. Used with analogReference().
Reset. It Resets the Arduino board if pressed
6|Page
INTRODUCTION TO MECHATRONICS UNIT-I
void setup() //• Execute only once • Tasks for start-up
{
pinMode(LED_pin, OUTPUT);
}
void loop() //• Execute repeatedly • Primary tasks for the sketch
{
digitalWrite(LED_pin, HIGH);
delay(1000);
digitalWrite(LED_pin, LOW);
delay(1000);
}
7|Page
INTRODUCTION TO MECHATRONICS UNIT-I
analogWrite(pin,value):Arduino mega 2560 have 14PWMs (0- 13)
Writes analog value using hardware enabled pulse width modulation (PWM) to an output
marked PWM. The value can be specified as a variable or constant with a value from 0-255.
8|Page
INTRODUCTION TO MECHATRONICS UNIT- I
SENSORS
2.0 Sensors: A sensor is a device that measures a physical quantity and converts it into a
electrical signal. Examples of sensors are Temperature sensors, Displacement, position, motion
and velocity sensors, Fluid sensors, liquid flow, liquid level, Light sensors etc.,
Static Characteristics
Dynamic Characteristics
Static characteristics refer to the steady state relationship between sensor input and output
Dynamic characteristics refer to the relationship between the sensor input and output when the
measured quantity is varying rapidly.
1|Page
INTRODUCTION TO MECHATRONICS UNIT- I
2|Page
INTRODUCTION TO MECHATRONICS UNIT- I
In the first classification of the sensors, they are divided in to Active and Passive.
Active sensors (self-generating): Does not require power for its operation. Ex: Thermocouple
Passive Sensors (external supply): Require external power for its operation Ex: Photodiode
In the second classification of the sensors, they are divided in to Analog and digital.
Analog Sensors: Analog Sensors produce an analog output i.e. a continuous output signal with
respect to the quantity being measured. Ex: LDR, Strain gauge
Digital Sensors: Digital Sensors, in contrast to Analog Sensors, work with discrete or digital
data. The data in digital sensors, which is used for conversion and transmission, is digital in
nature. Ex: IR, PIR
In the third classification of the sensors, they are divided in to primary and secondary.
Primary Sensor: Primary transducers contain the mechanical as well as electrical device. It
usually converts the physical quantity to be measured into a mechanical signal.
Secondary Sensor: Secondary transducers are deployed in cascade with primary one. This
converts that mechanical signal into a more comprehensible electrical signal.
3|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Availability
o Sources-Location, delivery schedule,
o payment options, Continuation of supply.
Cost: Cost of sensor itself, delivery cost.
Performance figures:
o Range, ease of use, power supply requirements, accuracy, hysteresis effect and
any other
2.4 Displacement Sensors:
Displacement sensors are basically used for the measurement of movement of an object. The
displacement sensor converts displacement into electrical signal. This electrical signal may
Rresistance/Capacitance/Inductance. Based on the electrical output, the displacement sensor
classified into three types:
Construction: It consist of a resistance element with sliding contact which can be moved
over the length of the element as shown in fig. 2.4. The resistive element is a wire wound
track or conductive plastic. Wire wound track has a resolution of the order of 0.5mm. The
conductive plastic may have the resolution of about 0.1 µm.
4|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Operation: Potentiometer is one of the common sensors for position measurements. It relates
the change in position (linear or rotary) into the change in resistance, as shown in Figure 2.5 a
and b. The resistance change is then converted to a proportional voltage change in the electrical
circuit of the sensor. Hence, the relationship between the measured physical variable,
translational(linear) displacement x or rotary(angular) displacement θ, and the output voltage
for a ideal potentiometer is
Fig. 2.5 (a) Linear displacement Fig. 2.5 (b) Angular displacement
ii) Strain gauge: A strain gauge is an example of passive transducer that converts a
mechanical displacement into a change of resistance. Strain gage is one of the most popular
types of transducer. It has got a wide range of applications. It can be used for measurement of
force, torque, pressure, acceleration and many other parameters. The basic principle of
operation of a strain gage is simple: when strain is applied to a thin metallic wire, its dimension
changes, thus changing the resistance of the wire. Let us first investigate what are the factors,
responsible for the change in resistance.
Based on principle of working:
a. Mechanical
5|Page
INTRODUCTION TO MECHATRONICS UNIT- I
b. Electrical
c. Piezoelectric
Based on mounting:
a. Bonded strain gauge
b. Unbonded strain gauge
Out of these the most commonly used one is the electrical strain Gauge
Construction of electrical strain Gauge: There are many types of strain gauges. Among them,
a universal strain gage has a structure such that a grid-shaped sensing element of thin metallic
resistive foil (3 to 6μm thick) is put on a base of thin plastic film (15 to 16μm thick) and is
laminated with a thin film and is shown in fig. 2.6
Types of electrical strain Gauges: Types of electrical strain Gauges are shown in fig.2.7
Fig.2.7 (a) Metal wire type (b) Semiconductor type (c) Metal foil type
Operation: The strain gage is tightly bonded to a measuring object so that the sensing element
(metallic foil) may stretch or contract according to the strain on the measuring object. The
stretching and contraction may result in change length of the strain gauge as shown in fig. 2.8.
6|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Fig. 2.8 Strain gauge under tension Fig. 2.7 Strain gauge under contraction
Hence the applied strain is directly proportional to the change in resistance
∆𝑅
=𝐺∈
𝑅
where, R=Original resistance of strain gage, Ω (ohm)
ΔR= Elongation- or contraction-initiated resistance change, Ω (ohm)
G= Proportional constant (called gage factor)
ε = Strain (∆𝑙)
𝑙
7|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Strain measurement
Displacement Measurement using Strain gauge: One form of displacement sensor has strain
gauge attached to flexible element in the form of cantilevers, rings and U- shapes.
Fig.2.9 Shows displacement measurement using cantilever.
Fig. 2.9(a) Cantilever under no displacement Fig. 2.9(b) Cantilever with displacement
When strain or force is applied on beam of cantilever, it is displaced, then the strain
gauges mounted on the cantilever are also strained. which results in one strain gauge is under
tension and one is under compression as shown in fig. 2.8(b) and give a resistance change
which can be monitored. The change in resistance is thus measure of displacement of beam of
cantilever. Such arrangements typically used for linear displacements of the order of 1mm to
30mm and Have non-linearity error of about ±1% of full range.
2.4.2 Inductive Displacement sensor: The best example of inductive displacement sensor
is the Linear Variable Differential Transducer/Transformer (LVDT).
Linear Variable Differential Transducer/Transformer (LVDT):
Principle of LVDT: LVDT works under the principle of mutual induction, and the
displacement which is a non-electrical energy is converted into an electrical energy.
Construction of LVDT: LVDT consists of a cylindrical former where it is surrounded by one
primary winding in the centre of the former and the two secondary windings at the sides. The
number of turns in both the secondary windings are equal, but they are opposite to each other,
i.e., if the left secondary windings is in the clockwise direction, the right secondary windings
will be in the anti-clockwise direction, hence the net output voltages will be the difference in
voltages between the two-secondary coil. The two secondary coil is represented as S1 and S2.
Esteem iron core is placed in the centre of the cylindrical former which can move in to and fro
motion as shown in the figure 2.10. The AC excitation voltage is 5 to 12V and the operating
frequency is given by 50 to 400 HZ.
8|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Fig. 2.10 (a) LVDT Construction Fig. 2.10 (b) LVDT Equivalent circuit
Working of LVDT:
The working of LVDT by splitting the cases into 3 based on the iron core position inside the
insulated former.
Case 1: When no external force, the core reminds in the null position itself without providing
any movement then the voltage induced in both the secondary windings are equal which results
in net output is equal to zero
V0=V1-V2=0
Case 2: When an external force is applied and if the steel iron core tends to move in the left-
hand side direction then the emf voltage induced in the secondary coil1 is greater when
compared to the emf induced in the secondary coil 2. Therefore, the net output will be
V0=V1-V2= +ve
Case 3: When an external force is applied and if the steel iron core moves in the right-hand
side direction then the emf induced in the secondary coil 2 is greater when compared to the
emf voltage induced in the secondary coil 1. Therefore, the net output voltage will be
V0=V1-V2= -ve
Applications of LVDT:
9|Page
INTRODUCTION TO MECHATRONICS UNIT- I
These four gauges are connected in the form of bridge to convert the change in resistance to
voltage as shown in fig. 2.12. the output voltage Vout is given by
10 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Case 1: When there is no load (force) on the steel cylinder, all the four gauges will have the
same resistance. Hence the wheat stone bridge is balanced and hence the output voltage will
be zero.
Vout =0
Case 2: Now the load (force) to be measured (say compression force) is applied on the steel
cylinder. Due to this, the vertical gauges R1 and R4 will undergo compression and hence there
will be a decrease in resistance. At the same time, the horizontal gauges R2 and R3 will undergo
tension and there will be an increase in resistance. Thus, when strained, the resistance of the
various gauges changes. Then the wheat stone bridge is unbalanced and hence the output
voltage will not be zero.
Vout ≠ 0
Now the change in output voltage due to the applied load (force) becomes a measure of the
applied load force when calibrated.
Applications:
Detect or measure changes in temperature and converts into electrical signal. The types of
temperature sensors as follows
Bi-metallic strips(4200C)
Thermocouples (-2000C to over +2000oC to be measured.)
Resistance Temperature Detectors (RTDs) (-200 to +600oC.)
Thermistors (-50- 200oC)
Thermodiodes and thermotransistors (-50- 150oC)
2.6.1 Bi-metallic strips
Bonding two metals with dissimilar thermal expansion coefficients can produce useful devices
for detecting and measuring temperature changes. A typical pair is brass and steel with typical
expansion coefficients of 19 and 13 parts per million per degree Celsius respectively.
11 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
This principle is used in many applications. The most important application of bi-metallic strip
as a thermal switch as shown in fig. 2.13
12 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Where Rt is the resistance at temperature T (°C) and R0 is the temperature at 0°C and α is the
constant for the metal termed as temperature coefficient of resistance. The sensor is usually
made to have a resistance of 100 Ω at 0°C
13 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
ΔR = k Δt
where ΔR = change in resistance
Δt = change in temperature
k = temperature coefficient of resistance
Commercially available thermistors have nominal values of 1K,2K,10K,20K,100K etc,.
Types of thermistors:
Negative temperature co-efficient (NTC) thermistors: These are Mixture of metal oxides
such as chromium, cobalt, iron, manganese and nickel pressed into a bead, disc or rod shape.
14 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
schematic of thermocouple circuit. The net open circuit voltage (the Seebeck voltage) is a
function of junction temperature and composition of two metals. It is given by,
ΔVAB = αΔT
Where α, the Seebeck coefficient, is the constant of proportionality.
15 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
𝑉𝐷 𝑞𝑉𝐷
I= ɳ𝑉
𝐼𝑂 (e 𝑇 − 1) = 𝐼𝑂 (e ɳ𝐾𝑇 − 1)
16 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Operates from 4 V to 30 V
Less than 60-μA Current Drain
Non-Linearity Only ±¼°C Typical
Low-Impedance Output, 0.1 Ω for 1-mA Load
Applications:
Air conditioners (AC)
Incubators
Microwave ovens
Poly houses
Poultry forms
17 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
18 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
2.7.2 Photodiode
A photodiode is a type of photo detector capable of converting light energy into electrical
energy. It is sometimes referred as photo-detector, photo-sensor, or light detector. The symbol
of photodiode is shown in fig. 2.22
19 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
20 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Space Applications
Optical Communication
In the case of homojunction phototransistors, the entire device will be made of a single
material-type; either silicon or germanium. However to increase their efficiency, the
phototransistors can be made of non-identical materials (Group III-V materials like GaAs) on
either side of the pn junction leading to heterojunction devices. Nevertheless, homojunction
devices are more often used in comparison with the hetero junction devices as they are
economical.
The circuit symbol for npn phototransistors is shown by Figure 2.26 which is nothing
but a transistor (with or without base lead) with two arrows pointing towards the base indicating
its sensitivity to light. Similar symbolic representation holds well even in the case of pnp
phototransistors with the only change being the arrow at emitter pointing in, instead of out.
21 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
22 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
fig. 2.28. Capacitive proximity sensors use the variation of capacitance between the sensor
and the object being detected. When the object is at a preset distance from the sensitive side of
the sensor, an electronic circuit inside the sensor begins to oscillate. The rise or fall of such
oscillation is identified by a threshold circuit that drives an amplifier for the operation of an
external load.
Fig.2.29 (a) Through beam Fig. (b) Diffuse reflective Fig. (c) Retroreflective
In all types of sensor if output is ON only object is present otherwise output is OFF.
23 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
When echo is retuned, the sensor detects the target is present and by measuring the time delay
between transmitted pulse and the return echo the sensor calculates the distance between sensor
and the object.
Applications:
Ultrasonic sensors can measure the distance to a wide range of objects
Liquid Level Control/Monitoring
Trash Level Monitoring
Uses in Production Lines
Vehicle Detection for Car Washes, Automotive Assembly, and Parking Garage
24 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
UNIT -III
ACTUATORS
3.0 Actuators
An Actuator is a device which converts electrical energy into physical energy or
an actuator is a component of a machine that is the drives the mechanism or system. The
actuators basically classified into two types
Electrical actuators
Ex: Relays, Solenoids
Solid-state switches: Diodes, transistors, MOSFETS, thyristors
Drive systems: -DC, AC, or stepper motors
Mechanical actuators
Ex: Gears, Belt and chain drives and bearings etc.,
3.1 Relay
A relay is an electrically operated switch. It is also called as electromagnetic or
electromechanical switch. The heart of a relay is an electromagnet: a coil of wire that becomes
a temporary magnet when electricity flows through it. Relay consists of four elements and it is
shown in Fig.3.1
⚫ Electromagnet
⚫ Movable armature
⚫ Contacts and
⚫ Spring.
1|Page
INTRODUCTION TO MECHATRONICS UNIT- I
metal bar in the output circuit toward it, closing the switch and allowing a much bigger current
to flow through the output circuit.
2|Page
INTRODUCTION TO MECHATRONICS UNIT- I
3.1.3 Applications
Home appliances- A.C, Refrigerator, Oven
Automobiles- Car head lights, viper
Industrial plant control-Boilers, furnace
Basic Uses of relays:
Control of High power circuits using low input power
Control two or more circuits using single input.
3.2 Solenoid
Solenoid is a insulated copper coil is wound around some cylindrical cardboard or
plastic tube such that the length of the coils is greater than its diameter, then it becomes like a
magnet.
3|Page
INTRODUCTION TO MECHATRONICS UNIT- I
4|Page
INTRODUCTION TO MECHATRONICS UNIT- I
moving from P side to N side i.e. from high concentration area to low concentration area. This
is nothing but diffusion of holes from P side to N side. Similarly, the electrons on N side start
diffusing across the junction into the P region.
5|Page
INTRODUCTION TO MECHATRONICS UNIT- I
We can connect the diode in circuits in two ways. This is also called as biasing which
means applying an external voltage. The biasing is of two types
Forward biasing
Reverse biasing
Forward Biased PN Junction Diode:
If an external voltage is connected in such a way that the P region terminal is connected
to the positive of DC voltage and the N region is connected to the negative of the DC voltage,
the biasing condition is called forward biasing. The forward biased pn junction is shown in
fig.3.10.
6|Page
INTRODUCTION TO MECHATRONICS UNIT- I
attracted away from the junction towards the negative electrode. The net result is that the
depletion layer grows wider due to a lack of electrons and holes and presents a high impedance
path, almost an insulator. The result is that a high potential barrier is created thus preventing
current from flowing through the semiconductor material. But due to minory charge carries a
small current called reverse saturation current continues to flow in the diode and which is of
the order of micro-amperes, (μA). This current is negligible; the diode can be approximated as
an open circuited switch.
7|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Applications: A p-n junction diode allows electric current when it is forward biased and blocks
electric current when it is reverse biased.
Rectifier circuits
Used as Switch
Demodulator circuits
Clipper and clamper circuits
3.3.2 Bipolar Junction Transistor (BJT)
A transistor is basically a Si on Ge crystal containing three separate regions. It can be
either NPN or PNP type. The middle region is called the base and the outer two regions are
called emitter and the collector.
In transistors, emitter is heavily doped. Its job is to emit or inject electrons into the base.
These bases are lightly doped and very thin, it passes most of the emitter-injected electrons on
to the collector. The doping level of collector is intermediate between the heavy doping of
emitter and the light doping of the base.
The collector is so named because it collects electrons from base. The collector is the
largest of the three regions; it must dissipate more heat than the emitter or base. The transistor
has two junctions. One between emitter and the base and other between the base and the
collector. Because of this the transistor is similar to two diodes, one emitter base diode and
other collector base diode.
8|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Cut-off Mode
In this mode, both collector base junction and emitter base junction are reverse biased.
This in turn not allows the current to flow from collector to emitter when the base-emitter
voltage is low. In this mode device is completely switched off as the result the current flowing
through the device is zero. Hence in this mode transistor is acting as open switch.
Saturation Mode
In this mode of operation, both the emitter base and collector base junctions are forward
biased. Current flows freely from collector to emitter when the base-emitter voltage is high. In
this mode device is fully switched ON. Hence in this mode transistor is acting as closed switch.
Characteristics of Transistors:
The figure 3.13 shows the output characteristics of a BJT Transistor. In the figure 3.13
cutoff region has the operating conditions as zero collector output current, zero base input
current and maximum collector voltage. These parameters cause a large depletion layer which
further doesn’t allow current to flow through the transistor. Therefore, the transistor is
completely in OFF condition.
9|Page
INTRODUCTION TO MECHATRONICS UNIT- I
Transistor as a Switch:
10 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
11 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
The MOSFET works by varying the width of a channel along which charge carriers
flow (holes and electrons). The charge carriers enter the channel from the source and exits
through the drain. The channel width is controlled by the voltage on an electrode is called gate
which is located between the source and drain. It is insulated from the channel near an
extremely thin layer of metal oxide.
Types of MOSFET Devices
The MOSFET is classified into two types such as
Depletion-type MOSFET or DE-MOSFET: The DE-MOSFET can be operated in both
depletion mode and the enhancement mode. For this reason, it is also called
depletion/enhancement MOSFET.
Enhancement-type MOSFET or E-MOSFET: The E-MOSFET can be operated only in
enhancement mode.
MOSFET Working Principle:
The construction of MOSFET is shown in fig. 3.16. The working of MOSFET depends
upon the metal oxide capacitor (MOS) that is the main part of the MOSFET. The oxide layer
presents among the source and drain terminal. It can be set from p-type to n-type by applying
positive or negative gate voltages respectively. When apply the positive gate voltage the holes
present under the oxide layer with a repulsive force and holes are pushed downward through
the substrate. The deflection region populated by the bound negative charges which are allied
with the acceptor atoms.
12 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
The Enhancement type MOSFET is also further classified into two types, they are n-
channel and p-channel and symbols are shown in below The figure 3.symbols for n-channel E-
MOSFET and the schematic symbol for p-channel E-MOSFET.
The E-MOSFET has no channel between source and drain. The substrate extends
completely to the SiO2 layer so that no channel exists. The E-MOSFET requires a proper gate
voltage to form a channel, called induced channel between the source and the drain. It operates
only in the enhancement mode and has no depletion mode.
Only by applying VGS of proper magnitude and polarity, the device starts conducting.
The minimum value of VGS of proper polarity that turns on the E-MOSFET is called threshold
voltage [VGS(th)]. The n-channel MOSFET requires positive VGS (≥VGS(th)) and the p-channel
MOSFET requires negative VGS(≥VGS(th)).
Circuit Operation of E-MOSFET
The circuit of n-channel E-MOSFE. The circuit action is as under:
(i) When VGS= 0V, there is no channel connecting source and drain. The p-substrate has
only a few thermally produced free electrons (minority carriers) so that drain current is
almost zero. For this reason, E-MOSFET is normally OFF when VGS = 0V.
(ii) When VGS is positive, i.e gate is made positive, it attracts free electrons into the p
region. The free electrons combine with the holes next to the SiO2 layer.
13 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
If VGS is positive enough, all the holes touching the SiO2 layer are filled and free
electrons begin to flow from the source to drain. The effect is same as creating a thin layer of
n-type material i.e. inducing a thin n-layer adjacent to the SiO2 layer. Thus the E-MOSFET is
turned ON and drain current ID starts flowing from the source to the drain.
The minimum value of VGS that turns the E-MOSFET ON is called threshold
voltage[VGS(th)].
(iii) When VGS is less than VGS(th), there is no induced channel and the drain current ID is
zero. When VGS is equal to VGS(th), the E-MOSFET is turned ON and the induced
channel conducts drain current from the source to the drain.
Beyond VGS(th), if the value of VGS is increased, the newly formed channel becomes
wider, causing to ID to increase.
If the value of VGS decreases not less than VGS(th), the channel becomes narrower and
ID will decrease.
Enhancement-mode N-Channel MOSFET characteristics
Depletion type MOSFET: The depletion type MOSFET is also further classified into two
types, they are n-channel and p-channel and symbols are shown in below
14 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
MOSFET Applications
MOSFETs are used in digital integrated circuits, such as microprocessors.
Used in memories and in logic CMOS gates.
15 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
16 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
3.3.4 THYRISTORS
Thyristors are basically classified into three types
Silicon Controlled Rectifiers (SCRs)
DIAC (Diodes as AC Switch)
TRIAC (Triode as AC Switch)
Silicon Controlled Rectifiers (SCRs):
The SCR is a four-layered, three terminal semiconductor device, with each layer
consisting of alternately N and P-type materials. The main terminals, labelled anode and
cathode, and the control terminal, called the gate, is attached to p-type material near the
cathode. These simply named as thyristors.
The SCR has three p-n junctions (serially named J1, J2 and J3 from the anode).
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).
17 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
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 (anode−cathode) is less than the holding current specified by the
manufacturer. Hence VG can be a voltage pulse.
Switching characteristics
In a conventional thyristor, once it has been switched on by the gate terminal, the device
remains latched in the on-state (i.e. does not need a continuous supply of gate current to remain
in the on state), providing the anode current has exceeded the latching current (IL). As long as
the anode remains positively biased, it cannot be switched off until 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. Fig. 3.19 VI characteristics of SCR
18 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
3.3.5 TRIAC
TRIAC, from triode for alternating current, is a generic trademark for a three
terminal electronic component that conducts current in either direction when triggered. It’s
also called as bidirectional triode thyristor or bilateral triode thyristor. The figure shows the
circuit symbol for a TRIAC where A1 is Anode 1, A2 is Anode 2, and G is Gate. Anode 1 and
Anode 2 are normally termed Main Terminal 1 (MT1) and Main Terminal 2 (MT2)
respectively.
TRIACs are a subset of thyristors. TRIACs differ from SCRs in that they allow current
flow in both directions, whereas an SCR can only conduct current in a single direction. Most
TRIACs can be triggered by applying either a positive or negative voltage to the gate (an SCR
requires a positive voltage). Once triggered, SCRs and TRIACs continue to conduct, even if
the gate current ceases, until the main current drops below a certain level called the holding
current.
TRIAC’s bidirectionality makes them convenient switches for alternating-
current (AC). This is commonly used for controlling the speed of induction motors, dimming
lamps, and controlling electric heaters.
Triac Characteristics:
Typical V-I characteristics of a TRIAC are shown in figure 3.20. The TRIAC has on
and off state characteristics like SCR but now the characteristic is applicable to both positive
and negative voltages. This is expected because TRIAC consists of two SCRs connected in
parallel but opposite in directions.
TRIAC Applications:
The TRIAC is most commonly used semiconductor device for switching and power
control of AC systems as the TRIAC can be switched “ON” by either a positive or negative
Gate pulse, regardless of the polarity of the AC supply at that time. This makes the TRIAC
ideal to control a lamp or AC motor load with a very basic TRIAC switching circuit.
19 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
3.4 Motors
A motor is an electrical machine which converts electrical energy into mechanical energy.
Electrical motors are frequently used as final controlling element in position and speed control
systems. Basically, it consists of two parts
⚫ Stator
⚫ Rotor
Classification of Motors:
20 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
3.4.1 DC Motors:
Construction
21 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
22 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
On the other hand, if a dc motor is suddenly loaded, the load will cause decrease in the
speed. Due to decrease in speed, back emf will also decrease allowing more armature current.
Increased armature current will increase the torque to satisfy the load requirement. Hence,
presence of the back emf makes a dc motor „self-regulating‟.
Types of DC Motors
DC motors are usually classified of the basis of their excitation configuration, as
follows -
Separately excited (field winding is fed by external source)
Self-excited -
Series wound (field winding is connected in series with the armature)
Shunt wound (field winding is connected in parallel with the armature)
Compound wound -
Separately excited motor:
The separately excited motor has separate control of the armature and field currents.
Series-wound:
With the series-wound motor the armature and field coils are in series. Such a motor
exerts the highest starting torque and has the gretest no-load speed. Reversing the polarity of
the supply to the coils has no effect on the direction of rotation of the motor since both the field
and armature currents have been reversed.
Shunt-wound:
With the shunt-wound motor the armature and field coils are in parallel. It provides
lowest starting torque. It provides constant speed regardless of load. To reverse the direction
of rotation either armature or field supply must be reversed.
23 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Compound-wound:
The compound motor has two field windings, one in series with the armature and one
in parallel. The aim is to get the best features of the series and shunt-wound motors, such as
high starting torque and good speed regulation.
3.4.2 AC MOTORS
3-Ø Induction Motor:
The main body of the Induction Motor comprises of two major parts:
1. Stator 2. Rotor
Stator: The stator of an induction motor is in principle, the same as that of a synchronous motor
(or) generator. It is made up of a number of stampings, which are slotted to receive the
windings. The stator carries a 3-phase winding and is fed from a 3-phase supply. It is wound
for a definite number of poles; the exact number of poles being determined by the requirements
of speed. The number of poles is higher, lesser the speed and vice-versa. The stator winding,
when supplied with a 3-phase currents, produce a magnetic flux, which is of constant
magnitude but which revolves at synchronous speed and is given by
Ns = 120 x f / p
Where Ns= synchronous speed
f = Frequency
p = no. of poles
This revolving magnetic flux induces emf in rotor by mutual induction.. Figure 3.23 shows
construction of stator.
24 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Fig.3.23Construction of Stator
Rotor: two types of constructions are commonly used
(i) Squirrel cage Rotor:
(ii) Phase wound (or) slip-ring Rotor:
Squirrel cage Rotor:
Almost 90 percentage of induction motors are squirrel-cage type, because this type of
rotor has the simplest and most rugged construction imaginable and is almost indestructible.
The Rotor consists of cylindrical laminated core with parallel slots for carrying the rotor
conductors which, it should be noted clearly, are not wires but consists of heavy bars of copper,
aluminium or alloys. One bar is placed in each slot; rather the bars are inserted from the end
when semi-enclosed slots are used. The rotor bars are brazed or electrically welded or bolted
to two heavy and stout short circuiting end-rings, thus giving us, what is called a squirrel cage
construction and is shown in figure 3.24.
25 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
26 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Operation:
27 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Operation:
HYBRID STEPPER:
A hybrid stepper is a combination of both permanent magnet and the variable
reluctance. It has a magnetic teethed rotor which better guides magnetic flux to preferred
location in the air gap.
28 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Operation:
If pulse is given to windings of stator, then the rotor teeths are aligned with stator teeth
as shown in above figure.
TYPES OF WINDING AND LEAD LEAD-OUT:
Based on winding arrangement stepper motors are classified into two types.
1. Uni polar Stepper motor 2. Bipolar stepper motor
In unipolar stepper motor pole may have one lead common i.e., center tapped. In bipolar stepper
motor there is a single winding per phase. The direction of current needed to the changed by
the driving circuit so that the driving circuit of the stepper motor becomes complex.
29 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Fig.3.26 (a) Parallel gear axes, (b) axes inclined to one another
Parallel shaft gears: These are further divided into spur, helical, double helical and Rack and
penion are shown in fig. 3.27
Spur gears: have axial teeth with the teeth cut along axial lines parallel to the axis of the shaft
Helical gears: helical teeth with teeth being cut on helix helical gears have the advantage of
smoother drive and prolonged life of gears, however, the inclination of the teeth results in an
axial force component on the shaft bearing which can be overcome by using double helical
teeth.
30 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Wheel B must have twice the diameter of wheel A. Gear ratio is used for the ratio of
the angular speeds of a pair of intermeshed gear wheels
Types of gear trains:
Simple gear train: The simple gear train is shown in fig. 3.28 and this term is used for a system
where each shaft carries only one gear wheel here we have
31 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
wheels are mounted on the same shaft, they have the same angular velocity. Thus, for both
compound gear trains.
If distances between shafts are large, then a belt drive is more suitable than gears.
Forms of reversing drives: two forms of reversing belt dives are shown in fig. 3.30.
32 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
Fig.3.30 Reversed belt drives: (a) crossed belt, (b) open belt
Types of belts: Types of belts are shown in fig.3.31
Flat: Produces little noise, can transmit power over long distance. Crowned pulleys are used
to keep the belts from running off the pulleys
Round: Has circular cross section and is used with grooved pulleys
V belts: Used with grooved pulleys, less efficient than flat belts
Timing belts: Required toothed wheels; it can run at slow or fast speed, does not stretch or
slip
33 | P a g e
INTRODUCTION TO MECHATRONICS UNIT- I
34 | P a g e
MECHATRONICS UNIT-IV SPEED AND POWER CONTROL OF MOTORS
• The type of lubrication means the extent to which the contacting surfaces are separated
in a shaft bearing combination. This classification includes
(a) Thick film lubrication (There is no surface contact)
(b) Thin film lubrication (There is a slight surface contact)
(c) Boundary lubrication (There is a continuous surface contact)
(a) Thick film lubrication (b) Thin film lubrication (c) Boundary lubrication
1|Page