Programming of CNC Machines. Ken Evans
Чтение книги онлайн.
Читать онлайн книгу Programming of CNC Machines - Ken Evans страница 15
COMMON SYMBOLS USED IN PROGRAMS | |
SYMBOL | MEANING |
– | Minus Sign, Used for Negative Values |
/ | Slash, Used for Block Skip Function |
% | Percent Sign, Necessary at program beginning and end for communications only |
( ) | Parentheses, Used for comments within programs |
: | Colon, Designation of Program Number |
; | Semicolon, End-Of-Block character |
. | Decimal Point, Designation of fractional portion of a number |
1. Programming is a method of defining tool movements through the application of numbers and corresponding coded letter symbols.
T or F
2. A lathe has the following axes:
a. X, Y, and Z
b. X and Y only
c. X and Z only
d. Y and Z only
3. Program coordinates that are based on a fixed origin are called:
a. Incremental
b. Absolute
c. Relative
d. Polar
4. On a two-axis turning center, the diameter controlling axis is:
a. B
b. A
c. X
d. Z
5. The letter addresses used to identify axes of rotation are:
a. U, V, and W
b. X, Y, and Z
c. A, Z, and X
d. A, B, and C
6. The acronym TLO stands for:
a. Tool Length Offsets
b. Total Length Offset
c. Taper Length Offset
d. Time Length Offset
7. When referring to the polar coordinate system, the clockwise rotation direction has a positive value.
T or F
8. In Figure 1-17, in which quadrant is the part placed?
9. A program block is a single line of code followed by an end-of-block character.
T or F
10. Each block contains one or more program words.
T or F
11. Using Figure 1-15, list the X and Y absolute coordinates for the part profile where Workpiece Zero is at the lower left corner. (The corner cutoff is at a 45° angle.)
12. Using Figure 1-15, list the X and Y incremental coordinates for the part profile where workpiece zero is at the lower left corner.
13. How often should the machine lubrication levels be checked?