586,047 active members*
3,784 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2003
    Posts
    35
    Hello
    I am looking for a possibility to park the tool/spindle defined after the processing.
    The position should be relatively close to the machine neutral point so that the tool is always at the back in the right corner. Because on different machine there are different traverse paths.
    The best option would be having my component part program and in that the program park.h which parks the tool... Then I only would have to adjust the program park.h on each machine to the particular installation space and the component part program could remain untouched.

    Unfortunately I haven’t found a possibility yet to jump between the “manual” zero point and the machine zero point. Does anybody have an idea?

    Kind regards
    Arne

  2. #2
    Join Date
    Mar 2007
    Posts
    163
    M91 ?!
    Machine coordinate system?
    Grüsse aus dem Sauerland<br />St.Schütt

  3. #3
    Join Date
    Nov 2004
    Posts
    145
    Hi
    I always do it like this:
    The program end is always specific to the particular machine
    .
    .
    .
    CALL PGM ENDE
    M30


    0 BEGIN PGM ENDE MM P
    1 L Z-5 R0 F MAX M91
    2 L X+100 Y+580 R0 F MAX M91
    3 END PGM ENDE MM P

  4. #4
    Exactly like that, or with M92 (manufacturer zero point)
    On my DMG it looks like this:

    L IZ+100 FMAX
    /L X0 Y500 Z0 FMAX M92
    M0
    Gruß V4Aman<br /><br /><br />_________________________________________________ _________________________<br /><br />Alle sagten: &quot;Das geht nicht.&quot; Dann kam einer, der wusste das nicht, und hat&#39;s einfach gemacht.

Posting Permissions

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