
11. PROGRAM COMMAND
B–63833EN–1/02
660
When M96Pxxxx is specified in a program, subsequent program
operation can be interrupted by an interrupt signal (UINT) input to
execute the program specified by Pxxxx.
Any interrupt signal (UNIT, asterisked in Fig. 11.5.2) issued after M97
is ignored.
Do not enter an interrupt signal during execution of an interrupt macro.
[Classification] Input signal
[Function] This signal calls and executes a program in memory. During execution,
a program in automatic operation is suspended.
To enable this signal to be accepted, a particular miscellaneous function
must be specified in a command program for automatic operation. In
addition, automatic operation must already be started to accept this signal.
The particular miscellaneous function code is set by parameter 6003,
6033 and 6034.
#7 #6 #5 #4 #3 #2 #1 #0
G053 UINT
#7 #6 #5 #4 #3 #2 #1 #0
MUS6003 MCY MSB MPR TSE MIN MSK
[Data type] Bit
MSK Absolute coordinates at that time during custom macro interrupt
0 : Not set to the skip coordinates (system variables #5061 and later)
1 : Set to the skip coordinates (system variables #5601 and later)
MIN Custom macro interrupt
0 : Performed by interrupting an in–execution block (Custom macro
interrupt type I)
1 : Performed after an in–execution block is completed (Custom macro
interrupt type II)
TSE Custom macro interrupt signal UINT
0 : Edge trigger method (Rising edge)
1 : Status trigger method
Signal
Interrupt Signal for
Custom Macro
UINT<G053#3>
Signal address
Parameter
D Various Setting for
Custom Macro