In a CNC machining operation, the has to be moved from point (5, 4) to point(7, 2)along a circular path with center at (7,2). Before starting operation, the tool is at (5, 4).The correct G and M code for this motion is

Respuesta :

Answer: hello your question is incomplete below is the complete question

answer:

N010 GO2 X7.0 Y2.0 15.0 J2.0  ( option 1 )

Explanation:

Given that the NC machining has to be moved from point ( 5,4 ) to point ( 7,2 ) along a circular path

GO2 = circular interpolation in a clockwise path

G91 = incremental dimension

hence the correct option is :

N010 GO2 X7.0 Y2.0 15.0 J2.0  

Ver imagen batolisis