FX Series Positioning Controllers
Program format 5
5-13
5.4.3
Multistep operation using continuous paths (FX
2N
-10GM).
Though the cod 01 (LIN) is a linear interpolation instruction, it can be used for multistep opera-
tion by specifying continuous paths in the FX
2N
-10GM.
•
Create a program accord-
ing to the operation exam-
ple shown below.
•
The travel can be specified
by either the absolute drive
method (ABS) or the incre-
mental drive method (INC).
However, when the drive
method is changed during continuous paths, the machine stops temporarily.
•
In multistep operation, preparation for the next process is performed at the same time as the
present process. Accordingly, when the available distance for change-over from the present
operation speed to the next step speed is too small or when the travel time is short, the
machine may not continue operation but is stopped temporarily.
•
The number of multi-steps (number of continuous paths) is not restricted at all. The opera-
tions using m codes are performed in the same way as described for continuous paths on
the previous page.
•
In the FX
2N
-20GM also, multistep operation is possible by specifying only one axis (X axis or
Y axis) for operation. (In this case, however, only programs for simultaneous 2-axis opera-
tion are possible because interpolation control is required. The unspecified axis does not
move.)
3000
2000
1600
2500
1500
1000
+2500
+1500
Speed
Present position
+0
Stop point
+5000
PARA. 10.
Example of incremental drive
Ox 00,N0
N0 cod91(INC);
N1 cod01(LIN)
x1500
f3000;
N2 cod01(LIN)
x1000
f2000;
N3 cod01(LIN)
x2500
f1600;
N4 m02(END);
Program No.0
Incremental drive method
Continuous path section
END command
Program No.0
absolute drive method
Continuous path section
END command
Example of absolute drive
Ox 00,N0
N0 cod90(ABS);
N1 cod01(LIN)
x1500
f3000;
N2 cod01(LIN)
x2500
f2000;
N3 cod01(LIN)
x5000
f1600;
N4 m02(END);
Содержание FX2N-10GM
Страница 1: ...HARDWARE PROGRAMMING MANUAL FX2N 10GM FX2N 20GM ...
Страница 4: ...FX Series Positioning Controllers ii ...
Страница 6: ...FX Series Positioning Controllers iv ...
Страница 46: ...FX Series Positioning Controllers Introduction 1 1 34 MEMO ...
Страница 76: ...FX Series Positioning Controllers Wiring 3 3 24 MEMO ...
Страница 222: ...FX Series Positioning Controllers Operation Maintenance and Inspection 8 8 18 MEMO ...
Страница 256: ...FX Series Positioning Controllers Program Examples 9 9 34 MEMO ...