Stepper motor controller


Closed Thread
Results 1 to 23 of 23

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

    Default

    Would you mind sharing the PBP code for the hex file you've already shared?

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Why not! I need to comment it before. Give me few days.

    Al.
    All progress began with an idea

  3. #3
    Join Date
    Jan 2009
    Posts
    4


    Did you find this post helpful? Yes | No

    Thumbs up

    Hi, guys....well let me describe better what the needs are, i have 2 PWM servo outputs, each one is driving each servo from left to right,..., with a 5V TTL logic level, movement from left to right is changing the pulse width from 1ms to 2ms, with 1.5ms at center position,....the movement is like 0....to...60 degrees minimum angle, or a maximum 90 degress !

    Thanks
    Last edited by DarthV; - 1st February 2009 at 22:16.

  4. #4
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    DarthV, I have read your introduction to the problem. but you didn't write what your problem is.

    Al.
    All progress began with an idea

  5. #5
    Join Date
    Jan 2009
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Hi again, my problem is that i would like to use it but needs modifications and we only have de Hex code, so if you could do it for me that would nice, of course with the necessary cash amount for your work, if you wish so !

    thanks

  6. #6
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Attached the PBP files in txt format. If you need to add more code then you have to change pic.
    Suggesting pic 16f628 which has the same pinout but 4K of memory. In this case you have to add these two instructions at very top of the code.

    Code:
    CMCON   = 7
    VRCON   = 0
    This version is the latest so if you have in use the previous one replace it, with this one.
    More torque, better homing and high precision also with 1 single step travel command.

    Enjoy.

    Al.
    Attached Files Attached Files
    All progress began with an idea

  7. #7
    Join Date
    Jan 2009
    Posts
    4


    Did you find this post helpful? Yes | No

    Default

    Thanks aratti !

    G.V

Similar Threads

  1. 18f4431; driving a stepper IN HARDWARE mode
    By DDDvvv in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 21st January 2010, 16:49
  2. Replies: 11
    Last Post: - 6th November 2008, 10:27
  3. Controlling stepper motor with PIC
    By The Master in forum Off Topic
    Replies: 3
    Last Post: - 1st July 2008, 10:21
  4. Driving Stepper Motor with PBL3717
    By crhomberg in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 8th November 2007, 20:59
  5. problem with stepper!!
    By ibra in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 7th August 2007, 16:41

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