How to indicate command dimensions for moving the tool
Command for moving the tool can be indicated by " Absolute Command or Incrimental Command "
Absolute Command
The tool moves to a point at "the distance from zero point af the coordinate system" that is to the position of the coordinate values
For milling:
Command specifying movement from point A to point B
G90 X10.0 Y30.0 Z 5.0;
( X10.0 Y30.0 Z5.0 is Coordinate of poin B )
For Lathe cutting:
Command specifying movement from point A to point B
X30.0 Z70.0 ( coordinate of point B )
"Incrimental command" I will discuss in future posts
1 comment:
wow..very detail information. actually i'm not in the engineering stuff, but i think this will help alot..
Post a Comment