+ Reply to Thread
Results 1 to 6 of 6

Thread: Need a switching timer circuit

  1. #1
    dewslat Newbie
    Join Date
    Jul 2009
    Location
    Philippines
    Posts
    2

    Default Need a switching timer circuit

    Im a noob, so sorry for some wrong terms on this. I can barely solder but I can catch up.

    I have this 3 motors with 3 wires out. it has forward and reverse to it. What I want to do is that I want to make each motor run in sequence.

    Motor 1 - Reverse .5 Sec.
    Moror 1 - Forward 2 Sec.

    Motor 2 - Reverse .5 Sec.
    Moror 2 - Forward 2 Sec.

    Motor 3 - Reverse .5 Sec.
    Moror 3 - Forward 2 Sec.

    And loops back to Motor 1... and so on

    Please please... Just have to do this project. A simple as possible will do.



  2. #2
    MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent
    Join Date
    Mar 2009
    Location
    Utah
    Posts
    2,860

    Default

    Start with an astable (555 or something else) that runs at 2Hz (Period=0.5sec).

    Now add a four-bit binary CMOS counter(like a MC14161), wired to reset when it reaches the sixteenth state, meaning that it counts 0-14, 0-14,0-14, forever.

    Now, add a four line to one-of-sixteen decoder (like a MC14514).

    Out0 drives mot1 reverse
    A four input OR gate ( like a MC14072) wired to Out1-4 drives mot1 forward.

    Out5 drives mot2 reverse
    A four input OR gate wired to Out6-9 drives mot2 forward.

    Out10 drives mot3 reverse
    A four input OR gate wired to Out11-14 drives mot3 forward, at which point the counter resets back to zero, and the cycle begins again. Each motor period is either one clock period or four clock periods.

    You will need to add power FETs between the CMOS outputs and the motor windings.

    This could also be done with a modest PIC.
    Last edited by MikeMl; 18th July 2009 at 05:44 AM.
    Mike ML.

  3. #3
    dewslat Newbie
    Join Date
    Jul 2009
    Location
    Philippines
    Posts
    2

    Default

    Thanks.
    wow.. just a diagram would do fine and also the part list.

  4. #4
    MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent
    Join Date
    Mar 2009
    Location
    Utah
    Posts
    2,860

    Default

    Quote Originally Posted by dewslat View Post
    Thanks.
    wow.. just a diagram would do fine and also the part list.
    Sorry, its about half a day's work to detail out the schematic. I gave you enough info so that you can do it yourself.
    Mike ML.

  5. #5
    MrDEB Excellent MrDEB Excellent MrDEB Excellent MrDEB Excellent MrDEB Excellent MrDEB Excellent
    Join Date
    Apr 2007
    Posts
    2,135

    Default I Myself would use a 4017

    set up the 555 for .5 seconds then feed 2- 4017's
    tap off the first output = .5 seconds
    # 5 output = 2 seconds then 6 outp[ut = .5 seconds
    etc.
    lots easier IMHO than reconfiguring the output with gates
    do a search of 4017
    lots of circuits etc.

  6. #6
    MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent
    Join Date
    Mar 2009
    Location
    Utah
    Posts
    2,860

    Default

    How do you get two 4017s to count 0-14 without some gates?
    Mike ML.

+ Reply to Thread

Similar Threads

  1. Help with switching circuit
    By GantryG in forum Electronic Projects Design/Ideas/Reviews
    Replies: 7
    Latest: 23rd March 2007, 10:03 AM
  2. Switching circuit
    By dazatastico in forum Electronic Projects Design/Ideas/Reviews
    Replies: 2
    Latest: 11th May 2005, 04:40 PM
  3. Help! Circuit on ac/dc switching
    By ym2k in forum General Electronics Chat
    Replies: 20
    Latest: 26th January 2005, 07:19 AM
  4. Switching circuit
    By alok9406 in forum Electronic Projects Design/Ideas/Reviews
    Replies: 1
    Latest: 27th May 2004, 04:09 PM
  5. Switching on circuit by PC
    By geraldh in forum General Electronics Chat
    Replies: 4
    Latest: 3rd March 2004, 08:33 AM

Tags for this Thread