PULSOUT and two OUT for motor dc


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    7

    Exclamation PULSOUT and two OUT for motor dc

    Hi,
    i want use the command pulsout for drive two dc motor, it possible?
    HELP ME

    example code I use:
    pulsout portd.1 and portd.2,15000
    But it not work
    Thank you

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,611


    Did you find this post helpful? Yes | No

    Wink Think simple ...

    Hi, Piombazzo

    What about

    ....

    Portd = Portd | %00000110

    PAUSEUS 15 000 ( or a variable ...)

    Portd = Portd & %11111001

    ....

    Just an idea for perfect sync.

    Alain
    ************************************************** ***********************
    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 " !!!
    *****************************************

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


    Did you find this post helpful? Yes | No

    Wink Sorry, here it's PBC ...

    Quote Originally Posted by Acetronics

    PAUSEUS 15 000 ( or a variable ...)

    Alain
    Or PAUSE 15 ....
    ************************************************** ***********************
    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 " !!!
    *****************************************

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