How many key concepts are there to be proficient with a cnc machine. And how many for programming and for set up/operation
10 key concepts
6 for programming and 4 for set up
3 basic items you must understand about the machine
-machine components
-motion directions or axes
-programmable features
One way to control spindle speed and feed rate on most conventional lathe
Rpm for spindle speed
Per revolution for feed
Positions through which cutting tools move
Coordinates
Coordinates which are required to determine an orifin from which you specify coordinates
Program zero point
Where do you specify all coordinates withing the program
Program zero
The assigning of program zero is also the set up persons responsibility. T or f
True
3 basic motion types
-rapid motion (G00)
-linear interpolation (G01)
-circular interpolation (G02 CW, G03 CCW)
3 types of compensation used on turning centers
-wear offsets
-geometry offsets/work shift
-tool nose radius compensation
Provides a way to size in workpiece attributes during set up
Wear offset
Specifies program zero assignment values
Geometry offsets/work shift
3 reasons cnc programs must be strictly structured
-helps familiarize with programming
-provides consistently among programs
-allows cutting tools to be re run on their own
3 special features designed to simplify and shorten cnc programs
-Canned and multiple rep cycles
-sub programming
-other special programming features
Minimizes the commands needed to program machining operations. Shortens time and effort to create cnc programs
Canned and multiple repetitive cycles
Keeps you from repeating redundant commands in cnc programs. If you need to machine multiple identical workpiece attributes
Sub programming
4 special programming features
-block delete
-automatic corner round and chamber
-programmable offsets entry
-spindle limiter
Gives the machine operator a choice between one of two conditions
Block delete
Simplifies the task of programming corner breaks with chamfers and radius
Automatic corner rounding and chamfer
Provides a way to program the entry of an offsets when you know its value as you create a program
Programmable offset entry
Lets you specify a maximum spindle speed in revolutions per minute
Spindle limiter
3 basic modes of operation
-manual mode
-manual data input MDI
-program operation mode
3 reasons to structure g code program
4 types of formats for programming
-program start up format
-tool start up
- tool ending
-program ending format
All programs begin with a program number specified with which letter
O