. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Neale could you copy and paste what's inside your M06.M1S file please?

    Regards,

    Tim

  2. #2
    Can do - will take a little time as I'll get the current copy off my machine. Might as well post m6start, m6end, and my tool-height setting routine while I'm at it. These all work, at least on my setup.

  3. #3
    I have the auto tool zero function working.

    Just struggling to set up the location, but that would all be fantastic.

    Thankyou.

  4. #4
    So, this doesn't do exactly what you need, but it might help a bit.

    toolchange macros.zip

    I suspect that what you need is something like:

    code "g53 g0 x[your tool change X] y[your tool change Y]"

    somewhere near the top of your tool height set macro. Note the G53 - this is important as it means "use coordinates on this line as machine, not work, coordinates"

    Can you post your tool height set macro?

  5. #5
    Quote Originally Posted by Neale View Post
    So, this doesn't do exactly what you need, but it might help a bit.

    toolchange macros.zip

    I suspect that what you need is something like:

    code "g53 g0 x[your tool change X] y[your tool change Y]"

    somewhere near the top of your tool height set macro. Note the G53 - this is important as it means "use coordinates on this line as machine, not work, coordinates"

    Can you post your tool height set macro?
    Hello Neale, I have sent you a email directly to you.

    Regards,

    Tim

  6. #6
    Quote Originally Posted by Neale View Post
    So, this doesn't do exactly what you need, but it might help a bit.

    toolchange macros.zip

    I suspect that what you need is something like:

    code "g53 g0 x[your tool change X] y[your tool change Y]"

    somewhere near the top of your tool height set macro. Note the G53 - this is important as it means "use coordinates on this line as machine, not work, coordinates"

    Can you post your tool height set macro?
    AUTO TOOL ZERO SCRIPT:-


    FeedCurrent = GetOemDRO(818) 'Get the current settings, OEM DROs (818)=Feedrate DRO
    ZCurrent = GetOemDro(802) 'OEM DROs (802)=Z DRO
    GageH = GetOEMDRO(1001) 'OEMDRO(1001)=Gage Block Height
    ZNew = ZCurrent - 300 'probe down 20 mm

    Code "G90F500" 'slow feed rate to 100 MM/MIN
    Rem Code "G4 P1" 'Pause 1 second to give time to position probe plate
    Code "G31 Z" &ZNew
    While IsMoving()
    Sleep(10)
    Wend
    Call SetDro (2,GageH) 'DRO(2)=Z DRO

    FinalMove = GageH + 10
    Code "G0 Z" &FinalMove
    Code "F" &FeedCurrent 'restore starting feed rate dr.lin 2009.10.16

  7. #7
    This thread can be closed now.

    All resolved thanks to Mr Neale.

    Thank you again for all your guidance.

    Tim

  8. #8
    This thread can be closed now.

    All resolved thanks to Mr Neale.

    Thank you again for all your guidance.

    Tim

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. Manual Tool Change
    By Kev2960 in forum General Discussion
    Replies: 11
    Last Post: 24-10-2017, 10:11 AM
  2. WANTED: Coventry easy change tool holders
    By Benja in forum Items Wanted
    Replies: 0
    Last Post: 01-07-2017, 02:04 AM
  3. Ignoring tool change
    By dudz in forum Machine Discussion
    Replies: 6
    Last Post: 15-02-2014, 06:34 PM
  4. Mach3 Tool Change Position
    By Mad Professor in forum Artsoft Mach (3 & 4)
    Replies: 7
    Last Post: 15-07-2013, 06:54 PM
  5. WANTED: Tool holders for T2 (I think) quick change toolpost
    By Jonathan in forum Items Wanted
    Replies: 22
    Last Post: 07-05-2011, 10:30 AM

Bookmarks

Posting Permissions

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