587,575 active members*
3,599 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    0

    Auto touch off?

    Does anyone know of a guide for setting up an auto touch off for the Z-axis? I've done lots of searching and I've seen people say they've done it and people say they are going to write a guide, but nothing out there really says what files need to be modified and what lines need to be added where.

    I'd also love to be able to auto touch off on the x&y axis like I've seen in some videos where they use a copper tube to find the center.

  2. #2
    Join Date
    Aug 2010
    Posts
    0

    Adding buttons to Axis

    Ok, so I'm trying to figure out a procedure to do the auto touch off. I haven't made it very far.

    It seems like the first step is to add one of those virtual control panels on the side of Axis so I can click a button to do it. I thought a good button to start with would be a "home" button to simple do g0x0y0z0.

    To setup the button requires use of pyvcp, creating an xml file, and adding a line to the .ini file.

    Here is my home.xml file:

    PHP Code:
    <pyvcp>
      <
    button>
        <
    halpin>"home-button"</halpin>
        <
    text>"Home"</text>
      </
    button>
    </
    pyvcp
    In the .ini file you add a line to the [DISPLAY] section:

    PHP Code:
    PYVCP home.xml 
    When you load Axis you'll now get a Home button on the right side. Unfortunately it won't do anything. Somehow you need to connect a "pin" to something to execute the g-code.

  3. #3
    Join Date
    Mar 2010
    Posts
    0
    Tou need classiladder to do this routine.
    check this out Single_button_probe_touchoff

Similar Threads

  1. Touch Pad
    By ardsranger in forum Mach Mill
    Replies: 0
    Last Post: 10-05-2010, 06:13 PM
  2. Spindle to hot to touch!!!
    By slatronic in forum Charter Oak Automation Support Forum
    Replies: 58
    Last Post: 04-21-2010, 01:01 PM
  3. One Touch IGF-L
    By ProToZyKo in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 0
    Last Post: 01-15-2010, 05:53 PM
  4. Spindle Hot To Touch
    By Cory in forum Haas Mills
    Replies: 45
    Last Post: 03-29-2008, 04:21 PM
  5. anyone use a touch screen?
    By jderou in forum Screen Layouts, Post Processors & Misc
    Replies: 13
    Last Post: 09-02-2005, 12: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
  •