Mitsubishi Electronics Q173HCPU/Q172HCPU Work Light User Manual


 
6 - 60
6 MOTION PROGRAMS FOR POSITIONING CONTROL
(5) When this command is executed continuously, the acceleration or deceleration is
not made at the start or end point of a block because the status is not the exact
stop check mode.
(6) When the circular arc central coordinates and radius are specified simultaneously
for G03 (CCW), the radius-specified circular interpolation has priority.
(7) The positioning data can be set by direct setting (numerical value) or indirect
setting (variable : #
).
[Related Parameters]
Speed limit value : The maximum feed rate of each axis is set.
(Refer to Section 5.3.1 for the speed limit value of the
parameter block.)
Circular interpolation arc error : The allowable error range for circular interpolation is
set.
(Refer to Section 5.3.3 for the allowable error range for
circular interpolation of the parameter block.)
[Program Example]
(1) The program which performs circular interpolation from the current position to
draw a half circle.
G91 G03 X0. Y100. I0. J50. F500. ;
Y
X
50
Start point
Feed rate
500[mm/min]
End point X0, Y100
(Unit: mm)
(2) The program which performs circular interpolation from the current value to draw a
complete round.
G03 X0. Y0. I0. J50. F500. ; (Command for the complete round)
Y
X
50
Start/end point
Feed rate
500[mm/min]
(Unit: mm)