SlideShare una empresa de Scribd logo
1 de 37
CNC LATHE (CNC LATHE (FANUC)FANUC)
Part Programming GeometryPart Programming Geometry
Co-ordinate System for a CNC LatheCo-ordinate System for a CNC Lathe
Machine Zero point (M)Machine Zero point (M)
Workpiece Zero Point (W)Workpiece Zero Point (W)
Reference Point (R)Reference Point (R)
CNC LATHE (CNC LATHE (MTAB)MTAB)
Program build-up for CNC Lathe using FANUCProgram build-up for CNC Lathe using FANUC
System.System.
CNC Program can be divided into three parts.CNC Program can be divided into three parts.
1. Start-up Program1. Start-up Program
2. Profile Program2. Profile Program
3. End of the Program3. End of the Program
1. Start-up Program1. Start-up Program
O1000O1000
G21 G98G21 G98
G28 U0 W0G28 U0 W0
M06 T1M06 T1
M03 S1500M03 S1500
G00 X32G00 X32 Z5Z5
Explanation:
O1000:- While writing a program on FANUC controller first line has to
be started with letter “O” followed by four digit number which specifies the
program number.
G21 G98:- G21 - specifies that program is done in metric units
G98 gives the unit of feed in mm / min
G28 U0 W0:- Makes the tool to go to home position. U & W are secondary
movements about x and z axis.
M06 T1:- Tool Change with tool position No: 1
M03 S1500:- Makes the spindle rotation in clockwise with spindle rotates at 1500
RPM
G00 X32 Z5:- G00 gives rapid position of the tool to a point X32 Z5. This is
just above the billet. This point is called as the Tool entry Point.
2. Profile Program:2. Profile Program:
Profile program is based on the given part drawing.Profile program is based on the given part drawing.
3. End of the Program3. End of the Program
G28 U0 W0G28 U0 W0
M05M05
M30M30
G28 U0 W0G28 U0 W0:-:- Makes the tool to go to home position. U & W areMakes the tool to go to home position. U & W are
secondarysecondary Movements about X and Z axis.Movements about X and Z axis.
M05M05 :-:- Stop the SpindleStop the Spindle
M30M30:- program stop:- program stop
*Miscellaneous Function*Miscellaneous Function ((M Codes)M Codes)
M00M00--Program StopProgram Stop
M01M01--Optional StopOptional Stop
M02M02--Program EndProgram End
M03M03--Spindle Rotation ClockwiseSpindle Rotation Clockwise
M04M04--Spindle Rotation Counter ClockwiseSpindle Rotation Counter Clockwise
M05M05--Spindle StopSpindle Stop
M06M06--Tool ChangeTool Change
M08M08--Coolant OnCoolant On
M09M09--Coolant OffCoolant Off
M10M10--Chuck OpenChuck Open
M11M11--Chuck CloseChuck Close
M30M30--Program Stop and RewindProgram Stop and Rewind
Miscellaneous Function (M Codes)Miscellaneous Function (M Codes)
M62M62--Output 1 OnOutput 1 On
M63M63--Output 2 OnOutput 2 On
M64M64--Output 1 OffOutput 1 Off
M65M65--Output 2 OffOutput 2 Off
M66M66--Wait input 1 OnWait input 1 On
M67M67--Wait input 2 OnWait input 2 On
M76M76--Wait input 1 OffWait input 1 Off
M77M77--Wait input 2 OffWait input 2 Off
M98M98--Sub-program CallSub-program Call
M99M99--Sub-program ExitSub-program Exit
G-CodesG-Codes
 G00 Rapid Motion PositioningG00 Rapid Motion Positioning
 G01 Linear Interpolation MotionG01 Linear Interpolation Motion
 G02 CW Circular Interpolation Motion / G03 CCW CircularG02 CW Circular Interpolation Motion / G03 CCW Circular
Interpolation MotionInterpolation Motion
 G04 DwellG04 Dwell
 G10 Set OffsetsG10 Set Offsets
 G17 XY Plane, G18 ZX Plane and G19 YZ PlaneG17 XY Plane, G18 ZX Plane and G19 YZ Plane
 G18 ZX Plane SelectionG18 ZX Plane Selection
 G18 ZX Plane SelectionG18 ZX Plane Selection
 G20 Select Inches / G21 Select MetricG20 Select Inches / G21 Select Metric
G-CodesG-Codes
 G28 Return To Machine Zero, set optional G29 ReferenceG28 Return To Machine Zero, set optional G29 Reference
pointpoint
 G40 Tool Nose Compensation CancelG40 Tool Nose Compensation Cancel
 G41 Tool Nose Compensation Left / G42 TNC RightG41 Tool Nose Compensation Left / G42 TNC Right
 G70 Finishing CycleG70 Finishing Cycle
 G71 O.D./I.D. Stock Removal CycleG71 O.D./I.D. Stock Removal Cycle
 G72 End Face Stock Removal CycleG72 End Face Stock Removal Cycle
 G73 Irregular Path Stock Removal CycleG73 Irregular Path Stock Removal Cycle
 G74 End Face Grooving Cycle, Peck DrillingG74 End Face Grooving Cycle, Peck Drilling
 G75 O.D./I.D. Grooving CycleG75 O.D./I.D. Grooving Cycle
 G76 Threading Cycle, Multiple PassG76 Threading Cycle, Multiple Pass
G-CodesG-Codes
 G90 O.D./I.D. Turning CycleG90 O.D./I.D. Turning Cycle
 G92 Threading CycleG92 Threading Cycle
 G94 End Facing CycleG94 End Facing Cycle
 G95 Live Tooling Rigid Tap (Face)G95 Live Tooling Rigid Tap (Face)
 G96 Constant Surface Speed ONG96 Constant Surface Speed ON
 G97 Constant Surface Speed OFFG97 Constant Surface Speed OFF
 G98 Feed Per MinuteG98 Feed Per Minute
 G99 Feed Per RevolutionG99 Feed Per Revolution
G-CodesG-Codes
 G100 Disable Mirror ImageG100 Disable Mirror Image
 G101 Enable Mirror ImageG101 Enable Mirror Image
 G102 Programmable Output to RS-232G102 Programmable Output to RS-232
 G103 Limit Block Look aheadG103 Limit Block Look ahead
 G105 Servo Bar CommandG105 Servo Bar Command
 G110,G111 and G114-G129 Coordinate SystemG110,G111 and G114-G129 Coordinate System
 G112 XY to XC interpretationG112 XY to XC interpretation
G00: Fast TraverseG00: Fast Traverse
G01: Linear TraverseG01: Linear Traverse
G02 CW Circular Interpolation Motion / G03 CCW CircularG02 CW Circular Interpolation Motion / G03 CCW Circular
Interpolation MotionInterpolation Motion
Work Part Zero ProcedureWork Part Zero Procedure
TOOL
WORKPIECE
CHUCK
Facing Cycle (G94)Facing Cycle (G94)
 This cycle is used for stock removal in parallel toolThis cycle is used for stock removal in parallel tool
path. It is equivalent ofpath. It is equivalent of
1. Rapid to Z Position1. Rapid to Z Position
2. Feed to X Position2. Feed to X Position
3. Feed to start Z Position3. Feed to start Z Position
4. Rapid to start X Position4. Rapid to start X Position
Facing Cycle (G94) Format:Facing Cycle (G94) Format:
  
G94 X Z FG94 X Z F
XX -- Diameter to which the movement is being made .Diameter to which the movement is being made .
ZZ -- The Z axis co-ordinate to which the movement is beingThe Z axis co-ordinate to which the movement is being
mademade
FF - Feed Rate- Feed Rate
 OO10010000 ( FACING OPERATION)( FACING OPERATION)
 G21 G98G21 G98
 G28 U0 W0G28 U0 W0
 M06 T1M06 T1
 M03 S1500M03 S1500
 G00 X10 Z4G00 X10 Z4
 G94 X0 Z-0.5 F.5G94 X0 Z-0.5 F.5
 Z-.5Z-.5
 Z-1Z-1
 Z-1.5Z-1.5
 Z-2Z-2
 G28 U0 W0G28 U0 W0
 M05M05
 M30M30
Turning Cycle (G90)Turning Cycle (G90)
 This cycle is used for stock removal in parallel tool path. ThisThis cycle is used for stock removal in parallel tool path. This
cycle performs fourcycle performs four distinct moves with one line ofdistinct moves with one line of
information. It is equivalent ofinformation. It is equivalent of
 1. Rapid to X Position1. Rapid to X Position
 2. Feed to Z Position2. Feed to Z Position
 3. Feed to start X Position3. Feed to start X Position
 4. Rapid to start Z Position4. Rapid to start Z Position
Turning Cycle (G90)Turning Cycle (G90)  FormatFormat::
G90 X Z FG90 X Z F
 X - Diameter to which the movement is being madeX - Diameter to which the movement is being made
 Z - The Z axis co-ordinate to which the movement is beingZ - The Z axis co-ordinate to which the movement is being
mademade
 F - Feed RateF - Feed Rate
O100O10011 ( STEP TURNING)( STEP TURNING)
G21 G98 –G21 G98 – ((Initial SettingsInitial Settings.).)
G28 U0 W0 –G28 U0 W0 – ((Going to home positionGoing to home position.).)
M06 T1 –M06 T1 – ((Tool Change Position No. 01.)Tool Change Position No. 01.)
M03 S1500 –M03 S1500 –((Spindle clockwise with 1500 RPM.)Spindle clockwise with 1500 RPM.)
G00 X33 Z5 –G00 X33 Z5 –((Tool Moving to Tool Entry Point of X33Tool Moving to Tool Entry Point of X33
Z5 at Rapid Traverse)Z5 at Rapid Traverse)
G90 X31 Z-26 F100 –G90 X31 Z-26 F100 – ((Calling G90 Cycle andCalling G90 Cycle and
defining first depth of cut)defining first depth of cut)
X30X30
X29X29
X28X28
X27 Z-14
X26
X25
X24
X23
X22
G28 U0 W0
M05
M30
TAPER  TURNING FORMAT:TAPER  TURNING FORMAT:
G90    X        Z         F      RG90    X        Z         F      R
                          D  -  dD  -  d
R =  R =  
22
D = MAJOR DIA.D = MAJOR DIA.
d = MINOR DIA.d = MINOR DIA.

O1000O1000(( TAPER TURNINGTAPER TURNING ))
 G21 G99G21 G99
 G28 U0 W0G28 U0 W0
 M06 T01M06 T01
 M03 S1500M03 S1500
 G00 X25 Z2G00 X25 Z2
 G90 X24 Z-50 F0.3G90 X24 Z-50 F0.3
 X23X23
 X22X22
 X21X21
 X20X20
 G90 X19 Z-15 F0.3G90 X19 Z-15 F0.3
 X18X18
 X17X17
 X16X16
 X15X15
 X14X14
X13
X12
X11
X10
G00 X20 Z2
G00 Z-15
G90 X20 Z-35 F0.3 R-1
X20 R-2
X20 R-3
X20 R-4
X20 R-5
G28 U0 W0
M05
M30
Grooving format:Grooving format:
  G75    R (e)G75    R (e)
  G75    X        Z         P         Q        FG75    X        Z         P         Q        F
   R   -  Return Amount, mmR   -  Return Amount, mm
 X    -  Total Depth along X axis, mmX    -  Total Depth along X axis, mm
 Z   -   Total Width along Z axis, mmZ   -   Total Width along Z axis, mm
 P   -   Depth of Cut in X axis (in Micron)P   -   Depth of Cut in X axis (in Micron)
 Q   - Stepping distance in Z axis (inMicron) Q   - Stepping distance in Z axis (inMicron) 
    
   F     -   Feed Rate, mmF     -   Feed Rate, mm
 O1003O1003
 G21 G99G21 G99
 G28 U0 W0G28 U0 W0
 M06 T1M06 T1
 M03 S400M03 S400
 G00 X33 Z-18G00 X33 Z-18 –(–(Tool Moving to Tool Entry Point of X33 Z-18 at RapidTool Moving to Tool Entry Point of X33 Z-18 at Rapid
Traverse [15+3 = 18].Traverse [15+3 = 18].
 G75 R1 –G75 R1 – (Calling G75 Cycle and defining Cycle Parameters).(Calling G75 Cycle and defining Cycle Parameters).
 G75 X28 Z-20 P50G75 X28 Z-20 P50
 Q1000 F40 -Q1000 F40 - (Defining Cycle Parameters).(Defining Cycle Parameters).
 G28 U0 W0G28 U0 W0
 M05M05
 M30M30
Multiple Turning Cycle:Multiple Turning Cycle:
 G71 U(Δd) R(e)
 
G71 P(A') Q(B) U( Δu) W( Δw) F
U - Depth of cut in Z axis
R - Relief Amount
P - Starting block of the profile
Q - Finishing block of the profile
U - Finishing Allowance in X axis
W - Finishing Allowance in Z axis
F - Feed Rate
 O1020(MULTIPLE TURNING)O1020(MULTIPLE TURNING)
 G21 G99G21 G99
 G28 U0 W0G28 U0 W0
 M06 T01M06 T01
 M03 S1500M03 S1500
 G00 X32 ZG00 X32 Z55
 G71 U0.5 R1G71 U0.5 R1
 G71 P1 Q2 U00.1 F0.2G71 P1 Q2 U00.1 F0.2
 N1 G01 X18 Z0N1 G01 X18 Z0
 G01 X20 Z-4G01 X20 Z-4
 G01 X20 Z-16G01 X20 Z-16
 G03 X24 Z-20  R4G03 X24 Z-20  R4
 G01 Z-30G01 Z-30
 N2 G01 X32 Z-38N2 G01 X32 Z-38
 G70 P1 Q2 F0.2G70 P1 Q2 F0.2
 G28 U0 W0G28 U0 W0
 M05 M05 
 M30M30
Threading Cycle (G92):Threading Cycle (G92):
Format:
 
The G92 command performs Single pass 
threading cycle. Only the x axis moves 
need to be entered in subsequent blocks, 
up to the minor diameter value.
G92 X Z F
Where,
X - Minor Diameter, mm
   Z - Thread Length, mm
F - Pitch of the Thread, mm
  O1011O1011
  G21 G99       G21 G99       --  Initial SettingsInitial Settings
G28 U0 W        G28 U0 W        --Going to home positionGoing to home position
M06 T1             M06 T1             --Tool Change Position No. 01Tool Change Position No. 01
M03 S1500        M03 S1500        --Spindle clockwise with 1500 RPMSpindle clockwise with 1500 RPM
G00 X32 Z5       G00 X32 Z5       --Tool Moving to Tool Entry Point of X32.5 Z5 at Rapid TraverseTool Moving to Tool Entry Point of X32.5 Z5 at Rapid Traverse
G92 X31.9 Z-14 F1G92 X31.9 Z-14 F1--Calling G92 Cycle and defining First Depth of CutCalling G92 Cycle and defining First Depth of Cut
X31.8
X31.7 
X31.6 
X31.5
X31.4 
X31.3 
X31.2
 X31.1 
X31
 X30.9 
X30.8 
X30.774 
X30.774
G28 U0 W0
M05 
M30
Minor Diameter Calculation
 
d = Minor Diameter 
D = Major Diameter 
P = Thread Height
 d = D – 2 (P)
 d = 32 – 2 (0.613)
 d = 32 – 1.226
 d = 30.774
Thread Height,
P  = 0.613 x Pitch of the Thread
                                  = 0.613 x 1
                             P  = 0.613
Drilling Cycle:Drilling Cycle:
Format:Format:
G74 R (e)G74 R (e)
G74 X Z Q (Δk) FG74 X Z Q (Δk) F
 R (e) - Return Amount, mmR (e) - Return Amount, mm
 X - Always Zero, mmX - Always Zero, mm
 Z - Drilling Depth, mmZ - Drilling Depth, mm  
 Q - Depth of Cut in Z axis (in Micron)Q - Depth of Cut in Z axis (in Micron)
 F - Feed Rate, mmF - Feed Rate, mm
O1201O1201
G21 G99G21 G99
G28 U0 W0G28 U0 W0
M06 T01M06 T01
M03 S1500M03 S1500
G00 X0 Z5G00 X0 Z5
G74 R2
G74 X0 Z-24 Q500 F100
G28 U0 W0
M05
M30

Más contenido relacionado

La actualidad más candente

Chapter 4 cnc part programming
Chapter 4 cnc part programmingChapter 4 cnc part programming
Chapter 4 cnc part programmingRAHUL THAKER
 
CNC part programming
CNC part programmingCNC part programming
CNC part programmingjntuhcej
 
Canned cycle
Canned cycleCanned cycle
Canned cycleaman1312
 
Cnc Programming Basics
Cnc Programming BasicsCnc Programming Basics
Cnc Programming Basicsshlxtn
 
Cnc turning(Fanuc system)
Cnc turning(Fanuc system)Cnc turning(Fanuc system)
Cnc turning(Fanuc system)NavinBurnwal1
 
Computer numerical control ( CNC )
Computer numerical control  ( CNC )Computer numerical control  ( CNC )
Computer numerical control ( CNC )BhaveshChaudhari21
 
4 basic cnc programming milling
4 basic cnc programming milling4 basic cnc programming milling
4 basic cnc programming millingMahesh Namdev
 
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASHCNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASHVed Prakash
 
Chapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centersChapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centersRAHUL THAKER
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centresAchyuth Padmanabh
 
Cncpresentation CNC lathe machine
Cncpresentation CNC lathe machineCncpresentation CNC lathe machine
Cncpresentation CNC lathe machineHaseeb Butt
 
Single Point Cutting Tools
Single Point Cutting ToolsSingle Point Cutting Tools
Single Point Cutting ToolsGIRISH SURVE
 

La actualidad más candente (20)

Turning
TurningTurning
Turning
 
Chapter 4 cnc part programming
Chapter 4 cnc part programmingChapter 4 cnc part programming
Chapter 4 cnc part programming
 
5 g-code
5   g-code5   g-code
5 g-code
 
CNC Programming
CNC Programming CNC Programming
CNC Programming
 
CNC part programming
CNC part programmingCNC part programming
CNC part programming
 
Canned cycle
Canned cycleCanned cycle
Canned cycle
 
Cnc Programming Basics
Cnc Programming BasicsCnc Programming Basics
Cnc Programming Basics
 
CNC Lathe Operating & Programming
CNC Lathe Operating & ProgrammingCNC Lathe Operating & Programming
CNC Lathe Operating & Programming
 
Cnc turning(Fanuc system)
Cnc turning(Fanuc system)Cnc turning(Fanuc system)
Cnc turning(Fanuc system)
 
Cnc milling turning
Cnc milling turning Cnc milling turning
Cnc milling turning
 
Cnc turning
Cnc turning Cnc turning
Cnc turning
 
Computer numerical control ( CNC )
Computer numerical control  ( CNC )Computer numerical control  ( CNC )
Computer numerical control ( CNC )
 
4 basic cnc programming milling
4 basic cnc programming milling4 basic cnc programming milling
4 basic cnc programming milling
 
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASHCNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
CNC(COMPUTER NUMERICAL CONTROL MACHINE) By-Er. VED PRAKASH
 
Chapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centersChapter 3 CNC turning and machining centers
Chapter 3 CNC turning and machining centers
 
NC AND CNC
NC AND CNCNC AND CNC
NC AND CNC
 
CNC Turning and Milling centres
CNC Turning and Milling centresCNC Turning and Milling centres
CNC Turning and Milling centres
 
Cncpresentation CNC lathe machine
Cncpresentation CNC lathe machineCncpresentation CNC lathe machine
Cncpresentation CNC lathe machine
 
Single Point Cutting Tools
Single Point Cutting ToolsSingle Point Cutting Tools
Single Point Cutting Tools
 
Cnc machine
Cnc machineCnc machine
Cnc machine
 

Destacado

CNC Machines
CNC MachinesCNC Machines
CNC Machinespratik207
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)someshking
 
Cnc cutting tools
Cnc cutting toolsCnc cutting tools
Cnc cutting toolsRakesh Raki
 
Cnc turning lecture4
Cnc turning lecture4Cnc turning lecture4
Cnc turning lecture4msharizan
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSananya0122
 
Introduction to lathe machine
Introduction to lathe machine Introduction to lathe machine
Introduction to lathe machine Umair Ahmad
 
presentation on lathe machine
presentation on lathe machinepresentation on lathe machine
presentation on lathe machinekashyap8960
 
Egl lettering
Egl  letteringEgl  lettering
Egl letteringcpandiv
 
Fanuc 0i maintenance manual CNC milling machine
Fanuc 0i maintenance manual CNC milling machineFanuc 0i maintenance manual CNC milling machine
Fanuc 0i maintenance manual CNC milling machineCNCDATAN
 

Destacado (16)

CNC Machines
CNC MachinesCNC Machines
CNC Machines
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)
 
Cnc cutting tools
Cnc cutting toolsCnc cutting tools
Cnc cutting tools
 
part programming (cnc)
part programming (cnc)part programming (cnc)
part programming (cnc)
 
Cnc turning lecture4
Cnc turning lecture4Cnc turning lecture4
Cnc turning lecture4
 
4 tooling in cnc
4 tooling in cnc4 tooling in cnc
4 tooling in cnc
 
Cnc Lathe
Cnc LatheCnc Lathe
Cnc Lathe
 
CNC AND ITS COMPONENTS
CNC AND ITS COMPONENTSCNC AND ITS COMPONENTS
CNC AND ITS COMPONENTS
 
Cnc Milling
Cnc MillingCnc Milling
Cnc Milling
 
Introduction to lathe machine
Introduction to lathe machine Introduction to lathe machine
Introduction to lathe machine
 
CNC Seminar
CNC SeminarCNC Seminar
CNC Seminar
 
presentation on lathe machine
presentation on lathe machinepresentation on lathe machine
presentation on lathe machine
 
NX post processor [NX CAM]
NX post processor [NX CAM]NX post processor [NX CAM]
NX post processor [NX CAM]
 
Egl lettering
Egl  letteringEgl  lettering
Egl lettering
 
Friction problems
Friction problemsFriction problems
Friction problems
 
Fanuc 0i maintenance manual CNC milling machine
Fanuc 0i maintenance manual CNC milling machineFanuc 0i maintenance manual CNC milling machine
Fanuc 0i maintenance manual CNC milling machine
 

Similar a Cnc lathe (20)

MILL - TRAINING.pptx
MILL - TRAINING.pptxMILL - TRAINING.pptx
MILL - TRAINING.pptx
 
15 me404l manual - ex 1 to 4
15 me404l   manual - ex 1 to 415 me404l   manual - ex 1 to 4
15 me404l manual - ex 1 to 4
 
cadcampart11.ppt
cadcampart11.pptcadcampart11.ppt
cadcampart11.ppt
 
LATHE - TRAINING.pptx
LATHE - TRAINING.pptxLATHE - TRAINING.pptx
LATHE - TRAINING.pptx
 
Complete g code list
Complete g code listComplete g code list
Complete g code list
 
5 g-code
5   g-code5   g-code
5 g-code
 
CNC Programming.pptx
CNC Programming.pptxCNC Programming.pptx
CNC Programming.pptx
 
Mitsubishi manuals
Mitsubishi manualsMitsubishi manuals
Mitsubishi manuals
 
Codigos de-programacion cnc
Codigos de-programacion cncCodigos de-programacion cnc
Codigos de-programacion cnc
 
CNC_MILLING.ppt
CNC_MILLING.pptCNC_MILLING.ppt
CNC_MILLING.ppt
 
Mitsubishi cnc manuals
Mitsubishi cnc manualsMitsubishi cnc manuals
Mitsubishi cnc manuals
 
Complete okuma lathe g and m codes
Complete okuma lathe g and m codesComplete okuma lathe g and m codes
Complete okuma lathe g and m codes
 
Cnc milling programs
Cnc milling programsCnc milling programs
Cnc milling programs
 
CNC
CNCCNC
CNC
 
G and m codes
G and m codesG and m codes
G and m codes
 
Fanuc g code
Fanuc g codeFanuc g code
Fanuc g code
 
CNC MILLING.ppt
CNC MILLING.pptCNC MILLING.ppt
CNC MILLING.ppt
 
5 g-code
5   g-code5   g-code
5 g-code
 
CNC Turning.ppt
CNC Turning.pptCNC Turning.ppt
CNC Turning.ppt
 
Lecture 25.pdf
Lecture 25.pdfLecture 25.pdf
Lecture 25.pdf
 

Más de kailashgavare

2013 kepler cheuvreux autumn conference 20130920
2013 kepler cheuvreux autumn conference 201309202013 kepler cheuvreux autumn conference 20130920
2013 kepler cheuvreux autumn conference 20130920kailashgavare
 
Introductiontoadaptiveand3dexperience 180807145140
Introductiontoadaptiveand3dexperience 180807145140Introductiontoadaptiveand3dexperience 180807145140
Introductiontoadaptiveand3dexperience 180807145140kailashgavare
 
Design and analysis of hour bike
Design and analysis of hour bikeDesign and analysis of hour bike
Design and analysis of hour bikekailashgavare
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0kailashgavare
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)kailashgavare
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...kailashgavare
 

Más de kailashgavare (7)

2013 kepler cheuvreux autumn conference 20130920
2013 kepler cheuvreux autumn conference 201309202013 kepler cheuvreux autumn conference 20130920
2013 kepler cheuvreux autumn conference 20130920
 
Introductiontoadaptiveand3dexperience 180807145140
Introductiontoadaptiveand3dexperience 180807145140Introductiontoadaptiveand3dexperience 180807145140
Introductiontoadaptiveand3dexperience 180807145140
 
Design and analysis of hour bike
Design and analysis of hour bikeDesign and analysis of hour bike
Design and analysis of hour bike
 
Jetengine
JetengineJetengine
Jetengine
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM 0
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM)
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
 

Último

Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...BarusRa
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...RitikaRoy32
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation decktbatkhuu1
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...amitlee9823
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...SUHANI PANDEY
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja Nehwal
 
DESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- IntroductionDESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- Introductionsivagami49
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneLukeKholes
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 

Último (20)

Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
DESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- IntroductionDESIGN THINKING in architecture- Introduction
DESIGN THINKING in architecture- Introduction
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 

Cnc lathe