1、 I 基于嵌入式系统的井下智能通信分站的研究 摘要 井下智能通信分站分站是煤矿井下各安全监控模块与井上安全监控中心之间数据 传输的枢纽,负责安全监控中心与安全监控模块之间的数据的采集与通信。通信分站能 否有效工作决定了煤矿安全监控能否顺利进行,在煤矿安监中发挥着重要作用。 针对数据采集分站的工作要求,本文采用了高性能ARM9芯片S3C2410为主控芯片, 通过SPI接口控制以太网控制器芯片实现TCP/IP通信,通过内嵌的CAN控制器模块实现 CAN通信,并移植了C/OS-操作系统使整个设计具有可靠性高、扩展能力强等特点。 论文首先简要介绍了煤矿矿井数据采集分站的研究背景与意义,讨论了数据通信部
2、 分的实施方案,得出该数据采集分站与井上监控中心之间用以太网组网,与井下监控节 点之问以CAN网络组网的方案。 本文的中心工作围绕煤矿矿井数据采集分站的硬件设计中各个独立的模块进行,详 细介绍了TCP/IP通信模块的设计。对电源和复位、CAN通信、LCD显示、参数修改与存 储模块也一并作了介绍。 在硬件设计的基础上,进行了基于C/OS-操作系统的软件设计。软件设计包括驱 动程序与系统任务两部分。驱动程序部分包括各个模块的实现过程,主要对TCP/IP通信 的实现进行了详细介绍j在系统任务部分, 根据数据采集分站各个模块的实际作用, 分配 了任务的优先级,并介绍了数据采集分站各个任务的设计流程。
3、关键字:通信分站,关键字:通信分站,ARM,C/OS-,TCP/IP II THE RESEARCH OF INTELLIGENT COMMUNICATIONS BASED ON EMBEDDED UNDERGROUND SUB-STATION ABSTRACT Underground sub-station of Intelligent Communications is the hinge between the safety-monitoring module under the mine and the safety-monitoring center above the mine.
4、it takes charge of data collection and communication between the safety-monitoring module and the safety-monitoring. .It is determined by data collection substation weather the coal mine safety. monitoring can work efficiently, and the data collection plays important part in the coal mine safety-mon
5、itoring Aiming at the requestshigh performance ARM9 chip S3C2410 is adopted asmain processor by this paper through the SPI, the Ethernet controller chip is driven and the TCP/IP communication is realized. Through the inner CAN controller of ARM. the CAN communication is realized as well .Embedded re
6、al-time operation system C/OS- which is transplanted to the project. the whole system has the features of high reliability and strong expand ability the main topic of this paper is the design of TCP/IP communication module which is being introduced around each independent module of coal mine data collection substation. the power and reset module. CAN communication module. LCD display module. rework and storage for parameter module are introduced as well. On the foundation of the h