588,141 active members*
5,757 visitors online*
Register for free
Login
IndustryArena Forum > CNC Electronics > CNC Machine Related Electronics > What would it take to use encoder feedback for positioning?
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Posts
    218

    What would it take to use encoder feedback for positioning?

    I am trying to think through an idea I have but I am not sure what all options I might have available. Looking for any input, ideas, links etc to help me on my way.

    Can the signal from a optical encoder be used to send a stepper motor to a preset location? I realize encoders are used to report position. What I am in need of accomplishing is a way to read the position of a manually adjusted optical focus wheel some 4-5" in diameter and have that position then be sent back to the stepper to index a spindle. I do not need fast motion but I need minature/micro size.

    Maybe I need to be looking at optical positioning and some way to set marks an optical eye could read and then send the appropriate pulse to the stepper for indexing.

    Any ideas much appreciated. I have not worked with encoders before and not sure what all they are capable of these days.

    TIA


    Bo

  2. #2
    Join Date
    Dec 2003
    Posts
    24220
    The two pulses from an encoder can be used as step and direction pulses for input into a stepper motor controller, if the encoder is attached to a Hand Wheel.
    The commercial hand wheels have a detent every division, these commonly use 100pulses/turn encoders in them.
    Any scaling would have to be done by either selecting the correct pulse/turn encoder or by digital circuitry, multiplier/divider circuit etc.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  3. #3
    Join Date
    Jan 2006
    Posts
    2985
    using an lsi chip from us digital, you can convert the quadrature from the encoder into an direction and clock signals. It would be pretty easy to use a counter ic to scale down the number of clock counts to get the desired ratio between the encoder and the stepper.

    http://www.usdigital.com/products/lfls7083-lfls7084/

    http://hyperphysics.phy-astr.gsu.edu...c/counter.html

    Matt

  4. #4
    Join Date
    Aug 2005
    Posts
    1622
    Quote Originally Posted by Bowman View Post
    I am trying to think through an idea I have but I am not sure what all options I might have available. Looking for any input, ideas, links etc to help me on my way.

    Can the signal from a optical encoder be used to send a stepper motor to a preset location? I realize encoders are used to report position. What I am in need of accomplishing is a way to read the position of a manually adjusted optical focus wheel some 4-5" in diameter and have that position then be sent back to the stepper to index a spindle. I do not need fast motion but I need minature/micro size.

    Maybe I need to be looking at optical positioning and some way to set marks an optical eye could read and then send the appropriate pulse to the stepper for indexing.

    Any ideas much appreciated. I have not worked with encoders before and not sure what all they are capable of these days.

    TIA


    Bo
    There are some stepper drivers and servo drives that act like stepper motors with encoder feedback. Both types use the encoder to track position at the end of a run, be that step and direction signals, or proprietary programming language via RS-232. The application will depend on how complex of a motion control the system needs are. Straight line point to point would be simple. Once you enter into interpolation of the axi's, then it becomes exponentially complex to have the controller mix signal ratios to follow a geometric path. Which as far as I know, cannot be achieved with a RS-232 fed ASCII drive.

    This will take some research to find a unit that fits the need, then look around ebay to find it affordable! LOL!

    Delta Tau comes to mind. Compumotor and one other that I had seen around the zone, used with EMC2....Ahha?

    What application did you have in mind?

    DC

  5. #5
    Join Date
    Sep 2004
    Posts
    218
    Thanks for all the input everyone I think I have some direction now. Maybe lol.

    I will make a rough model of what I am trying to accomplish with a more detailed explaination of how it needs to work if it will work at all and post it here in the next day or two. It really seems like it should be doable to me but I know I am lacking the experience in some areas that might be required to pull it off.

    Bo

  6. #6
    Join Date
    Jun 2003
    Posts
    3312
    It sounds to me like your in search of a non closed loop system? i.e. the indexer has no effect on the optical focus. If so there are a couple of things you need to think about. There are two different types of encoders, absolute and incremenental. Using an incremental encoder to determine absolute position requires a mechanical method to establish a "home" or absolute location. If you are talking of closing the loop with a stepper and encoder, then this becomes more problematic if rates of acceleration and motion are involved.
    Phil, Still too many interests, too many projects, and not enough time!!!!!!!!
    Vist my websites - http://pminmo.com & http://millpcbs.com

  7. #7
    Join Date
    Sep 2004
    Posts
    218
    Correct the indexing stepper has no affect on the optical focus rather the opposite. I started a rough 3D model last night but the wife dragged me away.

    Hopefully I will get a picture of the real life current setup and the model of what I am working to accomplish posted here tonight.

    The task I am trying to eliminate is the dialing of the elevation knob on a rifle scope that uses a side focus adjustable objective wheel. This is for air rifles and maybe small caliber rimfire where range finding from shot to shot is critical.

    In the sport of airgun Field Target the targets are small metal animals with small kill zone holes from 1/4"-1.5" cut into the face. You have to hit a paddle behind the hole to make the target fall and score a point. The targets are set at unknown ranges and at the moment in order to dial your elevation to the propper setting you have to take a reading off a homemade scale located on the focus wheel then reach over and turn the elevation knob to match for that distance.

    My thought is that with some sort of small location sensor or encoder feedback on the focus wheel the signal could be fed to a stepper to index the elevation knob automatically based on the final stop location of the focus wheel. Then when you go to focusing on the target the stepper will always adjust accordingly to the correct distance being read from the encoder.

    The focus wheel will not be turning more than 1/2 - 3/4 of a revolution and in some instances for very close or far targets this translates into a little more than one revolution of the elevation knob. Many times it will only need to move a few steps up or down. All of this is done rather slowly so no need for fast speeds or high torque. Trying for small size and low power consumption.

    It would be great if each focus distance was equal to the same amount of travel but as the distance gets further out the amount of travel required for the focus wheel gets smaller. IE 10-----------20--------30-----40---50--60 yards.

    Thanks again for the thoughts and input. Will post later tonight a better idea of what I want to do visually.

    Bo

  8. #8
    Join Date
    Aug 2005
    Posts
    1622
    To keep it compact, you might consider a simple audio taper potentiometer ratio from the focus wheel to span of the elevation motors feedback linear potentiometer. Al-a-antenna rotating base circuit aka wheatstone balanced bridge?



    I couldn't find the basic circuit, but I know I have seen it somewhere out there......maybe my old electronics books. There may be some work in getting the proper ratio, but this would be a very simple circuit. Repeatability? Dunno, but gearing could add resolution and torque!

    DC

  9. #9
    Join Date
    Sep 2004
    Posts
    218
    I am open to all options but would like to KISS as best as I can. This would have to have good repeatablility to work shot to shot over a 60 shot match.

    Here are a few screen shots of the rough model and a pic of the actual setup in use now to give you an idea of what I am working with.

    Hope this sheds some light on the problem I am trying to work out.

    Bo






  10. #10
    Join Date
    Aug 2005
    Posts
    1622
    Instead of a belt, possibly a small worm wheel gear reduction to adjust the elevation knob?

    That would also provide plenty of torque and fine control for repeatability.

    DC

Similar Threads

  1. Emc2 with encoder feedback
    By R.thayer in forum LinuxCNC (formerly EMC2)
    Replies: 5
    Last Post: 01-27-2007, 04:26 PM
  2. *** Positioning Problem ***
    By baran3 in forum Uncategorised MetalWorking Machines
    Replies: 0
    Last Post: 01-24-2007, 02:25 AM
  3. g-rex and encoder feedback
    By davidp in forum Gecko Drives
    Replies: 0
    Last Post: 04-24-2006, 11:22 PM
  4. Replies: 1
    Last Post: 03-17-2006, 01:20 AM
  5. Fanuc O-M positioning
    By 723 in forum Uncategorised MetalWorking Machines
    Replies: 8
    Last Post: 07-31-2004, 02:09 AM

Posting Permissions

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