Answer : Option:- B
We want circular motion as mention in question, G02 - for Circular clockwise circular interpolation.
Answer : Option:- A
In CNC machining, the G02 code is used for clockwise circular interpolation, which moves the tool along a circular arc. In the given example, the tool moves from the coordinates (5, 5) to (10, 10), with the center of the arc at (10, 5). The R5 parameter indicates the radius of the arc. Correctly using G02 ensures the tool follows the desired arc path, which is important for operations that require precision, such as in complex shapes or curves.
Answer : Option:- C
In CNC programming, each command has a specific function. M05 stops the spindle, G01 is used for linear interpolation, where the tool moves in a straight line to a specified position, G04 is used for dwell, or a pause in the movement, and G09 is for precise stop or interpolation. Understanding these commands is essential for controlling CNC machines efficiently and ensuring accurate production of parts.