Index Manuals FANUC Series 30i/300i/300is-MODEL A. Machining Center System. User's manual (B-63944EN/03)
|
|
|
16.CUSTOM MACRO PROGRAMMING B-63944EN/03
- 532 - 16.7.2 Modal Call: Call After the Move Command (G66) G66 P p L l <argument-specification> ; P : Number of the program to call l : Repetition count (1 by default) Argument : Data passed to the macro O0001 ; O9100 ;
Explanation • After G66, specify at address P a program number subject to a modal call. • When a number of repetitions is required, a number from 1 to 999999999 can be specified at address L. • As with a simple call (G65), data passed to a macro program is specified in arguments. • In the G66 mode, a macro or subprogram can be called.
- Cancellation When a G67 code is specified, modal macro calls are no longer - Call nesting Macro calls can be nested to a depth of up to five levels including - Modal call nesting For a single modal call (when G66 is specified only once), each time |