
Learn speed control methods for induction motors using MATLAB, revise key equations, and develop MATLAB files to obtain accurate performance scales from equivalent and approximate circuits.
Learn why you should take this course on speed control methods of induction motors using MATLAB, with an easy explanation of induction motor equations and downloadable, editable sections.
Review essential keywords for induction motor speed control, including synchronous speed, speed slip, starting current, full-load current, starting torque, and maximum torque, in the context of MATLAB-based methods.
Explore the basics of three-phase induction motors, focusing on synchronous speed and slip. Define synchronous speed as 120 times supply frequency over poles and relate it to rotor speed.
Explore the equivalent and approximate circuits of induction motors, highlighting magnetizing reactance X_M, stator resistance, leakage, and the simplifications that move X_M and remove certain resistances.
Explore the torque–speed curve of induction motors across motoring, regeneration, and braking, with slip 0 to 1, starting and maximum torque near synchronous speed.
Create a MATLAB m-file to generate the induction motor performance curve, detailing motoring, logging, and regeneration regions, and compute phase voltage and synchronous speed.
Build and run an m-file to compute induction motor performance, assign units and phase voltage, and calculate slip with rpm to rad/s conversion using the synchronous speed.
Create and run a MATLAB m-file to plot the induction motor performance curve, using speed, slip, and developed torque equations, and implement a for-loop over 3001 values.
This lecture completes the MATLAB m-file to plot the induction motor performance curve, showing torque versus speed across motoring, plugging, and regeneration, with slip and synchronous speed.
Explore the induction motor performance curve by plotting slip versus torque and speed versus slip, detailing motoring (0–1), regeneration (-1 to 0), and plugging (1–2) regions.
Demonstrates finding the maximum torque and starting torque of an induction motor using MATLAB, locating slip of one to determine starting torque and rotor speed at start.
Use MATLAB to locate the maximum torque and its speed on the induction motor torque curve using max(T) and find(T==max(T)). Highlight the starting and maximum torque points on the plot.
Explore how an induction motor behaves when coupled with a load by plotting motor torque versus load torque in MATLAB, locating their intersection to determine speed and slip.
Compute full-load current and starting current for an induction motor using matlab, including locating intersection points and plotting speed and current.
Explore six speed-control methods for induction motors in MATLAB, including poles, voltage, frequency, voltage-frequency, and current control, and analyze their effects on speed, torque, and current.
Explain the pole changing method for squirrel cage induction motors, showing how synchronous speed equals 120 times supply frequency divided by the number of poles, with higher poles lowering speed.
Explore pole-changing speed control for induction motors using a MATLAB m-file, linking synchronous speed as 120 times frequency over poles to a fixed 50 Hz supply.
Explore speed control of induction motors using the pole changing method in MATLAB, completing the m-file, defining poles, slips, and induction-motor equations for simulation.
Demonstrate the pole changing method for induction motors with a MATLAB m-file, plotting speed versus load torque at 50 Hz to show how changing poles lowers synchronous speed.
Fix frequency and vary stator voltage to reduce air-gap flux and torque, which scales with voltage squared, lowering speed and inrush current for starting high-power motors at rated voltage.
Build an m-file for stator voltage control to study induction motor speed and torque with MATLAB, plotting speed and current curves at three voltage levels.
Explore how voltage control changes motor speed and torque in an induction motor, and how load shifts torque–speed intersections across three phase voltage levels.
Explore rotor voltage control for slip-ring induction motors, using external resistors to vary slip and starting torque, noting that maximum torque stays fixed and efficiency suffers.
Explore the rotor resistance method for speed control of induction motors in MATLAB, using an m-file to generate and compare torque, speed, and current-speed curves across three rotor resistance values.
Explore how induction motor speed changes under local voltage control and the voter assistance method, showing how torque, load, and varying assistance shift the speed-intersection points.
Explore frequency control of induction motors, where speed follows supply frequency while voltage stays rated, considering air-gapped flux and saturation risks. Apply field weakening above base speed to manage torque.
Apply frequency control to induction motors in MATLAB, using the developed torque equation and adjusting slip, synchronous speed, and beta to validate speed plots.
Explore frequency control methods for induction motors using MATLAB, deriving synchronous speed as a function of frequency with a beta multiplier, and determine slip at maximum torque via MATLAB calculations.
Explore how beta controls the supply frequency in induction motor speed using a MATLAB m-file, showing how speed, synchronous speed, and frequency relate for varying beta values.
Explore v/f control for induction motors by keeping the voltage-to-frequency ratio constant to preserve flux. Maintain constant maximum torque by adjusting voltage and frequency up to the base speed.
Create an m-file for induction motor speed control using the voltage-frequency method in MATLAB, adapting parameters from frequency control and defining the ratio between rated voltage and rated synchronous speed.
This lecture demonstrates building vvvf control equations in a matlab m-file for induction motor speed and torque, defining beta as frequency over rated frequency and calculating synchronous speed with p=4.
Edit the vvvf m-file to fix frequency, and use find and max to identify maximum torque and slip in this matlab vvvf control lesson.
Explore M-file based VVVF control in MATLAB, analyzing frequency loops from initial to final values and their impact on speed and maximum torque, including effects of neglecting state assistance.
Explore the basics of stator current control for induction motors, using input current as the control signal and a circuit model where output scales with the square of input current.
Learn to create a MATLAB m-file for stator current control to regulate an induction motor's speed, using motor parameters from a performance file and setting slip targets for motoring mode.
Complete the stator current control m-file for induction motor speed control by updating the torque equation for the new slip values, incorporating the load function, and comparing two current-control approaches.
Demonstrate using MATLAB to locate the maximum torque and its corresponding speed in a stator current control m-file using the find function, and compare results with reference values.
Demonstrate how changing the stator current input in a MATLAB M-file for induction motor speed control alters speed and torque, using a for loop to vary inputs and observe results.
Induction motors are the most widely used electrical motors due to their reliability, low cost, ruggedness and robustness.
However, induction motors do not inherently have the capability of variable speed operation.
The three phase induction motor is a self starting motor. The induction motor has two main parts (stator and rotor).
The speed of the three phase induction motor can be controlled by stator side or rotor side.
This course starts off covering some basic subjects which are needed so that you can understand how speed of induction motor can be varied and controlled.
The course consists of the following sections :-
Induction Motor ( Equations & its equivalent circuit).
Performance Curve of Induction Motor.
Changing number of poles of the motor.
Stator Voltage Control Method.
Rotor Voltage Control Method.
Frequency Control Method.
Stator Voltage and Frequency Control Method.
Stator Current Control Method.
---
At the end of the course you will :
- Revise all basics of induction motors including equations and circuits.
- Understand all of the fundamentals of speed and torque control of induction motor.
- Revise different methods of speed control of induction motors from both stator and rotor side.
- Getting started with MATLAB Programming.
- How to create its performance curve successfully using MATLAB Programming.