![Mitsubishi Electric M700V Series Скачать руководство пользователя страница 386](http://html.mh-extra.com/html/mitsubishi-electric/m700v-series/m700v-series_programming-manual_238523386.webp)
13. Program Support Functions
13.7 Corner Chamfering/Corner Rounding I
374
13.7.2 Corner Rounding " ,R_ "
Function and purpose
The imaginary corner, which would exist if the corner were not to be rounded, is rounded with the
arc having the radius which is commanded by ",R_" only when configured of linear lines.
Command format
N100 G01 X__ Y__ , R__ ;
N200 G02 X__ Y__ ;
,R
: Arc radius of corner rounding
Corner rounding is performed at the point where N100 and N200 intersect.
Example of program
(1) G91 G01 X100., R10. ;
(2) X100. Y100. ;
Y axis
Corner rounding
end point
Corner rounding
start point
Imaginary corner
intersection point
X axis
X100.0
X100.0
Y100.0
(1)
(2)
R10.0
Detailed description
(1) The start point of the block following the corner R serves as the imaginary corner intersection
point.
(2) When the comma in ",R" is not present, it is handled as an R command.
(3) When both the corner chamfer and corner rounding commands exist in the same block, the
latter command is valid.
(4) Tool compensation is calculated for the shape which has already been subjected to corner
rounding.
(5) Program error (P381) results when there is an arc command in the block following the corner
rounding block.
(6) Program error (P382) results when the block following the corner rounding block does not
have a linear command.
(7) Program error (P383) results when the movement amount in the corner rounding block is less
than the R value.
(8) Program error (P384) results when the movement amount in the block following the corner
rounding block is less than the R value.