Program CNC configuration in CNC machine (part 1)
November 09, 2010
1 Comment
There are two types of program in cnc programming, there are main program and subprogram. Normally the CNC operates according to the main program. However, when a command calling a subprogram is encountered in the main program, control is passed to the subprogram. When a command specifiying a return to the main program is ecountered in a subprogram, control is returned to the main program.
Read more »
including reasonable comments here... CNC machine
ReplyDelete