Current flow controller for DC Motors


Closed Thread
Results 1 to 25 of 25

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    72

    Lightbulb Current flow controller for DC Motors

    Hi to all.
    I'm in the process to control a DC brushed motor 24V 5A continuous (so, at start it will draw much more current).
    The motor specifications says that that motor never have to be feeded with more than 5A.
    I'm planning to drive it with a single logic level mosfet (60V 45A) on the low side, with hardware PWM
    My question is:
    there are some suggestions (even better a drawing) for a circuit that control the current and allow more than 5A let's say for 2 seconds, and then if this condition is still there for more than 2 seconds, the power is automatically adjusted not to feed more than 5A?

    Even a short-circuit control circuit could be ok, even if I prefer to regulate the current not to exceed 5A.
    Any solution will be ok. With PICs or without PICs. Honestly, better without PICs for tasks like that.
    Anyone have some suggestions or sources to refer from?

    Thanks in advance.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    The motor will draw the amps needed. So if the driver circuit will handle the starting amps you are OK.

    When the motor is running, less amps are required, the amps will drop. The greater the load the greater the amps. An amp meter can be used for feed back to tell how much of a load is on the motor.

    I do not think the extra circuitry is needed.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    72


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    The motor will draw the amps needed. So if the driver circuit will handle the starting amps you are OK.

    When the motor is running, less amps are required, the amps will drop. The greater the load the greater the amps. An amp meter can be used for feed back to tell how much of a load is on the motor.

    I do not think the extra circuitry is needed.
    Thank you very much mackrackit for the answer.
    Actually, what I'm looking for it is some "automatic sensor" that does not allow more than 5A at 24V for the motor. This kind of circuitry could also reveal if the motor's shat it is locked.
    I wish to avoid the use of fuses, because one the fuse is blown it need somebody that replace it...
    Any idea?

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    What about an automobile/truck circuit breaker. They reset on their own and normally will handle a bit more amps than rated for a short time.

    But if the shaft is locked then you do not want it to keep trying? So a latching relay tied in with the circuit breaker might do the trick.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    72


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mackrackit View Post
    What about an automobile/truck circuit breaker. They reset on their own and normally will handle a bit more amps than rated for a short time.

    But if the shaft is locked then you do not want it to keep trying? So a latching relay tied in with the circuit breaker might do the trick.
    Uhmmm..
    It could work.
    I was looking for some more sophisticated solution (like transistors that regulate the current flow right to the thereshold)...

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mikebar View Post
    Uhmmm..
    It could work.
    I was looking for some more sophisticated solution (like transistors that regulate the current flow right to the thereshold)...
    It's called 'foldback' in a regulator circuit.
    http://en.wikipedia.org/wiki/Foldbac..._supply_design)
    Totally useless link, but it might get you started...

    EDIT:
    http://www.national.com/appinfo/power/files/f4.pdf
    Better link...

  7. #7
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mikebar View Post
    Thank you very much mackrackit for the answer.
    Actually, what I'm looking for it is some "automatic sensor" that does not allow more than 5A at 24V for the motor. This kind of circuitry could also reveal if the motor's shat it is locked.
    I wish to avoid the use of fuses, because one the fuse is blown it need somebody that replace it...
    Any idea?
    did you look at Raychem RUE Polyswitches ...

    much better than your PIC ... as Dave raised !!!

    lol

    I think Microchip has a similar App Note about servomotor ... just take the relevant part ...

    Alain
    Last edited by Acetronics2; - 8th October 2008 at 17:43.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  8. #8
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    72


    Did you find this post helpful? Yes | No

    Smile Good suggestions

    Thank you guys.
    It is a starting point.
    I'll post some other questions and when I reach the final result, I'll post the schematics.

    Thank you, for now.

  9. #9
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    If your PIC has comparator, then you can use it to detect current as you wish.
    The example below shows the use of an external comparator, but if your PIC has an internal one then you are good to go.


    <img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2892&d=1223533980" >
    ________________
    Attached Images Attached Images  
    Last edited by sayzer; - 9th October 2008 at 07:35.
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

Similar Threads

  1. High current motor speed controller
    By George in forum Off Topic
    Replies: 0
    Last Post: - 2nd February 2007, 03:37
  2. 16F628A current high during sleep
    By Rubicon in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 9th October 2006, 10:21

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts