396
G-language Commands
Section 7-3
!Caution
If this command is executed just after a G01, G02, G03, or G32 command, the
interpolation will be performed in Stop Mode, not Pass Mode, even if Pass
Mode has been selected.
Programming Example
In this example, the dwell timer waits 10 seconds between linear interpolation
operations.
:
:
N009
G10
N010
G01
X100
F50
N011
G04
10
N012
G01
X200
Y200
:
:
Note
Program blocks N010 and N012 are not pass operations.
7-3-5
G10: PASS MODE
Switches the operating mode to Pass Mode.
Format
G10
Operands
None
Description
This command switches the operating mode to Pass Mode. When this com-
mand is executed, any subsequent interpolation (linear or circular) operation
will move on to the next positioning operation without decelerating to a stop.
The Pass Mode remains in effect until the STOP MODE command (G11) or
IN-POSITION CHECK OFF MODE command (G13) is executed.
The pass operation may not be executed if a G01, G02, G03, or G32 com-
mand is executed with an extremely short travel time.
In Pass Mode, the next G-code command is executed (pre-read execution)
without waiting for the completion of a G01, G02, G03, or G32 command that
is currently being executed, so the execution block number output to the inter-
face might be different from the actual block number being executed. The sub-
sequent commands will be executed until the next block with a G01, G02,
G03, or G32 command.
In the following programming example, blocks N003 to N006 are executed
(pre-read execution) while the axis is moving according to the command in
block N002. Although the axis is moving according to program block N002,
the execution block number will be refreshed with block numbers N003 to
N006. Program execution will then wait on standby at block N006.
When command processing for N002 is completed, pre-read execution will
start again.
N000
P000
XY
N001
G10
N002
G01
X100
F1000
N003
G63
A0000 = 1
N004
G63
A0001 = 2
N005
G63
A0002 = 3
N006
G01
X200
:
:
Speed
Time
10 s
Содержание CS1W-MC221 -
Страница 1: ...Motion Control Units Cat No W359 E1 04 CS1W MC221 V1 421 V1 OPERATION MANUAL ...
Страница 2: ...CS1W MC221 V1 421 V1 Motion Control Units Operation Manual Revised February 2008 ...
Страница 3: ...iv ...
Страница 5: ...vi ...
Страница 11: ...xii ...
Страница 15: ...xvi ...
Страница 19: ...xx ...
Страница 27: ...xxviii Conformance to EC Directives 6 ...
Страница 133: ...106 Installation Section 2 2 2 2 4 Dimensions CS1W MC421 CS1W MC221 ...
Страница 173: ...146 Connecting Peripheral Devices Section 2 7 ...
Страница 227: ...200 Command Area Section 3 6 ...
Страница 351: ...324 Interface Specifics Section 5 4 ...
Страница 513: ...486 Absolute Encoder Interface Specifications Section 9 7 ...
Страница 575: ...548 Error Log Section 12 6 ...
Страница 589: ...562 Performance Appendix A ...
Страница 655: ...628 Control Bit Flag Timing Charts Appendix E ...
Страница 683: ...656 Origin Search Patterns Appendix F ...
Страница 685: ...658 Encoder Divider Rate and Rotation Speed for OMRON Servo Drivers Appendix G ...