586,453 active members*
2,961 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    6
    Hello SC-users!

    I have a little problem. How can I pack a discrete drilling coordinate into a subprogram?
    If I want to center 2xM10, then both coordinates get to the subprogram. If it’s just a hole, then both coordinates stay in the main program.

    It’s for Okuma milling cutter (DIN)

    Regards

    Thomas

  2. #2
    Join Date
    Jun 2002
    Posts
    825
    Hello!

    Write in your *.MAC as follows:

    gen_procs = D

    Then there’s a subprogram also with a hole:

    G71 Z50.
    NCYL G81 R2. Z-42.184 M53
    CALL O7201
    M5
    M9
    G0 Z800
    M6
    M2
    (****)
    O7201
    M3 (DRILL - DRILLS)
    X-96.195 Y53.423
    RTS
    %

    Regards,

    Thorsten
    Grüßle<br />nebbe

Posting Permissions

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