Home
All Services
Consulting & Training
Articles
IT Business Solutions
ERP software development
E-Training
Job & CV
Professional resume, CV
CNC Jobs
CNC Programmer/Operator Certificate
Library
CNC Manuals
CNC Programming G,M codes
NC Programs [Examples]
NC Code Explanation
CNC Glossary
NC Simulator
Interactive Exercises
Testing
Calc & Converters
Support
Blog
Helpdesk
Contacts
Home
All Services
Consulting & Training
Articles
IT Business Solutions
ERP software development
E-Training
Job & CV
Professional resume, CV
CNC Jobs
CNC Programmer/Operator Certificate
Library
CNC Manuals
CNC Programming G,M codes
NC Programs [Examples]
NC Code Explanation
CNC Glossary
NC Simulator
Interactive Exercises
Testing
Calc & Converters
Support
Blog
Helpdesk
Contacts
Coordinate determination for linear interpolation
(Absolute and relative)
Home
E-Training
Interactive Exercises
No.Exp2/801620
ABS (Absolute coordinates):
O0001;
G17 G21
G90
G54;
M06 T01;
M03 S6000;
G00
X
.0
Y
.0 Z10.0 (P1);
Z5.0;
G01 Z-1.0 F150.;
X
.0
Y
.0 F200. (P2);
X
.0
Y
.0 (P3);
X
.0
Y
.0 (P4);
G00 Z10.0;
M05;
G91 G28 Z0.0;
G28 X0.Y0.;
G90;
M30;
INC (Incremental coordinates):
O0002;
G17 G21
G90
G54;
M06 T01;
M03 S6000;
G00
X
.0
Y
.0 Z10.0 (P1);
Z5.0;
G01 Z-1.0 F150.;
G91
X
.0
Y
.0 F200. (P2);
X
.0
Y
.0 (P3);
X
.0
Y
.0 (P4);
G90
G00 Z10.0;
M05;
G91 G28 Z0.0;
G28 X0.Y0.;
G90;
M30;