Yaskawa MP2000 Series: User's Manual for Motion Programming User Manual
Page 128

8.1 Axis Setting Commands
8-21
8
Command Reference
• When bits 4 to 7 (Acceleration/deceleration degree unit selection) of OW
03 are set to
0 (reference unit/s
2
)
The following example shows when the MOV command is executed to decelerate axis A1 at the rate of
60.000 (mm/s
2
) and when the MOV command is executed to decelerate the axis A1 at the rate of 100.000
(mm/s
2
). In this example, one reference unit is 0.001 mm.
Fig. 8.10 Deceleration Time Change Command (DCC) Programming Example 2:
When Acceleration/Deceleration Degree Unit Selection is Set to 0 (Reference unit/s
2
)
INC;
VEL [A1]18000;
ACC [A1]100000;
DCC [A1]60000;
MOV [A1]5000000;
DL00000 = 100000;
DCC [A1] DL00000;
MOV [A1]5000000;
END;
" Incremental mode
" Set Velocity [10
∗∗n reference units/min]
" Acceleration rate change [reference unit//S
∗S]
" Deceleration rate change [reference unit/S
∗S]
" Positioning
" Deceleration rate [reference unit/S
∗S]
" Deceleration rate change [reference unit/S
∗S]
" Positioning
EXAMPLE
Speed (V)
[0.001 mm/s]
Time (t)
[s]
300000
VEL
18000 (mm/min)
= 300000 (0.001 mm/s)
DCC
60.000 mm/s
2
DCC
100.000 mm/s
2