Page 3 of 4 FirstFirst 1234 LastLast
Results 25 to 36 of 47

Thread: Precise homing?

  1. #25
    Registered Bubba's Avatar
    Join Date
    Mar 2004
    Location
    LaGrange, GA USA
    Posts
    1,495
    Downloads
    0
    Uploads
    0
    michaelthomas,
    I can't really respond to the smoothstepper as I do not use one and am not familiar with it.
    Art
    AKA Country Bubba (Older Than Dirt)


  2. #26
    hub
    hub is offline
    Registered
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    435
    Downloads
    0
    Uploads
    0
    Ok, so as I don't have an index pulse from the encoders (plus, I'm thinking of letting the Z-axis be driven by a stepper without an encoder).
    So I have to make the index pulse myself. I'm thinking of a disc with a mark and a sensor. Optical would be the better way in this case I think?
    http://www.cnczone.com/forums/cnc_wood_router_project_log/125895-my_diy_cnc_cnc2011_%3B.html


  3. #27
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,965
    Downloads
    0
    Uploads
    0
    One other potential problem to look at to get the home position precision you are looking for, is Mach does not know exactly the position of the servo's because the position is not confirmed back to the controller, when a marker is received.
    When Mach registers the marker as home and stop the servo's, if the servo's are not suitably responsive to the stop command there could be a an overshoot error however slight?
    In a closed loop system, when the marker is found and the zero position captured, any slight overshoot of the servo's is known and hence the axis position is known relative to home zero.
    It may not be an issue, but one to keep in mind.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

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


  4. #28
    hub
    hub is offline
    Registered
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    435
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Al_The_Man View Post
    One other potential problem to look at to get the home position precision you are looking for, is Mach does not know exactly the position of the servo's because the position is not confirmed back to the controller, when a marker is received.
    When Mach registers the marker as home and stop the servo's, if the servo's are not suitably responsive to the stop command there could be a an overshoot error however slight?
    In a closed loop system, when the marker is found and the zero position captured, any slight overshoot of the servo's is known and hence the axis position is known relative to home zero.
    It may not be an issue, but one to keep in mind.
    Al.
    Very true. My drive has an output that tells if it's in the commanded position or still trying to get there. I could use that as well.
    But could it be done with simple switches only..?

    * Linear mark sensor on -> AND rotary index sensor on -> AND 'On Position' on.

    Just all of them in series would work?
    Would Mach3 "get it"? It would be an extremely short pulse and only happen if all 3 are ON.. And it would probably need to go back & forth a couple of times until settled..
    http://www.cnczone.com/forums/cnc_wood_router_project_log/125895-my_diy_cnc_cnc2011_%3B.html


  • #29
    Registered
    Join Date
    May 2010
    Location
    USA
    Posts
    289
    Downloads
    0
    Uploads
    0
    I see.......Mach tries to back off the sensor to register home, doesn't it? I was wondering how that would react to just a pulse. Maybe it wouldn't matter.


  • #30
    hub
    hub is offline
    Registered
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    435
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by michaelthomas View Post
    I see.......Mach tries to back off the sensor to register home, doesn't it? I was wondering how that would react to just a pulse. Maybe it wouldn't matter.
    I believe Mach just assumes a simple sensor is attached (microswitch for example), when it switches to 'ON', Mach reverses and goes slow until it goes off and stops.
    http://www.cnczone.com/forums/cnc_wood_router_project_log/125895-my_diy_cnc_cnc2011_%3B.html


  • #31
    Registered
    Join Date
    May 2010
    Location
    USA
    Posts
    289
    Downloads
    0
    Uploads
    0
    Ya.....but if it can't stop directly on the pulse......it would overun it and re-trigger the pulse on its way back, which would create a fault if it was being used as a limit switch as well.

    I don't think you could count on any hysteresis in the index pulse.

    I don't have any practical experience in this......I'm just trying to think it through, so i may be way off.


  • #32
    hub
    hub is offline
    Registered
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    435
    Downloads
    0
    Uploads
    0
    As I have understood it, hysteresis is taken into account. As far as Mach 3 is implemented.
    http://www.cnczone.com/forums/cnc_wood_router_project_log/125895-my_diy_cnc_cnc2011_%3B.html


  • #33
    Registered
    Join Date
    May 2010
    Location
    USA
    Posts
    289
    Downloads
    0
    Uploads
    0
    I guess what I'm trying to understand is how wide the pulse may be. If you could stop directly on it, would it be continuous like a switch?

    Rather than stress myself with things I won't fully understand without a lot of study.....I would like someone to chime in and say, " This is how I did it, and it works great".....lol

    May not happen, though.

    I can follow directions very well......but designing a circuit is more of a stretch.


  • #34
    hub
    hub is offline
    Registered
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    435
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by michaelthomas View Post
    I guess what I'm trying to understand is how wide the pulse may be. If you could stop directly on it, would it be continuous like a switch?

    Rather than stress myself with things I won't fully understand without a lot of study.....I would like someone to chime in and say, " This is how I did it, and it works great".....lol

    May not happen, though.

    I can follow directions very well......but designing a circuit is more of a stretch.
    I don't know. It could be ON for 180deg and OFF 180deg or anything in between. And the length of the pulse in time would depend on rpm.
    But, in my opinion, the length of the pulse doesn't matter as long as it can be detected. What you are looking for is the rising edge (or falling edge) of the pulse.
    http://www.cnczone.com/forums/cnc_wood_router_project_log/125895-my_diy_cnc_cnc2011_%3B.html


  • #35
    hub
    hub is offline
    Registered
    Join Date
    Sep 2010
    Location
    Finland
    Posts
    435
    Downloads
    0
    Uploads
    0
    And for the " This is how I did it, and it works great" maybe take a look it this:
    Electronic home switches made easy!

    http://www.cnczone.com/forums/cnc_wood_router_project_log/125895-my_diy_cnc_cnc2011_%3B.html


  • #36
    Registered
    Join Date
    May 2010
    Location
    USA
    Posts
    289
    Downloads
    0
    Uploads
    0
    OK.....that makes sense.

    I have only a rudimentary understanding of electronics.....its just not enough in this case....lol. It never occurred to me that the pulse could occupy more space or time than just an instant.


  • Page 3 of 4 FirstFirst 1234 LastLast

    Similar Threads

    1. How precise are lathes?
      By Inertially in forum General Metalwork Discussion
      Replies: 10
      Last Post: 07-27-2010, 08:15 AM
    2. Newbie- Precise Hold Down Fixture? Help?
      By acecnc in forum Moldmaking
      Replies: 9
      Last Post: 10-15-2009, 02:25 PM
    3. Precise jig grinder
      By ck cues in forum CNCzone Club House
      Replies: 3
      Last Post: 01-26-2009, 02:01 PM
    4. Precise Mini Mill?
      By ZipSnipe in forum Benchtop Machines
      Replies: 0
      Last Post: 03-17-2006, 06:47 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.