Sie sind auf Seite 1von 32

UNIVERSITI KUALA LUMPUR MALAYSIA

FRANCE INSTITUTE

BACHELOR ENGINERING TECHNOLOGY (Hons.) IN


ELECTROMECHANICAL SYSTEM

FAB20204 - PLC AND INDUSTRIAL NETWORKING

MINI PROJECT
AIRPORT BAGGAGE SYSTEM

LECTURER:
MADAM NORSEHAH BINTI ABDUL KARIM

NAME ID
NUR SYAFIQAH BINTI OMAR 50219117098
AIN NAJWA BINTI HAMDAN 50219117099
AFNAN FADLAN BIN AZMI 50219117096
MUHAMMAD AMIRUL SYAFIQ BIN ZULKIFLI 50219218110
Table of Content

1.0 INTRODUCTION ..................................................................................... 3

2.0 OBJECTIVES…........................................................................................ 5

3.0 DEVELOPMENT OF THE SYSTEM ........................................................ 6


3.1 FLOW CHART ........................................................................................................................... 6
3.2 PLC INPUT AND OUTPUT LIST ............................................................................................ 7
3.3 PLC INPUT AND OUTPUT WIRING ..................................................................................... 8
3.4 LADDER DIAGRAM ................................................................................................................. 9

4.0 DEVELOPMENT OF SYSTEM (SLAVE 1-DEVICE NET) ..................... 12


4.1 FLOW CHART ................................................................................................................... 13
4.2 PLC INPUT AND OUTPUT LIST .................................................................................... 14
4.3 PLC INPUT AND OUTPUT WIRING ............................................................................. 15
4.4 LADDER DIAGRAM ......................................................................................................... 16
4.5 CALCULATION INVOLVE (ANALOG APPLICATION) ........................................... 18

5.0 DEVELOPMENT OF SYSTEM (SLAVE 2-CQM1H) .............................. 20


5.1 FLOW CHART ................................................................................................................... 21
5.2 PLC INPUT AND OUTPUT LIST .................................................................................... 22
5.3 PLC INPUT AND OUTPUT WIRING ............................................................................. 23
5.4 LADDER DIAGRAM ......................................................................................................... 24

6.0 DEVELOPMENT OF SCADA ................................................................. 27


6.1 SCADA LAYOUT ..................................................................................................................... 27
6.3 VARIABLE TAG AND PROCESS DATA TABLE .............................................................. 28

7.0 DEVELOPMENT OF SYSTEM (INDUSTRIAL NETWORKING) .......... 29


7.1 BLOCK DIAGRAM OF OVERALL SYSTEM NETWORK TOPOLOGY ...................... 29
7.2 ROUTING TABLE FOR EACH PLC. (CNP FROM CX INTEGRATOR ) ...................... 31

8.0 CONCLUSION........................................................................................ 32

2
1.0 INTRODUCTION

DESCRIPTIONS OF THE SYSTEM

Airports and airlines are investing in baggage handling technology to improve


the efficiency of the baggage process and passenger experience as the number of air
passengers increases in every year. A baggage handling system is a type of conveyor
system installed in airports that transports checked luggage from airport counter check
in ticket at departure gate into areas where the bags can be loaded onto airplanes.

The primary function of the system is mainly transportation of bags and making
sure that a bag gets to the correct location in the airport. A baggage handling system
(BHS) is consists of many subtasks at different stages and processes. The system is
developed to check in passengers, count the number of bag and the weight, transport
the bag and sorting it by sensor barcode.

Baggage handling consists three main processes. The first process is the
inbound baggage handling which is concerned with the handling of the bags from
passengers arriving at the airport. The transfer baggage process deals with the handling
of bags from passengers changing their aircraft at the airport. The outbound baggage
handling combines the baggage flow from transfer passengers and the local check-in
desks.

Each airport has its own requirement when it comes luggage system. Baggage
handling quality is mainly measured as a number of mishandled bags which is an
important issue for customer satisfaction. The bags need to move from point to point as
fast as the traveller’s movement, If luggage move slowly, the result will be frustrated
travellers waiting for suitcases and that may lose connections because of these delays.
If the transfer is too fast, baggage may arrive before passengers.

The transfer baggage process is important for the success of large hub airports
with many transfer passengers since the guaranteed connecting time for passengers and
the corresponding luggage is a competition factor between hub airports. Customer
satisfaction combines the views from passengers and airlines.

3
Figure 1.0: Baggage system at airport.

This baggage handling system include some updated technology to transport


luggage from the check-in counter to the departure gate in a completely automated way
such as:

 Destination-coded vehicles, control by linear induction motors mounted


to the tracks, and can load or unload bags without stopping.
 Automatic scanners scan the labels on the luggage via barcode sensor.
 Conveyors equipped with junctions and sorting machines automatically
route the bags to the gate.

4
2.0 OBJECTIVES

Baggage handling is an important process during the ground time of an aircraft at an


airport. The complexity of the transfer baggage process depends on the airport layout and the
available capacity. The main objectives of the system are below:

 To minimize the number of missed connections.


 To ensure the handling baggage process smoother and efficiency.
 To detect the position luggage in case of emergency

5
3.0 DEVELOPMENT OF THE SYSTEM

MASTER – OMRON CS1GH


PROCESS 1:
Check-in counter by counting the number of passengers.
PERSON IN CHARGE: AIN NAJWA BT HAMDAN

3.1 FLOW CHART

Passengers queue up at the


counter for the check-in flight
process

Counter staff will check-in the


passengers

Checking the details of each


passengers via scanning the
boarding pass

6
3.2 PLC INPUT AND OUTPUT LIST

Input
ADDRESS TAG DESCRIPTION
000004 Start_MPsg Start Push Button
000005 Stop_M Stop Push Button
000007 Scan_M Scan Push Button

Output
ADDRESS TAG DESCRIPTION
000101 L1_On Indicator Lamp
000102 L2_Stop Emergency Stop Lamp

7
3.3 PLC INPUT AND OUTPUT WIRING

Input

Output

8
3.4 LADDER DIAGRAM

MAIN

MCR

9
MASTER

10
11
4.0 DEVELOPMENT OF SYSTEM (SLAVE 1-DEVICE NET)

 Process : Weighing baggage and conveyer start moving


 Person in charge: NUR SYAFIQAH BINTI OMAR

 Airlines staff will


weight passenger
baggage.

 If weight of baggage less  If weight of baggage more


than 10 kg, green light will than 10 kg, red light will
turn ON. turn ON.

 No additional charges apply  Additional charges apply to


to the passenger. the passenger for every kg.

 The conveyer moves and


proceed to the next
process.

12
4.1 FLOW CHART

Figure * : Flow chart of process by device net


Figure * shows the details process in device net section for airport baggage handling system
in an airport.

13
4.2 PLC INPUT AND OUTPUT LIST

 Input

Table @: The input list of device net


Address Tag Description
3306.01 Start Start push button
3300 Weight_Sensor Weight sensor
3306.02 Stop Stop push button

 Output

Table @: The output list of device net


Address Tag Description
3202.00 KM 1 Baggage conveyer
Weight less than lamp
3202.02 L1
(green)
Weight more than lamp
3202.04 L2
(red)

Table @ shows the input list used in the device net section while table @ shows the
output list used in the device net section.

14
4.3 PLC INPUT AND OUTPUT WIRING

 Input (3306)

 Input (3300)

 Output (3202)

15
4.4 LADDER DIAGRAM

16
17
4.5 CALCULATION INVOLVE (ANALOG APPLICATION)

WEIGHT VOLTAGE (V) COUNT(DEC) COUNT (HEX)


10 5 3000 BB8
20 10 6000 1770

WEIGHT VS COUNT
20

15

10

0
0 1000 2000 3000 4000 5000 6000

VOLTAGE VS COUNT
10

0
0 1000 2000 3000 4000 5000 6000

20 − 0 1
m= =
6000 − 0 300
1
y= x
300
Limit weight, y = 10kg
1
10 = x
300

18
10
x=
1
(300)

x = 3000 𝑐𝑜𝑢𝑛𝑡
3000 (in decimal) count = #𝑩𝑩𝟖 (𝒊𝒏 𝒉𝒆𝒙𝒂)

19
5.0 DEVELOPMENT OF SYSTEM (SLAVE 2-CQM1H)

 Process : Count baggage quantity and sorting by flight type (transit/direct)


 Person in charge: Muhammad Amirul Syafiq bin Zulkifli (50219218110)

 Airport employees
count the quantity
of baggage

 Conveyer moves and


sort the baggage
according to flight
(transit/direct)

 Transit  Direct

20
5.1 FLOW CHART

Figure 5.1 : Flow chart of process by CQM1H


Figure * shows the details process in CQM1H section for airport baggage handling system in
an airport.

21
5.2 PLC INPUT AND OUTPUT LIST

 Input

Table @: The input list of CQM1H


Address Tag Description
0.03 start Start push button
0.06 sensor_transit Transit sensor
0.08 Sensor_direct Direct sensor
0.15 reset Reset (if error occur)
0.01 stop Stop push button

 Output

Table @: The output list of CQM1H


Address Tag Description
100.03 KM1 Baggage conveyer
100.05 Push_transit Hydraulic cylinder 1

100.07 Push_direct Hydraulic cylinder 2


100.09 Light_indicator Light indicator

Table @ shows the input list used in the CQM1H section while table @ shows the output
list used in the CQM1H section.

22
5.3 PLC INPUT AND OUTPUT WIRING

 Input

 Output

Push_transit Push_direct

23
5.4 LADDER DIAGRAM

 MCR

24
 Slave

25
26
6.0 DEVELOPMENT OF SCADA

6.1 SCADA LAYOUT

Figure 6.1: SCADA layout.

27
6.3 VARIABLE TAG AND PROCESS DATA TABLE

PROCESS VARIABLES STORAGE IN PLC REGISTERS SCADA TAGS RANGES/DISPLAYED VALUE DISPLAYED AS
RAW RAW ENG ENG ENG
DESCRIPTION OF DATA USED IN TYPE UNIT ADDRESS I/O VARIABLE TAG NAME FORMAT GRAPHICAL OBJECT TYPE
ZERO FULL ZERO FULL UNITS

Start Push Button Control Digital CS1GH 0.04 R Start_M Symbol

Start Push Button SCADA Control Digital CS1GH 16.04 R start_m Symbol

Stop Push Button Control Digital CS1GH 0.05 R Stop_M Symbol

Stop Push Button SCADA Control Digital CS1GH 16.05 R stop_m Symbol

Scan Sensor Control Digital CS1GH 0.07 R Scan_M Symbol

Scan Sensor SCADA Control Digital CS1GH 16.07 R scan_m Symbol

Lamp Indicator Monitor Digital CS1GH 1.01 R/W L1_On Symbol

Lamp Indicator SCADA Monitor Digital CS1GH 1.01 R/W L1_on Symbol

Stop Lamp Monitor Digital CS1GH 1.02 R/W L2_Stop Symbol

Stop Lamp SCADA Monitor Digital CS1GH 1.02 R/W L2_Stop Symbol

Passenger Less Than Lamp Monitor Digital CS1GH 1.08 R/W Less_Than Symbol

Passenger Less Than Lamp SCADA Monitor Digital CS1GH 1.08 R/W L1_LessThan Symbol

Passenger Equal Lamp Monitor Digital CS1GH 1.09 R/W Equal Symbol

Passenger Equal Lamp SCADA Monitor Digital CS1GH 1.09 R/W L1_Equal Symbol

Passenger Greater Than Lamp Monitor Digital CS1GH 1.1 R/W GreaterThan Symbol

Passenger Greater Than Lamp SCADA Monitor Digital CS1GH 1.1 R/W L1_GreaterThan Symbol

Start Push Button Control Digital DeviceNet 3306.01 R Start Symbol

Start Push Button SCADA Control Digital DeviceNet 19 R start Symbol

Weight Sensor Monitor Integer DeviceNet 3301 R Weight_Sensor Symbol

Weight Sensor SCADA Monitor Integer DeviceNet D1 R weight_Sensor 0 3000 0 20 kg ## Display

Stop Push Button Control Digital DeviceNet 3306.02 R Stop Symbol

Stop Push Button SCADA Control Digital DeviceNet 19.02 R stop Symbol

Conveyor Monitor Digital DeviceNet 3202 R/W KM1 Symbol

Conveyor SCADA Monitor Digital DeviceNet 19.01 R/W km1 Symbol

Less Than Lamp Monitor Digital DeviceNet 3202.02 R/W L1 Symbol

Less Than Lamp SCADA Monitor Digital DeviceNet 19.03 R/W L1 Symbol

Greater Than Lamp Monitor Digital DeviceNet 3202.04 R/W L2 Symbol

Greater Than Lamp SCADA Monitor Digital DeviceNet 19.04 R/W L2 Symbol

Stop Push Button Control Digital CQM1H 0.01 R Stop Symbol

Stop Push Button SCADA Control Digital CQM1H 30 R stop_c Symbol

Reset Button Control Digital CQM1H 0.15 R Reset Symbol

Reset Button SCADA Control Digital CQM1H 30.04 R Reset_c Symbol

Transit Sensor Monitor Digital CQM1H 0.06 R Sensor_Transit Symbol

Transit Sensor SCADA Monitor Digital CQM1H 30.05 R sensor_transit Symbol

Direct Sensor Monitor Digital CQM1H 0.08 R Sensor_Direct Symbol

Direct Sensor SCADA Monitor Digital CQM1H 30.08 R sensor_direct Symbol

Hydraulic Cylinder 1 Monitor Digital CQM1H 100.05 R Push_Transit Symbol

Hydraulic Cylinder 1 SCADA Monitor Digital CQM1H 40.02 R push_transit Symbol

Hydraulic Cylinder 2 Monitor Digital CQM1H 100.07 R Push_Direct Symbol

Hydraulic Cylinder 2 SCADA Monitor Digital CQM1H 40.04 R push_direct Symbol

Light Indicator Monitor Digital CQM1H 100 R/W a Symbol

Light Indicator SCADA Monitor Digital CQM1H 40.06 R/W light_indicator Symbol

28
7.0 DEVELOPMENT OF SYSTEM (INDUSTRIAL NETWORKING)

7.1 BLOCK DIAGRAM OF OVERALL SYSTEM NETWORK TOPOLOGY

29
30
7.2 ROUTING TABLE FOR EACH PLC. (CNP FROM CX INTEGRATOR )

31
8.0 CONCLUSION

Baggage handling system (BHS) at an airport plays a crucial role in keeping travellers
happy. It also can make the difference in an airport's ability to attract or keep a major airline
hub (an airport that serves as a central connecting point through which many flights of a
particular airline are routed). Starting from check-in through screening to departure, arrival and
claims, baggage handling systems help on supporting the ground operation team around the
world do their work quicker, safer and efficient.

During the check-in process, the main key advances in baggage handling include
weighing and conveyor system that feature ergonomic system designs that make it more
convenience for airport/airlines staff and passengers. This system also minimises the waiting
period and improve check in counter speed but still maintaining an excellent customer service.

Automated baggage handling systems also help baggage handler and ground operation
team to improve system in sorting and counting baggage according to flight type. Highly
accuracy and efficient, baggage handling systems ensure the right bag goes to the right plane
for the right passenger.

But no matter how modern stunning an airport, fast, efficient and smooth baggage
handling system always plays a major part in delivering an exceptional service and ensuring
that passengers will be drawn back to the airport. Increasing passenger numbers, as well as the
passenger’s desire for greater control around baggage and check-in services also means a rise
in self-service solutions, such as kiosks and bag-drops, now sitting alongside existing systems.

Baggage Handling Systems can be improving by include baggage management


initiatives and new technologies such as Auto baggage build, using automated or semi-
automated manual handling devices such as robots to build ULDs ready for the aircraft, and
Early Bag Store (EBS), a facility that manages and sorts bags.

32

Das könnte Ihnen auch gefallen