
4.FUNCTIONS TO SIMPLIFY PROGRAMMING PROGRAMMING B-63944EN-1/02
- 50 -
- Block in which no move command is specified
In a block in which no move command is specified in the canned cycle
mode, a canned cycle is also performed. For example, a block
containing only EOB or a block in which none of the M, S, and T
codes, and move commands are specified is of this type of block.
When an M, S, or T code is specified in the canned cycle mode, the
corresponding M, S, or T function is executed together with the
canned cycle. If this is inconvenient, specify a group 01 G code
(G00 or G01) other than G90, G92, or G94 to cancel the canned cycle
mode, and specify an M, S, or T code, as in the program example
below. After the corresponding M, S, or T function has been
executed, specify the canned cycle again.
Example
N003 T0101;
:
:
N010 G90 X20.0 Z10.0 F0.2;
N011 G00 T0202; ← Cancels the canned cycle
mode.
N012 G90 X20.5 Z10.0;
- Plane selection command
Specify a plane selection command (G17, G18, or G19) before setting
a canned cycle or specify it in the block in which the first canned
cycle is specified.
If a plane selection command is specified in the canned cycle mode,
the command is executed, but the modal values common to canned
cycles are cleared.
If an axis which is not on the selected plane is specified, alarm
PS0330 is issued.
- Parallel axis
When G code system A is used, U, V, and W cannot be specified as a
parallel axis.