WWW.51LUNWEN.COM 无忧论文网
| 无忧英国论文网 | 无忧免费论文网|英国·澳大利亚·新西兰·加拿大·美国·荷兰】
无忧论文网无忧论文网名校师资提供一流服务
2008/12/2 星期二
论文首页 | 留学论文 | 硕士论文 | MBA论文 | 金融硕士 | 博士论文 | 代写论文 | 代写Assignment| 翻译服务 | 支付方式
论文下载 | 论文写作 | 论文格式 | 本科论文 | 论文老师 | 论文出售 | 论文发表 | 发表供需| 教育导航 我的无忧  
英语论文|工商管理|市场营销|物流论文|人力资源|电子商务|旅游管理学|项目管理|行政管理|经济论文|金融论文|国际贸易|法律论文|日语论文|
教育论文|政治论文|社会哲学|新闻媒体|保险论文|会计财务|计算机科学|建筑论文|通讯论文|土木工程|医学论文|论文写作|留学文书|应用范文|
无忧论文网论文下载中心 [自然科学类][电子信息类][通讯工程]基于现场总线的分布式控制系统的集成和开发
本类导航  
电子信息类
 →通讯工程
 →电子
 →遥感技术
本专业最热门的论文 
DES对称密钥数据加密算法及其C++程序及应用(4067)
CDMA通信系统抗多址干扰问题的研究(3393)
ADS应用开发与实验设计(附答辩演示稿)(2644)
CDMA系统中分集技术的研究(2553)
ADSL接入技术与协议仿真(2151)

Google 英语论文 硕士论文 论文下载 论文发表
支付方式咨询:357500023@qq.com
论文题目: 基于现场总线的分布式控制系统的集成和开发
论文编号: lw200702102017008252
编辑:
论文属性: 硕士毕业论文
论文国籍:
论文语言:中文
登出日期: 2007-02-10  
点击次数:943
论文字数:18634
购买价格: 150
注明:
参考相关附件:
论文大纲,目录
关键词搜索:通讯工程论文   硕士毕业论文
基于现场总线的分布式控制系统的集成和开发

中文摘要
随着信息技术和自动化技术的发展,控制网络得到了迅猛的发展,现场总线技术和工业以太网得到了广泛的应用。本文的主题是基于现场总线的分布式控制系统的集成和开发。即通过研究现场总线控制系统的整体结构,参照一些国际标准协议,自行设计和开发一套适用于中小型工业控制场合的通用控制系统。
本文首先介绍了现场总线技术的概念,分析了以太网在工控领域的发展趋势,同时还简要介绍了人机界面组态软件,为系统的总体设计提供思路和方向。然后分析了项目的现状,以及本次毕设的任务——在项目原有的基础上作出改进。
本文以主要的篇幅来介绍人机界面组态软件和控制器之间通讯的设计和开发过程。首先,本文介绍了在以太网上传输数据的一套国际标准——ModbusTCP,并根据项目的要求设计了包的结构。然后介绍了如何在人机界面组态软件和控制器两侧分别实现数据传输,这是项目的开发重点。这些工作主要包括:分析人机界面组态软件(HMI)的结构;对现有的人机界面软件进行集成,主要是开发HMI软件的I/O驱动程序,以实现控制器和人机界面软件之间的双向数据传输;对控制器主程序进行修改,使得实时操作系统能成功的调用新任务和原来的任务。
本文的最后对人机界面组态软件设计开发过程进行了总结。结合项目的实现方法和目前人机界面组态软件的发展趋势,进一步分析了本次项目开发模式的优缺点,提出了开发人机界面组态软件的其他思路。

关键词:现场总线,控制器,人机界面,人机界面组态软件,实时多任务调度


Abstract
With the development of Information Technology and Automation Technology, the control network is under change. The technology of fieldbus and Industrial Ethernet developed very fast and are being used to many fields. The main subject of this paper is the integration and development of control system based on Fieldbus, namely, a common control system will be designed and developed for general industrial control uses according to some international standards.
After putting forward the concept of Fieldbus, this paper then analyses the development trend of Ethernet in control area, and introduces the application of HMI configuration software. All of these provide ideas and directions for the whole system design. And then the current situation of the program is discussed and my job, making improvement to the program, is int无忧论文 【http://www.uklunwen.com】roduced.
What is mostly discussed in this paper is how the control system communicated with HMI configuration software. At first, a standard of messaging on Ethernet, ModubusTCP, is discussed and the structure of packet is brought forward. And then the main job is introduced---how to design the system both in HMI side and control system side. The work includes: The systemic analysis of HMI configuration software. The integration of Human Machine Interface software, mainly the development of its I/O driver. It provides data exchange channel between the controller and the HMI software. The modification of the control system program. It makes the real-time operation system successfully drive both the new and old task.
At the end of this paper, the advice on how to design HMI configuration software forward after sum-up of the R&D experience, companioning with the idea of future development of HMI configuration software method of my program. And then the advantages and disadvantages of my method are analyzed and other methods of HMI configuration software are brought forward.

Key words: Fieldbus, Controller, HMI Configure Software, Real-Time Multitask Scheduling















目录

第1章 项目综述 3
1.1 项目背景 3
1.1.1 现场总线 3
1.1.2 工业以太网 3
1.1.3 人机界面组态软件 4
1.2 控制系统结构 5
1.2.1 通信网络 5
1.2.2 控制器 6
1.2.3 采集站 6
1.2.4 操作站 6
1.2.5 工程师站 7
1.3 项目目前完成情况 7
1.4 项目的改进 7
第2章 Modbus协议在以太网上的传输 8
2.1 Client-Server模式 8
2.2 ModbusTCP的数据包结构 9
2.3各种读写状态下的数据包结构 10
2.3.1读操
第1页 第2页 
上一篇:医用X线数字成像系统下一篇:论文题目:4×155M路由器POS线
最新论文 最热门论文
On Cross-cultural Awareness in English and Chinese Translation
Cross-Listing and the Geography of Firms’ Ownership
Cross-Listing and Legal Bonding: Evidence from Mergers and Acquisitions
Cross-Listing and Corporate Governance: Bonding or Avoiding?
Corporate Governance Reform and International Listing: Case of the Bank of China (Hong Kong)
校园网站设计
英语专业毕业论文-英语委婉语的交际功能
英语毕业论文:Collaborative Principled Negotiation
英语专业毕业论文题目汇总
图书馆管理系统
论文首页】【设为主页】【加入收藏】【打印本文】【回到顶部
 
 
 
Copyright (c) 2002 ~ 2009 无忧集团旗下网站. All rights reserved.