Combined PDF
Combined PDF
net/publication/273521749
CITATION READS
1 23,932
2 authors:
Some of the authors of this publication are also working on these related projects:
OFDM CHANNEL ESTIMATION BASED ON NOVEL LOCAL SEARCH PARTICLE SWARM OPTIMIZATION ALGORITHM View project
All content following this page was uploaded by Mohammed Moanes Ezzaldean Ali on 15 March 2015.
ABSTRACT
early 1950s brought the earliest predictive systems
Modern elevator systems work under control of digital which could anticipate traffic patterns within a
system such as a Programmable Logic Controller (PLC) building to deploy elevator movement in the most
or a single chip computer. A proposed control system for efficient manner. Relay-controlled elevator systems
an experimental model elevator is suggested and remained common until the 1990s during which
developed. This system consists of a PC and a data they were gradually replaced with solid-state based
acquisition system. The system's functions are managed controls, which are now the industry standard [1-3].
by a visual basic program. The design used in this
program is formed in a manner that makes the elevator Modern elevator systems work under control of
suitable for educational and laboratorial purposes. The digital system like PLC or single chip computers.
operation of the control system is tested and all the This paper describes the procedure of upgrading a
elevator operational activities are achieved. The control system of the experimental model of the
proposed control system upgrades the elevator model to
electrical elevator. Originally the elevator system
work as a modern elevator while preserving the
possibility of working under the old classical control was working under classical relay control, and the
system. suggested one is digital and operated under PC
control. Operation of this system is managed by a
Keywords: Data Acquisition Controller, LabJack, suitable visual basic program [1, 4].
Elevator, Visual basic, Upgrade.
© 2015 Mohammed M. Ezzaldean, open access article. Distributed under the terms of Creative
Commons Attribution (CC BY) license 4.0.
Ezzaldean et al, Journal of Control, Robotics, and Mechatronic Systems, ISSN: Pending, Vol. 1 (1), 22-26, Mar. 2015
DOI: Pending
Input
Power
Control Circuit
Ready check
Start
program
Elevator at Floor x
Input2 = true
Press Press up
check down check check
R2=true
R1= true Press x
Or
Fig. 1: Layout of the elevator model. or
R2=true
R3=true
brake.
Limit switches, actuator and lock for Motor
operate Motor not
Motor
operate
23
Ezzaldean et al, Journal of Control, Robotics, and Mechatronic Systems, ISSN: Pending, Vol. 1 (1), 22-26, Mar. 2015
DOI: Pending
When the elevator has stopped, the system ELEMENTS AND DESCRIPTION OF
commands the actuator to open the lock of THE SUGGESTED CONTROL SYSTEM
the door. In this work, a new control system of the
The elevator will be ready for the next task. elevator is suggested and developed. This system
The circuit diagram of classical control of the consists of a PC and a data acquisition system. By
experimental model of the electrical elevator is
shown in figure 3. using the proposed control system the elevator
model will be able to work like a modern elevator
system. The elements of this system are:
25
Ezzaldean et al, Journal of Control, Robotics, and Mechatronic Systems, ISSN: Pending, Vol. 1 (1), 22-26, Mar. 2015
DOI: Pending
CONCLUSION
In this paper, a new digital control system is
proposed. This control system is designed to
improve the classical model of the elevator's control
system. Basically, the operation of the new control
system is matched with the old one, nevertheless
the proposed control offers many advantages like:
1. It behaves like the control of the modern
elevator.
2. It is upgradable where by modifying the
software's different modes of operation can
be obtained.
3. It is more flexible for educational and
training purposes.
REFERENCES
[1] Amer Abed Mansour Al-Mesaody; Design and
Implementation of an Elevator Simulator
Controlled by a PLC, M.sc thesis, University of
Technology - Baghdad, 2007.
[2] G. C. Barney, Elevator Technology, Published
for The International Association of Elevator
Engineers by Ellis Horwood Limited,
Publishers. Chichester, 1986.
[3] Harvey M. Sachs, Opportunities for Elevator
Energy Efficiency Improvements, American
Council for an Energy-Efficient Economy, 2005
http://www.aceee.org.
[4] George R. Strakosch, Jaros, Baum &
Bolles, Vertical Transportation: Elevators and
Escalators; JOHN WILEY & SONS, 2nd
edition, 1983.
[5] Ford, M.; New Elevator Technology: The
Machine Room-Less Elevator Architectural
Record. McGraw Hill Financial. Retrieved
2009.
[6] http://LabJack U12.com.
[7] Ashish Tewari, “Modern Control Design”, John
Wiley & Sons. Ltd., 2002.
[8] Barney, G., C., “Elevator Traffic Handbook”,
Taylor & Francis Group, 2003.
26
CITATIONS READS
2 6,359
3 authors, including:
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Goran Vujisic on 05 January 2018.
ABSTRACT - This paper presents methods for Mini development board, chopper and small DC
regulating the elevator's cabin speed and position for motor with permanent magnets.
purposes of traffic control. It contains four stations.
On every station there are two position sensors and A. Controller
cabin call button. Cabin speed regulation is realized ARDUINO Pro Mini (Fig 2.) development
with microcontroller, incremental encoder and board is used as a PI controller. PI controller is
chopper, where chopper controls DC motor speed. A implemented using the PID library. The process has
simple traffic control is written for ARDUINO
only one dominant pole so it can be controlled quite
platform.
well with a PI controller. PI controller parameters
I. INTRODUCTION are obtained with experimental method, and uses
difference between reference value which is set by
This paper will show how to regulate elevator's another microcontroller and feedback value as an
cabin speed and position for purpose of traffic
input. First the proportional gain is increased to get
control. It is necessary to achieve speed regulation
a little overshoot and then the intagral constant is
due to speed limitations, acceleration and
deceleration. In that way a cabin snatch can be deacreased from large value to small to obtain the
solved. Position regulation is needed because the response with given overshoot. Output is a PWM
cabin needs to stop on preferred position. All signal with modifiable duty-cycle.
functions are realized with two ARDUINO
development boards (Pro Mini and Mega board)
they are easy to program and they easily control
another elements of control systems. The elevator
model was made with the aim of acquiring
knowledge of automation and regulation. The
picture of model is given in Fig 1.
𝐾𝑝 0.9124
= (3.)
1+𝑠(𝑇𝑝2 +𝑇𝑝1 )+𝑠 2 𝑇𝑝1 𝑇𝑝2 1+0.321𝑠+0.011𝑠 2