586,075 active members*
4,141 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2013
    Posts
    13

    Homing Problem CNCRP 2448 / G540 / Mach 3

    HELP.

    I am Using the XML configuration provided by CNCRP for: (G540 + Nema 23 + 22 tooth pully (default pulley for Nema 23 CRP kits)).

    And having my Homing / Limit switches set up thusly;

    X++ 10
    X-- 10
    X Home 10

    Y++ 11
    Y-- 11
    Y Home 11

    Z++ 12
    Z-- 12
    Z Home 12

    A++ 10
    A-- 10
    A Home 10

    I run into a problem... The machine homes Z, Y, and X (with A moving with it as one would expect) and then after doing that successfully, tries to home A without moving X which results in some really unpleasant RP noise.

    Any thoughts would be appreciated.

    Paul

  2. #2
    Join Date
    Mar 2013
    Posts
    13
    Alright, well I got that sorted out... Under Config> General Configuration> Home Slave with Master wasn't checked. That might of got shut off when I was messing around with it a week ago.

    Thanks

    Paul

  3. #3
    Join Date
    Mar 2003
    Posts
    35538
    Quote Originally Posted by ludite53 View Post
    Alright, well I got that sorted out... Under Config> General Configuration> Home Slave with Master wasn't checked.

    If you have A slaved to X, then disable the A home switch, as it won't be used. "Home Slave with Master" is for homing a slaved axis with one switch.
    If you want both sides of the gantry to home independently (to auto square), then you'd need to un-check Home Slave with Master, and assign the X and A switches to different pins.


    and then after doing that successfully, tries to home A without moving X which results in some really unpleasant RP noise.
    This may have been caused by your homing script, which by default homes Z, Y, X, and then A.
    You should edit the homing script to remove the A home portion.
    The default script is this:
    DoButton( 24 )
    DoButton( 23 )
    DoButton( 22 )
    DoButton( 25 )

    DoOEMButton(133)
    DoOEMButton(134)
    DoOEMButton(135)

    The last 3 lines are not needed. THe 4th line homes the A axis. Leave only the first 3 lines, and delete the rest.

    DoButton( 24 )
    DoButton( 23 )
    DoButton( 22 )
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

Similar Threads

  1. Replies: 2
    Last Post: 04-07-2013, 04:16 PM
  2. Replies: 0
    Last Post: 04-07-2013, 01:03 AM
  3. G540, homing switches and mach3
    By marbles in forum Gecko Drives
    Replies: 7
    Last Post: 03-11-2013, 01:43 PM
  4. G540 not homing a slaved axis
    By bcourson in forum Gecko Drives
    Replies: 2
    Last Post: 12-04-2009, 03:59 PM
  5. mach homing
    By dertsap in forum Machines running Mach Software
    Replies: 2
    Last Post: 05-12-2006, 03:42 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
  •