General Motion Control Algorithms

Results 1 to 3 of 3

Thread: General Motion Control Algorithms

  1. #1
    Member
    Join Date
    Apr 2008
    Location
    England
    Posts
    384
    Downloads
    0
    Uploads
    0

    Default General Motion Control Algorithms

    Hello,

    I'm looking for general algorithms which can be used for motion control using an FPGA.

    By this I mean the sub-system which would take a target position and generate the velocity (And hence step pulses) of each axis while keeping them in synchronisation. In addition to this, I'd like the option of using encoders to provide closed-loop position feedback.

    There are a number of different algorithms and methods that I've seen but none of them seem to quite meet my requirements.

    Bresenham's line algorithm is sometimes used but I fear that various rounding errors may allow the axes to fall out of sync in very long moves. This would correct itself when a second move is started because the position is kept track of but during the move it doesn't use the position as a feedback mechanic. As such, this also wouldn't work with the encoder feedback mentioned above.

    I've also seem systems pre-calculate the acceleration and maximum speed for each axis and then allowing each axis to free-run but again that doesn't handle feedback in the way that I want.

    It's a strange thing to do with acceleration because you almost have to say "The position must be at this point along the line" rather than saying "The axes must move towards this point a this speed ratio". I'm thinking you would calculate the move as a 1-dimensional translation, calculating the maximum acceleration and top speed given each axes' constraints and the ratio between them and then keep checking the position and moving the axes towards a virtual "moving" point on the translation line. If an axes gets too far out, you'd just speed it up - Essentially you'd have a PID loop for each axis which is driven by how far it is from this current command position.

    Any ideas ? Thanks.

    Similar Threads:


  2. #2
    Registered
    Join Date
    Dec 2012
    Location
    india
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default axis motion control algorithm

    I'm also looking for general algorithms which can be used for motion control using an FPGA.

    my project also based on motion control through FPGA.
    my email address is rajendra_bariya2509@yahoo.com
    tell me about Bresenham's line algorithm



  3. #3
    Registered
    Join Date
    Apr 2011
    Location
    india
    Posts
    7
    Downloads
    0
    Uploads
    0

    Default

    Even I m looking for something similar


    Sent from my iPad using Tapatalk



Tags for this Thread

Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

General Motion Control Algorithms

General Motion Control Algorithms