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

speed control of dc motor in real time

hello sir,
i m doing a project related to speed control of dc motor in REAL time. i m using 89C51RD2 microcontroller and a dc motor of 12V.
well i m not getting how to write the code of my program.i got some help from forums of keil.com
i hav read the data base of RTX5i TINY OS from the MICROVISION2.
please help me as soon as possible.
thanking you,
kulvinder.

Parents
  • In order to control speed you must, obviously, measure it

    Or is it a stepper motor? If the micro is actually continuously causing the motion, it may not really need to measure it. (Precision or robustness might be good reasons to measure the actual speed of the motor anyway.)

Reply
  • In order to control speed you must, obviously, measure it

    Or is it a stepper motor? If the micro is actually continuously causing the motion, it may not really need to measure it. (Precision or robustness might be good reasons to measure the actual speed of the motor anyway.)

Children