Skip to main content

Electric motors

Introduction to Electric Motors

Electric motors are essential components in various applications, ranging from household appliances to industrial machinery. They convert electrical energy into mechanical energy, driving numerous devices and systems. This article delves into four specific types of electric motors: Squirrel Cage Induction Motor (SCIM), Wound Rotor Induction Motor (WRIM), Stepper Motor, and Small Permanent Magnet DC Motor. Each of these motors has unique characteristics and applications, making them suitable for different tasks and industries.


Squirrel Cage Induction Motor (SCIM)


The Squirrel Cage Induction Motor (SCIM) is one of the most widely used types of induction motors. Known for its ruggedness and reliability, SCIM is commonly found in industrial settings where it drives machinery such as conveyors, pumps, and compressors. Its name derives from the rotor's construction, which resembles a squirrel cage. The SCIM operates efficiently with minimal maintenance, making it a preferred choice for many applications.

Reason for this name this motor because it’s shaped like a Squirrel cage. Its Squirrel cage induction motor consists of these parts: Stator, Rotor, Fan (to cooling rotor). Stator: It fixed metal part consists 3 phase winding has 120 apart electrically and mechanically between windings. The rotor is closed- circuit rotate to produce mechanical output. 

The advantages: 

low cost.

have heat .

Regulation

High efficiency. 

The disadvantages: 

bad speed control

have high starting current and low starting torque. 

Application: 

Industrial drives.

large fans.

Machine tools.



 Wound Rotor Induction Motor (WRIM)

The Wound Rotor Induction Motor (WRIM) differs from SCIM primarily in its rotor construction. Instead of the squirrel-cage design, the WRIM features a rotor wound with wire coils, connected to external resistors through slip rings. This configuration allows for better control of the motor’s speed and torque, making WRIM suitable for applications requiring variable speed and high starting torque, such as cranes and hoists.

Wound rotor induction motor consists of these parts: Stator, Rotor, Fan (to cooling rotor). 

Stator: It fixed metal part consists 3 phase winding has 120 apart electrically and mechanically between windings. 

The WRIM is different to the SCIM in that its rotor is not made up of conducting bars (In the shape of a squirrel cage), but has WINDINGS. The windings are not shorted out using rings, but the terminals come out at three wires from the terminal of the rotor. The windings are made of copper wire. 

The advantages: high starting torque &low starting current and it improves the power factor. Also, it’s able to control the speed. 

Application :Wind turbine 

Stepper Motor

Stepper motors are known for their precision and control. Unlike traditional motors that run continuously, stepper motors move in discrete steps, allowing for precise positioning and speed control. This makes them ideal for applications in robotics, CNC machinery, and 3D printers, where accurate movement and positioning are critical. The ability to control the motor's position without feedback mechanisms is a key advantage of stepper motors.


It’s asynchronous electric motor, can divide a full rotation into an expansive number of steps that main can rotate in a specific angle. 

For example, the stator has eight poles, and the rotor has six poles so the rotor can move (8*4)32steps to make one full rotate. Also, between step and step the angle will be (360/32)11.25 degree for each pulse of electricity that the motor receives. 

The disadvantages: Low efficiency, Low output power. When the motor didn’t have feedback that will loss steps, produce a high temperature. 

The advantages: long life, can rotate to a specific degree(range). 

Application:

 Digital actuator, Industrial Machines, security .


Small Permanent Magnet DC Motor

Small Permanent Magnet DC Motors are compact, efficient, and widely used in various low-power applications. These motors use permanent magnets to create the magnetic field, 

eliminating the need for field windings and reducing the overall size and complexity. Commonly found in household appliances, toys, and small gadgets, these motors offer reliable performance with straightforward control, making them a staple in many everyday devices.

DC motor is used Permanent Magnet alternative the Windings in the field. That produced the static magnetic field that makes router rotates. The router is consist of a central axle on which is mounted the armature coils to make electrical contact. Also, the slip ring makes an electrical connection between a stationary wire and rotating shaft. 

The disadvantages for this method is difficult to speed control, the effect of the armature reaction make magnetic strength be a weak, Erosion of the brush. 

The advantages: No field coil that saved size of motor, Cheap, No input power. 

Application:  Small toy, water pump in filter, treadmill, vehicle fans.



Comments

Popular posts from this blog

Applications of Transformers: Diagrams and Numerical Examples

Applications of Transformers: Diagrams and Numerical Examples   Transformers serve critical roles across various electrical applications, each essential for optimizing efficiency and safety in power systems. In power transmission, transformers step up voltage to minimize energy loss over long distances; for example, a transformer stepping up 10 kV to 100 kV facilitates efficient power distribution. Isolation transformers ensure electrical safety by providing isolation between input and output circuits, crucial in sensitive equipment where noise reduction is paramount. Matching transformers adjust voltage levels to suit specific loads, exemplified by stepping down 480V to 240V for industrial machinery, ensuring optimal performance. Transformers also facilitate maximum power transfer by matching impedance between source and load, such as aligning a 50Ω source with a 50Ω load for efficient signal transmission. Furthermore, in voltage measurement applications, transformers scale down h...

Install Virtual Box and run Ubuntu on it

Install Virtual Box and run Ubuntu on it  On MacBook : To install VirtualBox and run Ubuntu on MacBook, follow these steps: 1. Download VirtualBox: Visit the official VirtualBox website (https://www.virtualbox.org) and download the version of VirtualBox suitable for macOS. 2. Install VirtualBox: Locate the downloaded VirtualBox package (.dmg file) and double-click on it to start the installation process. Follow the on-screen instructions to complete the installation. 3. Download Ubuntu ISO: Go to the official Ubuntu website (https://ubuntu.com) and download the Ubuntu Desktop ISO image. Choose the appropriate version based on your requirements (e.g., 64-bit, LTS). 4. Create a New Virtual Machine: Open VirtualBox, click on the "New" button to create a new virtual machine. Give it a name (e.g., Ubuntu) and select "Linux" as the type and "Ubuntu (64-bit)" as the version. Set the desired amount of memory (RAM) for the virtual machine, keeping in mind the syste...

SLAM Algorithm and Extended Kalman Filter (EKF)

  SLAM Algorithm and Extended Kalman Filter (EKF) The EKF is a filtering algorithm commonly used for state estimation in systems where the underlying dynamics can be described by non-linear models. It combines predictions from a motion model with measurements from sensors to estimate the state of a system. The EKF assumes that the system's state and measurement models are differentiable and can be linearized around the current estimate. It is widely used in various applications, including robotics, navigation, and control, to estimate the state of a system with uncertain measurements and dynamic models. Once the Simultaneous Localization and Mapping (SLAM) algorithm has been executed to construct or update a map of the environment and estimate the robot's pose, the accuracy of the SLAM-based system can be further improved by applying the Extended Kalman Filter (EKF). After completing the SLAM process, the EKF can be employed as a post-processing step to refine the estimated rob...