Computer Numerical Control (CNC) Programming

  1. Fundamentals of the CNC Machine Environment
    1. The Cartesian Coordinate System
      1. Three-Dimensional Space Representation
        1. X, Y, and Z Linear Axes
          1. Right-Hand Rule for Axis Orientation
            1. Rotational Axes
              1. A Axis (Rotation around X)
                1. B Axis (Rotation around Y)
                  1. C Axis (Rotation around Z)
                  2. Positive and Negative Directions
                    1. Machine-Specific Axis Configurations
                    2. Reference Points and Coordinate Systems
                      1. Machine Zero (Machine Home Position)
                        1. Homing Sequence
                          1. Power-On Reference
                            1. Machine Coordinate System
                            2. Part Zero (Workpiece Zero)
                              1. Work Coordinate System
                                1. Setting the Work Offset
                                  1. Locating the Datum Point
                                    1. Use of Edge Finders and Probes
                                    2. Tool Reference Points
                                      1. Tool Length Reference
                                        1. Tool Tip Position
                                      2. Positioning Modes
                                        1. Absolute Positioning (G90)
                                          1. Reference to Fixed Origin
                                            1. Programming Applications
                                            2. Incremental Positioning (G91)
                                              1. Reference to Current Position
                                                1. Programming Applications
                                                2. Mixed Mode Programming
                                                  1. Practical Applications and Examples
                                                  2. Units of Measurement
                                                    1. Imperial Units (Inches) - G20
                                                      1. Metric Units (Millimeters) - G21
                                                        1. Switching Between Units
                                                          1. Implications for Programming and Tooling
                                                            1. Resolution and Precision Considerations