585,729 active members*
4,797 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Posts
    74
    Hello
    Is it possible to refer different jobs (for example drilling + thread cutting) in a mac-file of PP to one LBL after output?

    Actual:
    7 TOOL CALL 1056 Z S3410 F341
    10 CYCL DEF 200 BOHREN ~
    11 CALL LBL 21
    ...
    15 TOOL CALL 9 Z S3800 F228
    18 CYCL DEF 208 BOHRFRAESEN ~
    19 CALL LBL 22


    Target:
    7 TOOL CALL 1056 Z S3410 F341
    10 CYCL DEF 200 BOHREN ~
    11 CALL LBL 21
    ...
    15 TOOL CALL 9 Z S3800 F228
    18 CYCL DEF 208 BOHRFRAESEN ~
    19 CALL LBL 21
    ...
    Who invented it?!

  2. #2
    Join Date
    Jun 2002
    Posts
    825
    So?

    13 TOOL CALL 3 Z S1000
    14 L M06
    15 FN 0: Q4 =+33
    16 ;* D-DRILL5-T3 - DRILL *
    17 L X-75.000 Y-50.000 R0 FMAX M13
    18 L Z+2.000 FMAX
    19 CYCL DEF 1.0 TIEFBOHREN
    20 CYCL DEF 1.1 ABST 2.000
    21 CYCL DEF 1.2 TIEFE -20.000
    22 CYCL DEF 1.3 ZUSTLG -20.000
    23 CYCL DEF 1.4 V.ZEIT 0.000
    24 CYCL DEF 1.5 F Q4

    25 CALL LBL 201 REP

    26 ; ST.
    27 TOOL CALL 4 Z S1000
    28 L M06
    29 FN 0: Q4 =+33
    30 ;* D-DRILL5-T4 - DRILL *
    31 L X-75.000 Y-50.000 R0 FMAX M13
    32 L Z+2.000 FMAX
    33 CYCL DEF 1.0 TIEFBOHREN
    34 CYCL DEF 1.1 ABST 2.000
    35 CYCL DEF 1.2 TIEFE -20.000
    36 CYCL DEF 1.3 ZUSTLG -20.000
    37 CYCL DEF 1.4 V.ZEIT 0.000
    38 CYCL DEF 1.5 F Q4

    39 CALL LBL 201 REP

    40 L Z0 FMAX M91
    41 M02

    42 LBL 201
    43 ;* DRILL5 - DRILLS *
    44 CYCL CALL
    45 L Z+100.000 R FMAX M
    46 L X-130.000 Y-20.000 R FMAX M
    47 L Z+2.000 R FMAX M99
    48 L Z+100.000 R FMAX M
    49 L X-130.000 Y-80.000 R FMAX M
    50 L Z+2.000 R FMAX M99
    51 L Z+100.000 R FMAX M
    52 L X-20.000 Y-80.000 R FMAX M
    53 L Z+2.000 R FMAX M99
    54 L Z+100.000 R FMAX M
    55 L X-20.000 Y-20.000 R FMAX M
    56 L Z+2.000 R FMAX M99
    57 L Z+100.000 R F MAX M
    58 LBL 0
    Grüßle<br />nebbe

  3. #3
    Join Date
    May 2006
    Posts
    74
    Yeah! How are you? It’s a mac-file, isn’t it?

  4. #4
    Join Date
    Jun 2002
    Posts
    825
    MAC file? Too!

    ;Procedures control
    drill_proc = Y

    you’ll have to see what it’ll be.

    Good luck!

    t.
    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
  •