版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、 88888毕业设计(论文)外文资料翻译系 (院):电子信息工程系专 业:电气工程及其自动化姓 名:学 号:外文出处:Mobile Networks and Application(用外文写)附 件:1.外文资料翻译译文;2.外文原文。指导教师评语: 年月日签名: 注:请将该封面与附件装订成册。附件1:外文资料翻译译文基于GPRS远程监控系统数据终端的研究引言随着计算机技术的发展,特别是Internet技术广泛应用到人们生活的各个方面,使人们的生活发生了巨大的变化,从工业控制领域来讲,由于需要监控的区域广、监控的对象种类多,因而需要花费大量的人力、物力和财力进行设备的维护,而且有许多环境恶劣、
2、人们不易到达或不能时刻停留的地方不经常的采集一些现场数据,如果进行大量的拉线工作则是不经济、不合理的,这就推动了无线通信的技术在远程监控领域的发展。GPRS(通用分组无线业务),作为当前的GSM网络向第三代移动通信技术转换的过渡技术(2.5G)具有接入快速、时刻在线、按流量计费等优点,在远程突发性数据及时传输中有不可比拟的优势。2 GPRS技术GPRS(General Packet Radio Service)通用分组无线业务,是在GSM系统的基础上建立的移动网络系统,他使用分组交换技术,能兼容GSM,并且能在网络上传输高速数据,GPRS在传统的GSM网络中引入了3个新的器件:PCU(Pack
3、et Control Unit,分组控制单元)、SGSN(Serving GPRS Support Node,GPRS服务支持节点)和GGSN(Gateway GPRS Support Node,GPRS网关支持节点),GPRS通信具有以下特点:资源利用率高 GPRS引进了分组交换的传输模式,用户只有在发送或接收数据期间才占用资源,这就是说多个用户可高效率地共享同一无线通信,从而提高了资源的利用率,而GSM传输数据方式为电路交换模式,在整个连接时期内,用户无论是否传送数据都将独自占用无线信道。GPRS用户的计费按通信的数据流量为计费标准。传输速度高 GPRS数据传输速度可达57.6KB/s,最
4、高可达到115-117.2kb/s,完全可以满足用户应用的需求。接入时间短 GPRS接入等待时间短,可快速建立连接,平均为2s。提供实时在线功能 用户将初始处于连线和在线状态,这将使访问服务变得非常简单、快速。支持IP协议和X.25协议 GPRS支持Internet上应用最广泛的IP协议和X.25协议,而且由于GSM网络覆盖面广,使得GPRS能提供Internet和其它分组网络的全球性无线接入。从上述的GPRS特点可以看出,GPRS网络特别适合于频发小数据量的实时传输。工业的远程数据采集系统就是一个比较典型的频发小数据量的实时传输系统。3 系统设计3.1 系统结构整个系统的结构如图1所示。数据
5、终端设备GPRS数据终端数据中心设备GPRS网络Internet 系统结构用户终端设备通过串行接口或无线通讯方式连接到GPRS数据终端上,然后将数据打成IP包,再通过GPRS空中接口接入到GPRS网络,最终通过各种网关和路由到达系统数据中心。3.2 终端硬件设计GPRS数据终端的硬件结构采用模块化设计,共包含数据处理模块,远程通信模块,模数转换模块和显示模块四部分,系统结构如图2所示。通信模块串行接口模块中央处理模块AT89C55AD0832显示模块E2PROMX25045GPRS终端硬件结构数据处理模块主要包含AT89C55,X25045两个芯片,AT89C55用于处理与远程通信模块、模/数
6、转换模块和显示模块间的数据传输,为了保证数据不会因为掉电而丢失,采用串行E2PROM器件X25045对数据进行存储。远程通信模块主要包含GPRS无线模块、SIM卡和串口模块MAX3238三部分,SIEMENS GPRS无线模块采用MC35GPRS模块,其功能是将数据或命令通过与其连接天线发射出去,或接收远端监控中心发送的数据,再将接收到的数据或命令进行相应的协议处理后,通过MAX3238送入单片机进行处理,MX3238起电平转换和串行通信的功能,由于传输数据的承载方式是GPRS网络,所以SIM卡是不可缺少的,功能是存储数据和在安全条件下完成客户身份鉴定和客户信息加密计算的全过程。模数转换模块的
7、功能将采集到的模拟信号转换成数字量,它被看作是单片机处理信息源,电路设计时采用了AD0832芯片作为模数转换芯片,先将模拟信号送入AD0832转换成数字量,再送入T89C55芯片进行计算和处理。显示模块主要是考虑到当现场有管理人员巡视时,可以方便实时地了解现场情况,系统使用了一种管理键盘和LED显示器的专用智能控制芯片HD7279A,HD7279A与处理器之间采用串行接口,其接口电路和外围电路电简单,占用的接口线数目少,只需4条,具有较高的性价比。3.3 终端软件设计数据终端必须具备以下基本功能:自动登录GPRS网络,自动向数据中心注册动态IP地址和SIM卡的IMSI号,进行数据传输。3.3.
8、1 串口驱动由于数据终端是用单片机实现的,必须从底层的串口通信开始逐渐实现GPRS登录,最终实现数据的传输,串口驱动实现打开串口(OpenComm)、关闭串口(CloseComm)、读串口数据(ReadComm)、向串口写数据(WriteComm)、串口中断(Interrupt UartRxISR)等。3.3.2 登录GPRS网络通过GPRS Modem支持的AT命令集对其进行初始化设置,初始化设置成功后即可进行拨号连接,GPRS Modem的初始化及拨号过程如下: AT+IPR=38400; /把波特率设置为38400b/s,默认值为9600b/s。AT+CGCLASS=“B”;/设置移动终
9、端的类别为B类,即具有GPRS上网和GSM语音功能,但二者不能同时使用,可自动切换。AT+CGDCONT=1,“IP”,“CMNET”;/设置GPRS接入网关,如果Modem返回“310D”则表示初始化成功。发送“ATDT*99*1#”若Modem返回“310D”则表示成功接通GPRS网络。3.3.3 网络协商GGSN 和Modem通信时遵循PPP协议,Modem拨号后首先要与GGSN进行通信链路的协商,即进行点到点的各种通信链路的参数配置,协商过程遵循LCP、PAP、CHAP、IPCP等协议,其中LCP用于建立、构造、测试链路连接,PAP或CHAP用于处理密码验证部分;IPCP协议用于设置网
10、络协议环境,并分配IP地址。Modem接收到IP后将其存入数据终端的配置地址域,数据终端向数据中心发送配置后的数据帧,告知其动态IP地址和IMSI号,数据中心存储收到的信息,作为下传数据的联络信息。3.3.4 传输数据网络协商之后即可进行数据传送,GPRS网络支持TCP/IP协议,所以通过收发IP数据包来传送数据,此时,终端系统向GGSN发送的所有包含IP报文的PPP报文都会被传送给Internet网中相应的IP地址,从而完成终端系统向远程监控中心通过互联网传输数据的过程。系统实现的一个难点是登录GGSN的过程,即终端系统登录GPRS网关(GGSN)并与网关通过LCP,PAP,IPCP协议进行
11、协商的过程。网络协商过程是一个复杂的过程,协商过程大致如下,在拨号成功连接后GPRS网关首先会返回一个PAP REQ帧,我们发送一个空LCP REQ帧,以强迫进行协议协商阶段,随后,GPRS网关发送LCP设置帧,我们拒绝所有的设置并请求验证模式,GPRR网关选择CHAP或PAP方式验证,我们只接受PAP方式,然后进行PAP验证用户名或密码过程,如果成功,GPRS网关会返回IPCP报文分配动态IP地址。此时就完成了GPRS网关的协商过程。4 结论远程监控技术在工业控制领域中的应用非常广泛,在电力系统、燃气管道管网、石油勘测、水利、交通运输等领域有着非常重要的作用,采用GPRS无线技术使得监控系统
12、的实时性、可靠性有了很大的提高,进一步促进了工业监控系统的智能化和信息化。附件2:外文原文 Long-distance supervisory system data terminal research Based on GPRS1 introduction With the development of computer technology, Internet technology is particularly extensive and in-depth various aspects of people's lives. make people's lives has
13、 undergone a profound change.As industrial areas, because of the need to control areas, monitoring of a wide range of objects, hence the need to spend a lot of manpower, material and financial resources for equipment maintenance. Moreover, there are many adverse conditions, it is not easy to stay th
14、e occasional moment of arrival or not some field data collection. If the amount of wiring work it is not the economy, is unreasonable. This has helped wireless communications technology development in the field of remote monitoring. GPRS (General Packet Radio Service), as the existing GSM network ev
15、olution of the transition to the third generation mobile communication technology for (2.5G), with rapid access, always online, so by the flowmeter features Remote real-time data transmission in a sudden unmatched advantages. 2 GPRS technologyGPRS (General Packet Radio Service) is based on the GSM m
16、obile network systems, the use of packet switching technology, compatible with GSM, and high-speed data transmission networks, GPRS in the GSM network to introduce a traditional three new components : PCU (Packet Control Unit, a control unit). SGSN (Serving GPRS Support Node. GPRS service node suppo
17、rt) and GGSN (Gateway GPRS Support Node. Gateway GPRS support node) with the following characteristics :The high utilization rate of resources to the introduction of the GPRS packet switching mode of transmission, Only users send or receive data only during the occupation of resources This means tha
18、t many users share the same wireless communications and high efficiency, thereby increasing the utilization of resources. GSM circuit switched data transmission methods and models for the entire link period, Whether users transmit data alone will occupy Channel. GPRS用户的计费按通信的数据流量为计费标准。GPRS Billing u
19、sers by the flow of data communications for the accounting standards.GPRS data transmission speed of high-speed transmission 57.6KB/s. the highest attainable 115-117.2kb/s fully meet user needs.Access to wait for a short time GPRS access time is short, fast connectivity, the average 2s.Online users
20、will provide real-time line and on-line at the initial state, which will visit service is very simple and rapid.GPRS supports IP and X.25 support of the most widely used Internet IP and X . 25 agreement, but because of GSM network coverage, makes GPRS will provide Internet and other wireless access
21、to a global network.GPRS features can be seen from the above, the GPRS network is particularly suited to the frequent small-volume data transmission.Industry Remote Data Acquisition System is a relatively small volume of data typical of the real-time frequency transmission system. 3 System Design3.1
22、 system structureOverall system structure like chart 1 shows.InternetDataCenterEquipmentDataTerminalEquipmentGPRSDataTerminalGPRS network System structureSerial or user terminal equipment to connect to GPRS wireless data terminals, and then labeled asIP packet data. GPRS air interface to access thro
23、ugh GPRS network Gateway Routing and eventually arrived at through various data centers.3.2 terminals hardware designGPRS data terminal hardware modular design, include the data-processing module, remote communication module. analog-digital conversion module and display module, the system structure
24、is shown in figure 2. Serial InterfacemoduleCommunicationCPU MODULEAT89C55ADO8032E2PROMX25045Show moduleterminals hardwareData processing module contains AT89C553, X25045 two chips, AT89C55 for dealing with long-range communication modules, analog / digital converter module and the module data trans
25、mission. To ensure that data will not be lost restart. Serial E2PROM X25045 device used for data storage. Remote Communication module includes GPRS module and SIM Serial Module MAX3238 three parts. SIEMENS GPRS wireless module using the MC354GPRS module Its function is to connect the data with an an
26、tenna or through an order to launch, the data transmission or reception Remote Monitoring Center. to receive further information or to order corresponding to the agreement, sent through MAX3238 single chip processor, MX3238 starting level conversion and serial communication function Due to the absor
27、ption method is the GPRS network, data transmission, it is indispensable to the SIM. function is to store data in a safe condition and complete customer information and customer identification authentication encryption algorithm as a whole. Analog-digital conversion module of the analog signal proce
28、ssing functions will be converted to digital, microprocessor as information sources AD0832 chip circuit design using the chip as the analog-digital conversion. AD0832 first converted into analog signals into digital, and then sent T89C55 chips and handling.When the module is mainly on account manage
29、ment staff to inspect the scene, they can facilitate real-time understanding of the situation. management system using a special keyboard and LED display, intelligent control HD7279A. HD7279A processor uses serial interface, the interface circuit and the external circuit - simple. I occupied lines,
30、only 4, with low cost and high performance. 3.3 Terminal Software DesignData terminals must possess the following basic functions : automatic download the GPRS network. Automatic data centers to the SIM IMSI and its dynamic IP address for data transmission. 3.3.1 Serial DriverData terminal is due to
31、 the MCU. Serial communication must begin from the bottom GPRS download and eventually achieve data transmission. Serial opened Serial Driver (Open Comm) closed Serial (Close Comm) Reading serial data (Read Comm), wrote to the serial data (Write Comm) interrupt (Interrupt UartRxISR). 3.3.2 download
32、GPRS networkAT command set to support GPRS Modem its initialization, initialization can be successful for dial-up connections. GPRS and dial-up modem initialization process is as follows : AT+IPR=38400; /把波特率设置为38400b/s,默认值为9600b/s。4003rd regard for the Baud Rate Setting 38400b/s, default values for
33、 9600b/s. AT+CGCLASS=“B”;AT+CGCLASS= "B" /设置移动终端的类别为B类,即具有GPRS上网和GSM语音功能,但二者不能同时使用,可自动切换。4003rd mobile terminals for the B category, with GSM and GPRS Internet voice function, However, they can not use that can automatically switch.AT+CGDCONT=1, "IP", "CMNET" /设置GPRS接入网
34、关,如果Modem返回“310D”则表示初始化成功。4003rd installed GPRS Access Gateway, Modem return "310D" said initialization successful. 发送“ATDT*99*1#”若Modem返回“310D”则表示成功接通GPRS网络。Send "ATDT*99*1#" If Modem return "310D" said successfully connected GPR S network.3.3.3 Network consultationGGS
35、N and Modem Communication followed with PPP. After the first modem dial-up communication links with the GGSN for consultations that the point-to-point communication link for the distribution of the parameters, the process followed LCP, PAP, CHAP. IPCP other agreements, LCP for the establishment, str
36、ucture, testing Link Connection. PAP or CHAP for handling password verification ;IPCP part of the agreement for the establishment of network protocol environment. and distributed IP addresses. Modem接收到IP后将其存入数据终端的配置地址域,数据终端向数据中心发送配置后的数据帧,告知其动态IP地址和IMSI号,数据中心存储收到的信息,作为下传数据的联络信息。Modem will receive its
37、 data input terminal for the allocation of IP address fields. Data terminals to the data center configuration data frame transmission, this IMSI and its dynamic IP address. Data center storage to the information received, as under the downlink data from the contact information.3.3.4 transmissions da
38、taAfter network consultation for data transmission. GPRS network to support IP protocol and IP data packets through, transceiver to transmit data at this time, Terminal System GGSN sent to the PPP IP Packet contains all messages will be transmitted to the Internet Network corresponding IP addresses, thereby completing terminal transmission of data via the Internet to remote monitoring ce
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2024年度美容院洗衣房服务合同
- 2024年资本注入协议3篇
- 汽车消费融资协议(2024年修订版)3篇
- 腹部手术英语
- 2024年进修人员人民医院学习合同2篇
- 2024年生态住宅区预订合同3篇
- 2024年建筑用沙石料订购合同3篇
- 商场安全监控系统安装合同(2024版)2篇
- 2024年生态农业开发土地承包合同
- 影视项目投资与收益分配合同(2024版)2篇
- 2024年科技创新技术知识考试题库(附含答案)
- 天津市西青区2023-2024学年九年级上学期期中英语试卷-
- 副校长试用期转正工作总结(5篇)
- 期末测试卷(试题)-2024-2025学年人教PEP版(2024)英语三年级上册
- GB/T 44269-2024信息技术高性能计算系统管理监控平台技术要求
- 观察植物细胞实验报告-2024-2025学年人教版生物七年级上册
- 15S202 室内消火栓安装
- 2024年全国学宪法讲宪法知识竞赛考试题库(含答案)
- 组织汽车赛事行业深度分析与战略规划研究报告
- 财务机器人开发与应用实战 教案 任务9-1 银企对账机器人
- 统编版(2024)一年级语文上册识字6《日月明》精美课件
评论
0/150
提交评论