Unit - 4 AMP
Unit - 4 AMP
PROCESSOR
➢ NC PROGRAM:-
➢ Now these instruction are translated into alpha code or alpha numeric form known as
part program or NC program.
➢ PUNCHED TAPE:-
➢ It reads the part program punched in form of hole on the tape &
transfer this information to machine control unit.
❖ It stands for computerized numeric control machine. Entire part programming ie all
numeric control function is directly feed to C.P.U of computer.
➢ It simply eliminates tape punch, punch tape, tape recorder, N.C.U as used in N.C
machine.
Features
N.C C.N.C
❖ Therefore CNC milling are those milling machine in which various milling operations
are obtained by computerized numeric control.
❖ On the basis of milling machine tool spindle axis position there are two type of CMC
milling machine
+z – Away column
+z -z – Towards column
+x – Rightward
+y -x – Leftward
+y – Upward
-y – Downwards
+x
For VMC +z
+z – Upward
-z – Downward
+x – rightward
-x – leftward
+y
+y – towards column
-y – away column
+x
➢ Parallel Axis :- There are three parallel – axis which are parallel to principle – axis.
MCU Processor
Feedback
➢ In this system here is a feedback system which sense the deviation of output from its
accurate value and ∴ by changing the input parameter desired o/p can be obtained.
➢ The loop between o/p and i/p is closed.
➢ It has feedback elements has expensive.
➢ It is more accurate.
Automatic Tool Exchanger
→ Arm :- Arm rotates such that its one end with the gripper attached with it reaches to
tool spindle while other end reduces to tool at tool magazine.
→ Gripper :- Gripper attached with arm grip and hold cutting tool in spindle and in
magazine and exchange them by rotating the Arm.
→ Tool Magazine :- Tool magazine carry various type of tool in larger no with the help of
conveyor required tool moves towards the arm.
❖ Word :- In CNC word is set of character composed of letters as well as numeric digit
that provides particular command to M/C through word CNC M/C is given command
what to perform and with what extent.
❖ Address :- Address is the single letter character in the beginning of word address
defines what operation is to be performed. Ex F 0.2
Word
❖ Block :- Series of word defined in single instruction
Ex:- G90 G21 G40 G95i
↓ ↓ ↓ ↓
Absolute All Dim TNRC Feed
C.S Are in mm mm/rev
❖ Syntax :- Systematic arrangement of block in sequential manner is called syntax.
Codes Used In Part – Programming
G – Codes :- These codes are starting function codes and it is also known as preparatory
codes. As the through these codes M/C prepare itself to start machining operation.
1) G00 :- G00 code is used to run the CNC machine at full speed. By using this code
tool very quickly reaches to starting position from its home position.
❖ G00 से हम Cutting नह ीं कर सकते
Ex :- [G00 x 0.00, Y0.00, Z2.00i]
2) G01 :- G01 is used to cut the W/P in linear direction. It is also known as code for
linear interpolation.
❖ G02 :- It is used to cut the arc in clockwise direction. In this code x and y coordinate
are used with radius od arc.
Ex :-
❖ G03 :- It is used for counter clockwise interpolation ie cut the arc in anticlockwise
direction.
❖ G04 :- It is used for dwelling. It is mainly used in drilling operation. By this code we
restrict the tool to move in linear direction for some time.
❖ G25 :- This code is used to bring the tool from any where to the home position (40.00,
V0.00,W0.00). It is used in two possible cases
a) Initially the tool is in the spindle head it is first moved to home position before
reaching to starting position.
b) At the end of operation for returning the tool to the home position.
Ex [G28 U0.00, V0.00, W0.00]
❖ G40 :- It indicates the tool nose radius compensation cancel which is given in the
previous programming by G41 and F42.
❖ G41 :- Tool nose radius compensation left इसके प्रयोग से Tool को इस प्रकार से Move
कराते है , कक Tool के पीछे बैठे observer के respect में जो Tool के center और Nose Point
के बीच में जो Radial direction है , वह left के तरफ होगा
❖ G41 :- Tool nose radius compensation right इसके प्रयोग से Tool को इस प्रकार से Move
कराते है , कक Tool के पीछे बैठे observer के respect में जो Tool और Nose Point के बीच में
जो Radial direction है , वह right के तरफ होगा
Codes Used In Part – Programming
Main Program
N…..X…..Y…..Z…..i
N…..X…..Y…..Z…..i Sub Program