Program CNC configuration in CNC machine (part 2)
November 09, 2010
Add Comment
Reffer to the last post in program CNC configuration part 1 here
We will continue to program section configuration, a program section consist of several blocks. A program section starts with a program number and end with a program end code.
Program section configuration Program section
Program number O0001;
Block 1 N1 G91 G00 X120.0 Y80.0;
Block 2 N2 G43 Z-32.0 H01;
Disable execution block / N3 G00 Z-200.0;
:
Read more »
We will continue to program section configuration, a program section consist of several blocks. A program section starts with a program number and end with a program end code.
Program section configuration Program section
Program number O0001;
Block 1 N1 G91 G00 X120.0 Y80.0;
Block 2 N2 G43 Z-32.0 H01;
Disable execution block / N3 G00 Z-200.0;
:
0 Response to "Program CNC configuration in CNC machine (part 2)"
Post a Comment