登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 物联网工程 > 正文

集装箱管理---RFID标签系统设计与实现毕业论文

 2021-03-21 11:03  

摘 要

近年来,物流技术和信息技术得到快速发展,而港口一直都是国家地区之间货物流动以及经济往来的重点场所,它的作用越来越明显,地位也逐渐提升。如何让港口物流的管理更加智能化、高效化,一直是科学研究的重点。RFID技术集各种优点为一身,包括存储容量大,安全可靠,适用性强等等,将优势突出的RFID技术应用在港口的集装箱管理中,恰好能够对港口的货物运输、存储等进行更加科学的管理,同时这种新技术也颠覆了传统的手工方式,极大的提高效率,让人们的需求得到满足。本文所做的工作具体如下:

(1)本文对国内外RFID技术在港口货物管理上的应用情况进行了分析:在国外,比如说美国和日本,他们在港口货物管理中应用到RFID技术取得了一定的成果,在一定范围内能够熟练使用,国内对港口RFID技术研究一直在进行当中,并且在小范围的试点中取得成功。在集装箱港口采用RFID技术,具有高效、自动识别的优点。本文对RFID技术进行学习和研究,尝试将RFID技术用于集装箱管理,提升集装箱管理水平。

(2)针对港口集装箱运输环境以及芯片的各种指标,选择了适合港口恶劣环境的RFID芯片,针对安全问题、碰撞算法,开发与设计了通用的电子标签读写函数,该函数能完成对阅读器、多标签情况的正常读写。

(3)本文对港口集装箱的运输管理流程分析后,对电子标签的管理系统进行设计,具体功能包括:对电子标签的发放和回收进行管理,登录系统后,可以通过合同来发放标签,通过提单回收标签,完成对电子标签的统计和管理。

通过上述研究,对RFID在国内外的现状整理总结,对RIFD技术的原理、组成、特点以及B/S结构、SQL Server技术和JSP技术进行学习,选择合适的RFID电子标签,开发设计了通用的电子标签读写函数,完成对RFID电子标签管理系统的设计。

关键词:RFID电子标签,SQL Server,B/S结构,集装箱

Abstract

In recent years, logistics technology and information technology has been rapid development,and the port has always been the Important place that carry out the flow of goods and economic exchanges between countries and regions. Its role is more and more obvious, the status has gradually improved. How to make port logistics management more intelligent and efficient, has always been the focus of scientific research.RFID technology set a variety of advantages, including storage capacity, safe and reliable, strong applicability, etc.With the excellent RFID technology used in port container management,It happens to be able to manage more scientific management of the cargo transport and storage of the port,at the same time, this new technology has upended the traditional way of doing manual labor, greatly improves efficiency and satisfies people's needs.The work done in this paper is as follows:

(1) This paper analyzes the application of RFID technology in port cargo management at home and abroad:In foreign countries, such as the United States and Japan, they have achieved some success in applying RFID technology to port cargo management,they are able to use in a certain range,domestic research on RFID technology in ports has been ongoing and has been successful in small-scale trials.Using RFID technology in container ports, it has the advantages of high efficiency and automatic identification.This paper studies and studies RFID technology, and tries to use RFID technology in container management to improve the level of container management.

(2) For the port container transport environment and the various indicators of the chip, selected for the harsh environment of the port RFID chip,for security and collision algorithm, the general electric tag read-write function is developed and designed.This function can complete the normal read and write of the reader and multi-tags condition.

(3) This paper designs the management system of electronic tags after analyzing the traffic management process of port container.Specific features include:Management of electronic tagging and recycling,after logging in to the system,contracts can be used to issue tags,Recover tags from the bill of lading,complete the statistics and management of electronic tags.

Through the above study, A summary of the status of RFID in China and abroad,learn the principles, composition, features of RFID technology and B / S structure,SQL technology,SQL Server technology, and JSP technology.Select the appropriate RFID electronic tags, develop and design the universal electronic tag read-write function, and complete the design of RFID electronic tag management system.

Keywords: RFID tag, SQL Server, B / S structure, container

目录

第一章 绪论 1

1.1 研究背景和意义 1

1.2 国内外相关技术研究现状 2

1.3 论文的研究内容以及章节介绍 3

第二章 电子标签(RFID)及相关技术 4

2.1 RFID技术概述 4

2.2 RFID系统的工作原理及分类 4

2.2.1 RFID系统的工作原理 4

2.2.2 RFID系统分类 4

2.3 RFID系统组成部分 5

2.3.1 硬件组件 6

2.3.2 软件组件 6

2.4 RFID系统的优点 6

2.5小结 7

第三章 系统需求与功能分析 8

3.1 RFID电子标签的选择 8

3.2 通用RFID读写函数 9

3.3 RFID安全性 10

3.4电子标签管理系统 12

3.4.1按照合同管理标签 12

3.4.2按照提单管理标签 12

3.5小结 12

第四章 关键技术的设计 13

4.1读写标签的安全性 13

4.1.1认证机制 13

4.1.2加密机制 14

4.2防碰撞算法 14

4.2.1 ALOHA算法 14

4.2.2二进制树搜索算法 15

4.3小结 16

第五章 系统设计与实现 17

5.1开发工具及环境 17

5.2数据库设计 17

5.3程序的设计与实现 19

5.3.1登陆界面 19

5.3.2按照合同管理界面 19

5.3.3按照提单管理界面 20

5.4小结 21

第六章 总结与展望 22

6.1总结 22

6.2展望 22

致谢 24

参考文献 25

第一章 绪论

1.1 研究背景和意义

从古至今,港口一直都是国家地区之间货物流动以及经济往来的重点场所,它的作用越来越明显,地位也逐渐提升。在现代港口物流中,货物运输一般都是以集装箱为载体,将货物运输到各地。如今,在中国生产的集装箱占据了全世界集装箱数量的一半以上,尤其是在中国加入WTO之后,我国港口的发展极其迅速,全国上下所有的港口都在扩建当中,设备也在不断的增加,港口对集装箱的吞吐量十分庞大。而且不仅仅是中国,世界各国的港口集装箱都在高速发展,这么多数量的集装箱,应该对其进行有效的管理[14]。就现在来说,每个港口都有属于自己的货物管理的系统,但是现在这些所谓管理的方式,大部分还是需要依靠人工的方式来进行管理,人工管理的方式有很多无法避免的缺点,比如说人工管理的效率可能不是很高,而且还容易出错。所以,进一步思考,在集装箱出厂后,需要采取一些方式对其进行高效的管理。

针对以上的问题,应该对港口集装箱的管理重新思考,传统的集装箱管理方式需要得到改变。这时一种新型的管理方式出现了,将RFID技术应用到港口集装箱管理系统中,可以很好的解决效率低、易出错的问题。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图