Exp 7
Exp 7
Dr.M.Sindhuja
Assistant Professor(Senior Grade-1)
SENSE, VIT, Chennai
MOTOR BASICS
S N
+ -
Q - How do we reverse the poles of this
electromagnet?
A – By reversing the polarity of the battery!
THE ELECTROMAGNET IN A
STATIONARY MAGNETIC FIELD
If we surround the electromagnet with a stationary magnetic
field, the poles of the electromagnet will attempt to line up
with the poles of the stationary magnet.
OPPOSITE
POLES
ATTRACT!
electromagnetism stators.
Whenever the stators have energized the rotor,
FULLSTEP
HALF STEP
CLASSIFICATION
APPLICATION
CNC milling machines,
medical imaging machinery,
printers,
security cameras,
robotics, and
Stepper: step(steps)
Turns the motor a specific number of steps, at a speed
determined by the most recent call to setSpeed().
}
LAB TASK-2
Control the stepping speed with a potentiometer
LAB TASK 3
Number of steps=360; step speed=90
steps/sec. Serial monitoring to be done to
verify the same
Write a program. For every 360 steps
tone(10,500,100);delay(300);
MyMotor.step(~stepCount); //Step one revolution in
another direction
delay(3000);
LAB TAK 4 CHALLENGING TASK
Do the same task 3 with LCD display- motor
step and speed