论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 电子通信论文
毕业论文标题:

基于internet的嵌入式远程测控终端研制

 本文ID:LWGSW9270 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于internet的嵌入式远程测控终端研制 (收费:8000 积分)  

电子通信论文编号:TX047       论文字数:61106,页数:110

目    录
摘    要   I
ABSTRACT   II
目    录   III
第1章 绪论   1
1.1研究目的和意义   1
1.2国内外现状   2
1.3主要研究工作   4
第2章 系统方案   5
2.1网络架构方案   5
2.1.1 C/S与B/S模式   5
2.1.2 HTTP及CGI   7 
2.1.3动态网页技术   14
2.1.4系统实现   19
2.2 终端平台方案   21
2.2.1 软件环境   21
2.2.2 硬件环境   25
2.2.3实现方案   28
2.3小结   31
第3章 终端平台硬件系统开发   32
3.1 最小系统   32
3.1.1 微处理器   32
3.1.2数据/程序存储器   36
3.1.3辅助模块   38
3.2 网络模块   41
3.2.1芯片特性   41
3.2.2工作原理   42
3.2.3接口设计   43
3.3 I/O、模拟数字、测控通讯模块   43
3.3.1 I/O模块   44
3.3.1 模拟数字转换模块   44
3.3.2 通讯模块   46
3.4 小结   48

第4章 终端平台软件系统开发   49
4.1 软件开发环境及机理   50
4.1.1 编译环境  51
4.1.2 调试环境  54
4.1.3系统运行机理   55
4.2 启动加载程序移植   57
4.2.1 ARMboot启动流程   57
4.2.2 ARMboot移植   61
4.3 ARM-Linux内核移植   63
4.3.1 ARM-Linux启动流程   64
4.3.2 ARM-Linux内核板级移植   68
4.4文件系统建立   73
4.5 设备驱动开发   76
4.5.1 驱动加载原理   77
4.5.2 驱动模块开发   78
4.6 小结   82
第5章 应用层开发   83
5.1 B/S模式的建立   83
5.1.1 HTTP服务器选型   83
5.1.2 HTTP服务器集成   85
5.1.3 CGI表单处理   86
5.2 C/S模式的建立   88
5.2.1 C/S模式程序开发   89
5.2.2 报文约定   92
5.3 基于KVM实现的探讨   93
5.4小结   94
第6章 应用示例   95
6.1程序设计   95
6.2 界面示例   99
第7章 结论与展望   100
7.1结论   100
7.2展望   101
参 考 文 献  102

摘    要
本文尝试并实现了借助现有信息网络Internet结合嵌入式测控终端节点完成对远程现场对象的测试与控制的构想。研制过程中,我们通过对网络以及终端系统方案的论证、软、硬件平台的研发以及应用层的开发,为从任何地点、在任何时间都能够获取到现场测试信息并实施控制的愿望提供了机制保证。
在网络架构方面,在分析数据传输模式以及静态、动态网页刷新技术的基础上,通过将B/S与C/S模式相结合的方法,利用Java Applet浏览器端动态网页技术以及嵌入式web server技术,在客户浏览器端和测控终端之间建立了基于HTTP以及通用Socket调用的两类通讯信道,通过网页文件和测控数据分开传输的方式实现动态交互。
对于测控终端平台,从实现基本的Internet接入功能及实现基本的测控功能方面,兼顾软、硬件协同考虑,提出了采用ARM-Linux架构来构建通用应用平台的方案。
硬件系统上,采用了一款片上集成丰富接口资源的ARM720T内核微处理器为主控芯片,在最小系统基础上扩展了以太网控制芯片,从而实现测控与网络功能一体化。
软件系统上,采用Linux内核为系统支撑,构建了包括ARMboot、设备驱动模块以及文件系统在内的完整软件系统平台。根据需要,在底层开发了包括I/O、A/D模块在内的设备驱动程序;在上层集成了以thttpd为基础的HTTP服务器,并利用Socket调用开发了客户端以及测控终端的测控数据通讯服务程序。最后对基于KVM的实现进行了探讨。
通过示例验证,系统最终实现了测控终端数据、状态的回传显示;客户端通过基于网页的图形用户界面(Web Based User Interface,WBUI)对终端实施控制以及客户端对终端的在线配置等基本功能。
本系统为国内开发自主、开源的远程测控终端平台提供了一个切实可行的参考方案。

关键词:远程测控,嵌入式web server,ARM-Linux,Socket,WBUI,Internet


ABSTRACT
The paper makes an effort and finally implemented the concept that using the in existence Internet to monitor and control the remote filed object with the help of embedded terminal. Through reasoning of the network structure, developing of the software and hardware on platform level as well as the application level of the terminal, we provide a approach for the wish of monitoring and controlling filed objects at any time in any where.
 As far as the network structure been concerned, basing on the analyzing of data transmission mode as well as static and dynamic web refresh technology, with the method of combining B/S and C/S mode, using browser side dynamic web refresh technology Java Applet and the embedded web server technology, HTTP based and Socket based two communication channels have been established between the client side browser and terminal server side. So that the dynamic interaction was implement- ed by dividual transmition of the web page and the monitoring controlling data.
As far as the terminal been concerned, feeding the needs of basic Internet access ability as well as the basic monitoring and controlling ability, giving attention to the cooperation of software and hardware, we come up with an ARM-Linux based structure conception for construct an universal application platform.
In aspect of hardware, a highly integrated ARM720T core based MPU been used as the main controller extended with an ethernet controller besides the mini-periphery system so as to integrating the networking monitoring and controlling altogether.
In aspect of software, the Linux kernel been used as the system underlay equipped with ARMboot and the file system to form a whole software platform. In needs of applications, on the bottom layer, device drivers including I/O mode and A/D mode was developed, while on the top layer a thttpd based HTTP server was integrated as well as the Socket API based communication program between client side browser and terminal server side. Finally a KVM based implementation was discussed.
Validated by the demonstration,the system finally implemented the feed back of filed monitoring data,the controlling through the WBUI and the on line configration.
The system provided an positively feasible solution for domestically developing of the independent and source open remote controlling and monitoring terminal.

Key words: remote controlling and monitoring, embedded web server, ARM-Linux,
Socket, WBUI, Internet


相关论文
本论文在电子通信论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于Huffman编码的数据压缩算法的.. 下一篇:基于Matlab的FMCW(调频连续波)..
Tags:基于 internet 嵌入式 远程 终端 研制 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电子通信论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号