Machining Operations, CNC, CAM software, Lastest development Flashcards
For turning what is the equation for rotational speed, feed rate and volumetric material removal rate?
N=v/(ππ·0)
fr=Nf
MRR=vfd
For drilling what is the equation for rotation speed, feed rate and volumetric material removal rate?
N=v/πD0
fr=N*f
MRR= (ππ·^2)*fr/4
For milling what is the equation for rotation speed, feed rate and volumetric material removal rate?
N=v/ΟD
fr=NZf or f=fr/NZ
MRR=frdw
What is part programming?
- Using a computer program containing a number of lines, instructions or statements called NC BLOCKS
What are the 6 parts of a part programming?
1) Sequence number
2) Preparatory function
3) Interpolation function
4) Miscellaneous function
5) Spindle speed function
6) tool function
Spastics Poo In My Special Toilets
What does the first block do in a typical NC program?
Block sequence number
What does the Second block do in a typical NC program?
G- preparatory functions
What does the Third block do in a typical NC program?
X, Y, Z, coordinates for motions
What does the Fourth block do in a typical NC program?
Miscellaneous function
What does the 5th block do in a typical NC program?
Spindle Speed
What does 6th first block do in a typical NC program?
Tool number
What is linear interpolation?
Uses G01 where the velocities of two axes are controlled to keep the tool on a straight path in a plane of motion
What is Circular interpolation?
G02 is clockwise
G03 is anticlockwise
The next two types are radius arc: N010 G90 G03 X30 Y65 R45
centre arcβs: N010 G90 G03 X30 Y65 I-45 J0
What is used instead of NC?
CAM! Can do all the long bits you cant be arsed for!
What are the four-man strategies for 2D machining?
In order
Facing
Drilling and hole making
2D Contouring
Pocketing