W4 Flashcards
True or a false
The least input increment for INCH mode for most machining centres is 0.001
False : 0.0001 inch
True or False
All words within a CNC program require a decimal point
False: only real words not modal words
True or False
You can place as many G - codes in one command line as you wish
False: we’re only allowed a Maximum of 3 codes in one command line
How do you determine where to place the program zero point in x and y ?
At the location from which the dimensions are taken on the print
G00
Rapid motion
G01
Linear motion
G20
Inch mode
G21
Metric mode
G43
Read tool offset height
G90
Absolute mode
G91
Incremental mode
How are M00 and M01 similar ?
They are both program and machine stops
How are M00 and M01 diffrent
M01 is optional stop
M00 is non optional stop
M00
Program stop
M01
Optional program stop
G53
Changes reference location from program zero to machine zero
M30
End program and rewind , any code below M30 will not be read. Used at end of code