Hi Daniel thank for your answer, actually I am looking for formula on which CNC machine interprets Radius movements.
CNC machine takes radius movement by combined linear motion of X and Y axis, so am looking for the method or formula on which CNC machine divides Radius movement into linear X,Y axis movements.
The procedure used is the DDA algorithms that you can see in any Computer Graphics books that deal with line and circle drawing. The only change that you have to do is the resolution instead of pixel you will use the resolution of the system for example 1 micron.