SlideShare una empresa de Scribd logo
1 de 17
Industrial Training
HERP, Varanasi.
Heavy Equipment Repair Plant
• Development of computer numerically controlled (CNC) machines is an outstanding
contribution to the manufacturing industries. It has made possible the automation of the
machining process with flexibility to handle small to medium batch of quantities in part
production.
• Initially, the CNC technology was applied on basic metal cutting machine like lathes, milling
machines, etc. Later, to increase the flexibility of the machines in handling a variety of
components and to finish them in a single setup on the same machine, CNC machines capable
of performing multiple operations were developed. To start with, this concept was applied to
develop a CNC machining centre for machining prismatic components combining operations like
milling, drilling, boring and taping. Further, the concept of multi-operations was also extended
for machining cylindrical components, which led to the development of turning centers.
• ADVANTAGE OF CNC MACHINES
•
• Higher flexibility
• Increased productivity
• Consistent quality
• Reduced scrap rate
• Reliable operation
• Reduced non productive time
• Reduced manpower
• Shorter cycle time
• High accuracy
• Reduced lead time
• Automatic material handling
• Lesser floor space
• Increased operation safety
•
• Numerical control (NC) is a method employed for controlling the motions of a
machine tool slide and its auxiliary functions with input in the form of numerical
data. A computer numerical control (CNC) is a microprocessor-based system to
store and process the data for the control of slide motions and auxiliary functions
of the machine tools. The CNC system is the heart and brain of a CNC machine
which enables the operation of various machine members such as slides, spindles,
etc. as per the sequence programmed into it, depending on the machining
operations.
• The main advantage of a CNC system lies in the fact that the skills of the
operator hitherto required in the operation of a conventional machine is removed
and the part production is made automatic.
• The CNC systems are constructed with a NC unit integrated with a
programmable logic controller (PLC) and some times with an additional external
PLC (non-integrated). The NC controls the spindle movement and the speeds and
feeds in machining. It calculates the traversing path of the axes as defined by the
inputs. The PLC controls the peripheral actuating elements of the machine such as
solenoids, relay coils, etc. Working together, the NC and PLC enable the machine
tool to operate automatically. Positioning and part accuracy depend on the CNC
system's computer control algorithms, the system resolution and the basic
mechanical machine accuracy. Control algorithm may cause errors while
computing, which will reflect during contouring, but they are very negligible.
Though this does not cause point to point positioning error, but when mechanical
machine inaccuracy is present, it will result in poorer part accuracy.
• This chapter gives an overview of the configuration of the CNC system,
interfacing and introduction to PLC programming.
A CNC System basically consists of the following
1) Numerical Control unit (NCU)
2) Servo-control unit
3) Operator control panel
4) Machine control panel
4) Other peripheral device
5) Programmable logic controller (PLC)
System machines have a Numerical Control unit known as NCU. The NCU has following
functions:
Execution of the NC program.
Maintaining communication with the i/os.
The NCU is accommodated in housing – the NCU box. It also contains a power supply unit and a
plug-in fan unit. The NCU which is the central processing unit of the 840D control. It contains the
NC-CPU and the PLC-CPU.
The NCU is the heart and brain of a CNC system. It accepts the information stored in the
memory as part program. This data is decoded and transformed into specific position control
and velocity control signals. It also oversees the movement of the control axis or spindle
whenever this does not match the programmed values, a corrective action is taken.
All the compensations required for machine accuracy (like lead screw pitch error, tool wear
out, backlash, etc.) are calculated by the NCU depending upon the corresponding inputs made
available to the system. The same will be taken care of during the generation of control signals
for the axis movement. Also, some safety checks are built into the system through this unit and
the NCU unit will provide continuous necessary corrective actions.
Fig shows a OP10 Sinumerik 840D CNC system's operator control panel. The operator
control panel provides the user interface to facilitate a two-way communication
between the user, CNC system and the machine tool. This consists of two parts:
Video Display Unit (VDU)
Keyboard
The OP displays the status of the various parameters of the CNC system and the
machine tool. It displays all current information such as:
#complete information of the block currently being executed
#Actual position value, set or actual difference, current feed rate, spindle speed
#Active G functions
#Main program number, subroutine number
#Display of all entered data, user programs, user data, machine data, etc.
#Alarm messages in plain text
#Soft key designations
A keyboard is provided for the following purposes:
Editing of part programs, tool data, and machine parameters.
2)Selection of different pages for viewing.
3)Selection of operating modes, e.g. manual data input.
4)Selection of feed rate override and spindles speed override.
5)Execution of part programs.
is the direct interface between operator and the NC system,
enabling the operation of the machine through the CNC system. Fig
shows the MCP of Hinumerik 3100 system.
•
• During program execution, the CNC controls the axis motion,
spindle function or tool function on a machine tool, depending
upon the part program stored in the memory. Prior to the starting
of the machine process, machine should first be prepared with
some specific tasks like,
• Establishing a correct reference point
• Loading the system memory with the required part program
• Loading and checking of tool offsets, zero offsets, etc.
• For these tasks, the system must be operated in specific operating
mode so that these preparatory functions can be established.
Generally, the CNC system can be operated in the following modes:
Manual mode
Manual data input (MDI) mode
Automatic mode
Reference mode
Input mode
Output mode, etc.
Manual mode: In this mode, movement of a machine slide can carried out manually by pressing the particular jog
button (+ or -). The slide (axis) is selected through an axis selector switch or through individual switches (e.g., X+, X-,
Y+, Y-, Z+, Z-, etc.). The feed rate of the slide movement is prefixed. CNC system allows the axis to be jogged at high
feed rate also. The axis movement can also be achieved manually using a hand wheel interface instead of jog
buttons. In this mode slides can be moved in two ways:
Continuous
Incremental
Continuous mode: In This mode, the slide will move as long as the jog button is pressed.
Incremental mode: Hence the slide will move through a fixed distance, which is selectable. Normally, system allows
jogging of axes in 1, 10, 100, 1000, 10000, increments. Axis movement is at a prefixed feed rate. It is initiated by
pressing the proper jog+ or jog- key and will be limited to the no of increments selected even if the jog button is
continuously pressed. For subsequent movement the jog button has to be released and once again pressed.
matches the NC to the machine. PLCs were basically introduced as
replacement for hard wired relay control panels. PLC help us in reducing the
Hardwired controls of machine. They provide a platform from where
implementation of logic as well as their diagnosis (fault finding) becomes
much simple. PLC is replacing the concept of relay logic control. The PLC are
reusable and can be programmed to perform various functions like On
Delay Timers, Off Delay timers, Binary counter, BCD Counters etc. This
multifunctional quality of PLC is very useful economically as the designer
can implement most of the functions by using a single PLC block. PLCs are
now available with increased functions, more memory and large
input/output capabilities. Fig.7 gives the generalized PLC block diagram.
• In the CPU, all the decisions are made relative to controlling a machine or a
process. The CPU receives input data, performs logical decisions based upon
stored programs and drives the outputs. Connections to a computer for
hierarchical control are done via the CPU.
•
The principle of operation of a PLC is determined essentially by
the PLC program memory, processor, inputs and outputs.
The program that determines PLC operation is stored in the
internal PLC program memory. The PLC operates cyclically, i.e.
when a complete program has been scanned, it starts again at
the beginning of the program. At the beginning of each cycle,
the processor examines the signal status at all inputs.To execute
the program, the processor fetches one statement after another
from the programming memory and executes it. The PLC
programs are stored in the data card in the case of CPU313. In
case of 840D/810D CNC system it is stored in the NCU card itself.
The program can be uploaded from the PLC to PG or vice versa
using STEP7 software. The FC and FB are called in the OB1. The
PLC processes the OB1 cyclically and evaluates all the inputs.
The change in status of inputs is evaluated and the programmed
out can be switch On/Off with the help of the STEP7 Program.
BHEL CNC MACHINE TRAINING REPORT
BHEL CNC MACHINE TRAINING REPORT

Más contenido relacionado

La actualidad más candente

Types of cnc machines
Types of cnc machinesTypes of cnc machines
Types of cnc machinesSumanth Sumu
 
manufacturing and desighn of cnc milling machine
manufacturing and desighn of cnc milling machinemanufacturing and desighn of cnc milling machine
manufacturing and desighn of cnc milling machineakshay ghanwat
 
PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...
PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...
PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...Aman Gupta
 
Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tooljntuhcej
 
Unit V CNC Machining
Unit V CNC MachiningUnit V CNC Machining
Unit V CNC Machininglaxtwinsme
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)someshking
 
Canned cycle
Canned cycleCanned cycle
Canned cycleaman1312
 
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.pptModule 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.pptKhalil Alhatab
 
CNC Engraving Machine
CNC Engraving MachineCNC Engraving Machine
CNC Engraving MachineFarouq Mousa
 
5 axis cnc machine
5 axis cnc machine5 axis cnc machine
5 axis cnc machineJoe Fuzail
 
Transfer machines
Transfer machines Transfer machines
Transfer machines Suresh Lal
 

La actualidad más candente (20)

Types of cnc machines
Types of cnc machinesTypes of cnc machines
Types of cnc machines
 
manufacturing and desighn of cnc milling machine
manufacturing and desighn of cnc milling machinemanufacturing and desighn of cnc milling machine
manufacturing and desighn of cnc milling machine
 
PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...
PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...
PLC (programmable logic controllers) & CNC (COMPUTER NUMERIC CONTROL) Interns...
 
Numerical control machines tool
Numerical control machines toolNumerical control machines tool
Numerical control machines tool
 
Unit V CNC Machining
Unit V CNC MachiningUnit V CNC Machining
Unit V CNC Machining
 
Introduction to cnc machines (1)
Introduction to cnc machines (1)Introduction to cnc machines (1)
Introduction to cnc machines (1)
 
\Transfer Lines
\Transfer Lines\Transfer Lines
\Transfer Lines
 
Unit 2.1 cim
Unit 2.1 cimUnit 2.1 cim
Unit 2.1 cim
 
Canned cycle
Canned cycleCanned cycle
Canned cycle
 
A Project Report on CNC Training
A Project Report on CNC TrainingA Project Report on CNC Training
A Project Report on CNC Training
 
Nc part programming
Nc part programmingNc part programming
Nc part programming
 
BHEL Final Report
BHEL Final ReportBHEL Final Report
BHEL Final Report
 
Cnc machine centre
Cnc machine centreCnc machine centre
Cnc machine centre
 
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.pptModule 1 Lecture 1 Introduction To Automation In Production Systems.ppt
Module 1 Lecture 1 Introduction To Automation In Production Systems.ppt
 
CNC Engraving Machine
CNC Engraving MachineCNC Engraving Machine
CNC Engraving Machine
 
5 axis cnc machine
5 axis cnc machine5 axis cnc machine
5 axis cnc machine
 
Mechanical CNC machine
Mechanical CNC machineMechanical CNC machine
Mechanical CNC machine
 
Bhel ppt
Bhel pptBhel ppt
Bhel ppt
 
Transfer machines
Transfer machines Transfer machines
Transfer machines
 
ppt on cnc
ppt on cncppt on cnc
ppt on cnc
 

Similar a BHEL CNC MACHINE TRAINING REPORT

Part programming for nc machines
Part programming for nc machinesPart programming for nc machines
Part programming for nc machinesDorothy Kare
 
Computer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxComputer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxDrDineshDhande
 
Modern machine
Modern machineModern machine
Modern machineUbaid Shah
 
CNC principle & machining centre
CNC principle & machining centreCNC principle & machining centre
CNC principle & machining centreNirmalRaja3
 
Introduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptxIntroduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptxSanDeepSharma926061
 
BHEL PPT for AEI branch
BHEL PPT for AEI branch BHEL PPT for AEI branch
BHEL PPT for AEI branch piyushaagrawal
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines jntuhcej
 
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.pptM.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.pptMohanumar S
 
COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL Chetan Dixit
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGKarthik R
 
Cnc machine tools
Cnc machine toolsCnc machine tools
Cnc machine toolsftesv
 
CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1Parveen Kumar
 
Chapter_2_NC-CNC machine tools.pptx
Chapter_2_NC-CNC machine tools.pptxChapter_2_NC-CNC machine tools.pptx
Chapter_2_NC-CNC machine tools.pptxSankalp Bhatiya
 

Similar a BHEL CNC MACHINE TRAINING REPORT (20)

Part programming for nc machines
Part programming for nc machinesPart programming for nc machines
Part programming for nc machines
 
REPORT
REPORTREPORT
REPORT
 
Training report
Training reportTraining report
Training report
 
LEARN CNC.pptx
LEARN CNC.pptxLEARN CNC.pptx
LEARN CNC.pptx
 
Computer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptxComputer Aided Manufacturing.pptx
Computer Aided Manufacturing.pptx
 
Modern machine
Modern machineModern machine
Modern machine
 
CNC principle & machining centre
CNC principle & machining centreCNC principle & machining centre
CNC principle & machining centre
 
Introduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptxIntroduction to NC, CNC & DNC.pptx
Introduction to NC, CNC & DNC.pptx
 
Approximation in 2D CNC Motion
Approximation in 2D CNC MotionApproximation in 2D CNC Motion
Approximation in 2D CNC Motion
 
BHEL PPT for AEI branch
BHEL PPT for AEI branch BHEL PPT for AEI branch
BHEL PPT for AEI branch
 
Cnc
CncCnc
Cnc
 
Numerical control machines
Numerical control machines Numerical control machines
Numerical control machines
 
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.pptM.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
M.P- II-UNIT V - CNC MACHINE TOOLS AND PART PROGRAMMING.ppt
 
COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL COMPUTER NUMERIC CONTROL
COMPUTER NUMERIC CONTROL
 
Ncmachine (1)
Ncmachine (1)Ncmachine (1)
Ncmachine (1)
 
CNC MACHINE TOOLS.ppt
CNC MACHINE TOOLS.pptCNC MACHINE TOOLS.ppt
CNC MACHINE TOOLS.ppt
 
MT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHININGMT-II UNIT V CNC MACHINING
MT-II UNIT V CNC MACHINING
 
Cnc machine tools
Cnc machine toolsCnc machine tools
Cnc machine tools
 
CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1CNC PROGRAMMING FOR BEGAINER Part 1
CNC PROGRAMMING FOR BEGAINER Part 1
 
Chapter_2_NC-CNC machine tools.pptx
Chapter_2_NC-CNC machine tools.pptxChapter_2_NC-CNC machine tools.pptx
Chapter_2_NC-CNC machine tools.pptx
 

Último

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptbibisarnayak0
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxNiranjanYadav41
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectssuserb6619e
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxRomil Mishra
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 

Último (20)

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.ppt
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptx
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
Mine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptxMine Environment II Lab_MI10448MI__________.pptx
Mine Environment II Lab_MI10448MI__________.pptx
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 

BHEL CNC MACHINE TRAINING REPORT

  • 1.
  • 3.
  • 4.
  • 5. • Development of computer numerically controlled (CNC) machines is an outstanding contribution to the manufacturing industries. It has made possible the automation of the machining process with flexibility to handle small to medium batch of quantities in part production. • Initially, the CNC technology was applied on basic metal cutting machine like lathes, milling machines, etc. Later, to increase the flexibility of the machines in handling a variety of components and to finish them in a single setup on the same machine, CNC machines capable of performing multiple operations were developed. To start with, this concept was applied to develop a CNC machining centre for machining prismatic components combining operations like milling, drilling, boring and taping. Further, the concept of multi-operations was also extended for machining cylindrical components, which led to the development of turning centers. • ADVANTAGE OF CNC MACHINES • • Higher flexibility • Increased productivity • Consistent quality • Reduced scrap rate • Reliable operation • Reduced non productive time • Reduced manpower • Shorter cycle time • High accuracy • Reduced lead time • Automatic material handling • Lesser floor space • Increased operation safety •
  • 6. • Numerical control (NC) is a method employed for controlling the motions of a machine tool slide and its auxiliary functions with input in the form of numerical data. A computer numerical control (CNC) is a microprocessor-based system to store and process the data for the control of slide motions and auxiliary functions of the machine tools. The CNC system is the heart and brain of a CNC machine which enables the operation of various machine members such as slides, spindles, etc. as per the sequence programmed into it, depending on the machining operations. • The main advantage of a CNC system lies in the fact that the skills of the operator hitherto required in the operation of a conventional machine is removed and the part production is made automatic. • The CNC systems are constructed with a NC unit integrated with a programmable logic controller (PLC) and some times with an additional external PLC (non-integrated). The NC controls the spindle movement and the speeds and feeds in machining. It calculates the traversing path of the axes as defined by the inputs. The PLC controls the peripheral actuating elements of the machine such as solenoids, relay coils, etc. Working together, the NC and PLC enable the machine tool to operate automatically. Positioning and part accuracy depend on the CNC system's computer control algorithms, the system resolution and the basic mechanical machine accuracy. Control algorithm may cause errors while computing, which will reflect during contouring, but they are very negligible. Though this does not cause point to point positioning error, but when mechanical machine inaccuracy is present, it will result in poorer part accuracy. • This chapter gives an overview of the configuration of the CNC system, interfacing and introduction to PLC programming.
  • 7. A CNC System basically consists of the following 1) Numerical Control unit (NCU) 2) Servo-control unit 3) Operator control panel 4) Machine control panel 4) Other peripheral device 5) Programmable logic controller (PLC)
  • 8. System machines have a Numerical Control unit known as NCU. The NCU has following functions: Execution of the NC program. Maintaining communication with the i/os. The NCU is accommodated in housing – the NCU box. It also contains a power supply unit and a plug-in fan unit. The NCU which is the central processing unit of the 840D control. It contains the NC-CPU and the PLC-CPU. The NCU is the heart and brain of a CNC system. It accepts the information stored in the memory as part program. This data is decoded and transformed into specific position control and velocity control signals. It also oversees the movement of the control axis or spindle whenever this does not match the programmed values, a corrective action is taken. All the compensations required for machine accuracy (like lead screw pitch error, tool wear out, backlash, etc.) are calculated by the NCU depending upon the corresponding inputs made available to the system. The same will be taken care of during the generation of control signals for the axis movement. Also, some safety checks are built into the system through this unit and the NCU unit will provide continuous necessary corrective actions.
  • 9. Fig shows a OP10 Sinumerik 840D CNC system's operator control panel. The operator control panel provides the user interface to facilitate a two-way communication between the user, CNC system and the machine tool. This consists of two parts: Video Display Unit (VDU) Keyboard The OP displays the status of the various parameters of the CNC system and the machine tool. It displays all current information such as: #complete information of the block currently being executed #Actual position value, set or actual difference, current feed rate, spindle speed #Active G functions #Main program number, subroutine number #Display of all entered data, user programs, user data, machine data, etc. #Alarm messages in plain text #Soft key designations
  • 10. A keyboard is provided for the following purposes: Editing of part programs, tool data, and machine parameters. 2)Selection of different pages for viewing. 3)Selection of operating modes, e.g. manual data input. 4)Selection of feed rate override and spindles speed override. 5)Execution of part programs.
  • 11. is the direct interface between operator and the NC system, enabling the operation of the machine through the CNC system. Fig shows the MCP of Hinumerik 3100 system. • • During program execution, the CNC controls the axis motion, spindle function or tool function on a machine tool, depending upon the part program stored in the memory. Prior to the starting of the machine process, machine should first be prepared with some specific tasks like, • Establishing a correct reference point • Loading the system memory with the required part program • Loading and checking of tool offsets, zero offsets, etc. • For these tasks, the system must be operated in specific operating mode so that these preparatory functions can be established.
  • 12. Generally, the CNC system can be operated in the following modes: Manual mode Manual data input (MDI) mode Automatic mode Reference mode Input mode Output mode, etc. Manual mode: In this mode, movement of a machine slide can carried out manually by pressing the particular jog button (+ or -). The slide (axis) is selected through an axis selector switch or through individual switches (e.g., X+, X-, Y+, Y-, Z+, Z-, etc.). The feed rate of the slide movement is prefixed. CNC system allows the axis to be jogged at high feed rate also. The axis movement can also be achieved manually using a hand wheel interface instead of jog buttons. In this mode slides can be moved in two ways: Continuous Incremental Continuous mode: In This mode, the slide will move as long as the jog button is pressed. Incremental mode: Hence the slide will move through a fixed distance, which is selectable. Normally, system allows jogging of axes in 1, 10, 100, 1000, 10000, increments. Axis movement is at a prefixed feed rate. It is initiated by pressing the proper jog+ or jog- key and will be limited to the no of increments selected even if the jog button is continuously pressed. For subsequent movement the jog button has to be released and once again pressed.
  • 13.
  • 14. matches the NC to the machine. PLCs were basically introduced as replacement for hard wired relay control panels. PLC help us in reducing the Hardwired controls of machine. They provide a platform from where implementation of logic as well as their diagnosis (fault finding) becomes much simple. PLC is replacing the concept of relay logic control. The PLC are reusable and can be programmed to perform various functions like On Delay Timers, Off Delay timers, Binary counter, BCD Counters etc. This multifunctional quality of PLC is very useful economically as the designer can implement most of the functions by using a single PLC block. PLCs are now available with increased functions, more memory and large input/output capabilities. Fig.7 gives the generalized PLC block diagram. • In the CPU, all the decisions are made relative to controlling a machine or a process. The CPU receives input data, performs logical decisions based upon stored programs and drives the outputs. Connections to a computer for hierarchical control are done via the CPU. •
  • 15. The principle of operation of a PLC is determined essentially by the PLC program memory, processor, inputs and outputs. The program that determines PLC operation is stored in the internal PLC program memory. The PLC operates cyclically, i.e. when a complete program has been scanned, it starts again at the beginning of the program. At the beginning of each cycle, the processor examines the signal status at all inputs.To execute the program, the processor fetches one statement after another from the programming memory and executes it. The PLC programs are stored in the data card in the case of CPU313. In case of 840D/810D CNC system it is stored in the NCU card itself. The program can be uploaded from the PLC to PG or vice versa using STEP7 software. The FC and FB are called in the OB1. The PLC processes the OB1 cyclically and evaluates all the inputs. The change in status of inputs is evaluated and the programmed out can be switch On/Off with the help of the STEP7 Program.