You are on page 1of 5

Integrated Port eManagement and Monitoring

System Using Radio Frequency Identification


Melbern Rose C. Maltezo*, Renato Butch R. Bituonan, Michael L. Narisma, Ira C. Valenzuela
Technological University of the Philippines
Manila, Philippines
melbernrose_maltezo@tup.edu.ph

Abstract— Transportation is an essential aspect to a system a better option. The price cost of RFID is much lower
developing country bringing service to all the people even in the and several applications had proved already the durability and
countryside. The purpose of this study is to automate port portability of the technology. It delivers remarkable benefits
services in monitoring and supervising the increasing number of for companies such as those in retail and apparel, healthcare,
passengers, improve port services like tracing passenger, ship
aerospace and defenses, manufacturing, healthcare, and other
crew members and generating real time voyage reports. The
target output of the study is to produce system features of having sectors [3]. This supports the potential and continued usage of
integrated modules for passenger ticketing, check-in/boarding, RFID-based business application. The use of RFID to track
baggage billing, and tracking appropriate passenger lost items is one of its basic applications for business.Today,
accommodation. RFID was used in identifying and authenticating the integration of converging technologies such as the use of
passenger tags supported by Electronic Product Code (EPC) RFID and databases systems are more adopted.
Class 1 Gen2 standard. The hardware components were The main core of this study focused on the authentication
interfaced using computer program modules for monitoring and tracking of read tags associated with the online ticketing
passenger accommodation. The passenger ticketing was system. There are features to keep track passenger e-ticket,
developed as a web-based application using PHP, MySQL, billing statement, accommodation allocation, and generates
CodeIgniter with online booking. System testing was successfully embarkation reports to sailing vessel or ferry. Moreover, a
conducted to validate the performance of the sensor and the UHF computerized system for monitoring passenger embarkation
reader used for better analysis and interpretation of the desired
was developed and this was addressed using radio frequency
features as designed. The report print-out generated in a form of
manifest or list of passengers correspond to the embarkation and
identification (RFID) technology and jointly with the
disembarkation process. The result of the experiment in a ship development of a database system for online ticketing
environment setup showed localization of using RFID technology designed to the ease long queues and wait time in buying
suited to improve services at the port area. tickets.

Keywords—RFID tags, e-ticketing, sensing technologies II. LITERATURE REVIEWS


RFID has been largely used due to its main advantage of
I. INTRODUCTION unique identification of item or tag. RFIDs are typically used
The Philippine transportation system is still under in inventory control for various commercial sectors, at various
developed because of the mountainous and scattered islands. stages of a supply chain, inventory management in a
In recent years, the government has put its best effort to warehouse, access control for buildings, tracking passenger
improve land-based, train system, air-based and water-based luggage in the airline industry, and animal tracking. In effect,
transportations. Currently, there are twelve (12) airports that tracking of items, pricing, total billing could be done
cater both international and domestic flights, train systems and spontaneously and the total bill would be deducted from
ferry services. customer's credit card account.
Water-based transportation like ferry services to regions In the study conducted by [4], RFID together with the EPC
and provinces are very important to cruising passengers. system has been utilized for the inland shipping. The
However, overloading and overcrowding amongst inland implementation of information service was designed to
passenger vessels have been traced as some of the main causes address the problem of information exchange for which in this
behind structural failures that led to passenger ferry accidents study had the same key elements of electronic product system
[1][2]. The poor passenger management caused by the manual utilized.
ticketing and monitoring should be improved. Aside from Kotak, et al. used RFID for bus ticketing. A commuter taps
that, long queuing and lead time causes the delay in the travel the card tag at the RFID reader located at the entrance of the
time of the passengers as well as on the service provider. bus. Data on the tag ID used and its balance are sent to the
On the other hand, RFIDs has been used in some types of server and the source stop fare is deducted from the
transportation. Specifically, the train system in the Philippines commuter’s account. At the destination stop, the commuter
uses an RFID for the fare payment in the train. The utilization scans the card at the RFID reader’s designated exit. With this
of the RFID having tags and readers makes the tracking

978-1-5386-7767-4/18/$31.00 ©2018 IEEE


finding, an RFID tag ticket is reusable for the next trip of the Figure 1. Block Diagram of the System
commuter [5].
Another study proposed the used of RFID in waste In this study, a UHF Integrated MidRange Reader and
management system [6]. The research has a title of, Writer (STU-1861-8dbi) was used as RFID reader. It is a high
“Development of a Waste Management System using RFID performance UHF Reader designed upon fully self-intellectual
and GPS Technology”. The study aims to improve the property. It supports fast tag read/write operations with high
tracking and monitoring of the garbage collection in a locality. identification rate. It is an efficient digital signal processing
Communication technologies such as radio frequency algorithm based on proprietary. The reader operates for 9 to
identification (RFID) and global positioning system (GPS) 12V with frequency range of 902-928 MHz (adjustable). UHF
with a camera are integrated into the waste monitoring system. Card tags contain a unique serial number. The reader captures
The system was developed using MS Visual Basic.NET and data on tag and transmits it to the server through the router.
SQL Server. The software was proven to be effective The tag is embedded in smart labels. The specification
compared to the existing method of garbage collection. matched the reader specs capable of 2048bits/96bits memory
A holistic view of readiness for organization to adopt size, with ISO18000-6B/EPC Class1 Gen2 protocol standard.
RFID applications has been presented in [7]. A framework of An Arduino microcontroller has been utilized in this study
technological, organizational, and environmental facets to for the interface. It has 14 digital input/output pins, 6 analog
access with corresponding metrics developed to analyze the inputs, with 16 MHz crystal oscillator, low powered which
readiness of a specific company in planning to adopt RFID fits to the requirement for interfacing. Also, a digital weighing
technology was discussed. Since the costs of RFID scale is added to measure the baggage brought by the
implementation drop sharply in recent years, companies began passenger and matched it to the corresponding allowable
to tag pallets and cases, and likely to extend to items level. baggage allowance. A motion sensor was incorporated in the
The researchers then concluded that in context all were system that outputs high when there is a detected motion.
associated with each other, while expected value, managers’ B. Proposed Algorithm
commitment, and network infrastructure are the key factors
that influence the intent of adopting RFID in the industry. To Figure 2 illustrates the system flow. The issued tags are
summarize, based on the successful utilization of RFID validated and a report is generated in a form of manifest or list
application in different areas as presented above, it seems of passengers. The design of module includes subsystem for
RFID application is never-ending. The monitoring of the passenger ticketing system, and the embarkation system
transaction can be done not only by the administrator domain (check-in and boarding). As soon as the tag is within the
but at the same time can be checked by managers via online. parameter read range, the registered passenger account will be
read onboard upon entry in assigned bunk accommodation.

III. METHODOLOGY
A. Hardware Development
Figure 1 shows the block diagram of the system. RFID
reader, digital weighing scale, motion sensor and buzzer were
connected to the microcontroller unit. The data that the reader
read will be processed and will be sent to the server via router.
An embdeded RFID middleware filters and pass only
applicable information to the progammed modules.
This has three (3) operations: initialization, fetching codes
and accommodation monitoring. Both the host computer and
the buzzer are in the standby mode while the microcontroller
performs the initialization of the system. Then the control
codes are fetched from the RF hardware. During the
accommodation monitoring, registered tags are being detected Figure 2. System Flowchart
and maps the passenger accommodation.

C. System Design
The ticketing program module consists of two accounts,
one for the system administrator and the other is for the
passenger account. The two accounts are password protected
for data security. The system administrator account has all the
rights and privileges in managing user accounts as well as
system logs. A passenger with registered account can update
its own account and can browse features of the system.
The e-ticket program has menu and sub-menu for easy
selection as illustrated in Figure 3 showing the Hierarchy
Input-Process-Output (HIPO) structure. The HIPO technique
is a tool for planning and/or documenting a computer
program.
Figure 3. The Developed Web-based Ticketing System

IV. RESULTS AND DISCUSSION


Figure 5. Dashboard of the System.
The current process of issuing paper-based tickets is
through ticket booth and there are a few big shipping
The host computer generates related information for vessel
companies that offer online booking. The develop sub-systems manager to access, check, analyze, and generate reports. The
for this study consist of Ticketing Management, Terminal necessity to make back-up regularly can be done online since
Operation Management and Embarkation Monitoring System. information can be routed.
These programs were integrated to deliver consistency,
accurateness and be able to generate just in time reports. The use of RFID reader and tags eliminate the use of
The ticketing management handles the passenger booking conventional way of manually registering names of
and scheduling. It also monitors the check-in and boarding of passengers. If an unauthorized passenger attempts to go to a
the passenger. The baggage billing, on the other hand, different type of accommodation the console displays
functions by registering the baggage weight and matched this “unauthorized entry”. At anytime, a query to verify boarded
passengers can be executed. This scenario provides easier
to the allowable baggage allowance of the particular
return of information and storage of document for later use.
passenger. And the embarkation monitoring helps in
Advanced booking is readily accessible via the company’s
accommodation allocation and monitoring. website. With the use of RFID tags, passengers are issued
Figure 4 shows the front-end view of the e-ticketing smart card upon check-in. The captured photo of the passenger
system. This is the interface developed for users and is stored in the repository database for future reference. A
commuters. In this part, the user can input the relevant details passenger account can be activated the next time a passenger
such as the origin, destination, departure date, number of set schedule of booking.
people and others.
Common set-up in the domestic terminal port area is the
use of X-ray machine for passenger baggage checking and
during check-in passengers are required to present
Identification (ID) Card or a government issued ID to
validated ticket ownership is still considered in the possible
implementation of this study. In the process of check-in and
boarding, every passenger is issued smart tags bearing
assigned accommodation which previously creates long queue
lines of waiting as it is done manual process. And in the next
step passenger needs to present baggage for inspection. Issued
tags to individual passenger has corresponding records of in
travel information such as voyage information, boarding pass,
and port arrival of the passenger are stored in the central
database. The tags are recognized and accounted upon
debarkation.

Figure 4. e-Ticketing Selection Menu As passengers embark on to the vessel, RFID kiosk located
at the vessels bunk entry reads theissued RFID tag. By default,
the console displays the initialization of the system as
The dashboard of the system is shown in Figure 5. It is a presented in Figure 5. The issued tag can be in a form of coded
web-based system, respectively with dummy name under card or color coded wristband. The passenger tags are verified
Lakbay Shipping Lines. accordingly depending on the availed accommodation. In case
a passenger attempts to enter incorrect accommodation, the
console displays “Unauthorized Entry ”. Figure 7 shows the
check- in interface for the user.
Figure 6. Kiosk Mode as Reader Figure 9. Lists of Passenger Report

The experiment was conducted to evaluate the


performance in terms of validation of RFID monitoring and
read range capability. There are two factors considered in the
experiment the distance from tag to the reader and location of
the tag.
Figure 10 shows the summary of tag verification to
determine successful and unsuccessful tag readings presented
in terms of percentage referenced at a distance one meter,
three meters and five meters as the first level of testing.
Second level of testing is the verification of passenger
accommodation as tag are registered and saved in the
database. Final step is setting to disembark, all tag readings
are saved as the reading of tags represents the passengers exit
from the ferry and be able to print disembarkation report. In
Figure 7. Check-in Passenger Account summary, all the ten cards read range were successfully
recorded which indicated 100% successful reading upon exit.
The reader sends the electromagnetic waves to the tag. The
tags draw this power from this wave and return the basic travel
information andrecords. These are stored in the server. The
readers again demodulate this wave and convert it as a digital
data. Figure 8 shows the mapping directory of passengers.

Figure 10. Verification test of the RFID tags

As per specification, the UHF reader is capable of reading


tag up to 5-meter maximum read range. The number of
successful and unsuccessful readings was noted for
documentation. For unsuccessful readings, three attempts were
Figure 8. Passenger Directory Mapping
repeated before declaring unsuccessful reading. The
procedures were repeated as the tag was moved away from the
reader to find the point at where the reader could no longer
Finally, the manifest or lists of passengers in a form of decode. The total number of treatment combinations is 10*9*3
report can be generated either on port area office or via the =270 runs. Aside from the distance the program control on
local area network or inside the vessel prior to sailing. The accommodation settings serves as the next factor to consider.
developed software can be remotely access by the host Overall, the success readings of the ten selected tags were
computer located in theofficethroughlocal area observed to be at 100% out of the 270 runs conducted and
networkoronline. List of boarded passengers is printed for disregard the cards with unsuccessful reading in the initial
submission to the inspecting coastguard for trip approval. attempts. A metric gripper tape was used in setting the
Figure 9 illustrates sample of generated report. A distance range from the reader. Ten tags were used to replicate
disembarkation report is also available for every completed each distance level.
trip.
The summary of testing is illustrated in Table 1. As successfully implemented. The developed system eliminated
shown in the table, the UHF reader set to test cabin the need for passengers and ferry operators to manually
accommodation and was successfully authenticated as shown perform ticket bookings, reducing long queues during check-
in row no. 1. Validated tag in row no.5 for tourist in, baggage payment, proper management of embarkation and
accommodation also corresponds and for the economy disembarkation. The system eradicated the possible human
accommodation in row no. 9 was then presented. The rest of error specifically in allocating passenger accommodation. The
the tags were invalidated and as showed display of study successfully tested the online ticketing system integrated
“unauthorized entry”. These results indicate a perfect with the RFID technology application system having 100%
authentication and accurate results. read range authentication, tracking and mapping issued RFID
tags. Therefore, the process made automatic and generate
TABLE 1. RESULTS OF CARD 1 TAG PERFORMANCE TEST precise reports evidently show improvement in port area.
Appro
Bunk
Passenger x. Console
Accommoda Tag ID
Trial Tag
Placement
tion Set Setting
Read
Distan
Display
Status
References
(Reader)
ce (m)
1 Wallet Cabin Cabin 1.1 Boarded [1] A.Golden, (2016). Trends, Causal Analysis, and Recommendations from
Unauthorized 14 Years of Ferry. Journal of Public Transportation. doi:10.5038/2375-
2 Book Cabin Tourist 1.3
entry 0901.19.1.2
Unauthorized [2] [11] K.S. Iqbal, & K. Hasegawa, G. Bulian, M.M. Karim,Z.I. Awal,
3 Luggage Cabin Economy 1.6
entry (2007). Passenger Ferry Accidents in Bangladesh: Design and Socio-
Unauthorized economic Aspects. In The 10th International Symposium on Practical
4 Wallet Tourist Cabin 1
entry Design of Ships and Other Floating Structures. Houston, TX.
5 Book Tourist Tourist 1.2 Boarded [3] M. Roberti, (2015).RFID Adoption Accelerates. RFID Journal Magazine
Unauthorized Vol 12. No.2 p.5. Retrieved September 21 2015 from
6 Luggage Tourist Economy 1.1
entry www.rfidjournal.com
Unauthorized
7 Wallet Economy Cabin 1.3 [4] K. Bai,D.,Zhao & S. Li, (2010).Application of EPC system in inland
entry shipping. The 2ndInternational Conference on Information Science and
Unauthorized Engineering,Hangzhou, China,2010, pp.1871-1874
8 Book Economy Tourist 1.3
entry
[5] V. Kotak, “RFID-based bus ticketing system using android and GTFS”,
9 luggage economy Economy 1.5 Boarded
International Journal of Advanced Research in Computer and
Communication Engineering (IJARCCE) Vol. 5, Issue 3, March 2016
[6] J.E. Meril, (2012). “Development of a Waste Management System using
V. CONCLUSION RFID and GPS Technology.”unpublished.
In this study, the utilization of RFID as an alternative to [7] J. Lyu , Y.C. Huang , H.Y.Ding , H.F. and Y.T.Huang (2014). A study
the manual ticketing system has been done. Added features of rfid readiness framework and its application. International Journal of
Electronic Business Management, Vol. 12, No. 2, pp. 111-121
such accommodation allocation and monitoring has been

You might also like