2
Most read
3
Most read
4
Most read
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2882
Simulation and Modelling of 3-Floor Elevator System using PLC
Ajith Srikanth1, V Nehaa2
1,2Student, B. Tech in Mechatronics Engineering, SRMIST, Kattankulathur, Chennai - 603203, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Elevators are a common vertical mode of
transport in buildings, warehouses, construction sites, etc.
The elevator's design and mechanics undergo continuous
modification to make it more efficient and inexpensive for
daily use. The design of the elevator based on the
Programmable Logic Controller is one such innovation
(PLC). Despite the fact that contemporary elevators are not
exclusively controlled by PLC, this field has great potential
to become the future of the elevator industry. PLC is a solid-
state device whose response is dependent on the user-
defined program's input. PLC-based elevators have
improved the current elevator systems by eliminating the
need for a machine room. Due to its compact system and
programmable PLC, elevators can be utilized in a number of
different fields. The primary objective of this research was to
demonstrate the modeling of elevator motion using PLC
ladder logics.
Key Words: Elevator Control, Function Block
Diagram, Ladder Logic, PLC, TIA Portal.
1. INTRODUCTION
All-solid-state PLCs respond to user input in response to
instructions. Industrial Microcontrollers have hardware
and software tailored to industrial needs. They supply
data-analyzers for automated production and service
lines. Systems controlled by microprocessors and PLCs
can be found in elevators. Programming is usually done on
a personal computer in ladder logic. Reprogramming PLC
controllers is often done on a computer, but it can also be
done manually with programmes. The aim is to control the
elevator using PLC. It's easy to use and PLC-upgradable.
Conventional elevators require a lot of space and a
maintenance room. Building shorter or smaller elevators
is difficult. PLC-based elevators are easier to maintain,
cheaper, and can be upgraded as needed. Following the
execution of the user programme that has been saved in
application memory, the PLC will either activate or
deactivate field output devices depending on the control
scheme that has been loaded into the PLC.
1.1 Principle
The user's control scheme is interpreted by the PLC, which
then activates or deactivates field output devices, reads all
field input devices through input interfaces, and executes
the user programme stored in application memory.
Mechanical and maintenance space is needed for
conventional elevators. Shorter/smaller buildings can't
install elevators. Easy-to-maintain, cost-effective, and
upgradeable PLC elevators. Despite improvements,
elevators are hard to install and maintain. PLC-based
elevator systems reduce elevator size, making them easier
to maintain, reprogram, and access.
Fig. 1 Block Diagram of PLC Elevator Control
1.2 Pros and Cons
The use of a PLC system comes with a number of benefits,
including its compact size, the ability to be reprogrammed
and customized, and the simplicity with which the
application can be replicated and documented. PLC
manufacturers only offer a closed-loop architecture, which
is one of the system's disadvantages, as well as the fact
that it runs on a predetermined circuit.
Fig. 2 Understanding the Flow
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2883
1.3 Terminologies
PLC language uses some unique terms that are different
from terms that are used daily. In order to understand the
working of the ladder logic there is a need to understand
some of the terms that are mentioned below:
1. Central Processing Unit (CPU) - It is the PLC
controller's brain. It is one of the microcontrollers and
is responsible for communication and interconnection
with other sections of the PLC controller, as well as
program execution, memory operation, input
monitoring, and output setup.
2. Memory - PLC has two types of memories used namely
a. Read Only Memory (ROM) - The memory
location which stores the symbols and other
information necessary while the execution of
the program.
b. Random Access Memory (RAM) - The
memory location that stores the calling
functions based on the ladder logics.
3. Power Supply - The power necessary for the PLC to
perform all the functions that are necessary was
provided through an AC source. A 240V SMPS is used
in the simulation.
4. I/O module: The I/O module is a Rack that provides all
the Necessary information to both the PLC and the
user. It provides the address of all the inputs and
outputs.
5. Programming Devices:
a. Ladder Logic Diagram (LAD) - It is a step
diagram of the Logics that is proposed for the
working of the elevator. It uses Symbols and
components of the element in a line diagram
that shows the hard wire control.
b. Statement List (STL) - It is another view of the
instructions provided to the PLC in the form
of text. The operation is shown to the left and
the operand is shown to the right.
c. Function Block Diagram (FBD) - It is a set of
instructions in the form of a block diagram.
The functions are indicated by a rectangle and
have a specific task.
6. Interfacing Devices
The interfacing Devices available for the PLC are given
below:
a. Profibus
Point to Point Interface – USB
Multipoint Interface - USB
b. Profinet
Ethernet - The Interfacing Devices used are
TCP/IP which is a collection protocol used for
communication. It consists of 3 components: IP,
TCP and UDP.
Fig. 3 Symbol Table
2. METHODOLOGY
After careful investigation, some characteristics including
motor ratings and automobile weight were calculated. PLC
CPU requirements were dependent on DC Motor and rope
strength. Some knowledge on software compatibility and
usability were required since it is simulation-based. For a
rudimentary implementation, the use of switches and logic
like AND, NAND, OR, and XOR with NC and NO LAD
switches. The inputs observed are 6 signals namely Car
Location, Floor Buttons, Car Buttons, Car Movement
(Direction), Door Status, and Signal Triggers. This signal is
represented by the HMI Toolbox Button. With these
factors in mind, the ladder logics were created and
simulated.
2.1 Sequence of Operation
The PLC continuously carries out 3-4 basic steps namely
Error Check, Input scan, Logic scan, Output scan. Before
running the program, the software checks for any
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2884
presence of any error. Input Scan is known as the inputs
provided by the user are scanned by the plc and stored in
the memory. Logic scan is the CPU of the PLC is the
controller of the logic. It reads inputs, executes the
programme step-by-step, and updates output. Output scan
is the logic scan's final presentation from memory.
Fig. 4 Flowchart of the Process
2.2 Components
1. Power Supply
2. PLC S-Series 315
3. Simulation Software:
a. Siemens PLCSIM
b. Siemens Simatic Manager
c. Siemens TIA portal
d. Siemens WinCC Viewer
e. Siemens Step 7
4. Ladder Logic Circuits
5. Display Module
6. Switches, Sensors and Elevator Car
2.3 Calculations
Calculations helped choose simulation components for the
hardware implementation. In order to reduce the
elevator's cost, the most versatile and reliable parts were
needed.
Car Specification:
Weight of the cabin = 100 kg
Counter weight = 100 kg
Limit of 10 people each weighing 65 kg = 650kg
Rope strength:
F= mg ; F= (650+100+100) *9.8 = 8330N = 8.33 KN Motor
Specification:
Power:
P= Force*Velocity; P= (650*9.8) N*1m/s = 6370W
Since, 1hp = 745 W, 6370 W=8.55hp ; 9hp = 6705W
Torque:
T = P/2πω = 6705/2π (1500) = 31.5 Nm
2.4 Design of System
Ladder logic allows us to control door openings, travel
direction, and time. Call buttons will move the car.
Elevator motion affects the amount of power and time
used. Motive is finding an efficient design and logic.
STEP 7 can be used to programme SIMATIC S7-1500 and
S7-300 Controllers and configure SIMATIC HMI Basic
Panels. This functionality allows STEP 7 to do both. TIA
Portal gives you unrestricted access to digitized
automation services, from planning to engineering to
operation. Siemens' SIMATIC WinCC is a simulation
software for SCADA and HMI systems. STEP 7 can be used
to programme SIMATIC S7-1500 and S7-300 Controllers
and configure SIMATIC HMI Basic Panels.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2885
Fig. 5 Upward Movement Logic
Fig. 6 Downward Movement Logic
Fig. 7 Direction Assignment Logic
Fig. 8 Stopping Elevator Logic
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2886
Fig. 9 Open, Obstacle and Overload Logic
Fig. 10 Reset Open Door and Closing Door Logic
2.5 Working of the Simulation
The first floor marks the beginning of the operation for the
car. It makes no difference to the programme if the
elevator is located on a different floor. The car is started
by push buttons. It moves in an order that maximises the
amount of power saved, so if the car is moving in one
direction and another call comes in, it will respond to all of
the calls in the first direction before it responds to any
calls in the second direction. When the call signal and the
floor sensor are a match, the elevator will hang up the
phone. When the signal from the level sensor on the
second floor is high, a floor call is placed. Every call signal
on the second floor has been turned back to 0 now. After
having been opened for a predetermined amount of time,
the door is then closed in preparation for moving to the
next level. When the door is shut, the car is able to move
forward once more. If the door is closing, pressing the
Open button will reopen it, and if it is already open, it will
reset the amount of time it has been open. When the
passenger door is shut, the vehicle remains stationary
until it receives a signal from the Open button. In the event
that there is a barrier or that the elevator is too full, the
door will either remain open or reopen. An HMI screen
will display all of the operations when you are simulating.
The operation is the same in its entirety, with the
exception of a PLC and switches (Buttons). When
modelling, researchers need to take into account a variety
of factors that have the potential to affect elevator motion
and put customers in harm's way. In order to determine
whether or not the elevator is moving, fluctuating elevator
speed, and steady elevator slowing, the creation of the
model ought to centre on environmental analysis.
3. RESULT AND DISCUSSION
Following the completion of the error checking and the
interfacing of the PLC with the elevator, the trials of the
setup were carried out, and it was found that the setup
functioned correctly. The operation begins with pressing
the button for the desired flow, and if the elevator is
already on that floor, the motor will start running
according to it; for example, if the elevator is located
below the desired floor, it will rotate in a clockwise
direction, but if it is located above the desired floor, it will
rotate in a counter clockwise direction. There is a
significant amount of room for advancement in this
simulation, for instance. incorporating a weight sensor
into the lift in order to establish a maximum permissible
load for the lift to carry. Also, adding weight sensors to
each floor so that you can keep track of which floor has the
most people on it, or employing a weight counterbalancing
technique, should be done in order to make it
operationally feasible and for additional safety measures
like sounding the alarm when the weight of the lift reaches
the predetermined maximum level or when the door is
unable to close due to some obstacles, respectively. When
there are only a few stories in a building, this is one of the
most efficient and cost-effective ways to implement an
elevator. It is also possible to implement this using other
Softwares, some of which have more features and are
more compatible with one another that can drastically
optimize the modelling in real time scenarios.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2887
Fig. 11 Live Simulation in TIA Portal
Fig. 12 Working Interface with HMI
4. CONCLUSION
Simulation ran successfully. Logic inputs and outputs for
elevator forward and reverse motoring, door opening and
closing motor operation, and other sensors on each floor
have been added, and the programme is evaluated and
simulated using Graphic Interface. Simulations of logic
have been created. The smaller size of wireless solutions
makes changes easier and faster. Diagnostics which are
centralized and overrides are built into PLCs.
REFERENCES
[1] Gupta, Shrey. (2015). PLC based Multi-Floor Elevator
Control System. IAES International Journal of Robotics
and Automation (IJRA). 4. 202.
10.11591/ijra.v4i3.pp202-208.
[2] Deepthi L R, Divya Dharshini J N, et.al (2021), Design
and Implementation of Three Floor Lift Using PLC.
International Conference on Advances in Materials,
Computing and Communication Technologies
(IJSRST), Vol 9 Issue 1, April 2021, ISSN 2395-6011.
[3] Ali, Mohammed. (2018). Design and Implementation
of an Electrical Lift Controlled using PLC. International
Journal of Electrical and Computer Engineering. 8.
1947-1953. 10.11591/ijece.v8i4.pp1947-1953.
[4] Han, Xiaohu. (2020). Design and research of elevator
control systems based on PLC. Journal of Physics:
Conference Series. 1449. 012101.10.1088/1742-
6596/1449/1/012101.
[5] Soe, Theint. (2019). Design of PLC based Elevator
Control System. International Journal for Research in
Applied Science and Engineering Technology. 7. 416-
421. 10.22214/ijraset.2019.8058.
[6] Htay, Sandar and Yuyus Suryana. “Implementation of
PLC Based Elevator Control System.” (2014).
[7] Abdelkarim Ahmed Eltahir Ali, Zhang Jiang Min,
"Design of Five Floors Elevator with SCADA System
Based on S7200 PLC", International Journal of Science
and Research (IJSR),
https://www.ijsr.net/get_abstract.php?paper_id=NOV
162845, Volume 5 Issue 4, April 2016, 1309 - 1314.
[8] Thabet, Hassaan Th. H., Ibraheem S. Jameel, and Ismail
Abduljabar Hasan. “Rehabilitation of an Old
Traditional Elevator Based on PLC Techniques”. Wasit
Journal of Engineering Sciences 6, no. 3 (December 10,
2018): 76–89. doi:10.31185/ejuow.vol6.iss3.106.
[9] Aditi Dutta, Kajal, Rasmita Gouda, “Elevator Operation
Control Through PLC”, Abhiyantriki International
Journal of Engineering and Technology (AIJET), Vol. 4
No. 4, April 2017.
[10] Thai Nguyen (2020). “PLC Controlling Program of
an Elevator”, HAMK University of Applied Sciences.
BIOGRAPHIES
Ajith Srikanth
Student, B. Tech Mechatronics
SRM Institute of Science and
Technology
https://www.linkedin.com/in/as31/
Nehaa V
Student B. Tech Mechatronics
SRM Institute of Science and
Technology
https://www.linkedin.com/in/vn07/

More Related Content

PDF
Report - PLC Based Electrical Load Management System
PPTX
HVDC presentation
PPSX
System on chip architectures
PDF
Frequency Response with MATLAB Examples.pdf
PPTX
Unit commitment in power system
PPT
Hvdc transmission by pankaj chaudhary
PPT
Seminor on resonant and soft switching converter
PPTX
PLC ladder logics (Programmable Logic Controller)
Report - PLC Based Electrical Load Management System
HVDC presentation
System on chip architectures
Frequency Response with MATLAB Examples.pdf
Unit commitment in power system
Hvdc transmission by pankaj chaudhary
Seminor on resonant and soft switching converter
PLC ladder logics (Programmable Logic Controller)

What's hot (20)

PDF
On the verification of configurable nocs in simulation and hardware emulation...
PPTX
A laboratory model of a dual active bridge dc-dc converter for a smart user n...
PPTX
cascaded multilevel inverter project
PPTX
PLC Based Elevator, Power Electronic Project
PPTX
hybrid power station (PV and hydro)
PDF
ASIC Design and Implementation
PPT
Lecture11 combinational logic dynamics
PDF
Logic synthesis using Verilog HDL
PPT
Microgrid
PPTX
Cadence Design Flow.pptx
PDF
A Simple Approach To Short-Circuit Calculations by Cooper Bussmann (Ellis Pat...
PPTX
Vlsi stick daigram (JCE)
PDF
Low Power Design Verification of Complex Chips
PDF
Analog Mixed-Signal Design in FinFET Processes
PPT
Basics Of VLSI
PDF
574380923-2-X-25-KVAC.pdf
PDF
Low power vlsi design ppt
PPTX
Design & implementation of high speed carry select adder
PPTX
Electric Traction System benefits and different types of electric traction sy...
PPTX
VLSI Training presentation
On the verification of configurable nocs in simulation and hardware emulation...
A laboratory model of a dual active bridge dc-dc converter for a smart user n...
cascaded multilevel inverter project
PLC Based Elevator, Power Electronic Project
hybrid power station (PV and hydro)
ASIC Design and Implementation
Lecture11 combinational logic dynamics
Logic synthesis using Verilog HDL
Microgrid
Cadence Design Flow.pptx
A Simple Approach To Short-Circuit Calculations by Cooper Bussmann (Ellis Pat...
Vlsi stick daigram (JCE)
Low Power Design Verification of Complex Chips
Analog Mixed-Signal Design in FinFET Processes
Basics Of VLSI
574380923-2-X-25-KVAC.pdf
Low power vlsi design ppt
Design & implementation of high speed carry select adder
Electric Traction System benefits and different types of electric traction sy...
VLSI Training presentation
Ad

Similar to Simulation and Modelling of 3-Floor Elevator System using PLC (20)

PDF
A Mechatronics Approach For Concerting the Programmable Logic Controller With...
PDF
Control the Stability and Steady State When the Elevator Reached the Requeste...
PPTX
tturutruruutrrxfjvfjgjgddfjfjdgjfdjfjgjdfgj
PDF
ydchdfjdjgjfkhgchgkhhcghkgkkhkgkgkhkgckhgk
PDF
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
PDF
Design and Implementation of an Electrical Lift Controlled using PLC
PDF
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
PPT
Programmable_Logic_Controllers_Introduction_to_PLCs__(Chapter_1)_Lec1.ppt
PPT
PLCpptFeb222017.ppt
PPTX
Module-4 PLC for Automation and control.pptx
DOCX
Pendant Control System report
PPT
car wash system
PDF
Shishupal plc
PPTX
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
PPTX
SATYAM_VERMA_PLC_REPORT.docx.pptx
PDF
Plc report
PPTX
programmable logic controller presentation
PPTX
Advanced Lift System using PLC
PDF
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
DOCX
Design of Five storey Elevator Control System Based on Programmable Logic Con...
A Mechatronics Approach For Concerting the Programmable Logic Controller With...
Control the Stability and Steady State When the Elevator Reached the Requeste...
tturutruruutrrxfjvfjgjgddfjfjdgjfdjfjgjdfgj
ydchdfjdjgjfkhgchgkhhcghkgkkhkgkgkhkgckhgk
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
Design and Implementation of an Electrical Lift Controlled using PLC
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
Programmable_Logic_Controllers_Introduction_to_PLCs__(Chapter_1)_Lec1.ppt
PLCpptFeb222017.ppt
Module-4 PLC for Automation and control.pptx
Pendant Control System report
car wash system
Shishupal plc
Thesis Presentation (KUET_EEE_1103047_Nissan Imam)
SATYAM_VERMA_PLC_REPORT.docx.pptx
Plc report
programmable logic controller presentation
Advanced Lift System using PLC
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Design of Five storey Elevator Control System Based on Programmable Logic Con...
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPT
UNIT-I Machine Learning Essentials for 2nd years
PDF
VSL-Strand-Post-tensioning-Systems-Technical-Catalogue_2019-01.pdf
PDF
[jvmmeetup] next-gen integration with apache camel and quarkus.pdf
PDF
Principles of operation, construction, theory, advantages and disadvantages, ...
PDF
MACCAFERRY GUIA GAVIONES TERRAPLENES EN ESPAÑOL
PDF
Cryptography and Network Security-Module-I.pdf
PDF
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
PPTX
MAD Unit - 3 User Interface and Data Management (Diploma IT)
PPTX
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
PDF
IAE-V2500 Engine Airbus Family A319/320
PPTX
WN UNIT-II CH4_MKaruna_BapatlaEngineeringCollege.pptx
PDF
electrical machines course file-anna university
PPTX
Micro1New.ppt.pptx the mai themes of micfrobiology
PPTX
Wireless sensor networks (WSN) SRM unit 2
PPTX
DATA STRCUTURE LABORATORY -BCSL305(PRG1)
PDF
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
PPTX
Solar energy pdf of gitam songa hemant k
PDF
Lesson 3 .pdf
PDF
ASPEN PLUS USER GUIDE - PROCESS SIMULATIONS
PPTX
Environmental studies, Moudle 3-Environmental Pollution.pptx
UNIT-I Machine Learning Essentials for 2nd years
VSL-Strand-Post-tensioning-Systems-Technical-Catalogue_2019-01.pdf
[jvmmeetup] next-gen integration with apache camel and quarkus.pdf
Principles of operation, construction, theory, advantages and disadvantages, ...
MACCAFERRY GUIA GAVIONES TERRAPLENES EN ESPAÑOL
Cryptography and Network Security-Module-I.pdf
AIGA 012_04 Cleaning of equipment for oxygen service_reformat Jan 12.pdf
MAD Unit - 3 User Interface and Data Management (Diploma IT)
BBOC407 BIOLOGY FOR ENGINEERS (CS) - MODULE 1 PART 1.pptx
IAE-V2500 Engine Airbus Family A319/320
WN UNIT-II CH4_MKaruna_BapatlaEngineeringCollege.pptx
electrical machines course file-anna university
Micro1New.ppt.pptx the mai themes of micfrobiology
Wireless sensor networks (WSN) SRM unit 2
DATA STRCUTURE LABORATORY -BCSL305(PRG1)
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
Solar energy pdf of gitam songa hemant k
Lesson 3 .pdf
ASPEN PLUS USER GUIDE - PROCESS SIMULATIONS
Environmental studies, Moudle 3-Environmental Pollution.pptx

Simulation and Modelling of 3-Floor Elevator System using PLC

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2882 Simulation and Modelling of 3-Floor Elevator System using PLC Ajith Srikanth1, V Nehaa2 1,2Student, B. Tech in Mechatronics Engineering, SRMIST, Kattankulathur, Chennai - 603203, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Elevators are a common vertical mode of transport in buildings, warehouses, construction sites, etc. The elevator's design and mechanics undergo continuous modification to make it more efficient and inexpensive for daily use. The design of the elevator based on the Programmable Logic Controller is one such innovation (PLC). Despite the fact that contemporary elevators are not exclusively controlled by PLC, this field has great potential to become the future of the elevator industry. PLC is a solid- state device whose response is dependent on the user- defined program's input. PLC-based elevators have improved the current elevator systems by eliminating the need for a machine room. Due to its compact system and programmable PLC, elevators can be utilized in a number of different fields. The primary objective of this research was to demonstrate the modeling of elevator motion using PLC ladder logics. Key Words: Elevator Control, Function Block Diagram, Ladder Logic, PLC, TIA Portal. 1. INTRODUCTION All-solid-state PLCs respond to user input in response to instructions. Industrial Microcontrollers have hardware and software tailored to industrial needs. They supply data-analyzers for automated production and service lines. Systems controlled by microprocessors and PLCs can be found in elevators. Programming is usually done on a personal computer in ladder logic. Reprogramming PLC controllers is often done on a computer, but it can also be done manually with programmes. The aim is to control the elevator using PLC. It's easy to use and PLC-upgradable. Conventional elevators require a lot of space and a maintenance room. Building shorter or smaller elevators is difficult. PLC-based elevators are easier to maintain, cheaper, and can be upgraded as needed. Following the execution of the user programme that has been saved in application memory, the PLC will either activate or deactivate field output devices depending on the control scheme that has been loaded into the PLC. 1.1 Principle The user's control scheme is interpreted by the PLC, which then activates or deactivates field output devices, reads all field input devices through input interfaces, and executes the user programme stored in application memory. Mechanical and maintenance space is needed for conventional elevators. Shorter/smaller buildings can't install elevators. Easy-to-maintain, cost-effective, and upgradeable PLC elevators. Despite improvements, elevators are hard to install and maintain. PLC-based elevator systems reduce elevator size, making them easier to maintain, reprogram, and access. Fig. 1 Block Diagram of PLC Elevator Control 1.2 Pros and Cons The use of a PLC system comes with a number of benefits, including its compact size, the ability to be reprogrammed and customized, and the simplicity with which the application can be replicated and documented. PLC manufacturers only offer a closed-loop architecture, which is one of the system's disadvantages, as well as the fact that it runs on a predetermined circuit. Fig. 2 Understanding the Flow
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2883 1.3 Terminologies PLC language uses some unique terms that are different from terms that are used daily. In order to understand the working of the ladder logic there is a need to understand some of the terms that are mentioned below: 1. Central Processing Unit (CPU) - It is the PLC controller's brain. It is one of the microcontrollers and is responsible for communication and interconnection with other sections of the PLC controller, as well as program execution, memory operation, input monitoring, and output setup. 2. Memory - PLC has two types of memories used namely a. Read Only Memory (ROM) - The memory location which stores the symbols and other information necessary while the execution of the program. b. Random Access Memory (RAM) - The memory location that stores the calling functions based on the ladder logics. 3. Power Supply - The power necessary for the PLC to perform all the functions that are necessary was provided through an AC source. A 240V SMPS is used in the simulation. 4. I/O module: The I/O module is a Rack that provides all the Necessary information to both the PLC and the user. It provides the address of all the inputs and outputs. 5. Programming Devices: a. Ladder Logic Diagram (LAD) - It is a step diagram of the Logics that is proposed for the working of the elevator. It uses Symbols and components of the element in a line diagram that shows the hard wire control. b. Statement List (STL) - It is another view of the instructions provided to the PLC in the form of text. The operation is shown to the left and the operand is shown to the right. c. Function Block Diagram (FBD) - It is a set of instructions in the form of a block diagram. The functions are indicated by a rectangle and have a specific task. 6. Interfacing Devices The interfacing Devices available for the PLC are given below: a. Profibus Point to Point Interface – USB Multipoint Interface - USB b. Profinet Ethernet - The Interfacing Devices used are TCP/IP which is a collection protocol used for communication. It consists of 3 components: IP, TCP and UDP. Fig. 3 Symbol Table 2. METHODOLOGY After careful investigation, some characteristics including motor ratings and automobile weight were calculated. PLC CPU requirements were dependent on DC Motor and rope strength. Some knowledge on software compatibility and usability were required since it is simulation-based. For a rudimentary implementation, the use of switches and logic like AND, NAND, OR, and XOR with NC and NO LAD switches. The inputs observed are 6 signals namely Car Location, Floor Buttons, Car Buttons, Car Movement (Direction), Door Status, and Signal Triggers. This signal is represented by the HMI Toolbox Button. With these factors in mind, the ladder logics were created and simulated. 2.1 Sequence of Operation The PLC continuously carries out 3-4 basic steps namely Error Check, Input scan, Logic scan, Output scan. Before running the program, the software checks for any
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2884 presence of any error. Input Scan is known as the inputs provided by the user are scanned by the plc and stored in the memory. Logic scan is the CPU of the PLC is the controller of the logic. It reads inputs, executes the programme step-by-step, and updates output. Output scan is the logic scan's final presentation from memory. Fig. 4 Flowchart of the Process 2.2 Components 1. Power Supply 2. PLC S-Series 315 3. Simulation Software: a. Siemens PLCSIM b. Siemens Simatic Manager c. Siemens TIA portal d. Siemens WinCC Viewer e. Siemens Step 7 4. Ladder Logic Circuits 5. Display Module 6. Switches, Sensors and Elevator Car 2.3 Calculations Calculations helped choose simulation components for the hardware implementation. In order to reduce the elevator's cost, the most versatile and reliable parts were needed. Car Specification: Weight of the cabin = 100 kg Counter weight = 100 kg Limit of 10 people each weighing 65 kg = 650kg Rope strength: F= mg ; F= (650+100+100) *9.8 = 8330N = 8.33 KN Motor Specification: Power: P= Force*Velocity; P= (650*9.8) N*1m/s = 6370W Since, 1hp = 745 W, 6370 W=8.55hp ; 9hp = 6705W Torque: T = P/2πω = 6705/2π (1500) = 31.5 Nm 2.4 Design of System Ladder logic allows us to control door openings, travel direction, and time. Call buttons will move the car. Elevator motion affects the amount of power and time used. Motive is finding an efficient design and logic. STEP 7 can be used to programme SIMATIC S7-1500 and S7-300 Controllers and configure SIMATIC HMI Basic Panels. This functionality allows STEP 7 to do both. TIA Portal gives you unrestricted access to digitized automation services, from planning to engineering to operation. Siemens' SIMATIC WinCC is a simulation software for SCADA and HMI systems. STEP 7 can be used to programme SIMATIC S7-1500 and S7-300 Controllers and configure SIMATIC HMI Basic Panels.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2885 Fig. 5 Upward Movement Logic Fig. 6 Downward Movement Logic Fig. 7 Direction Assignment Logic Fig. 8 Stopping Elevator Logic
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2886 Fig. 9 Open, Obstacle and Overload Logic Fig. 10 Reset Open Door and Closing Door Logic 2.5 Working of the Simulation The first floor marks the beginning of the operation for the car. It makes no difference to the programme if the elevator is located on a different floor. The car is started by push buttons. It moves in an order that maximises the amount of power saved, so if the car is moving in one direction and another call comes in, it will respond to all of the calls in the first direction before it responds to any calls in the second direction. When the call signal and the floor sensor are a match, the elevator will hang up the phone. When the signal from the level sensor on the second floor is high, a floor call is placed. Every call signal on the second floor has been turned back to 0 now. After having been opened for a predetermined amount of time, the door is then closed in preparation for moving to the next level. When the door is shut, the car is able to move forward once more. If the door is closing, pressing the Open button will reopen it, and if it is already open, it will reset the amount of time it has been open. When the passenger door is shut, the vehicle remains stationary until it receives a signal from the Open button. In the event that there is a barrier or that the elevator is too full, the door will either remain open or reopen. An HMI screen will display all of the operations when you are simulating. The operation is the same in its entirety, with the exception of a PLC and switches (Buttons). When modelling, researchers need to take into account a variety of factors that have the potential to affect elevator motion and put customers in harm's way. In order to determine whether or not the elevator is moving, fluctuating elevator speed, and steady elevator slowing, the creation of the model ought to centre on environmental analysis. 3. RESULT AND DISCUSSION Following the completion of the error checking and the interfacing of the PLC with the elevator, the trials of the setup were carried out, and it was found that the setup functioned correctly. The operation begins with pressing the button for the desired flow, and if the elevator is already on that floor, the motor will start running according to it; for example, if the elevator is located below the desired floor, it will rotate in a clockwise direction, but if it is located above the desired floor, it will rotate in a counter clockwise direction. There is a significant amount of room for advancement in this simulation, for instance. incorporating a weight sensor into the lift in order to establish a maximum permissible load for the lift to carry. Also, adding weight sensors to each floor so that you can keep track of which floor has the most people on it, or employing a weight counterbalancing technique, should be done in order to make it operationally feasible and for additional safety measures like sounding the alarm when the weight of the lift reaches the predetermined maximum level or when the door is unable to close due to some obstacles, respectively. When there are only a few stories in a building, this is one of the most efficient and cost-effective ways to implement an elevator. It is also possible to implement this using other Softwares, some of which have more features and are more compatible with one another that can drastically optimize the modelling in real time scenarios.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2887 Fig. 11 Live Simulation in TIA Portal Fig. 12 Working Interface with HMI 4. CONCLUSION Simulation ran successfully. Logic inputs and outputs for elevator forward and reverse motoring, door opening and closing motor operation, and other sensors on each floor have been added, and the programme is evaluated and simulated using Graphic Interface. Simulations of logic have been created. The smaller size of wireless solutions makes changes easier and faster. Diagnostics which are centralized and overrides are built into PLCs. REFERENCES [1] Gupta, Shrey. (2015). PLC based Multi-Floor Elevator Control System. IAES International Journal of Robotics and Automation (IJRA). 4. 202. 10.11591/ijra.v4i3.pp202-208. [2] Deepthi L R, Divya Dharshini J N, et.al (2021), Design and Implementation of Three Floor Lift Using PLC. International Conference on Advances in Materials, Computing and Communication Technologies (IJSRST), Vol 9 Issue 1, April 2021, ISSN 2395-6011. [3] Ali, Mohammed. (2018). Design and Implementation of an Electrical Lift Controlled using PLC. International Journal of Electrical and Computer Engineering. 8. 1947-1953. 10.11591/ijece.v8i4.pp1947-1953. [4] Han, Xiaohu. (2020). Design and research of elevator control systems based on PLC. Journal of Physics: Conference Series. 1449. 012101.10.1088/1742- 6596/1449/1/012101. [5] Soe, Theint. (2019). Design of PLC based Elevator Control System. International Journal for Research in Applied Science and Engineering Technology. 7. 416- 421. 10.22214/ijraset.2019.8058. [6] Htay, Sandar and Yuyus Suryana. “Implementation of PLC Based Elevator Control System.” (2014). [7] Abdelkarim Ahmed Eltahir Ali, Zhang Jiang Min, "Design of Five Floors Elevator with SCADA System Based on S7200 PLC", International Journal of Science and Research (IJSR), https://www.ijsr.net/get_abstract.php?paper_id=NOV 162845, Volume 5 Issue 4, April 2016, 1309 - 1314. [8] Thabet, Hassaan Th. H., Ibraheem S. Jameel, and Ismail Abduljabar Hasan. “Rehabilitation of an Old Traditional Elevator Based on PLC Techniques”. Wasit Journal of Engineering Sciences 6, no. 3 (December 10, 2018): 76–89. doi:10.31185/ejuow.vol6.iss3.106. [9] Aditi Dutta, Kajal, Rasmita Gouda, “Elevator Operation Control Through PLC”, Abhiyantriki International Journal of Engineering and Technology (AIJET), Vol. 4 No. 4, April 2017. [10] Thai Nguyen (2020). “PLC Controlling Program of an Elevator”, HAMK University of Applied Sciences. BIOGRAPHIES Ajith Srikanth Student, B. Tech Mechatronics SRM Institute of Science and Technology https://www.linkedin.com/in/as31/ Nehaa V Student B. Tech Mechatronics SRM Institute of Science and Technology https://www.linkedin.com/in/vn07/