SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
MINI CEMENT PLANT USING PLC
Alik Saha*, Sushil kundu*, Apurba Ghosh**
* B.E. Final year student, ** Reader / Assistant Professor
Department of Applied Electronics & Instrumentation Engineering,
University Institute of Technology, Burdwan University, Burdwan – 713 104, W.B., India.
Email: alik.saha4001@gmail.com
sushilkundu143@gmail.com
apurbaghosh123@yahoo.com

Abstract- This paper analyses the simulation study of PLC based mini cement plant system by
developing ladder diagrams using the addressing modes of Allen Bradley PLC. This paper presents
comprehensive simulations of the performance of the different electrical actuators such as stepper motor,
solenoid valve etc., the position sensor and the conveyer belt. Program execution status can also be
monitored by the PLC. It scans memory, inputs and outputs in a deterministic manner. The user can
access the logic, counting and memory functions easily by using this adopted simulation strategy with
good performance and more reliability.
Keywords- Ladder diagram, stepper Motor, conveyer belt, position sensor, solenoid valve, PLC
I. Introduction
Industrial automation is the use of control systems to control industrial machinery and processes, reducing the
need for human intervention. If we compare a job being done by human and by automation, the physical part of
the job is replaced by use of a machine, whereas the mental capabilities of the human are replaced with the
automation. PLC [1 – 5] is the abbreviated form of Programmable Logic Controller. Historically a PLC forte
was in discrete control of manufacturing processes. Most of the inputs and outputs for discrete control are
binary, meaning they have only two states i.e. on and off, like a switch. Little processing power is needed for
computing on/off signals and hence PLC tended to be very fast and are used in machine tool and other
industries. PLCs started becoming popular in the 1970s they were often called "relay replacers", since the logic
for on/off type operations was done with relays arranged in a digital logic format. Manufacturers of the most
popular PLCs include Allen-Bradley, Siemens, Modicon and a bunch of others. The design is for the production
of large volume high quality dry powdered cement with PLC used as its controller, which implements ladder
diagram logic to monitor the output signals from the different input sensors[4].

Fig. 1 Block diagram of mini cement plant.
II. System description
The gypsum and clinker are fed in a subsequent manner depending on the time adjusted on the timer into a
dump hoper and then it is collected into a crusher as shown in the Fig. 1. After crushing for some time, the
material is sent to bucket elevator-2 used for clinker via conveyer belt-2 using the motor-2. When gypsum is
crushing over, it is fed to bucket elevator-1 through conveyer belt-2 and conveyer belt-1 with the help of both
the motors M-2 and M-3. Further the crushed products of clinker is again sent to the bucket elevator-3 using the
conveyer belts 1 and 2 with the help of motors M-2 and M-4. The crushed gypsum is stored in the tank(GYP)
using motor, M-5. The crushed clinker is deposited in the tanks , CLH-1, CLH-2, CLH-3 and CLH-4 by running
the motors M-6 and M-7. Then the gypsum and the clinker from the respective storage tanks are fed to the
millfed bucket elevator operating the motors, M-8, M-9, M-10, M-11, M-12 and M-13. The materials are then
sent to the cement mill using motor, M-14. Once the production of cement [6] is complete, the finished product
is transferred using bucket elevators, motors (M-15& M-16) and solenoid valve(V-1) to large storage silos
(SILO-1 & SILO-2) in the shipping department. The final product is then transferred for packing and loading
using the motors, M-17, M-18, M-19, M-20, M-21 and M-22.
III. Explanation of ladder diagram
The logic implemented in PLCs is based on the three basic logic functions (AND, OR, NOT). These functions
are used either singly or in combinations to form instructions that will determine if a device is to be switched
ON or OFF.
The complete ladder diagram can be thought of as being formed by individual circuits, each circuit having
one output. Each of these circuits is known as a rung. Therefore, a rung [3] is the contact symbology required
to control an output in the PLC. A complete PLC ladder diagram program [2] then consists of several rungs,
each controlling an output interface which is connected to an output field device.
Here sensor (I:1/0) is implemented as start switch normally open (NO). If I:1/0 gets high value then the
motor-1(M1) of crusher starts crushing for some time which is run by timer T4:0 as shown in Fig. 2. Motor2(M2), motor-3(M3), motor-4(M4) are made on by using timer T4:0, T4:1 and T4:2 respectively having
addresses of O:2/1,O:2/2,O:2/3 respectively. The output address of O:2/4, O:2/5 and O:2/6 are used for
running of motor-5(M5), motor-6(M6) and motor-7(M7) respectively with the help of timer T4:3. Then the
motors, M8, M9, M10, M11, M12, and M13 are connected in the different addresses with the help of timer
T4:4. When T4:5/TT goes high then the motor -14(M14) connected in the address of O:2/13 will start. The
motor-15(M15) would be running when T4:6/TT goes high. The solenoid valve(valve-1) of cement mill is made
on when T4:7/TT high and T4:8/DN low. If T4:8/TT gets high then the M16 starts operating. M17 and M18
are on when T4:9/TT gets high. When T4:9/DN, I:1/4 or O:4/3 are high and C5:0/DN (here C5:0 is
implemented as counter) , T4:10/DN are low then the motor-19(M19) connected in the address of O:4/3 and the
motor-21(M21) connected in the address of O:4/4 are on. If T4:9/DN high, I:1/5 or O:4/5 high, C5:1/DN
low,T4:10/DN low are connected in cascade then the M20 and M22 runs. Here the NO switch (I:1/1) is used for
the system stop. Once system stop gets high then overall system will shutdown.
Fig. 2 Ladder diagram.
IV. Conclusion
This Paper has discussed an application of PLC for the mini cement plant system. The results of simulation
study were presented as far as the steps of process progress. All of our personal sketches and drawings of the
setup and prospected design of the mini cement plant were saved for reference for the actual design process. A
simple decision logic scheme on receiving the input signals was used to process the outputs of the mini cement
plant system to indicate the status of the process.
The study also indicates the condition of the motor of the conveyer belt and the status of the solenoid valve.
Further work is requested to indicate the use of on-line parameter identification to improve the performance of
the decision logic.
Hence, it can be concluded that the system designed and developed set up works satisfactorily and can be used
for demonstrating an application of PLC.
V. References
[1] Gray Dunning, Introduction to Programmable Logic Controllers, Delmar Thomson Learning, 1998.
[2] Programmable Logic Control : Principles & Applications, NIIT, PHI, 2004.
[3] John W. Webb, Ronald A. Reis, Programmable Logic Controllers, principles & Applications, 5th Edition, PHI; 2003.
[4] Madhuchanda Mitra, Samarjit Sen Gupta, Programmable logic controllers & industrial automation.
[5] L.A. Bryan,E.A. Bryan, Programmable Controllers Theory and Implementation, Second Edition, 1997.
[6] J. P. Saxena, Refractory Engineering and Kiln Maintenance in Cement Plants, 2003

Más contenido relacionado

La actualidad más candente

PID Controller and its design
PID Controller and its designPID Controller and its design
PID Controller and its designKonirDom1
 
Solid State Control of Electric Drive
Solid State Control of Electric DriveSolid State Control of Electric Drive
Solid State Control of Electric DriveSHIMI S L
 
automatic control, Basic Definitions, Classification of Control systems, Requ...
automatic control, Basic Definitions, Classification of Control systems, Requ...automatic control, Basic Definitions, Classification of Control systems, Requ...
automatic control, Basic Definitions, Classification of Control systems, Requ...Waqas Afzal
 
PLC Ladder Programming [Mechatronics]
PLC Ladder Programming [Mechatronics]PLC Ladder Programming [Mechatronics]
PLC Ladder Programming [Mechatronics]Dr. S.N. Teli
 
PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)
PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)
PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)Shahid Faizee
 
Visit to 400 kV substation, Hadala
Visit to 400 kV substation, HadalaVisit to 400 kV substation, Hadala
Visit to 400 kV substation, HadalaNandan Desai
 
Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Binod kafle
 
Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Elaf A.Saeed
 
PID Controllers
PID Controllers PID Controllers
PID Controllers Hussain K
 
Class 34 advanced control strategies – feedforward control
Class 34   advanced control strategies – feedforward controlClass 34   advanced control strategies – feedforward control
Class 34 advanced control strategies – feedforward controlManipal Institute of Technology
 
Lecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systemsLecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systemsSyed Ali Raza Rizvi
 
Single area load frequency control by using pi,fuzzy logic control1
Single area load frequency control by using pi,fuzzy logic control1Single area load frequency control by using pi,fuzzy logic control1
Single area load frequency control by using pi,fuzzy logic control1SAI SREE
 
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Amr E. Mohamed
 

La actualidad más candente (20)

DCS
DCSDCS
DCS
 
PID Controller and its design
PID Controller and its designPID Controller and its design
PID Controller and its design
 
Solid State Control of Electric Drive
Solid State Control of Electric DriveSolid State Control of Electric Drive
Solid State Control of Electric Drive
 
Class 5 advanced control loops
Class 5   advanced control loopsClass 5   advanced control loops
Class 5 advanced control loops
 
Pid controller
Pid controllerPid controller
Pid controller
 
Class 27 pd, pid electronic controllers
Class 27   pd, pid electronic controllersClass 27   pd, pid electronic controllers
Class 27 pd, pid electronic controllers
 
automatic control, Basic Definitions, Classification of Control systems, Requ...
automatic control, Basic Definitions, Classification of Control systems, Requ...automatic control, Basic Definitions, Classification of Control systems, Requ...
automatic control, Basic Definitions, Classification of Control systems, Requ...
 
PLC Ladder Programming [Mechatronics]
PLC Ladder Programming [Mechatronics]PLC Ladder Programming [Mechatronics]
PLC Ladder Programming [Mechatronics]
 
PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)
PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)
PLC BASED AUTOMATED SYSTEM IN PROCESS INDUSTRY (Final Presentation)
 
Visit to 400 kV substation, Hadala
Visit to 400 kV substation, HadalaVisit to 400 kV substation, Hadala
Visit to 400 kV substation, Hadala
 
Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.
 
Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system
 
PID Controllers
PID Controllers PID Controllers
PID Controllers
 
plc scada
 plc scada plc scada
plc scada
 
P I D CONTOLLER
P I D CONTOLLERP I D CONTOLLER
P I D CONTOLLER
 
Class 34 advanced control strategies – feedforward control
Class 34   advanced control strategies – feedforward controlClass 34   advanced control strategies – feedforward control
Class 34 advanced control strategies – feedforward control
 
Lecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systemsLecture 14 15-time_domain_analysis_of_2nd_order_systems
Lecture 14 15-time_domain_analysis_of_2nd_order_systems
 
Single area load frequency control by using pi,fuzzy logic control1
Single area load frequency control by using pi,fuzzy logic control1Single area load frequency control by using pi,fuzzy logic control1
Single area load frequency control by using pi,fuzzy logic control1
 
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
 
Modul pneumatic
Modul pneumaticModul pneumatic
Modul pneumatic
 

Destacado

Collaboration in Sustainability Vision
Collaboration in Sustainability VisionCollaboration in Sustainability Vision
Collaboration in Sustainability VisionSamuel Mann
 
Design Auto Adjust Sliding Surface Slope: Applied to Robot Manipulator
Design Auto Adjust Sliding Surface Slope: Applied to Robot ManipulatorDesign Auto Adjust Sliding Surface Slope: Applied to Robot Manipulator
Design Auto Adjust Sliding Surface Slope: Applied to Robot ManipulatorWaqas Tariq
 
automation of milk process in dairy field using plc and scada
automation of milk process in dairy field using plc and scadaautomation of milk process in dairy field using plc and scada
automation of milk process in dairy field using plc and scadaChowdary Babu Bandarupalli
 
FLSmidth Report final
FLSmidth Report finalFLSmidth Report final
FLSmidth Report finalShahid Faizee
 
Cement Industry and Audit Presentation
Cement Industry and Audit PresentationCement Industry and Audit Presentation
Cement Industry and Audit PresentationSaurabh Pandey
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerJinesh Patel
 
CAN (Controller Area Network) Bus Protocol
CAN (Controller Area Network) Bus ProtocolCAN (Controller Area Network) Bus Protocol
CAN (Controller Area Network) Bus ProtocolAbhinaw Tiwari
 
automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCLeelu Veerendra Pulagam
 
Controller area network -ppt
Controller area network -pptController area network -ppt
Controller area network -pptvelichetiphani
 
Milk processing operations in a dairy plant
Milk processing operations in a dairy plantMilk processing operations in a dairy plant
Milk processing operations in a dairy plantSaurav Kumar Sahoo
 
Controller Area Network (Basic Level Presentation)
Controller Area Network (Basic Level Presentation)Controller Area Network (Basic Level Presentation)
Controller Area Network (Basic Level Presentation)Vikas Kumar
 
Ppt on automation
Ppt on automation Ppt on automation
Ppt on automation harshaa
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCMehvish Mushtaq
 
ratio analysis on Cement ind
 ratio analysis on Cement ind ratio analysis on Cement ind
ratio analysis on Cement indRajdipsinh Jadeja
 

Destacado (20)

Collaboration in Sustainability Vision
Collaboration in Sustainability VisionCollaboration in Sustainability Vision
Collaboration in Sustainability Vision
 
Design Auto Adjust Sliding Surface Slope: Applied to Robot Manipulator
Design Auto Adjust Sliding Surface Slope: Applied to Robot ManipulatorDesign Auto Adjust Sliding Surface Slope: Applied to Robot Manipulator
Design Auto Adjust Sliding Surface Slope: Applied to Robot Manipulator
 
automation of milk process in dairy field using plc and scada
automation of milk process in dairy field using plc and scadaautomation of milk process in dairy field using plc and scada
automation of milk process in dairy field using plc and scada
 
Ca npp t
Ca npp tCa npp t
Ca npp t
 
FLSmidth Report final
FLSmidth Report finalFLSmidth Report final
FLSmidth Report final
 
Canbus
CanbusCanbus
Canbus
 
Cement Industry and Audit Presentation
Cement Industry and Audit PresentationCement Industry and Audit Presentation
Cement Industry and Audit Presentation
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
CAN (Controller Area Network) Bus Protocol
CAN (Controller Area Network) Bus ProtocolCAN (Controller Area Network) Bus Protocol
CAN (Controller Area Network) Bus Protocol
 
automatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLCautomatic mixing & filling bottle using PLC
automatic mixing & filling bottle using PLC
 
Controller area network -ppt
Controller area network -pptController area network -ppt
Controller area network -ppt
 
Milk processing operations in a dairy plant
Milk processing operations in a dairy plantMilk processing operations in a dairy plant
Milk processing operations in a dairy plant
 
Cement
CementCement
Cement
 
Controller Area Network (Basic Level Presentation)
Controller Area Network (Basic Level Presentation)Controller Area Network (Basic Level Presentation)
Controller Area Network (Basic Level Presentation)
 
Ppt on automation
Ppt on automation Ppt on automation
Ppt on automation
 
Cement
CementCement
Cement
 
Concrete Mix Design
Concrete Mix DesignConcrete Mix Design
Concrete Mix Design
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
 
Can Bus communication Protocol
Can Bus communication ProtocolCan Bus communication Protocol
Can Bus communication Protocol
 
ratio analysis on Cement ind
 ratio analysis on Cement ind ratio analysis on Cement ind
ratio analysis on Cement ind
 

Similar a Mini cement plant using plc published in national conference on materials, devices and circuits in communication technology 2012 (IETE)

IRJET-E-Blood Bank Application using Cloud Computing
IRJET-E-Blood Bank Application using Cloud ComputingIRJET-E-Blood Bank Application using Cloud Computing
IRJET-E-Blood Bank Application using Cloud ComputingIRJET Journal
 
Minor_Project_Report
Minor_Project_ReportMinor_Project_Report
Minor_Project_ReportVansh Kumar
 
A Review Paper on PLC Based Automatic Fly Ash Brick Machine
A Review Paper on PLC Based Automatic Fly Ash Brick MachineA Review Paper on PLC Based Automatic Fly Ash Brick Machine
A Review Paper on PLC Based Automatic Fly Ash Brick MachineIRJET Journal
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC ControllerIRJET Journal
 
IRJET - Automation of Briquetting using Hydraulic Actuators
IRJET - Automation of Briquetting using Hydraulic ActuatorsIRJET - Automation of Briquetting using Hydraulic Actuators
IRJET - Automation of Briquetting using Hydraulic ActuatorsIRJET Journal
 
A review on Design and Fabrication of Frumentum Maskin
A review on Design and Fabrication of Frumentum MaskinA review on Design and Fabrication of Frumentum Maskin
A review on Design and Fabrication of Frumentum MaskinIRJET Journal
 
Speed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural NetworkSpeed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural NetworkIJCSIS Research Publications
 
PLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized BottlesPLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized BottlesIRJET Journal
 
DREAM QUADCOPTER
DREAM QUADCOPTERDREAM QUADCOPTER
DREAM QUADCOPTERAJILMON
 
Analysis and investigation of different advanced control strategies for high-...
Analysis and investigation of different advanced control strategies for high-...Analysis and investigation of different advanced control strategies for high-...
Analysis and investigation of different advanced control strategies for high-...TELKOMNIKA JOURNAL
 
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxControl of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxssuser492e7f
 
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...eSAT Journals
 

Similar a Mini cement plant using plc published in national conference on materials, devices and circuits in communication technology 2012 (IETE) (20)

IRJET-E-Blood Bank Application using Cloud Computing
IRJET-E-Blood Bank Application using Cloud ComputingIRJET-E-Blood Bank Application using Cloud Computing
IRJET-E-Blood Bank Application using Cloud Computing
 
Minor_Project_Report
Minor_Project_ReportMinor_Project_Report
Minor_Project_Report
 
A Review Paper on PLC Based Automatic Fly Ash Brick Machine
A Review Paper on PLC Based Automatic Fly Ash Brick MachineA Review Paper on PLC Based Automatic Fly Ash Brick Machine
A Review Paper on PLC Based Automatic Fly Ash Brick Machine
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC Controller
 
IRJET - Automation of Briquetting using Hydraulic Actuators
IRJET - Automation of Briquetting using Hydraulic ActuatorsIRJET - Automation of Briquetting using Hydraulic Actuators
IRJET - Automation of Briquetting using Hydraulic Actuators
 
E43012628
E43012628E43012628
E43012628
 
A review on Design and Fabrication of Frumentum Maskin
A review on Design and Fabrication of Frumentum MaskinA review on Design and Fabrication of Frumentum Maskin
A review on Design and Fabrication of Frumentum Maskin
 
Speed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural NetworkSpeed Control of Three Phase Induction Motor Using Neural Network
Speed Control of Three Phase Induction Motor Using Neural Network
 
Doorpneu plc 2014
Doorpneu  plc 2014Doorpneu  plc 2014
Doorpneu plc 2014
 
PLC 2.pdf
PLC 2.pdfPLC 2.pdf
PLC 2.pdf
 
BODY
BODYBODY
BODY
 
Speed and Position Estimator of Dual-PMSM for Independent Control Drives usin...
Speed and Position Estimator of Dual-PMSM for Independent Control Drives usin...Speed and Position Estimator of Dual-PMSM for Independent Control Drives usin...
Speed and Position Estimator of Dual-PMSM for Independent Control Drives usin...
 
PLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized BottlesPLC based Automatic Liquid Filling System for Different Sized Bottles
PLC based Automatic Liquid Filling System for Different Sized Bottles
 
DREAM QUADCOPTER
DREAM QUADCOPTERDREAM QUADCOPTER
DREAM QUADCOPTER
 
Analysis and investigation of different advanced control strategies for high-...
Analysis and investigation of different advanced control strategies for high-...Analysis and investigation of different advanced control strategies for high-...
Analysis and investigation of different advanced control strategies for high-...
 
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptxControl of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
Control of Irrigation Motor Using DTMF Technology Through Mobile Phone-1.pptx
 
Mechatronics lab
Mechatronics labMechatronics lab
Mechatronics lab
 
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
 
PLC 2.docx
PLC 2.docxPLC 2.docx
PLC 2.docx
 
Auto turn off for water pump with four different slots
Auto turn off for water pump with four different slotsAuto turn off for water pump with four different slots
Auto turn off for water pump with four different slots
 

Más de Sushil Kundu

Synergy_Summit-Brochure
Synergy_Summit-BrochureSynergy_Summit-Brochure
Synergy_Summit-BrochureSushil Kundu
 
global_energy_summit_brochure
global_energy_summit_brochureglobal_energy_summit_brochure
global_energy_summit_brochureSushil Kundu
 
letter_head_john's_1
letter_head_john's_1letter_head_john's_1
letter_head_john's_1Sushil Kundu
 
Synergy Summit Poster_4
Synergy Summit Poster_4Synergy Summit Poster_4
Synergy Summit Poster_4Sushil Kundu
 
Synergy_Summit-Poster
Synergy_Summit-PosterSynergy_Summit-Poster
Synergy_Summit-PosterSushil Kundu
 
letter_head_john's_1
letter_head_john's_1letter_head_john's_1
letter_head_john's_1Sushil Kundu
 
brochure_john's_salon
brochure_john's_salonbrochure_john's_salon
brochure_john's_salonSushil Kundu
 
My presentation for Banaras tours
My presentation for Banaras toursMy presentation for Banaras tours
My presentation for Banaras toursSushil Kundu
 
Seminar on “4G Technology” held at University Institute of Technology, Burdwa...
Seminar on “4G Technology” held at University Institute of Technology, Burdwa...Seminar on “4G Technology” held at University Institute of Technology, Burdwa...
Seminar on “4G Technology” held at University Institute of Technology, Burdwa...Sushil Kundu
 
Vlsi physical design automation on partitioning
Vlsi physical design automation on partitioningVlsi physical design automation on partitioning
Vlsi physical design automation on partitioningSushil Kundu
 

Más de Sushil Kundu (15)

Sushil_Exp_CV_new
Sushil_Exp_CV_newSushil_Exp_CV_new
Sushil_Exp_CV_new
 
Synergy_Summit-Brochure
Synergy_Summit-BrochureSynergy_Summit-Brochure
Synergy_Summit-Brochure
 
global_energy_summit_brochure
global_energy_summit_brochureglobal_energy_summit_brochure
global_energy_summit_brochure
 
letter_head_john's_1
letter_head_john's_1letter_head_john's_1
letter_head_john's_1
 
jhon's)_1
jhon's)_1jhon's)_1
jhon's)_1
 
zenta-denta2
zenta-denta2zenta-denta2
zenta-denta2
 
Synergy Summit Poster_4
Synergy Summit Poster_4Synergy Summit Poster_4
Synergy Summit Poster_4
 
Synergy_Summit-Poster
Synergy_Summit-PosterSynergy_Summit-Poster
Synergy_Summit-Poster
 
letter_head_john's_1
letter_head_john's_1letter_head_john's_1
letter_head_john's_1
 
brochure_john's_salon
brochure_john's_salonbrochure_john's_salon
brochure_john's_salon
 
zenta_denta
zenta_dentazenta_denta
zenta_denta
 
Sushil cv
Sushil cvSushil cv
Sushil cv
 
My presentation for Banaras tours
My presentation for Banaras toursMy presentation for Banaras tours
My presentation for Banaras tours
 
Seminar on “4G Technology” held at University Institute of Technology, Burdwa...
Seminar on “4G Technology” held at University Institute of Technology, Burdwa...Seminar on “4G Technology” held at University Institute of Technology, Burdwa...
Seminar on “4G Technology” held at University Institute of Technology, Burdwa...
 
Vlsi physical design automation on partitioning
Vlsi physical design automation on partitioningVlsi physical design automation on partitioning
Vlsi physical design automation on partitioning
 

Último

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 

Último (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 

Mini cement plant using plc published in national conference on materials, devices and circuits in communication technology 2012 (IETE)

  • 1. MINI CEMENT PLANT USING PLC Alik Saha*, Sushil kundu*, Apurba Ghosh** * B.E. Final year student, ** Reader / Assistant Professor Department of Applied Electronics & Instrumentation Engineering, University Institute of Technology, Burdwan University, Burdwan – 713 104, W.B., India. Email: alik.saha4001@gmail.com sushilkundu143@gmail.com apurbaghosh123@yahoo.com Abstract- This paper analyses the simulation study of PLC based mini cement plant system by developing ladder diagrams using the addressing modes of Allen Bradley PLC. This paper presents comprehensive simulations of the performance of the different electrical actuators such as stepper motor, solenoid valve etc., the position sensor and the conveyer belt. Program execution status can also be monitored by the PLC. It scans memory, inputs and outputs in a deterministic manner. The user can access the logic, counting and memory functions easily by using this adopted simulation strategy with good performance and more reliability. Keywords- Ladder diagram, stepper Motor, conveyer belt, position sensor, solenoid valve, PLC I. Introduction Industrial automation is the use of control systems to control industrial machinery and processes, reducing the need for human intervention. If we compare a job being done by human and by automation, the physical part of the job is replaced by use of a machine, whereas the mental capabilities of the human are replaced with the automation. PLC [1 – 5] is the abbreviated form of Programmable Logic Controller. Historically a PLC forte was in discrete control of manufacturing processes. Most of the inputs and outputs for discrete control are binary, meaning they have only two states i.e. on and off, like a switch. Little processing power is needed for computing on/off signals and hence PLC tended to be very fast and are used in machine tool and other industries. PLCs started becoming popular in the 1970s they were often called "relay replacers", since the logic for on/off type operations was done with relays arranged in a digital logic format. Manufacturers of the most popular PLCs include Allen-Bradley, Siemens, Modicon and a bunch of others. The design is for the production of large volume high quality dry powdered cement with PLC used as its controller, which implements ladder diagram logic to monitor the output signals from the different input sensors[4]. Fig. 1 Block diagram of mini cement plant.
  • 2. II. System description The gypsum and clinker are fed in a subsequent manner depending on the time adjusted on the timer into a dump hoper and then it is collected into a crusher as shown in the Fig. 1. After crushing for some time, the material is sent to bucket elevator-2 used for clinker via conveyer belt-2 using the motor-2. When gypsum is crushing over, it is fed to bucket elevator-1 through conveyer belt-2 and conveyer belt-1 with the help of both the motors M-2 and M-3. Further the crushed products of clinker is again sent to the bucket elevator-3 using the conveyer belts 1 and 2 with the help of motors M-2 and M-4. The crushed gypsum is stored in the tank(GYP) using motor, M-5. The crushed clinker is deposited in the tanks , CLH-1, CLH-2, CLH-3 and CLH-4 by running the motors M-6 and M-7. Then the gypsum and the clinker from the respective storage tanks are fed to the millfed bucket elevator operating the motors, M-8, M-9, M-10, M-11, M-12 and M-13. The materials are then sent to the cement mill using motor, M-14. Once the production of cement [6] is complete, the finished product is transferred using bucket elevators, motors (M-15& M-16) and solenoid valve(V-1) to large storage silos (SILO-1 & SILO-2) in the shipping department. The final product is then transferred for packing and loading using the motors, M-17, M-18, M-19, M-20, M-21 and M-22. III. Explanation of ladder diagram The logic implemented in PLCs is based on the three basic logic functions (AND, OR, NOT). These functions are used either singly or in combinations to form instructions that will determine if a device is to be switched ON or OFF. The complete ladder diagram can be thought of as being formed by individual circuits, each circuit having one output. Each of these circuits is known as a rung. Therefore, a rung [3] is the contact symbology required to control an output in the PLC. A complete PLC ladder diagram program [2] then consists of several rungs, each controlling an output interface which is connected to an output field device. Here sensor (I:1/0) is implemented as start switch normally open (NO). If I:1/0 gets high value then the motor-1(M1) of crusher starts crushing for some time which is run by timer T4:0 as shown in Fig. 2. Motor2(M2), motor-3(M3), motor-4(M4) are made on by using timer T4:0, T4:1 and T4:2 respectively having addresses of O:2/1,O:2/2,O:2/3 respectively. The output address of O:2/4, O:2/5 and O:2/6 are used for running of motor-5(M5), motor-6(M6) and motor-7(M7) respectively with the help of timer T4:3. Then the motors, M8, M9, M10, M11, M12, and M13 are connected in the different addresses with the help of timer T4:4. When T4:5/TT goes high then the motor -14(M14) connected in the address of O:2/13 will start. The motor-15(M15) would be running when T4:6/TT goes high. The solenoid valve(valve-1) of cement mill is made on when T4:7/TT high and T4:8/DN low. If T4:8/TT gets high then the M16 starts operating. M17 and M18 are on when T4:9/TT gets high. When T4:9/DN, I:1/4 or O:4/3 are high and C5:0/DN (here C5:0 is implemented as counter) , T4:10/DN are low then the motor-19(M19) connected in the address of O:4/3 and the motor-21(M21) connected in the address of O:4/4 are on. If T4:9/DN high, I:1/5 or O:4/5 high, C5:1/DN low,T4:10/DN low are connected in cascade then the M20 and M22 runs. Here the NO switch (I:1/1) is used for the system stop. Once system stop gets high then overall system will shutdown.
  • 3.
  • 4. Fig. 2 Ladder diagram. IV. Conclusion This Paper has discussed an application of PLC for the mini cement plant system. The results of simulation study were presented as far as the steps of process progress. All of our personal sketches and drawings of the setup and prospected design of the mini cement plant were saved for reference for the actual design process. A simple decision logic scheme on receiving the input signals was used to process the outputs of the mini cement plant system to indicate the status of the process. The study also indicates the condition of the motor of the conveyer belt and the status of the solenoid valve. Further work is requested to indicate the use of on-line parameter identification to improve the performance of the decision logic. Hence, it can be concluded that the system designed and developed set up works satisfactorily and can be used for demonstrating an application of PLC. V. References [1] Gray Dunning, Introduction to Programmable Logic Controllers, Delmar Thomson Learning, 1998. [2] Programmable Logic Control : Principles & Applications, NIIT, PHI, 2004. [3] John W. Webb, Ronald A. Reis, Programmable Logic Controllers, principles & Applications, 5th Edition, PHI; 2003. [4] Madhuchanda Mitra, Samarjit Sen Gupta, Programmable logic controllers & industrial automation. [5] L.A. Bryan,E.A. Bryan, Programmable Controllers Theory and Implementation, Second Edition, 1997. [6] J. P. Saxena, Refractory Engineering and Kiln Maintenance in Cement Plants, 2003