{$cfg_webname}
主页 > 电子信息 > 通信 >

煤矿远程监控系统(下位机Delphi实现101电力规约的接口)(新品)

来源:56doc.com  资料编号:5D3469 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D3469
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

摘  要
针对我国煤矿的井下安全信息疏于有效远程监控的现状,提出了一种基于TCP/IP远程实时获取井下安全监测数据并将现场数据传输至上级安全监控部门的系统。本系统可从各类矿井瓦斯安全监控设备或系统中,通过煤矿生产安全信息实时采集,同步截取和采集井下安全监测数据,并实时进行筛选与过滤处理,将各类达到煤矿生产安全临界值的数据实时传输无线通信技术的实时监测多个矿点的远程监控系统的解决方案,结合具体项目的设计目标分析了系统的体系结构,实现了下位机系统、网络通信接口的数据传输。详细介绍了IEC 61850-5-101和104远动网络通信协议的系统开发平台和开发软件的选择。该系统综合运用计算机网络技术、数据库技术、通信技术、自动控制等技术建立了煤矿和上级各管理部门的连接,使上级管理部门能够直观、快速地了解下属的煤矿安全信息,对煤矿重大危险源进行实时监测,为进一步进行管理、决策作出了有力的实时数据监控支持。

关键字:远程监控;TCP/IP协议;IEC101和104电力规约;下位机系统                       

Remote Monitoring System of Coal Mine(lower position machine Delphi realizes 101 electric power terms connection)
Abstract
Is negligent in the effective long-distance monitoring in view of our country coal mine's mine shaft security information the present situation, proposed one kind monitors safely based on the TCP/IP long-distance real-time gain mine shaft safe monitor data and the field data transmission to the higher authority department's system. This system may from each kind of damp safe monitoring equipment or the system, through coal mine production safety information real-time gathering, the synchronized interception and the gathering mine shaft safe monitor data, and real-time carries on screening and filtration processing, achieved the coal mine production safety marginal value each kind the data live transmission wireless communication technology real-time monitor many mineralization point long-distance supervisory system's solution, the union specific items project objective has analyzed system's architecture, has realized the lower position machine system, the network service connection data transmission. Introduced in detail IEC 61850-5-101 move the network service agreement the system to develop the platform and to develop software's choice far. This systems synthesis using technologies and so on computer network technology, data bank technology, communication, automatic control has established the coal mine and the higher authority each Control section's connection, enables the higher authority Control section direct-viewing, to understand fast subordinate's coal mine safety information, carries on the real-time monitor to the coal mine significant dangerous source, to further carry on the management, decision-making to make the powerful real-time data monitoring support.

Key Words:Long-distance monitoring;TCP/IP agreement;IEC 101 and 104 electric     power terms;Lower position machine system                         

煤矿远程监控系统(下位机Delphi实现101电力规约的接口)
煤矿远程监控系统(下位机Delphi实现101电力规约的接口)
煤矿远程监控系统(下位机Delphi实现101电力规约的接口)
煤矿远程监控系统(下位机Delphi实现101电力规约的接口)
煤矿远程监控系统(下位机Delphi实现101电力规约的接口)


目  录    30000字
摘  要    I
Abstract    II
引  言    1
1.1  本课题的研究背景及意义    2
1.1.1  研究背景    2
1.1.2  研究意义    2
1.2  目前我国煤矿监控系统的发展状况    3
1.3  引入以太网技术是煤矿监控系统的必然趋势    4
1.4  本课题的研究目的和主要内容    5
1.4.1  课题研究的目的    5
1.4.2  课题研究的主要内容    5
2  问题的定义及可行性研究    7
2.1  问题定义    7
2.2  问题的可行性研究    7
3  系统分析    9
3.1  用户需求    9
3.2  系统组成    9
3.2.1  系统监控中心站    9
3.2.2  计算机通信网络    10
3.2.3  煤矿监控系统井下分站    10
3.2.4  系统配接的各种传感器控制器    11
3.3  系统主要功能    11
3.4  系统特点    12
4  TCP/IP协议    14
4.1  OSI参考模型    14
4.2TCP/IP  参考模型    15
4.3  网际协议IP    16
4.3.1  传送IP包    16
4.3.2  IP包    17
4.4  传输控制协议TCP    18
4.4.1  TCP包    18
4.4.2  建立一个TCP连接    20
4.4.3  终止一个TCP连接    21
5  IEC61850-5-101电力规约    23
5.1  概述    23
5.2  应用规约控制信息(APCI)的定义    23
5.3  在IEC60870-5-101中所定义的应用服务数据单元的选集和附加的应用服务数据单元    25
5.4  常用ASDUs的定义与表示    27
5.4.1  在控制方向的过程信息ASDUs    27
6  基于Internet的监控系统的体系结构研究    30
6.1  基于的Internet的监控软件的开发平台及工具的选择    30
6.1.1  开发平台的选择    30
6.1.2  开发工具的选择    31
6.2  Delphi7软件介绍    31
6.2.1  Delphi的基本形式    31
6.2.2  Delphi的特点    31
6.3  远程监控系统的通用协议设计    32
7  基于Internet的远程监控系统的数据接口的设计和实现    34
7.1  W1ndowsSoekets在数据接口中的应用    34
7.1.1  WindowsSoekets概述    34
7.1.2  Winsock网络编程原理    36
7.2  数据接口解析的报文的格式    40
7.3  数据接口的设计与实现    42
7.4  通信程序的编写及分析    43
7.4.1  程序流程图    43
7.4.2  Server端通信程序    44
结    论    45
参考文献    47
附录A  数据传输接口的通信程序    48
致    谢    65

推荐资料