Irjet V9i6578
Irjet V9i6578
Irjet V9i6578
net/publication/361865098
CITATIONS READS
0 13,937
2 authors:
All content following this page was uploaded by Ajith Srikanth on 09 July 2022.
1,2Student, B. Tech in Mechatronics Engineering, SRMIST, Kattankulathur, Chennai - 603203, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Elevators are a common vertical mode of install elevators. Easy-to-maintain, cost-effective, and
transport in buildings, warehouses, construction sites, etc. upgradeable PLC elevators. Despite improvements,
The elevator's design and mechanics undergo continuous elevators are hard to install and maintain. PLC-based
modification to make it more efficient and inexpensive for elevator systems reduce elevator size, making them easier
daily use. The design of the elevator based on the to maintain, reprogram, and access.
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.
1.1 Principle
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2882
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
PLC language uses some unique terms that are different Multipoint Interface - USB
from terms that are used daily. In order to understand the
working of the ladder logic there is a need to understand b. Profinet
some of the terms that are mentioned below:
Ethernet - The Interfacing Devices used are
1. Central Processing Unit (CPU) - It is the PLC TCP/IP which is a collection protocol used for
controller's brain. It is one of the microcontrollers and communication. It consists of 3 components: IP,
is responsible for communication and interconnection TCP and UDP.
with other sections of the PLC controller, as well as
program execution, memory operation, input
monitoring, and output setup.
5. Programming Devices:
Fig. 3 Symbol Table
a. Ladder Logic Diagram (LAD) - It is a step
diagram of the Logics that is proposed for the 2. METHODOLOGY
working of the elevator. It uses Symbols and
components of the element in a line diagram After careful investigation, some characteristics including
that shows the hard wire control. motor ratings and automobile weight were calculated. PLC
CPU requirements were dependent on DC Motor and rope
b. Statement List (STL) - It is another view of the strength. Some knowledge on software compatibility and
instructions provided to the PLC in the form usability were required since it is simulation-based. For a
of text. The operation is shown to the left and rudimentary implementation, the use of switches and logic
the operand is shown to the right. like AND, NAND, OR, and XOR with NC and NO LAD
switches. The inputs observed are 6 signals namely Car
c. Function Block Diagram (FBD) - It is a set of Location, Floor Buttons, Car Buttons, Car Movement
instructions in the form of a block diagram. (Direction), Door Status, and Signal Triggers. This signal is
The functions are indicated by a rectangle and represented by the HMI Toolbox Button. With these
have a specific task. factors in mind, the ladder logics were created and
simulated.
6. Interfacing Devices
2.1 Sequence of Operation
The interfacing Devices available for the PLC are given
below: The PLC continuously carries out 3-4 basic steps namely
Error Check, Input scan, Logic scan, Output scan. Before
a. Profibus
running the program, the software checks for any
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2883
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
presence of any error. Input Scan is known as the inputs 2.3 Calculations
provided by the user are scanned by the plc and stored in
the memory. Logic scan is the CPU of the PLC is the Calculations helped choose simulation components for the
controller of the logic. It reads inputs, executes the hardware implementation. In order to reduce the
programme step-by-step, and updates output. Output scan elevator's cost, the most versatile and reliable parts were
is the logic scan's final presentation from memory. 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
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2884
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
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
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
Simulation ran successfully. Logic inputs and outputs for [10] Thai Nguyen (2020). “PLC Controlling Program of
elevator forward and reverse motoring, door opening and an Elevator”, HAMK University of Applied Sciences.
closing motor operation, and other sensors on each floor
have been added, and the programme is evaluated and BIOGRAPHIES
simulated using Graphic Interface. Simulations of logic
have been created. The smaller size of wireless solutions Ajith Srikanth
makes changes easier and faster. Diagnostics which are Student, B. Tech Mechatronics
centralized and overrides are built into PLCs. SRM Institute of Science and
Technology
REFERENCES https://www.linkedin.com/in/as31/
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2887