内 容 摘 要
通用自动识别系统(AIS)是诞生于20世纪90年代的一种新型航海设备,是现代通信技术、计算机技术等多门类高新技术在航海领域的成功应用。AIS可以使船舶及时了解周围船舶的动静态信息,同时也可以帮助管理部门掌握其管辖水域的船舶情况。AIS的成功应用不仅可以提高船舶航行的安全性,还可以提高船舶管理的有效性,极大地避免了海上各种交通事故的发生。AIS系统给海上船舶的监视和管理带来革命性的进步,是数字化航海必不可少的设备。
本文以AIS的国际标准为依据,重点研究了AIS各种数据的获得和编码方法、AIS的电文结构及实现方法,同时还对AIS的串行数据接口和语句进行了详细地分析和研究,并通过软件实现了AIS数据的编码及AIS电文的输出。
针对AIS研究和学习的需要,本文以Visual C++ 6.0为开发工具实现了AIS数据源系统。该系统实现了多条船只的运动参数和静态数据的仿真,还可以根据研究人员的需要设置参数并实现各电文的输出。AIS数据源系统还实现了部分真实AIS设备未实现的电文(如二进制电文)及自行设计的电文(如船舶静态数据电文)。本程序界面友好、操作简单,是学习、研究和应用AIS电文和数据的有效工具。该系统的实现为研究AIS系统的应用提供了初步的仿真基础,为今后的产品开发做了先期研究,对AIS系统的理论研究也有积极的意义。
Abstract
The automation identification system (AIS) is one kind of new model navigation equipment of 1990's, which is many high and new technologies such as modern communication and computer applies into navigation field successfully. AIS can make ship know dynamic and static state information of vicinity ship in time, also can help administrative department to grasp ship information of it's own administering condition water area. The application of AIS not only being able to improve safety, but also can improve the validity of management, having avoided the various accident of sea's, is essential equipment of digitization navigation.
The thesis takes the AIS international standard as basis, studies the acquisition and code method of AIS data, studies the structure and realization method of AIS message. The thesis also analyses and studies serial interface and sentence, complete AIS coding and output sentence.
Specifically for the need of AIS studies, the thesis implement AIS data source system with Visual C++ 6.0. The system can provide dynamic and static data that belong to different ships, also be able to output sentence according to the need of scholars. The interface of system is amicable and the manipulation is effective. It is an effective tool for AIS message and data study. The accomplishment of this program provides the preliminary emulation basis for the application of AIS, also has active meaning for the theory study of AIS.
目 录
1 AIS绪论 4
1.1 AIS数据源研究内容 4
1.2 论文总体结构4
2 AIS相关技术原理 4
2.1 AIS工作模式 4
2.2 AIS频道访问协议 4
2.3 AIS的数据5
2.3.1 AIS数据格式 5
2.3.2 AIS动态数据 6
2.3.3 AIS静态数据 6
2.4 AIS电文7
2.4.1 AIS电文信息种类7
2.4.2 AIS标准电文8
2.4.3 电文的组成及特点9
2.5 AIS串行数字接口语句分析11
3 AIS输入语句与AIS标准电文11
3.1 ABM相关语句11
3.1.1 ABM语句格式11
3.1.2 寻址二进制电文12
3.1.3 寻址安全相关电文12
3.2 BBM相关语句13
3.2.1 BBM语句格式13
3.2.2 二进制广播电文13
3.2.3 安全相关广播电文14
3.3 AIR相关语句14
3.3.1 AIR语句格式14
3.3.2 二进制和安全电文的相关确认15
3. 4 VSD语句15
3.5 SSD语句16
4 AIS数据源的设计与实现16
4.1 AIS数据源的总体设计16
4.2 AIS数据编码的实现17
4.3 AIS开发工具的选择18
4.4 AIS串行数据接口的实现18
4.5 AIS数据源的程序实现19
结论22
参考文献23

您当前的位置:
