Jprogramming examples – Yaskawa MP900 Series Motion Programming Manual User Manual
Page 70

2.1 Axis Move Commands
2 -17
The methods of designating speed commands, accelerations/decelerations, overrides, and so on, are all the
same as for linear interpolation. For details, see 2.1.2 LINEAR INTERPOLATION (MVS).
J
Programming Examples
The following illustration shows a programming example for the COUNTERCLOCKWISE
HELICAL INTERPOLATION command in ABS mode.
ABS;
FMX T30000000;
MW00001 = 10000; (*)
MOV [X] 1000 [Y] 0 [Z] 0;
PLN [X] [Y];
MCC [X] 0 [Y] 1000 U0 V0 Z500;
Circle center
point
(0, 0, 0)
500
End position
Current
position
Circular interpolation
end position
1000
Linear interpolation portion
F
+X
+Y
+Z
Figure 2.13 Programming Example for HELICAL INTERPOLATION
*
Example of MP930
The interpolation override setting differs depending on the Machine Controller mod-
el. Refer to 1.2.3 Feed Speeds for details.
1. The speed designation (F) must be specified in the same block as the interpolation command.
2. The INTERPOLATION FEED SPEED RATIO SETTING command (IFP) is an isolated command, and
cannot be specified in the same block as the interpolation command.
3. If the override applied to the F designation results in a speed exceeding the maximum interpolation feed
speed (FMX), the speed will be clamped to the FMX speed.
2
INFO
A
EXAMPLE
"
INFO