SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
188
AN OVERVIEW OF A CONTINUOUS MONITORING AND CONTROL
SYSTEM FOR 3-PHASE INDUCTION MOTOR BASED ON
PROGRAMMABLE LOGIC CONTROLLER AND SCADA TECHNOLOGY
1
Arvind N. Nakiya, 2
Mahesh A. Makwana, 3
Ramesh R. Gajera
1
Department of Electrical Engineering, Nirma University, Ahmedabad, India
2
Department of Mechanical Engineering, SVNIT, Surat, India
3
Department of PHE&T, FPTBE, AAU, Anand, India
ABSTRACT
Automation is the process of handling various parameters of process like temperature, flow,
etc. without presence of responsible person. In the development of automation controllers the trend
has been to move towards soft controllers so as to provide better control, more flexibility and more
reliability with intelligent diagnostics of machine faults. So industries have gradually moved from
conventional relay logic control to programmable logic control. Three phase squirrel cage induction
motors are widely used motors in industry. The implementation of monitoring and control system for
the induction motor based on programmable logic controller technology is described. Also the
implementation of a hardware and software for speed control and protection with the result obtained
from the test on induction motor performance is provided. Variable Frequency Drives (VFD) can
also use to control the motor rotation direction and rotation speed of the three phase induction motor.
All the required control and motor performance data will be taken to a personal computer via PLC
for further analysis.
Keywords: Computer-controlled systems, Programmable Logic Control (P.L.C.), induction motors,
Personal Computer (PC), variable frequency drives, voltage control
1. INTRODUCTION
Since technology for motion control of electric drives became available, the use of
programmable logic controllers (PLCs) with power electronics in electric machines applications has
been introduced in the manufacturing automation [1]. AC induction motors (IMs) are used as
actuators in many industrial processes. Although IMs are reliable, they are subjected to some
INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING &
TECHNOLOGY (IJEET)
ISSN 0976 – 6545(Print)
ISSN 0976 – 6553(Online)
Volume 4, Issue 4, July-August (2013), pp. 188-196
© IAEME: www.iaeme.com/ijeet.asp
Journal Impact Factor (2013): 5.5028 (Calculated by GISI)
www.jifactor.com
IJEET
© I A E M E
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
189
undesirable stresses, causing faults resulting in failure. Monitoring of an IM is a fast emerging
technology for the detection of initial faults. It avoids unexpected failure of an industrial process.
Monitoring techniques can be classified as the conventional and the digital techniques. Classical
monitoring techniques for three-phase IMs are generally provided by some combination of
mechanical and electrical monitoring equipment. Mechanical forms of motor sensing are also limited
in ability to detect electrical faults, such as stator insulation failures. In addition, the mechanical parts
of the equipment can cause problems in the course of operation and can reduce the life and efficiency
of a system. Almost any production line, machine function or process can be automated using a PLC.
The speed and accuracy of the operation can be greatly enhanced using this type of control system.
But the biggest benefit in using a PLC is the ability to change and replicate the operation or process
while collecting and communicating vital information. Since there were problems related to large
electrical panels with a number of electrical components and extensive wiring, people felt the need
for software logic controllers, so they gave birth to Programmable Logic Controller (P.L.C) wherein
the control logic is developed in ladder diagram, a software logic control, with a number of inputs
taken from the environment and generating the outputs, depending on the logic programmed, to the
environment. This helped to control any machine sequence with small electrical panels, less number
of electrical components and less wiring with more flexibility to change machine sequence [2]. PLC
provides higher accuracy as well as safe and visual environment compared with the classical, the
computer, and the PIC-based protection system. Other performance parameters of three phase
induction motors can also be monitored by the other control devices. Variable Frequency Drives
(VFD) can also use to control the motor rotation direction and rotation speed of the three phase
induction motor. Many applications of induction motors require besides the motor control
functionality, the handling of several specific Analog and digital I/O signals, home signals, trip
signals, on/off/reverse commands. In such cases, a control unit involving a PLC must be added to the
system structure. In this paper presents a PLC-based monitoring and control system for a three-phase
induction motor. It describes the design and implementation of the configured hardware and
software. This configuration is interfaced on SCADA through PLC via RS232. Thus, the PLC
correlates and controls the operational parameters to the speed set point requested by the user and
monitors the induction motor system during normal operation and under trip conditions [3].
2. PROGRAMMABLE LOGIC CONTROLLER
A programmable logic controller is a specialized computer. Since it is a computer, it has all
the basic component parts contained in any other computer, a central processing unit, memory, input
interfacing, and output interfacing. PLC is a microprocessor-based control system, designed for
automation processes in industrial environments. It uses a programmable memory for the internal
storage of user-orientated instructions for implementing specific functions such as arithmetic,
counting, logic, sequencing, and timing. A PLC can be programmed to sense, activate, and control
industrial equipment and, therefore, incorporates a number of I/O points, which allow electrical
signals to be interfaced. Input devices and output devices of the process are connected to the PLC
and the control program is entered into the PLC memory. In our application, it controls through
Analog and digital inputs and outputs the varying load-constant speed operation of an induction
motor. Also, the PLC continuously monitors the inputs and activates the outputs according to the
control program.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
190
Fig.1: Functional units of a typical PLC
3. CONTROL SYSTEM OF INDUCTION MOTOR
In Fig. 1, the block diagram of the experimental system is illustrated. The following
configurations can be obtained from this setup [3].
1) A closed-loop control system for constant speed operation, configured with speed feedback
and load current feedback. The induction motor drives a variable load, is fed by an inverter,
and the PLC controls the inverter V/f output.
2) An open-loop control system for variable speed operation. The induction motor drives a
variable load and is fed by an inverter in constant V/f control mode. The PLC is inactivated.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
191
Fig.2: Electrical diagram of experiment system
3).The standard variable speed operation. The induction motor drives a variable load and is fed by a
constant voltage-constant frequency standard three-phase supply [4-5].
The open-loop configuration 2) can be obtained from the closed-loop configuration 1) by removing
the speed and load feedback. On the other hand, operation 3) results if the entire control system is
bypassed.
4. FLOW CHART
The ladder program is then executed rung-by-rung. Scanning the program and solving the
logic of the various ladder rungs determine the output states. The updated output states are stored in
fixed memory locations (output image memory Q). The output values held in memory are then used
to set and reset the physical outputs of the PLC simultaneously at the end of the program scan [6].
Fig.3: Flowchart of the main program
The software regulates the speed and monitors the constant speed control regardless of load
variation with the help of SCADA and PLC.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
192
5. VFD CONTRL DIAGRAM
The circuit shown in fig.4 is control the direction of rotation and speed of 3-phase induction
motor by using VFD.230 V, 50Hz, 1 Phase supply is given across NO contact of relay(terminal A
and C of VFD) Terminal SD is Common to the contact input terminal and terminal FM. Common
output terminal for 24VDC 0.1A power output. SD terminal is connected to the selector switch 1.
Terminal R, S, T is used as input and U, V, W is used as output which is connected to motor. In this
there are two control methods (1) control by Auto (2) Control by Manually. In manually control,
selector switch2 is connected across STF and STR terminal of VFD which is used for changing
direction of rotation.1W2Kohm frequency setting potentiometer is connected across terminal 10, 2, 5
of VFD which is used to adjust input voltage and frequency setting of inverter. In In automatic
control we push the start forward push button on SCADA, relay R3 is energized and motor rotate in
forward direction and pushing start reverse button on SCADA ,relay R4 is energized and motor
rotate in reverse direction. Speed of motor is control by Analog output of PLC.
Fig.4: VFD control wiring
6. TERMINAL CONNECTION OF VFD
This is a power line diagram of experiment setup. In below table describe main and control
circuit terminals when terminal PC-SD are used as 24Vdc power supply, be care full not to short
them these terminals. If they are shorted, the inverter will be damaged.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
193
Fig.5: Power line diagram of experiment setup
Table 1: Description of Main circuit terminals
Symbol Terminal name Description
R,S,T(L1,L2,L3) Ac power input Connect to the commercial
U,V,W Inverter output connect to the squirrel cage induction
motor
P(+),PR Brake resistor
connection
Connect the optional brake resistor across
the terminals P-PR
P(+),N(-) Brake unit
connection
Connect optional brake unit or
high power factor converter
P(+),P1 Power factor
improving
DC reactor
connection
Disconnect the jumper from the terminals
P-P1(+ - P1) and connect the optional
power factor improving DC reactor
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
194
Table 2: Description of Control circuit terminals
Symbol Terminal name Description
STF Forward rotation start Turn on the STF signal to start forward
rotation and turn it off to stop.
STR Reverse rotation start Turn on the STR signal to start reverse
rotation and turn it off to stop.
RH,RM,R Multi-speed selection Combined the RH, RM and RL signal as
appropriate to select multiple speeds.
MRS Output stop Turn on the MRS signal (20ms or longer)
to stop the inverter output. Used to shutoff
the inverter output to bring the motor to a
stop by electromagnetic brake.
RES Reset Used to reset the protective circuit
activated. turn on the RES signal for more
than 0.1 second then turn it off.
SD Contact input common
(sink)
Common to the contact input terminal
and terminal FM. Common output terminal
for 24VDC 0.1A power output.
PC Power output and external
transistor common .Contac
input common (source)
When transistor output (open collector
output) such as programmable controller
(PLC) is connected, connect the external
power supply common for transistor output
to this terminal to prevent a fault caused by
undesirable current. This terminal can be
used as a 24VDC 0.1 A power output.
10 Frequency setting power
supply
5V,permissible load current 10 mA
2 Frequency setting(voltage) By entering 0 to 10VDC, the maximum
output frequency is reached at 10V and I/O
is proportional. Use Pr.73 to switch
between 0 to 5VDC and 0to 10V, input
resistance 10Kohm.maximum permissible
voltage 20V
4 Frequency setting (current) By entering 4 to 20mA DC, the maximum
output frequency is reached at 2mA and
I/O is proportional. This input signal is
valid only when AU signal is on. Input
resistance 250 ohm. Maximum permissible
current 30mA
5 Frequency setting input
common
Common to frequency setting signal
(terminal 2, 1 or 4). Do not connect to the
earth.
A,B,C
(contact)
Alarm output Contact output indicating that output has
been stopped by the inverter protective
function activated.230V AC0.3A,30V DC
0.3A
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
195
7. EXPERIMENTAL RESULT
The system is tested during operation with varying loads including tests on induction motor
speed control performance. The PLC monitors the motor operation and correlates the parameters
according to the software. At the beginning, for reference purposes, the performance of Induction
motor supplied from a standard 440 V, 50-Hz network is measured.
Induction motor fed by the inverter and PLC
Generator voltage =230 V
Rated current=1.8 A
Speed set point=890 rpm
Fig.6: Experimental speed–%load of motor characteristics with PLC and inverter
Result on SCADA at Speed set point=890 rpm
Fig.7: Experimental SCADA result
8. CONCLUSION
Successful experimental results were obtained from the previously described scheme
indicating that the PLC can be used in automated systems with an induction motor. By automation
we can improve the productivity in the industry. We continuously monitor the state of input devices
and make the decision based upon a custom program to control the state devices connected as output.
The monitoring control system of the induction motor driven by VFD and controlled by PLC proves
its high accuracy in speed regulation at constant-speed-variable-load operation. The PLC proved to
be a versatile and efficient control tool in industrial electric drives applications. The effectiveness of
the PLC-based control software is satisfactory up to 94% of the synchronous speed.
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 –
6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME
196
REFERENCES
[1] G. Kaplan, Technology 1992 industrial electronics, IEEE Spectre, vol. 29, pp. 47–48, Jan.
1992.
[2] Arvind N. Nakiya, Mahesh A. Makwana An Overview of PLC Based Control Panel System
for External Plunge Grinding Machine and CNC Machine, International Journal of Modern
Engineering Research, Vol.2, Issue.6, Nov-Dec. 2012.
[3] Mrs.Jignesha Ahir,Viren Pandya, and Chintan Mehta, “Design and Development of PLC and
SCADA Based Control Panel for Continuous Monitoring of 3-Phase Induction Motor”
National Conference on Recent Trends in Engineering & Technology at B V M college,
V.V.Nagar,Gujarat,India, 13-14 May 2011.
[4] A. R. Al-Ali, M. M. Negm, M. Kassas, A PLC Based Power Factor Controller for a 3-Phase
Induction Motor, IEEE Transactions on Energy Conversion, USA, 1065-1071, 2000.
[5] M. G. Ioannides, Design and Implementation of PLC-Based Monitoring Control System for
Induction Motor, IEEE Transactions on Energy Conversion, 19, No: 3 USA, 2004
[6] Yasar birbir, H.Selcuk Nogay, Design and Implementation of PLC-Based Monitoring Control
System for Three-Phase Induction Motors Fed by PWM Inverter, International Journal Of
Systems Applications, Engineering & Development, Issue 3, Volume 2, 2008.
[7] K.Vijaya Bhaskar Reddy and G.V. Siva Krishna Rao, “Modeling and Simulation of Modified
Sine PWM Vsi Fed Induction Motor Drive”, International Journal of Electrical Engineering &
Technology (IJEET), Volume 3, Issue 2, 2012, pp. 343 - 351, ISSN Print : 0976-6545,
ISSN Online: 0976-6553.
[8] Pradeep B Jyoti, J.Amarnath and D.Subbarayudu, “The Scheme of Three-Level Inverters
Based on Svpwm Overmodulation Technique for Vector Controlled Induction Motor Drives”,
International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 2,
2013, pp. 245 - 260, ISSN Print : 0976-6545, ISSN Online: 0976-6553.
[9] Sharwan Kumar Jhajharia, “Implementation of Integrated Load Management System with
SCADA at Hindalco, Renukoot”, International Journal of Electrical Engineering &
Technology (IJEET), Volume 4, Issue 2, 2013, pp. 187 - 201, ISSN Print : 0976-6545,
ISSN Online: 0976-6553.

More Related Content

What's hot

Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...paperpublications3
 
Gesture Controlled Chair
Gesture Controlled ChairGesture Controlled Chair
Gesture Controlled Chairtheijes
 
ME 6702 Mechatronic unit V
ME 6702 Mechatronic unit VME 6702 Mechatronic unit V
ME 6702 Mechatronic unit VNAVEEN UTHANDI
 
Automated packaging machine using plc
Automated packaging machine using plcAutomated packaging machine using plc
Automated packaging machine using plcrajabco
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWijtsrd
 
Introduction to Mechatronics
Introduction to MechatronicsIntroduction to Mechatronics
Introduction to MechatronicsVeerakumar S
 
Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...ISA Interchange
 
PLC based load managment
PLC based load managmentPLC based load managment
PLC based load managmentmanishkumarm
 
IRJET- Direct Torque Control of Induction Motor
IRJET-  	  Direct Torque Control of Induction MotorIRJET-  	  Direct Torque Control of Induction Motor
IRJET- Direct Torque Control of Induction MotorIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Industrial Automation System
Industrial Automation SystemIndustrial Automation System
Industrial Automation SystemMohammed Kareem
 
PLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPARAS SINGHAL
 
Simulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fuSimulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fuIAEME Publication
 
Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...
Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...
Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...1000kv technologies
 
Basic plc - Training
Basic plc - TrainingBasic plc - Training
Basic plc - TrainingSagar Ghadge
 
PC Based Industrial Automation With AVR Atmega 16 - Project Report
PC Based Industrial Automation With AVR Atmega 16 - Project ReportPC Based Industrial Automation With AVR Atmega 16 - Project Report
PC Based Industrial Automation With AVR Atmega 16 - Project ReportRobo India
 
PLC & SCADA
PLC & SCADAPLC & SCADA
PLC & SCADAanilakib
 

What's hot (20)

Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...
 
Gesture Controlled Chair
Gesture Controlled ChairGesture Controlled Chair
Gesture Controlled Chair
 
ME 6702 Mechatronic unit V
ME 6702 Mechatronic unit VME 6702 Mechatronic unit V
ME 6702 Mechatronic unit V
 
Automated packaging machine using plc
Automated packaging machine using plcAutomated packaging machine using plc
Automated packaging machine using plc
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEW
 
Introduction to Mechatronics
Introduction to MechatronicsIntroduction to Mechatronics
Introduction to Mechatronics
 
Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...
 
PLC based load managment
PLC based load managmentPLC based load managment
PLC based load managment
 
IRJET- Direct Torque Control of Induction Motor
IRJET-  	  Direct Torque Control of Induction MotorIRJET-  	  Direct Torque Control of Induction Motor
IRJET- Direct Torque Control of Induction Motor
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Industrial Automation System
Industrial Automation SystemIndustrial Automation System
Industrial Automation System
 
PLC SCADA report Paras Singhal
PLC SCADA report Paras SinghalPLC SCADA report Paras Singhal
PLC SCADA report Paras Singhal
 
Simulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fuSimulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fu
 
Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...
Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...
Mini ee 5 motor speed controlling interfaces with microcontroller Electrical ...
 
Basic plc - Training
Basic plc - TrainingBasic plc - Training
Basic plc - Training
 
PC Based Industrial Automation With AVR Atmega 16 - Project Report
PC Based Industrial Automation With AVR Atmega 16 - Project ReportPC Based Industrial Automation With AVR Atmega 16 - Project Report
PC Based Industrial Automation With AVR Atmega 16 - Project Report
 
Vt training plc_1
Vt training plc_1Vt training plc_1
Vt training plc_1
 
PLC
PLCPLC
PLC
 
PLC & SCADA
PLC & SCADAPLC & SCADA
PLC & SCADA
 
Basic PLC Ladder Programming
Basic PLC Ladder ProgrammingBasic PLC Ladder Programming
Basic PLC Ladder Programming
 

Similar to An overview of a continuous monitoring and control system for 3 phase induct

Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemIJERA Editor
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerIAEME Publication
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcIAEME Publication
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcIAEME Publication
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcIAEME Publication
 
Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...IAEME Publication
 
Optimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction moOptimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction moIAEME Publication
 
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...IJERA Editor
 
Direct torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationDirect torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationIAEME Publication
 
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...paperpublications3
 
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...IRJET Journal
 
IRJET- Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and ScadaIRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET- Automatic Load Balancing and Phase Balancing by PLC and ScadaIRJET Journal
 
IRJET - IoT based Speed Control of DC Motor using PWM Technique
IRJET -  	  IoT based Speed Control of DC Motor using PWM TechniqueIRJET -  	  IoT based Speed Control of DC Motor using PWM Technique
IRJET - IoT based Speed Control of DC Motor using PWM TechniqueIRJET Journal
 
IoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIRJET Journal
 
Application of PLC’s for Automation of Processes in Industries
Application of PLC’s for Automation of Processes in IndustriesApplication of PLC’s for Automation of Processes in Industries
Application of PLC’s for Automation of Processes in IndustriesIJERA Editor
 
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of ScadaIRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of ScadaIRJET Journal
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controllerijsrd.com
 

Similar to An overview of a continuous monitoring and control system for 3 phase induct (20)

Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA System
 
Position control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controllerPosition control of a single arm manipulator using ga pid controller
Position control of a single arm manipulator using ga pid controller
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...
 
Optimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction moOptimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction mo
 
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
 
Direct torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulationDirect torque control of induction motor using space vector modulation
Direct torque control of induction motor using space vector modulation
 
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
Monitoring and Controlling Of Electric Overhead Travelling Crane Using PLC an...
 
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
IRJET- Control Strategy of Induction Motor Drive by using Universal Controlle...
 
IRJET- Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and ScadaIRJET-  	  Automatic Load Balancing and Phase Balancing by PLC and Scada
IRJET- Automatic Load Balancing and Phase Balancing by PLC and Scada
 
PLC 2.docx
PLC 2.docxPLC 2.docx
PLC 2.docx
 
IRJET - IoT based Speed Control of DC Motor using PWM Technique
IRJET -  	  IoT based Speed Control of DC Motor using PWM TechniqueIRJET -  	  IoT based Speed Control of DC Motor using PWM Technique
IRJET - IoT based Speed Control of DC Motor using PWM Technique
 
Abhishek seminar
Abhishek seminarAbhishek seminar
Abhishek seminar
 
IoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring SystemIoT Based Distribution Transformer Condition Monitoring System
IoT Based Distribution Transformer Condition Monitoring System
 
Application of PLC’s for Automation of Processes in Industries
Application of PLC’s for Automation of Processes in IndustriesApplication of PLC’s for Automation of Processes in Industries
Application of PLC’s for Automation of Processes in Industries
 
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of ScadaIRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
IRJET - Better Monitoring and Fault Response of Motor Drive using SMTP of Scada
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controller
 
I012455457
I012455457I012455457
I012455457
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Anamaria Contreras
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 

Recently uploaded (20)

Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
 

An overview of a continuous monitoring and control system for 3 phase induct

  • 1. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 188 AN OVERVIEW OF A CONTINUOUS MONITORING AND CONTROL SYSTEM FOR 3-PHASE INDUCTION MOTOR BASED ON PROGRAMMABLE LOGIC CONTROLLER AND SCADA TECHNOLOGY 1 Arvind N. Nakiya, 2 Mahesh A. Makwana, 3 Ramesh R. Gajera 1 Department of Electrical Engineering, Nirma University, Ahmedabad, India 2 Department of Mechanical Engineering, SVNIT, Surat, India 3 Department of PHE&T, FPTBE, AAU, Anand, India ABSTRACT Automation is the process of handling various parameters of process like temperature, flow, etc. without presence of responsible person. In the development of automation controllers the trend has been to move towards soft controllers so as to provide better control, more flexibility and more reliability with intelligent diagnostics of machine faults. So industries have gradually moved from conventional relay logic control to programmable logic control. Three phase squirrel cage induction motors are widely used motors in industry. The implementation of monitoring and control system for the induction motor based on programmable logic controller technology is described. Also the implementation of a hardware and software for speed control and protection with the result obtained from the test on induction motor performance is provided. Variable Frequency Drives (VFD) can also use to control the motor rotation direction and rotation speed of the three phase induction motor. All the required control and motor performance data will be taken to a personal computer via PLC for further analysis. Keywords: Computer-controlled systems, Programmable Logic Control (P.L.C.), induction motors, Personal Computer (PC), variable frequency drives, voltage control 1. INTRODUCTION Since technology for motion control of electric drives became available, the use of programmable logic controllers (PLCs) with power electronics in electric machines applications has been introduced in the manufacturing automation [1]. AC induction motors (IMs) are used as actuators in many industrial processes. Although IMs are reliable, they are subjected to some INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) ISSN 0976 – 6545(Print) ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), pp. 188-196 © IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2013): 5.5028 (Calculated by GISI) www.jifactor.com IJEET © I A E M E
  • 2. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 189 undesirable stresses, causing faults resulting in failure. Monitoring of an IM is a fast emerging technology for the detection of initial faults. It avoids unexpected failure of an industrial process. Monitoring techniques can be classified as the conventional and the digital techniques. Classical monitoring techniques for three-phase IMs are generally provided by some combination of mechanical and electrical monitoring equipment. Mechanical forms of motor sensing are also limited in ability to detect electrical faults, such as stator insulation failures. In addition, the mechanical parts of the equipment can cause problems in the course of operation and can reduce the life and efficiency of a system. Almost any production line, machine function or process can be automated using a PLC. The speed and accuracy of the operation can be greatly enhanced using this type of control system. But the biggest benefit in using a PLC is the ability to change and replicate the operation or process while collecting and communicating vital information. Since there were problems related to large electrical panels with a number of electrical components and extensive wiring, people felt the need for software logic controllers, so they gave birth to Programmable Logic Controller (P.L.C) wherein the control logic is developed in ladder diagram, a software logic control, with a number of inputs taken from the environment and generating the outputs, depending on the logic programmed, to the environment. This helped to control any machine sequence with small electrical panels, less number of electrical components and less wiring with more flexibility to change machine sequence [2]. PLC provides higher accuracy as well as safe and visual environment compared with the classical, the computer, and the PIC-based protection system. Other performance parameters of three phase induction motors can also be monitored by the other control devices. Variable Frequency Drives (VFD) can also use to control the motor rotation direction and rotation speed of the three phase induction motor. Many applications of induction motors require besides the motor control functionality, the handling of several specific Analog and digital I/O signals, home signals, trip signals, on/off/reverse commands. In such cases, a control unit involving a PLC must be added to the system structure. In this paper presents a PLC-based monitoring and control system for a three-phase induction motor. It describes the design and implementation of the configured hardware and software. This configuration is interfaced on SCADA through PLC via RS232. Thus, the PLC correlates and controls the operational parameters to the speed set point requested by the user and monitors the induction motor system during normal operation and under trip conditions [3]. 2. PROGRAMMABLE LOGIC CONTROLLER A programmable logic controller is a specialized computer. Since it is a computer, it has all the basic component parts contained in any other computer, a central processing unit, memory, input interfacing, and output interfacing. PLC is a microprocessor-based control system, designed for automation processes in industrial environments. It uses a programmable memory for the internal storage of user-orientated instructions for implementing specific functions such as arithmetic, counting, logic, sequencing, and timing. A PLC can be programmed to sense, activate, and control industrial equipment and, therefore, incorporates a number of I/O points, which allow electrical signals to be interfaced. Input devices and output devices of the process are connected to the PLC and the control program is entered into the PLC memory. In our application, it controls through Analog and digital inputs and outputs the varying load-constant speed operation of an induction motor. Also, the PLC continuously monitors the inputs and activates the outputs according to the control program.
  • 3. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 190 Fig.1: Functional units of a typical PLC 3. CONTROL SYSTEM OF INDUCTION MOTOR In Fig. 1, the block diagram of the experimental system is illustrated. The following configurations can be obtained from this setup [3]. 1) A closed-loop control system for constant speed operation, configured with speed feedback and load current feedback. The induction motor drives a variable load, is fed by an inverter, and the PLC controls the inverter V/f output. 2) An open-loop control system for variable speed operation. The induction motor drives a variable load and is fed by an inverter in constant V/f control mode. The PLC is inactivated.
  • 4. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 191 Fig.2: Electrical diagram of experiment system 3).The standard variable speed operation. The induction motor drives a variable load and is fed by a constant voltage-constant frequency standard three-phase supply [4-5]. The open-loop configuration 2) can be obtained from the closed-loop configuration 1) by removing the speed and load feedback. On the other hand, operation 3) results if the entire control system is bypassed. 4. FLOW CHART The ladder program is then executed rung-by-rung. Scanning the program and solving the logic of the various ladder rungs determine the output states. The updated output states are stored in fixed memory locations (output image memory Q). The output values held in memory are then used to set and reset the physical outputs of the PLC simultaneously at the end of the program scan [6]. Fig.3: Flowchart of the main program The software regulates the speed and monitors the constant speed control regardless of load variation with the help of SCADA and PLC.
  • 5. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 192 5. VFD CONTRL DIAGRAM The circuit shown in fig.4 is control the direction of rotation and speed of 3-phase induction motor by using VFD.230 V, 50Hz, 1 Phase supply is given across NO contact of relay(terminal A and C of VFD) Terminal SD is Common to the contact input terminal and terminal FM. Common output terminal for 24VDC 0.1A power output. SD terminal is connected to the selector switch 1. Terminal R, S, T is used as input and U, V, W is used as output which is connected to motor. In this there are two control methods (1) control by Auto (2) Control by Manually. In manually control, selector switch2 is connected across STF and STR terminal of VFD which is used for changing direction of rotation.1W2Kohm frequency setting potentiometer is connected across terminal 10, 2, 5 of VFD which is used to adjust input voltage and frequency setting of inverter. In In automatic control we push the start forward push button on SCADA, relay R3 is energized and motor rotate in forward direction and pushing start reverse button on SCADA ,relay R4 is energized and motor rotate in reverse direction. Speed of motor is control by Analog output of PLC. Fig.4: VFD control wiring 6. TERMINAL CONNECTION OF VFD This is a power line diagram of experiment setup. In below table describe main and control circuit terminals when terminal PC-SD are used as 24Vdc power supply, be care full not to short them these terminals. If they are shorted, the inverter will be damaged.
  • 6. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 193 Fig.5: Power line diagram of experiment setup Table 1: Description of Main circuit terminals Symbol Terminal name Description R,S,T(L1,L2,L3) Ac power input Connect to the commercial U,V,W Inverter output connect to the squirrel cage induction motor P(+),PR Brake resistor connection Connect the optional brake resistor across the terminals P-PR P(+),N(-) Brake unit connection Connect optional brake unit or high power factor converter P(+),P1 Power factor improving DC reactor connection Disconnect the jumper from the terminals P-P1(+ - P1) and connect the optional power factor improving DC reactor
  • 7. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 194 Table 2: Description of Control circuit terminals Symbol Terminal name Description STF Forward rotation start Turn on the STF signal to start forward rotation and turn it off to stop. STR Reverse rotation start Turn on the STR signal to start reverse rotation and turn it off to stop. RH,RM,R Multi-speed selection Combined the RH, RM and RL signal as appropriate to select multiple speeds. MRS Output stop Turn on the MRS signal (20ms or longer) to stop the inverter output. Used to shutoff the inverter output to bring the motor to a stop by electromagnetic brake. RES Reset Used to reset the protective circuit activated. turn on the RES signal for more than 0.1 second then turn it off. SD Contact input common (sink) Common to the contact input terminal and terminal FM. Common output terminal for 24VDC 0.1A power output. PC Power output and external transistor common .Contac input common (source) When transistor output (open collector output) such as programmable controller (PLC) is connected, connect the external power supply common for transistor output to this terminal to prevent a fault caused by undesirable current. This terminal can be used as a 24VDC 0.1 A power output. 10 Frequency setting power supply 5V,permissible load current 10 mA 2 Frequency setting(voltage) By entering 0 to 10VDC, the maximum output frequency is reached at 10V and I/O is proportional. Use Pr.73 to switch between 0 to 5VDC and 0to 10V, input resistance 10Kohm.maximum permissible voltage 20V 4 Frequency setting (current) By entering 4 to 20mA DC, the maximum output frequency is reached at 2mA and I/O is proportional. This input signal is valid only when AU signal is on. Input resistance 250 ohm. Maximum permissible current 30mA 5 Frequency setting input common Common to frequency setting signal (terminal 2, 1 or 4). Do not connect to the earth. A,B,C (contact) Alarm output Contact output indicating that output has been stopped by the inverter protective function activated.230V AC0.3A,30V DC 0.3A
  • 8. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 195 7. EXPERIMENTAL RESULT The system is tested during operation with varying loads including tests on induction motor speed control performance. The PLC monitors the motor operation and correlates the parameters according to the software. At the beginning, for reference purposes, the performance of Induction motor supplied from a standard 440 V, 50-Hz network is measured. Induction motor fed by the inverter and PLC Generator voltage =230 V Rated current=1.8 A Speed set point=890 rpm Fig.6: Experimental speed–%load of motor characteristics with PLC and inverter Result on SCADA at Speed set point=890 rpm Fig.7: Experimental SCADA result 8. CONCLUSION Successful experimental results were obtained from the previously described scheme indicating that the PLC can be used in automated systems with an induction motor. By automation we can improve the productivity in the industry. We continuously monitor the state of input devices and make the decision based upon a custom program to control the state devices connected as output. The monitoring control system of the induction motor driven by VFD and controlled by PLC proves its high accuracy in speed regulation at constant-speed-variable-load operation. The PLC proved to be a versatile and efficient control tool in industrial electric drives applications. The effectiveness of the PLC-based control software is satisfactory up to 94% of the synchronous speed.
  • 9. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 4, Issue 4, July-August (2013), © IAEME 196 REFERENCES [1] G. Kaplan, Technology 1992 industrial electronics, IEEE Spectre, vol. 29, pp. 47–48, Jan. 1992. [2] Arvind N. Nakiya, Mahesh A. Makwana An Overview of PLC Based Control Panel System for External Plunge Grinding Machine and CNC Machine, International Journal of Modern Engineering Research, Vol.2, Issue.6, Nov-Dec. 2012. [3] Mrs.Jignesha Ahir,Viren Pandya, and Chintan Mehta, “Design and Development of PLC and SCADA Based Control Panel for Continuous Monitoring of 3-Phase Induction Motor” National Conference on Recent Trends in Engineering & Technology at B V M college, V.V.Nagar,Gujarat,India, 13-14 May 2011. [4] A. R. Al-Ali, M. M. Negm, M. Kassas, A PLC Based Power Factor Controller for a 3-Phase Induction Motor, IEEE Transactions on Energy Conversion, USA, 1065-1071, 2000. [5] M. G. Ioannides, Design and Implementation of PLC-Based Monitoring Control System for Induction Motor, IEEE Transactions on Energy Conversion, 19, No: 3 USA, 2004 [6] Yasar birbir, H.Selcuk Nogay, Design and Implementation of PLC-Based Monitoring Control System for Three-Phase Induction Motors Fed by PWM Inverter, International Journal Of Systems Applications, Engineering & Development, Issue 3, Volume 2, 2008. [7] K.Vijaya Bhaskar Reddy and G.V. Siva Krishna Rao, “Modeling and Simulation of Modified Sine PWM Vsi Fed Induction Motor Drive”, International Journal of Electrical Engineering & Technology (IJEET), Volume 3, Issue 2, 2012, pp. 343 - 351, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [8] Pradeep B Jyoti, J.Amarnath and D.Subbarayudu, “The Scheme of Three-Level Inverters Based on Svpwm Overmodulation Technique for Vector Controlled Induction Motor Drives”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 2, 2013, pp. 245 - 260, ISSN Print : 0976-6545, ISSN Online: 0976-6553. [9] Sharwan Kumar Jhajharia, “Implementation of Integrated Load Management System with SCADA at Hindalco, Renukoot”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 2, 2013, pp. 187 - 201, ISSN Print : 0976-6545, ISSN Online: 0976-6553.