sequential (81) motor
.
Ref: https://wodewangzhishime.blogspot.com/2022/02/httpswodewangzhishime_11.html .
.
.
1) if the circuit is inductor-orientated, the voltage lead the current.
2) if the circuit is capacitor-orientated, the current lead the voltage.
.
3) If we put a capacitor or resistor on the circuit of the "stator", the magnetic flux of the stator will drop, as a result, the the current lead the voltage, and then, the rotor rotate faster. . .We call that field weakening control or flux control.
.
.
Me: Pratically, we use resistors instead of capacitors to control flux. . Have a look.
.
T1,2,3,4 represents transistors 1, 2, 3, 4,
R1,2,3,4 represents resistors 1,2,3,4,
.
if (T1,2,3,4 = cut-off) // Note: We can't manually control the on/off of those transistors;
{
Level of resistance = 4;
Speed of Rotor = 4;
}
else if (T2,3,4 = cut-off)
{
Level of resistance = 3;
Speed of Rotor = 3;
}
else if (T3,4 = cut-off)
{
Level of resistance = 2;
Speed of Rotor = 2;
}
Comments
Post a Comment