SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal of Power Electronics and Drive System (IJPEDS)
Vol. 9, No. 4, December 2018, pp. 1476~1485
ISSN: 2088-8694, DOI: 10.11591/ijpeds.v9.i4.pp1476-1485  1476
Journal homepage: http://iaescore.com/journals/index.php/IJPEDS
Modeling and Real-Time Simulation of Induction Motor
Using RT-LAB
A. Hamed, A. Hazzab
Department of Electrical Engineering, Laboratory (COASEE), Tahri Mohamed Bechar University, Algeria
Article Info ABSTRACT
Article history:
Received Mar 18, 2018
Revised Aug 12, 2018
Accepted Sep 8, 2018
This paper presents the modeling and real-time simulation of an induction
motor. The RT- LAB simulation software enables the parallel simulation of
power drives and electric circuits on clusters of a PC running QNX or RT-
Linux operating systems at sample time below 10 µs. Using standard
Simulink models including SimPowerSystems models, RT-LAB build
computation and communication tasks are necessary to make parallel
simulation of electrical systems. The code generated by the Real-Time
Workshop of RT- LAB is linked to the OP5600 digital real-time simulator. A
case study example of real-time simulation of an induction motor system is
presented.This paper discusses methods to overcome the challenges of real-
time simulation of an induction motor system synchronizing with a real-time
clock.
Keyword:
RT-LAB
Real-Time
Induction motor
Modeling
Simulation Copyright © 2018 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
A. Hamed,
Department of Electrical Engineering,
Laboratory (COASEE), Tahri Mohamed Bechar University Algeria ,
Bechar University, Street Of Independence, BP 417, Bechar, Algeria.
Email: hamedali1985@yahoo.fr
1. INTRODUCTION
The induction motor is used in many industrial sectors as the main element of converting electrical
energy into a mechanical drive because of its low cost, robustness, high degree of reliability and good power-
to-weight ratio. Due to its feature sand high applicability in industrial fields, studies for higher efficiency
have always been demanded.
As testing and validation of induction motor has become more and more important in the design and
engineering process, the need for constant improvement of component modeling and for increasing the speed
of prototyping the system has also become greater. Conventionally, validation of a induction motor was done
by non-real-time simulation of the concept at early stage in the design, and by testing the system once the
design is implemented. But this method has some major drawbacks:first, the leap in the design process, from
off-line simulation to real prototype is so wide that it is prone to many troubles and problems related to the
integration at once of different modules; second, the off-line, non-real-time, simulation may become
tediously long for any moderately complex system, especially for motor drives with switching power
electronics [1].
Real-time simulation of induction motor is a valuable tool for development and testing of
control.Two situations can arise depending on the time required by the simulation platform to complete the
computation of state outputs for each time-step (Figure 1): 1) if the execution time, Te, for the simulation of
the system is shorter or equal to the selected time-step, the simulation is considered to be real-time (Figure 1
(a)); and 2) if Te is greater than its time-step size for one or more time-steps, overruns occur and the
simulation is considered as non-real-time or offline. In the latter case, either the time-step can be increased or
the system model can be simplified to run it in Real-Time [2]-[5].
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed)
1477
Figure 1. Illustration of real-time and offline simulation: (a) Real-time simulation.
(b) Non-real-time simulation
This paper presents the modeling and real-time simulation of an induction motor in a power system.
Matlab/Simulink software is used to develop the induction motor model. The generated code of the Simulink
model is linked to the OP5600 digital real-time simulator in order to simulate the induction motor.
The paper is divided into six sections, the hardware and software configuration of RT-LAB is
presented in section 2, section 3 shows the mathematical model of the induction motor, a detailed modeling
of an induction motor in RT-LAB is shown in secion 4. Section 5 illustrates the real time simulation results
using RT-LAB, finally the conclusion is drawn in section 6.
2. RT-LAB CONFIGURATION
RT-LAB is an industrial-grade software package for engineers who use mathematical block
diagrams for simulation, control and related applications. The software use popular programming tools such
as MATLAB/Simulink and works with viewers such as Lab VIEW and programming languages including
C++. RT-LAB allows the user to readily convert Simulink Models to real-time simulations, via Real-Time
workshop (RTW) and run them over one or more PC processors [1],[4]-[6].
2.1. Hardware Configuration
RT-LAB software runs on a hardware configuration consisting of command station (host node),
target nodes, the communication links (real-time and Ethernet), and the I/O boards [7].
2.1.1. The Command Station
The command station is a PC workstation that operates under Windows, and serves as the user
interface. The command station allows users to: edit and modify models; see model data; run the original
model under its simulation software (Simulink, SystemBuild, etc.); generate and separate code; and control
the simulator's Go/Stop sequences [7].
2.1.2. Target nodes
The target nodes are real-time processing and communication computers that use commercial
processors interconnected by an Ethernet adapter. The real-time target nodes perform:
a. Real-time execution of the model’s simulation;
b. Real-time communication between the nodes and I/Os;
c. Acquisition of the model’s internal variables and external outputs through I/O modules [8],[9];
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485
1478
Figure 2. Communication between the Console and Target Node
The command node and target node are commercial PC’s with different operating system. A PCI-
626 I/O card (from Sensory Company Inc.) is used which satisfies all I/O requirements. Moreover, it is
supported by RT- Linux real-time operating system. In this configuration the only communication link used
is between the target and command station using Ethernet communication [7].
2.2. Software Configuration
For the above configuration of RT-Lab, the software in the command station (console) is Windows,
and the simulation software is Matlab-Simulink to program the simulation and control tasks. The simulation
program is coded into C code in the consol unit and transferred to the target node, which has linux operating
system. The target unit compiles and executes the C code file in parallel with the simulation program in the
console. The data is transferred on-line between the target and console throw communication Ethernet. In the
consol station, the program is written in two main blocks (Consol-Master).
SM_: master subsystem. There is always one and only one master subsystem inside a model.it
contains the computational elements of the model.
SC_: console subsystem. The console subsystem is the subsystem operating on the command station
that enables you to interact with the system .it contains all the simulink/systembuild blocks related to
acquiring and viewing data (scope, manual switch, to workspace-type blocks, etc).the blocks you need,
whether it is during or after the execution of the real-time model, must be included in the console
subsystem.the console runs asynchronously from the other subsystems.note that there can only be one
console per model [10]-[12].
2.3. Opcomm Communication Blocks
Once the model is grouped into console and computation subsystems, special blocks called opcomm
blocks must be inserted into the subsystems.these are simple feed-through blocks that intercept all incoming
signals before sending them to computation blocks within a given subsystem.opcomm blocks serve several
purposes.
When a simulation model runs in the RT-LAB environment,all connections between the main
subsystems(SC_,SM_,or SS_)are replaced by hardware communication links .for communication between
real-time target nodes(SM_ and SS_)RT-LAB uses adesignated real-time link.for communication between
the console(SC_)and the real-time nodes(SM_ or SS_)RT-LAB uses TCP/IP.
Because of these communication links between nodes, the simulation may not run the same way in
simulink or systemBuild as in RT-LAB. In RT-LAB, a computation subsystem waits for reception of all
signals before it is able to start calculating.in Simulink and SystemBuild,on the other hand,computations
performed on a signal start as soom as the signal is available,OpComm blocks emulate the behavior of the
system as it is run in RT-LAB [10].
2.4. Recording Data with OpWriteFile
To obtain all data for any particular signal, use the OpWriteFile block data recorded with this block
is stored on the target real-time node’s hard drive.the data file is automatically transferred to the command
station when the model is reset [10].
2.5. EXtreme High Performance (XHP) Mode
The XHP mode is a means for the real-time operating system to disable interrupts.this is done on a
per-subsystem (thus per-CPU) basic.not allowing interrupts prevents process switching which removes
latencies time for additional computation in the same time slice. The XHP mode is aimed at real-time
applications of a given base sample time that cause overruns (overflow their allowed time-step for
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed)
1479
computation) while running in RT-LAB in the standard mode. In XHP mode, the model waits in an empty
loop for its next scheduled step.the next model step is then computed.
In this mode, we use the CPU counter as our time reference.because this counter operates at the
CPU’s frequency, it offers a very high resolution, even for step-size in the microsecond range.because the
counter resides on the CPU and reading its value is done within one CPU cycle, this operation introduces
almost no latency [10].
3. INDUCTION MOTOR MODELING
The mathematical models of induction motor in the park frame are written as follows [13]-[19].
Vsd = Rs. Isd +
dϕsd
dt
− Wa. ϕsq
Vsq = Rs. Isq +
dϕsq
dt
− Wa. ϕsd
Vsd = Rr. Ird +
dϕrd
dt
− Wr. ϕrq
Vrq = Rr. Irq +
dϕrq
dt
− Wr. ϕrd (1)
The stator and rotor fluxes are related to the current by:
ϕsd = Ls. Isd + Lm. Ird
ϕsq = Ls. Isq + Lm. Irq
ϕrd = Ls. Ird + Lm. Isd
ϕrq = Ls. Irq + Lm. Isq (2)
The stator and rotor angular velocities are linked by the following relation:
Ws = W + Wr (3)
The equations of mechanical and electromagnetic torques are:
J
dΩ
dt
= Te − Tm − fΩ (4)
Te = P(ϕrqIrd − ϕrdIrq), Ω =
W
P
(5)
where: Rs is stator resistance, Rr is rotor resistance, Ls and Lr are respectively stator and rotor inductance Lm
the mutual inductance, ϕsd and ϕsq are the direct and quadrature stator flux, ϕrd and ϕrq are the direct and
quadrature rotor flux, Isd and Isq are the direct and quadrature stator current, Ird and Irq are the direct and
quadrature rotor current, P is the number of pair poles, Ws and Wr are the asynchronous and rotor angular
frequency, Te and Tm are the electromagnetique and mechanical torque, and F is the viscosity coefficient.
To get a model state in terms of the rotor sizes ( Ird , Irq , ϕrd , ϕrq),We express the stator sizes
( Isd , Isq , ϕsd , ϕsq) in terms of rotor sizes [13].
Isd =
ϕrd
Lm
−
Lr
Lm
Ird
Isq =
ϕrq
Lm
−
Lr
Lm
Irq
ϕsd =
Ls
Lm
ϕrd + δ Lm Ird
ϕsq =
Ls
Lm
ϕrq + δ Lm Irq (6)
By using equations (1) and the equations (6) of the IM, we obtain the dynamic model of induction
motor having as state vector (Ird , Irq, ϕrd , ϕrq , w):
dIrd
dt
=
(Rs Lr+ Rr Ls)
Lm
Ird + wa Irq −
Rs
δ Lm
2 ϕrq +
Ls
δ Lm
2 wϕrq +
Vsd
δ Lm
−
Ls
δ Lm
2 Vrd
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485
1480
dIrq
dt
=
(Rs Lr+ Rr Ls)
δ Lm
2 Irq + wa Ird −
Rs
δ Lm
2 ϕrq +
Ls
δ Lm
2 w ϕrd +
Vsd
δ Lm
−
Ls
δ Lm
2 Vrd
dϕrd
dt
= −Rr. Ird + waϕrq − wϕrq + Vrd
dϕrq
dt
= −Rr. Irq + waϕrd − wϕrd + Vrq
dw
dt
=
P2
J
(ϕrqIrd − ϕrdIrq) +
P
J
(Tm − fw) (7)
4. MODELING INDUCTION MOTOR IN RT-LAB
In RT-LAB all top-level subsystems must be named with a prefix identifying their function .The
prefixes are: SC_ for consol sybsystem and SM_ for master subsystem.
Depending on the type of data acquisition, we propose two RT-LAB models; in the first model the
data transfer between the target node and the console machine is during the simulation task, however in the
second one, the transfer will be done after the end of simulation performed.
4.1. Data Acquisition during Simulation
In this case RT-LAB enables signal acquisition from a real-time target during simulation using
OpComm block for synchronization between target node and console.
Figure 3. RT-Lab Real-Time simulation graphic model of IM
Figure 4. Master subsystem of induction mtor with opcomm block
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed)
1481
Figure 5. Console subsystem of induction motor with opcomm block
We use OpComm block in master and console subsystems; the consol sends the signal of Resistant
Torque to the master subsystem and the latter sends signals of Isa,Isb,Isc,Ids,Iqs,Qrd,Qsd,Ce,Speed to the
console subsystem.
4.2. Data Acquisition after the End of Simulation
In this case, we use OpWriteFile block for recording all data in the target node’s hard disk, and
when the simulation ends, the target node sends recorded data in matefile format to the console.
Figure 6. RT-Lab Real-Time simulation graphic model of IM with OpWriteFile Block
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485
1482
Figure 7. Master subsystem of induction motor with OpWriteFile Block
We use an OpWriteFile block in master subsystem for recording simulation data
Figure 8. Console subsystem of induction motor without opcomm block
The OpComm block is not used in the console subsystem.
5. RESULTS AND ANALYSIS
All the simulations are carried out on an induction motor whose parameters are listed in the Table 1.
Table 1. Induction motor parameters
Parameters Symbols Input values
Rotor Resistance
Stator Resistance
Rtor Inductance
Stator Inductance
Inductance mutual
Phase voltage
frequency
pair of pole
Rr
Rs
Lr
Ls
Lm
Vph
f
p
3.81
4.85
0.274
0.274
0.258
220
50
2
We applied a resistant torque to the induction motor at time 2.0 s to 3.0 s. Figure 9 shows the speed
response in real-time simulation in different times steps.Through the red curve we note that there is no data
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed)
1483
loss when we use 30 µs as time-step, The response is the same as in offline simulation.In the second case,
when we use 20 µs as time-step it is shown clearly in the zoom graph that it started to loss data, However in
the last case when we use 10 µs as time-step we observe that data was considerably lost and the signal of the
speed has completely changed.
Figure 9. Speed respone of induction motor in different time-steps
We conclude that the acquisition data from the target node during simulation leads to the data loss if
the time-step is small then 20 µs, because TCP/IP is relatively slow compared with most real-time systems
like fireWire-type network.
Figure 10 shows the speed response in second proposal where OpWriteFile block is used. In this
case the target node does not send data to the console while the simulation is running. After simulation ends,
the target node sends the recorded data in hard disque of target as mat file content all signal information to
the console.
Figure 10.speed respone of induction motor in real-time with opwritefile block
We note from the curve that although very small time-step is used compared to the previous
experiment, no data loss occurred just as in offline simulation. Later, a simulation attempt with time-step as
0,1 µs caused overruns and the simulator showed the following error message
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485
1484
Figure 11. Overruns detected
6. CONCLUSION
In this paper we proposed two RT-LAB models for real-time simulation of the induction motor, in
the first, model, data acquisition was during simulation, however in the second model, data acquisition was
after the end of simulation, The simulation results show that in the first model we got data loss when we use
small time-step because TCP/IP is relatively slow compared with real-time systems like fireWire-type
network. However in the second model no data loss occured.
REFERENCES
[1] S. Abourida, et al., “Hardware-in-the-loop simulation of finite-element based motor drives with RT-LAB and
JMAG,” Industrial Electronics, 2006 IEEE International Symposium on, pp. 2462-2466, 2006.
[2] J. Belanger, et al., “The what, where and why of real-time simulation,” Planet RT, vol. 1, pp. 25-29, 2010.
[3] M. O. Faruque, et al., “Real-time simulation technologies for power systems design, testing, and analysis,” IEEE
Power and Energy Technology Systems Journal, vol. 2, pp. 63-73, 2015.
[4] O. Crăciun, et al., “Hardware-in-the-loop testing of PV control systems using RT-Lab simulator,” Power
Electronics and Motion Control Conference (EPE/PEMC), 2010 14th International, pp. S2-1-S2-6, 2010.
[5] C. Dufour, et al., “Hardware-in-the-loop simulation of power drives with RT-LAB,” Power Electronics and Drives
Systems, 2005. PEDS 2005. International Conference on, pp. 1646-1651, 2005.
[6] A. Idir and M. Kidouche, “Rt-lab and dspace: two softwares for real time control of induction motors,” Rev. Roum.
Sci. Techn.–Électrotechn. et Énerg, vol. 59, pp. 205-214, 2014.
[7] M. A. Geliel, “Real-time implementation of constrained control system on experimental hybrid plant using RT-
Lab,” Control and Automation, 2008 16th Mediterranean Conference on, pp. 1060-1065, 2008.
[8] X. Y. Xu and L. Wang, “RT-LAB Rapid Control Prototyping's Application in Servo System,” Journal of System
Simulation, vol. 4, pp. 062, 2006.
[9] H. l. Zheng, et al., “RT-LAB based real-time simulation of photovoltaic power generation system,” Advanced
Technology of Electrical Engineering and Energy, vol. 4, pp. 014, 2010.
[10] F. G. Areed, et al., “Adaptive neuro-fuzzy control of an induction motor,” Ain Shams Engineering Journal, vol. 1,
pp. 71-78, 2010.
[11] C. Dufour, et al., “RT-LAB real time simulation of electric drives and systems,” National Power Electronics
Conference–NPEC, 2005.
[12] H. Guo, et al., “Real-time simulation of BLDC-based wind turbine emulator using RT-LAB,” Electrical Machines
and Systems, 2009. ICEMS 2009. International Conference on, pp. 1-6, 2009.
[13] A. M. Fihakhir and M. Bouhamida, “Nonlinear Control of a Doubly Fed Induction Generator Driven Wind
Turbine,” Electrotehnica, Electronica, Automatica, vol. 64, pp. 23, 2016.
[14] M. Jannati, et al., “Indirect rotor field-oriented control of fault-tolerant drive system for three-phase induction
motor with rotor resistance estimation using EKF,” Indonesian Journal of Electrical Engineering and Computer
Science, vol. 12, pp. 6633-6643, 2014.
[15] M. Jannati, et al., “Speed sensorless fault-tolerant drive system of 3-phase induction motor using switching
extended kalman filter,” Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, pp. 7640-
7649, 2014.
[16] V. Kumar, et al., “Implementation of Scalar Control Technique in SVPWM Switched Three-Level Inverter Fed
Induction Motor Using DSP Controller,” International Journal of Power Electronics and Drive Systems, vol. 1, pp.
83, 2011.
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed)
1485
[17] L. Lahcen, “Fuzzy Sliding Mode Controller for Induction Machine Feed by Three Level Inverter,” International
Journal of Power Electronics and Drive Systems (IJPEDS), vol. 9, 2018.
[18] H. Othmani, et al., “Fuzzy Gain-Scheduling Proportional-Integral control for Improving the speed behavior of a
three-phases induction motor,” International Journal of Power Electronics and Drive Systems, vol. 7, 2016.
[19] E. Ramprasath and P. Manojkumar, “Modelling and analysis of induction motor using LabVIEW,” International
Journal of Power Electronics and Drive Systems, vol. 5, pp. 344, 2015.
BIOGRAPHIES OF AUTHORS
Hamed Ali was born on 18th december 1985 in bechar, Algeria he received the ingeniorat degree
in computer science from the Bechar University, Algeria in 2008 and the master degree in
computer science from the Tahri Mohammed Bechar University, Algeria in 2012. In 2014, he
was a laboratory membre at, Laboratory of Control Analysis and Optimization of the Electro-
Energetic Systems (CAOSEE). His research interrest covers, power electronics electric drives
control, real-time simulation and artificial intelligence.
e-email : hamedali1985@yahoo.fr
Hazzab Abdeldjebar received the state engineer degree in electrical engineering in 1995 from the
University of Sciences and Technology of Oran (USTO), Algeria the M.Sc. degree from the
Electrical Engineering Institute of the USTO in 1999, and the Ph.D. degree from the Electrical
Engineering Institute2 of the USTO in 2006. He is currently professor of electrical engineering
at University of Bechar, Bechar, Algeria, where he is Director of the Research Laboratory of
Control Analysis and Optimization of the Electro-Energetic Systems. His research interests
include power electronics, electric drives control, and artificial intelligence and their
applications.

More Related Content

What's hot

EC8791 designing with computing platform
EC8791 designing with computing platformEC8791 designing with computing platform
EC8791 designing with computing platformRajalakshmiSermadurai
 
Data flow architecture
Data flow architectureData flow architecture
Data flow architectureSourav Routh
 
Instruction level parallelism
Instruction level parallelismInstruction level parallelism
Instruction level parallelismdeviyasharwin
 
Run time, frequently, non-frequently reconfigurable system &
Run time, frequently, non-frequently reconfigurable system &Run time, frequently, non-frequently reconfigurable system &
Run time, frequently, non-frequently reconfigurable system &Sudhanshu Janwadkar
 
Instruction Level Parallelism Compiler optimization Techniques Anna Universit...
Instruction Level Parallelism Compiler optimization Techniques Anna Universit...Instruction Level Parallelism Compiler optimization Techniques Anna Universit...
Instruction Level Parallelism Compiler optimization Techniques Anna Universit...Dr.K. Thirunadana Sikamani
 
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...iosrjce
 
Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism) Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism) A B Shinde
 
Floating point units
Floating point unitsFloating point units
Floating point unitsdipugovind
 
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...vtunotesbysree
 
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...Silicon Mentor
 
IRJET - Design and Implementation of Double Precision FPU for Optimised Speed
IRJET - Design and Implementation of Double Precision FPU for Optimised SpeedIRJET - Design and Implementation of Double Precision FPU for Optimised Speed
IRJET - Design and Implementation of Double Precision FPU for Optimised SpeedIRJET Journal
 
Pipelining_Computer Organization_TU(BIM)
Pipelining_Computer Organization_TU(BIM)Pipelining_Computer Organization_TU(BIM)
Pipelining_Computer Organization_TU(BIM)Kapil Khatiwada
 
eTPU to GTM Migration
eTPU to GTM MigrationeTPU to GTM Migration
eTPU to GTM MigrationParker Mosman
 
AMulti-coreSoftwareHardwareCo-DebugPlatform_Final
AMulti-coreSoftwareHardwareCo-DebugPlatform_FinalAMulti-coreSoftwareHardwareCo-DebugPlatform_Final
AMulti-coreSoftwareHardwareCo-DebugPlatform_FinalAlan Su
 
Ch4 v70 system_configuration_en
Ch4 v70 system_configuration_enCh4 v70 system_configuration_en
Ch4 v70 system_configuration_enconfidencial
 
High Performance Computer Architecture
High Performance Computer ArchitectureHigh Performance Computer Architecture
High Performance Computer ArchitectureSubhasis Dash
 

What's hot (20)

EC8791 designing with computing platform
EC8791 designing with computing platformEC8791 designing with computing platform
EC8791 designing with computing platform
 
Data flow architecture
Data flow architectureData flow architecture
Data flow architecture
 
Vector computing
Vector computingVector computing
Vector computing
 
EC6703 unit-4
EC6703 unit-4EC6703 unit-4
EC6703 unit-4
 
Instruction level parallelism
Instruction level parallelismInstruction level parallelism
Instruction level parallelism
 
Run time, frequently, non-frequently reconfigurable system &
Run time, frequently, non-frequently reconfigurable system &Run time, frequently, non-frequently reconfigurable system &
Run time, frequently, non-frequently reconfigurable system &
 
D031201021027
D031201021027D031201021027
D031201021027
 
Instruction Level Parallelism Compiler optimization Techniques Anna Universit...
Instruction Level Parallelism Compiler optimization Techniques Anna Universit...Instruction Level Parallelism Compiler optimization Techniques Anna Universit...
Instruction Level Parallelism Compiler optimization Techniques Anna Universit...
 
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
 
Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism) Pipelining and ILP (Instruction Level Parallelism)
Pipelining and ILP (Instruction Level Parallelism)
 
Floating point units
Floating point unitsFloating point units
Floating point units
 
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
 
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
 
IRJET - Design and Implementation of Double Precision FPU for Optimised Speed
IRJET - Design and Implementation of Double Precision FPU for Optimised SpeedIRJET - Design and Implementation of Double Precision FPU for Optimised Speed
IRJET - Design and Implementation of Double Precision FPU for Optimised Speed
 
Pipelining_Computer Organization_TU(BIM)
Pipelining_Computer Organization_TU(BIM)Pipelining_Computer Organization_TU(BIM)
Pipelining_Computer Organization_TU(BIM)
 
eTPU to GTM Migration
eTPU to GTM MigrationeTPU to GTM Migration
eTPU to GTM Migration
 
Unit 3 part2
Unit 3 part2Unit 3 part2
Unit 3 part2
 
AMulti-coreSoftwareHardwareCo-DebugPlatform_Final
AMulti-coreSoftwareHardwareCo-DebugPlatform_FinalAMulti-coreSoftwareHardwareCo-DebugPlatform_Final
AMulti-coreSoftwareHardwareCo-DebugPlatform_Final
 
Ch4 v70 system_configuration_en
Ch4 v70 system_configuration_enCh4 v70 system_configuration_en
Ch4 v70 system_configuration_en
 
High Performance Computer Architecture
High Performance Computer ArchitectureHigh Performance Computer Architecture
High Performance Computer Architecture
 

Similar to Model Induction Motor Real-Time RT-LAB

RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1Serge Amougou
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...ijsrd.com
 
A SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHM
A SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHMA SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHM
A SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHMVLSICS Design
 
System on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power ElectronicsSystem on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power ElectronicsjournalBEEI
 
Study of model predictive control using ni lab view
Study of model predictive control using ni lab viewStudy of model predictive control using ni lab view
Study of model predictive control using ni lab viewIAEME Publication
 
Study of model predictive control using ni lab view
Study of model predictive control using ni lab viewStudy of model predictive control using ni lab view
Study of model predictive control using ni lab viewiaemedu
 
Study of model predictive control using ni lab view
Study of model predictive control using ni lab viewStudy of model predictive control using ni lab view
Study of model predictive control using ni lab viewiaemedu
 
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINESYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINEVLSICS Design
 
Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...
Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...
Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...OPAL-RT TECHNOLOGIES
 
MPSoC Platform Design and Simulation for Power %0A Performance Estimation
MPSoC Platform Design and  Simulation for Power %0A Performance EstimationMPSoC Platform Design and  Simulation for Power %0A Performance Estimation
MPSoC Platform Design and Simulation for Power %0A Performance EstimationZhengjie Lu
 
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
 
Real time co-simulation platform using opal-rt and opnet for analyzing smart ...
Real time co-simulation platform using opal-rt and opnet for analyzing smart ...Real time co-simulation platform using opal-rt and opnet for analyzing smart ...
Real time co-simulation platform using opal-rt and opnet for analyzing smart ...Rasheed_Kh
 
Mauk braunschweig symp_2008_cng_hybrid_software_paper
Mauk braunschweig symp_2008_cng_hybrid_software_paperMauk braunschweig symp_2008_cng_hybrid_software_paper
Mauk braunschweig symp_2008_cng_hybrid_software_papervanaja92
 

Similar to Model Induction Motor Real-Time RT-LAB (20)

RT-lab based real-time simulation of flywheel energy storage system associate...
RT-lab based real-time simulation of flywheel energy storage system associate...RT-lab based real-time simulation of flywheel energy storage system associate...
RT-lab based real-time simulation of flywheel energy storage system associate...
 
RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1RTI-CODES+ISSS-2012-Submission-1
RTI-CODES+ISSS-2012-Submission-1
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
 
A SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHM
A SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHMA SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHM
A SYSTEMC/SIMULINK CO-SIMULATION ENVIRONMENT OF THE JPEG ALGORITHM
 
Microkontroler
MicrokontrolerMicrokontroler
Microkontroler
 
CE150--Hongyi Huang
CE150--Hongyi HuangCE150--Hongyi Huang
CE150--Hongyi Huang
 
System on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power ElectronicsSystem on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power Electronics
 
10 3
10 310 3
10 3
 
Study of model predictive control using ni lab view
Study of model predictive control using ni lab viewStudy of model predictive control using ni lab view
Study of model predictive control using ni lab view
 
Study of model predictive control using ni lab view
Study of model predictive control using ni lab viewStudy of model predictive control using ni lab view
Study of model predictive control using ni lab view
 
Study of model predictive control using ni lab view
Study of model predictive control using ni lab viewStudy of model predictive control using ni lab view
Study of model predictive control using ni lab view
 
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINESYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
 
Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...
Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...
Detailed large-scale real-time HYPERSIM EMT simulation for transient stabilit...
 
SCPaper (1)
SCPaper (1)SCPaper (1)
SCPaper (1)
 
MPSoC Platform Design and Simulation for Power %0A Performance Estimation
MPSoC Platform Design and  Simulation for Power %0A Performance EstimationMPSoC Platform Design and  Simulation for Power %0A Performance Estimation
MPSoC Platform Design and Simulation for Power %0A Performance Estimation
 
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...
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
Real time co-simulation platform using opal-rt and opnet for analyzing smart ...
Real time co-simulation platform using opal-rt and opnet for analyzing smart ...Real time co-simulation platform using opal-rt and opnet for analyzing smart ...
Real time co-simulation platform using opal-rt and opnet for analyzing smart ...
 
Mauk braunschweig symp_2008_cng_hybrid_software_paper
Mauk braunschweig symp_2008_cng_hybrid_software_paperMauk braunschweig symp_2008_cng_hybrid_software_paper
Mauk braunschweig symp_2008_cng_hybrid_software_paper
 
ERTS_IV_ECE.pptx
ERTS_IV_ECE.pptxERTS_IV_ECE.pptx
ERTS_IV_ECE.pptx
 

More from International Journal of Power Electronics and Drive Systems

More from International Journal of Power Electronics and Drive Systems (20)

Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...
 
Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
 
Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
 
Comparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farmsComparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farms
 
Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...
 
Performance of solar modules integrated with reflector
Performance of solar modules integrated with reflectorPerformance of solar modules integrated with reflector
Performance of solar modules integrated with reflector
 
Generator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion systemGenerator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion system
 
Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
 
Prospect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in BangladeshProspect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in Bangladesh
 
A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...
 
Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...
 
Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...
 
Short and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverterShort and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverter
 
A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...
 
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
 
Comparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converterComparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converter
 

Recently uploaded

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Recently uploaded (20)

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 

Model Induction Motor Real-Time RT-LAB

  • 1. International Journal of Power Electronics and Drive System (IJPEDS) Vol. 9, No. 4, December 2018, pp. 1476~1485 ISSN: 2088-8694, DOI: 10.11591/ijpeds.v9.i4.pp1476-1485  1476 Journal homepage: http://iaescore.com/journals/index.php/IJPEDS Modeling and Real-Time Simulation of Induction Motor Using RT-LAB A. Hamed, A. Hazzab Department of Electrical Engineering, Laboratory (COASEE), Tahri Mohamed Bechar University, Algeria Article Info ABSTRACT Article history: Received Mar 18, 2018 Revised Aug 12, 2018 Accepted Sep 8, 2018 This paper presents the modeling and real-time simulation of an induction motor. The RT- LAB simulation software enables the parallel simulation of power drives and electric circuits on clusters of a PC running QNX or RT- Linux operating systems at sample time below 10 µs. Using standard Simulink models including SimPowerSystems models, RT-LAB build computation and communication tasks are necessary to make parallel simulation of electrical systems. The code generated by the Real-Time Workshop of RT- LAB is linked to the OP5600 digital real-time simulator. A case study example of real-time simulation of an induction motor system is presented.This paper discusses methods to overcome the challenges of real- time simulation of an induction motor system synchronizing with a real-time clock. Keyword: RT-LAB Real-Time Induction motor Modeling Simulation Copyright © 2018 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: A. Hamed, Department of Electrical Engineering, Laboratory (COASEE), Tahri Mohamed Bechar University Algeria , Bechar University, Street Of Independence, BP 417, Bechar, Algeria. Email: hamedali1985@yahoo.fr 1. INTRODUCTION The induction motor is used in many industrial sectors as the main element of converting electrical energy into a mechanical drive because of its low cost, robustness, high degree of reliability and good power- to-weight ratio. Due to its feature sand high applicability in industrial fields, studies for higher efficiency have always been demanded. As testing and validation of induction motor has become more and more important in the design and engineering process, the need for constant improvement of component modeling and for increasing the speed of prototyping the system has also become greater. Conventionally, validation of a induction motor was done by non-real-time simulation of the concept at early stage in the design, and by testing the system once the design is implemented. But this method has some major drawbacks:first, the leap in the design process, from off-line simulation to real prototype is so wide that it is prone to many troubles and problems related to the integration at once of different modules; second, the off-line, non-real-time, simulation may become tediously long for any moderately complex system, especially for motor drives with switching power electronics [1]. Real-time simulation of induction motor is a valuable tool for development and testing of control.Two situations can arise depending on the time required by the simulation platform to complete the computation of state outputs for each time-step (Figure 1): 1) if the execution time, Te, for the simulation of the system is shorter or equal to the selected time-step, the simulation is considered to be real-time (Figure 1 (a)); and 2) if Te is greater than its time-step size for one or more time-steps, overruns occur and the simulation is considered as non-real-time or offline. In the latter case, either the time-step can be increased or the system model can be simplified to run it in Real-Time [2]-[5].
  • 2. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed) 1477 Figure 1. Illustration of real-time and offline simulation: (a) Real-time simulation. (b) Non-real-time simulation This paper presents the modeling and real-time simulation of an induction motor in a power system. Matlab/Simulink software is used to develop the induction motor model. The generated code of the Simulink model is linked to the OP5600 digital real-time simulator in order to simulate the induction motor. The paper is divided into six sections, the hardware and software configuration of RT-LAB is presented in section 2, section 3 shows the mathematical model of the induction motor, a detailed modeling of an induction motor in RT-LAB is shown in secion 4. Section 5 illustrates the real time simulation results using RT-LAB, finally the conclusion is drawn in section 6. 2. RT-LAB CONFIGURATION RT-LAB is an industrial-grade software package for engineers who use mathematical block diagrams for simulation, control and related applications. The software use popular programming tools such as MATLAB/Simulink and works with viewers such as Lab VIEW and programming languages including C++. RT-LAB allows the user to readily convert Simulink Models to real-time simulations, via Real-Time workshop (RTW) and run them over one or more PC processors [1],[4]-[6]. 2.1. Hardware Configuration RT-LAB software runs on a hardware configuration consisting of command station (host node), target nodes, the communication links (real-time and Ethernet), and the I/O boards [7]. 2.1.1. The Command Station The command station is a PC workstation that operates under Windows, and serves as the user interface. The command station allows users to: edit and modify models; see model data; run the original model under its simulation software (Simulink, SystemBuild, etc.); generate and separate code; and control the simulator's Go/Stop sequences [7]. 2.1.2. Target nodes The target nodes are real-time processing and communication computers that use commercial processors interconnected by an Ethernet adapter. The real-time target nodes perform: a. Real-time execution of the model’s simulation; b. Real-time communication between the nodes and I/Os; c. Acquisition of the model’s internal variables and external outputs through I/O modules [8],[9];
  • 3.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485 1478 Figure 2. Communication between the Console and Target Node The command node and target node are commercial PC’s with different operating system. A PCI- 626 I/O card (from Sensory Company Inc.) is used which satisfies all I/O requirements. Moreover, it is supported by RT- Linux real-time operating system. In this configuration the only communication link used is between the target and command station using Ethernet communication [7]. 2.2. Software Configuration For the above configuration of RT-Lab, the software in the command station (console) is Windows, and the simulation software is Matlab-Simulink to program the simulation and control tasks. The simulation program is coded into C code in the consol unit and transferred to the target node, which has linux operating system. The target unit compiles and executes the C code file in parallel with the simulation program in the console. The data is transferred on-line between the target and console throw communication Ethernet. In the consol station, the program is written in two main blocks (Consol-Master). SM_: master subsystem. There is always one and only one master subsystem inside a model.it contains the computational elements of the model. SC_: console subsystem. The console subsystem is the subsystem operating on the command station that enables you to interact with the system .it contains all the simulink/systembuild blocks related to acquiring and viewing data (scope, manual switch, to workspace-type blocks, etc).the blocks you need, whether it is during or after the execution of the real-time model, must be included in the console subsystem.the console runs asynchronously from the other subsystems.note that there can only be one console per model [10]-[12]. 2.3. Opcomm Communication Blocks Once the model is grouped into console and computation subsystems, special blocks called opcomm blocks must be inserted into the subsystems.these are simple feed-through blocks that intercept all incoming signals before sending them to computation blocks within a given subsystem.opcomm blocks serve several purposes. When a simulation model runs in the RT-LAB environment,all connections between the main subsystems(SC_,SM_,or SS_)are replaced by hardware communication links .for communication between real-time target nodes(SM_ and SS_)RT-LAB uses adesignated real-time link.for communication between the console(SC_)and the real-time nodes(SM_ or SS_)RT-LAB uses TCP/IP. Because of these communication links between nodes, the simulation may not run the same way in simulink or systemBuild as in RT-LAB. In RT-LAB, a computation subsystem waits for reception of all signals before it is able to start calculating.in Simulink and SystemBuild,on the other hand,computations performed on a signal start as soom as the signal is available,OpComm blocks emulate the behavior of the system as it is run in RT-LAB [10]. 2.4. Recording Data with OpWriteFile To obtain all data for any particular signal, use the OpWriteFile block data recorded with this block is stored on the target real-time node’s hard drive.the data file is automatically transferred to the command station when the model is reset [10]. 2.5. EXtreme High Performance (XHP) Mode The XHP mode is a means for the real-time operating system to disable interrupts.this is done on a per-subsystem (thus per-CPU) basic.not allowing interrupts prevents process switching which removes latencies time for additional computation in the same time slice. The XHP mode is aimed at real-time applications of a given base sample time that cause overruns (overflow their allowed time-step for
  • 4. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed) 1479 computation) while running in RT-LAB in the standard mode. In XHP mode, the model waits in an empty loop for its next scheduled step.the next model step is then computed. In this mode, we use the CPU counter as our time reference.because this counter operates at the CPU’s frequency, it offers a very high resolution, even for step-size in the microsecond range.because the counter resides on the CPU and reading its value is done within one CPU cycle, this operation introduces almost no latency [10]. 3. INDUCTION MOTOR MODELING The mathematical models of induction motor in the park frame are written as follows [13]-[19]. Vsd = Rs. Isd + dϕsd dt − Wa. ϕsq Vsq = Rs. Isq + dϕsq dt − Wa. ϕsd Vsd = Rr. Ird + dϕrd dt − Wr. ϕrq Vrq = Rr. Irq + dϕrq dt − Wr. ϕrd (1) The stator and rotor fluxes are related to the current by: ϕsd = Ls. Isd + Lm. Ird ϕsq = Ls. Isq + Lm. Irq ϕrd = Ls. Ird + Lm. Isd ϕrq = Ls. Irq + Lm. Isq (2) The stator and rotor angular velocities are linked by the following relation: Ws = W + Wr (3) The equations of mechanical and electromagnetic torques are: J dΩ dt = Te − Tm − fΩ (4) Te = P(ϕrqIrd − ϕrdIrq), Ω = W P (5) where: Rs is stator resistance, Rr is rotor resistance, Ls and Lr are respectively stator and rotor inductance Lm the mutual inductance, ϕsd and ϕsq are the direct and quadrature stator flux, ϕrd and ϕrq are the direct and quadrature rotor flux, Isd and Isq are the direct and quadrature stator current, Ird and Irq are the direct and quadrature rotor current, P is the number of pair poles, Ws and Wr are the asynchronous and rotor angular frequency, Te and Tm are the electromagnetique and mechanical torque, and F is the viscosity coefficient. To get a model state in terms of the rotor sizes ( Ird , Irq , ϕrd , ϕrq),We express the stator sizes ( Isd , Isq , ϕsd , ϕsq) in terms of rotor sizes [13]. Isd = ϕrd Lm − Lr Lm Ird Isq = ϕrq Lm − Lr Lm Irq ϕsd = Ls Lm ϕrd + δ Lm Ird ϕsq = Ls Lm ϕrq + δ Lm Irq (6) By using equations (1) and the equations (6) of the IM, we obtain the dynamic model of induction motor having as state vector (Ird , Irq, ϕrd , ϕrq , w): dIrd dt = (Rs Lr+ Rr Ls) Lm Ird + wa Irq − Rs δ Lm 2 ϕrq + Ls δ Lm 2 wϕrq + Vsd δ Lm − Ls δ Lm 2 Vrd
  • 5.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485 1480 dIrq dt = (Rs Lr+ Rr Ls) δ Lm 2 Irq + wa Ird − Rs δ Lm 2 ϕrq + Ls δ Lm 2 w ϕrd + Vsd δ Lm − Ls δ Lm 2 Vrd dϕrd dt = −Rr. Ird + waϕrq − wϕrq + Vrd dϕrq dt = −Rr. Irq + waϕrd − wϕrd + Vrq dw dt = P2 J (ϕrqIrd − ϕrdIrq) + P J (Tm − fw) (7) 4. MODELING INDUCTION MOTOR IN RT-LAB In RT-LAB all top-level subsystems must be named with a prefix identifying their function .The prefixes are: SC_ for consol sybsystem and SM_ for master subsystem. Depending on the type of data acquisition, we propose two RT-LAB models; in the first model the data transfer between the target node and the console machine is during the simulation task, however in the second one, the transfer will be done after the end of simulation performed. 4.1. Data Acquisition during Simulation In this case RT-LAB enables signal acquisition from a real-time target during simulation using OpComm block for synchronization between target node and console. Figure 3. RT-Lab Real-Time simulation graphic model of IM Figure 4. Master subsystem of induction mtor with opcomm block
  • 6. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed) 1481 Figure 5. Console subsystem of induction motor with opcomm block We use OpComm block in master and console subsystems; the consol sends the signal of Resistant Torque to the master subsystem and the latter sends signals of Isa,Isb,Isc,Ids,Iqs,Qrd,Qsd,Ce,Speed to the console subsystem. 4.2. Data Acquisition after the End of Simulation In this case, we use OpWriteFile block for recording all data in the target node’s hard disk, and when the simulation ends, the target node sends recorded data in matefile format to the console. Figure 6. RT-Lab Real-Time simulation graphic model of IM with OpWriteFile Block
  • 7.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485 1482 Figure 7. Master subsystem of induction motor with OpWriteFile Block We use an OpWriteFile block in master subsystem for recording simulation data Figure 8. Console subsystem of induction motor without opcomm block The OpComm block is not used in the console subsystem. 5. RESULTS AND ANALYSIS All the simulations are carried out on an induction motor whose parameters are listed in the Table 1. Table 1. Induction motor parameters Parameters Symbols Input values Rotor Resistance Stator Resistance Rtor Inductance Stator Inductance Inductance mutual Phase voltage frequency pair of pole Rr Rs Lr Ls Lm Vph f p 3.81 4.85 0.274 0.274 0.258 220 50 2 We applied a resistant torque to the induction motor at time 2.0 s to 3.0 s. Figure 9 shows the speed response in real-time simulation in different times steps.Through the red curve we note that there is no data
  • 8. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed) 1483 loss when we use 30 µs as time-step, The response is the same as in offline simulation.In the second case, when we use 20 µs as time-step it is shown clearly in the zoom graph that it started to loss data, However in the last case when we use 10 µs as time-step we observe that data was considerably lost and the signal of the speed has completely changed. Figure 9. Speed respone of induction motor in different time-steps We conclude that the acquisition data from the target node during simulation leads to the data loss if the time-step is small then 20 µs, because TCP/IP is relatively slow compared with most real-time systems like fireWire-type network. Figure 10 shows the speed response in second proposal where OpWriteFile block is used. In this case the target node does not send data to the console while the simulation is running. After simulation ends, the target node sends the recorded data in hard disque of target as mat file content all signal information to the console. Figure 10.speed respone of induction motor in real-time with opwritefile block We note from the curve that although very small time-step is used compared to the previous experiment, no data loss occurred just as in offline simulation. Later, a simulation attempt with time-step as 0,1 µs caused overruns and the simulator showed the following error message
  • 9.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 9, No. 4, December 2018 : 1476 – 1485 1484 Figure 11. Overruns detected 6. CONCLUSION In this paper we proposed two RT-LAB models for real-time simulation of the induction motor, in the first, model, data acquisition was during simulation, however in the second model, data acquisition was after the end of simulation, The simulation results show that in the first model we got data loss when we use small time-step because TCP/IP is relatively slow compared with real-time systems like fireWire-type network. However in the second model no data loss occured. REFERENCES [1] S. Abourida, et al., “Hardware-in-the-loop simulation of finite-element based motor drives with RT-LAB and JMAG,” Industrial Electronics, 2006 IEEE International Symposium on, pp. 2462-2466, 2006. [2] J. Belanger, et al., “The what, where and why of real-time simulation,” Planet RT, vol. 1, pp. 25-29, 2010. [3] M. O. Faruque, et al., “Real-time simulation technologies for power systems design, testing, and analysis,” IEEE Power and Energy Technology Systems Journal, vol. 2, pp. 63-73, 2015. [4] O. Crăciun, et al., “Hardware-in-the-loop testing of PV control systems using RT-Lab simulator,” Power Electronics and Motion Control Conference (EPE/PEMC), 2010 14th International, pp. S2-1-S2-6, 2010. [5] C. Dufour, et al., “Hardware-in-the-loop simulation of power drives with RT-LAB,” Power Electronics and Drives Systems, 2005. PEDS 2005. International Conference on, pp. 1646-1651, 2005. [6] A. Idir and M. Kidouche, “Rt-lab and dspace: two softwares for real time control of induction motors,” Rev. Roum. Sci. Techn.–Électrotechn. et Énerg, vol. 59, pp. 205-214, 2014. [7] M. A. Geliel, “Real-time implementation of constrained control system on experimental hybrid plant using RT- Lab,” Control and Automation, 2008 16th Mediterranean Conference on, pp. 1060-1065, 2008. [8] X. Y. Xu and L. Wang, “RT-LAB Rapid Control Prototyping's Application in Servo System,” Journal of System Simulation, vol. 4, pp. 062, 2006. [9] H. l. Zheng, et al., “RT-LAB based real-time simulation of photovoltaic power generation system,” Advanced Technology of Electrical Engineering and Energy, vol. 4, pp. 014, 2010. [10] F. G. Areed, et al., “Adaptive neuro-fuzzy control of an induction motor,” Ain Shams Engineering Journal, vol. 1, pp. 71-78, 2010. [11] C. Dufour, et al., “RT-LAB real time simulation of electric drives and systems,” National Power Electronics Conference–NPEC, 2005. [12] H. Guo, et al., “Real-time simulation of BLDC-based wind turbine emulator using RT-LAB,” Electrical Machines and Systems, 2009. ICEMS 2009. International Conference on, pp. 1-6, 2009. [13] A. M. Fihakhir and M. Bouhamida, “Nonlinear Control of a Doubly Fed Induction Generator Driven Wind Turbine,” Electrotehnica, Electronica, Automatica, vol. 64, pp. 23, 2016. [14] M. Jannati, et al., “Indirect rotor field-oriented control of fault-tolerant drive system for three-phase induction motor with rotor resistance estimation using EKF,” Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, pp. 6633-6643, 2014. [15] M. Jannati, et al., “Speed sensorless fault-tolerant drive system of 3-phase induction motor using switching extended kalman filter,” Indonesian Journal of Electrical Engineering and Computer Science, vol. 12, pp. 7640- 7649, 2014. [16] V. Kumar, et al., “Implementation of Scalar Control Technique in SVPWM Switched Three-Level Inverter Fed Induction Motor Using DSP Controller,” International Journal of Power Electronics and Drive Systems, vol. 1, pp. 83, 2011.
  • 10. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Modeling and Real-Time Simulation of Induction Motor Using RT-LAB (A. Hamed) 1485 [17] L. Lahcen, “Fuzzy Sliding Mode Controller for Induction Machine Feed by Three Level Inverter,” International Journal of Power Electronics and Drive Systems (IJPEDS), vol. 9, 2018. [18] H. Othmani, et al., “Fuzzy Gain-Scheduling Proportional-Integral control for Improving the speed behavior of a three-phases induction motor,” International Journal of Power Electronics and Drive Systems, vol. 7, 2016. [19] E. Ramprasath and P. Manojkumar, “Modelling and analysis of induction motor using LabVIEW,” International Journal of Power Electronics and Drive Systems, vol. 5, pp. 344, 2015. BIOGRAPHIES OF AUTHORS Hamed Ali was born on 18th december 1985 in bechar, Algeria he received the ingeniorat degree in computer science from the Bechar University, Algeria in 2008 and the master degree in computer science from the Tahri Mohammed Bechar University, Algeria in 2012. In 2014, he was a laboratory membre at, Laboratory of Control Analysis and Optimization of the Electro- Energetic Systems (CAOSEE). His research interrest covers, power electronics electric drives control, real-time simulation and artificial intelligence. e-email : hamedali1985@yahoo.fr Hazzab Abdeldjebar received the state engineer degree in electrical engineering in 1995 from the University of Sciences and Technology of Oran (USTO), Algeria the M.Sc. degree from the Electrical Engineering Institute of the USTO in 1999, and the Ph.D. degree from the Electrical Engineering Institute2 of the USTO in 2006. He is currently professor of electrical engineering at University of Bechar, Bechar, Algeria, where he is Director of the Research Laboratory of Control Analysis and Optimization of the Electro-Energetic Systems. His research interests include power electronics, electric drives control, and artificial intelligence and their applications.