3 Fundamentals of CNC Programming I (CNC Course CD)
3 Fundamentals of CNC Programming I (CNC Course CD)
Lecture 3 Fundamentals of CNC Programming I Axis and Motion Nomenclature CNC Milling Fundamentals CNC Lathe Fundamentals
If you rotate your hand looking into your middle finger, the forefinger represents the Y axis. The base of your fingers is the start point or (X0, Y0, Z0).
(2)
(4)
(5)
(6)
(7)
(8)
(9)
There are two reference points on a CNC Machine: Machine Reference Zero (MRZ) and the Part Reference Zero (PRZ). All coordinates are based on these two points.
- All CNC machine tools require a reference point from which to base coordinates.
- It is generally easier to use a point on the workpiece itself for reference, because the coordinates apply to the part anyway thus the PRZ designation
- The PRZ is defined as the lower left-hand corner and the top of the stock of each part
(10)
The advantages of having the PRZ at the lower left top corner are:
- Geometry creation is in the positive XY plane for CAD/CAM systems - The corner of the workpiece is easy to find. - All negative Z depths are below the surface of the workpiece.
(11)
(12)
(13)
(14)
(15)
(16)
(17)
When measuring X and Z coordinates, use a central reference point. Start all measurements at this reference point, the origin point (X0, Z0). For all our examples the origin is located at the center right-hand endpoint of the workpiece. Keep in mind that at times the center left-hand endpoint of the workpiece may be used
(19)
For example, if the workpiece has a 5-in outside diameter and you want to command an absolute move to the outside, you would program X5.0
(20)
For example, for the same 5-in. outside diameter workpiece, you would program X2.5 to move the tool to the outside.
(21)
(23)
(24)
(25)
(26)
(27)
(28)
(29)
(30)
G01
(31)
(32)
(35)
(36)
(37)
(38)