cnc machines Flashcards
1
Q
what are the types of production?
A
- prototype: 1-10→all types of objects
- small batch: 10-4999→air crafts
- high volume:5000-10000→agriculture machinary
- mass production: >100000→automotive
2
Q
how is automation achieved?
A
- the machine monitors and makes descisions for:
- manifacturing
- assembly
- packing
- inspection
3
Q
What are the type of CAE and their functions in order?
A
- CAD(design): for drawing the object on a computer system
- CAM(manufactring): for simulating the making of the object
- CAPP(prosses planning): the making of prosses and operation sheet
- CIM(integrated manufacturing):Production, Handling, Mounting, Storage, Transportation
- CAP(planning):
- PPS(production planning and steering):
- CAQ(quality): quality control
4
Q
what are the factors for a good product?
A
- quality
- cost
- low production time
5
Q
steps of creating an nc program?
A
- geometry
- sequence of operations
- tools
- cutting conditions
- run
6
Q
adaptive control?
A
- much faster than normal control
- improves production rate
- reduces waste and increases efficiancy
- lower cost
- higher quality
7
Q
what is g code?
A
geometric code used to give instructions to the cnc machine
8
Q
absolute dimensions?
A
machine moves from origin to each point
9
Q
incremental dimensions?
A
machine moves from point to point
10
Q
points of refrence?
A
- machine zero: at zero point
- workpiece zero: zero point at workpiece starting position
*
11
Q
tool motion?
A
- point to point(PTP): drilling and reaming
- continous path: facing and contouring
12
Q
geometrical code functions?
A
- G⇒geometrical position
- S⇒spindle speed
- F⇒feed
- XYZABC⇒ axis
- T⇒tool
- M⇒tool change
13
Q
safe start?
A
- G00⇒rapid motion mode
- G90/G91⇒absolute position/ incremental postion
- G17⇒XY plane
- G54⇒ fixture offset 1
- G40⇒cutter compensation
- G49⇒length offset cancel
- G80⇒ canned cycle cancel