This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

stepper motor

i m interfacing the stepper motor with 8051 i hav all circuitry ready but i want to know how to generate the required RPM for stepper motor
EG: i want to run my motor at 60 RPM then what all calculations are required i hav taken a timer for the clock pulses but confused in the calculations
do u hav any sample program for it
i m using ic which has clocks pulse pin, i will be giving the clocks to that pin

Parents
  • thank u all for the reply
    i m going through notes but i hav one doubt that if i want to generate an RPM say 70 then what all calculations should i make i m using full step motor 1.8 degee/step so to move one complete rotation 360/1.8=200 steps
    70 RPM means 70 rotations = 60 sec
    so for 1sec = (70/60) = RPS and for 1 rotation = (60/70)sec
    but then how to calculate clocks from it and load it into the timer??

Reply
  • thank u all for the reply
    i m going through notes but i hav one doubt that if i want to generate an RPM say 70 then what all calculations should i make i m using full step motor 1.8 degee/step so to move one complete rotation 360/1.8=200 steps
    70 RPM means 70 rotations = 60 sec
    so for 1sec = (70/60) = RPS and for 1 rotation = (60/70)sec
    but then how to calculate clocks from it and load it into the timer??

Children