温度传感器信号采集系统设计_英文文献翻译.doc_第1页
温度传感器信号采集系统设计_英文文献翻译.doc_第2页
温度传感器信号采集系统设计_英文文献翻译.doc_第3页
温度传感器信号采集系统设计_英文文献翻译.doc_第4页
温度传感器信号采集系统设计_英文文献翻译.doc_第5页
已阅读5页,还剩8页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Research of Intelligent Gas Detecting SystemDetecting system in this paper adopts single-chip microcomputer as control computer;the overall schematic diagram of system is shown in Figure 1. The reason for selectingsingle-chip microcomputer as a control core is that it possesses advantages of smallsize, high reliability, low price which made it very suitable to be used in industries ofintelligent instrument and real time control .The operating interface of system is shown in Figure 1. Number at upper right cornershows the default or user-defined gas concentration value, number at upper left cornershows detected gas concentration value. One alarm lamp is equipped. All functions arecontrolled by keys arranged on the control panel, including POWER key, RESET key,DATA COLLECTION key. Other keys including ten number keys, ADJUST VALUEkey and ENTER key are used to change threshold valuesFig.1 The operating interface of systemBasic operating procedures are as follows:Firstly press POWER key, the system initialized.Press DATA COLLECTION key, LED at upper right corner displays the threshold value 1.00; User can customized threshold value by press ADJUST VALUE key and ten number keys, then press ENTER to confirm the change.System starts to detect gas concentration and display these parameters on upperleft LED area, at meantime transmit real-time data by RS-485 to host computerabove ground.The Hardware architecture of system mainly including main control unit, sensors andsignal amplifier circuit, A/D converter module, sound-light alarming circuit, keyboardand display module, serial-communication module.Featured by high integration level, small size and low prices, Single chip microcomputer has been widely used in a broad range of industrial applications including process controlling, data collection, electromechanical integration, intelligent instrument,household appliances and network technology, and significantly improved the degree of technology and automation.Fig.2 Main control unitTwo factors are taken into account here in chip selecting, first one is anti-interferenceability, increase the interferences in SCM application systems, so the SCM must have highresistance to outside interference; second one is the performance-price ratio of the SCM.Considering the aforementioned factors, we adopted the AT89S52 developed by ATMELas main control unit, and the final scheme of main control circuit consists ofAT89S52, timer and reset circuit . A crucial issue in gas detecting system design is how to select gas sensors. Common gassensors are metal oxide semiconductor such as tin oxide, zin coxide, titanium oxide andaluminum oxide. Problems encountered with these sensors are lack of flexibility, poor response times and operated at elevated temperature. A new method of ch4 detecting based on infrared techniques was presented in recent years, but it is still in progress and much work should be done before it can be applied to solve the practice problems .This system adopted catalytic combustion type gas sensor MC112 developed by SUNSTAR group to measure the gas (ch4) concentration. Figure 4 shows the outside view and internal circuit of MC112, table 1 lists the main technology parameters of MC112. MC112 gas detector exploits catalytic combustion principle; the two-arm bridge is comprised of measure and compensate components pairs. When it is exposed to combustible gases, measure components resistance RS increased and transmit output voltage parameter through measuring bridge, the voltage parameter is directly proportional to the gas concentration value. The compensate component works as temperature compensation and reference. Main features of MC112 include good repeatability, work stably, reliability, linear output voltage, and quick response. The mine safety rules stated that if methane gas concentration exceeds 1%, safety system should make an alert, if gas concentration exceeds 2%, all people must evacuate immediately. Since the detecting range of MC112 for low concentration methane is 0%-2%.Fig. 3 Outside view It is necessary to amplify the weak electrical signal detected by MC112 (1% gas concentration fluctuation will result in 16mv voltage change). The system adopted AD623 developed by AD Company as the high performance instrumentation amplifier. It has many merits: (1) output with 3-12v single supply (2) easy to modify signal gain though an external resistor, it will be act as a unit gain without external resistor and signal gain can reach to 1000 with an external resistor; (3)low power consumption, large-scale operation voltage, good linearity, good thermal stability andhigh reliability. The schematic diagram of signal amplifier circuit is shown in figure 4.Fig.4 Signal amplifier circuitAs shown in Figure 5, this module consists of multiplexer CD4051, sampling holder LF389, A/D converter AD574A and parallel I/O chip 8255A. As a core part, AD574A is a 12-bit successive-approximation A/D converter chip with three-state buffer, its conversion time is about 25s. AD574A can directly connected to AT89S52 without additional interface logic circuit, with internal high accuracy reference power supply and clock circuit, AD574A can operate normally without external clock sourceand reference power supply.Fig.5 A/D converter modelTraditional LCD module is unsuitable in this system because the working environment mainly lies deep in dark coal mine tunnel. LED with soft light should be the alternative. It is suitable for the adverse circumstances under coal mine features by damp-proof, excellence temperature characteristics and long distance visual effects. In this system, a 6-bit LED is adopted to dynamically display the ch4 gas concentration value, with the segment port and bit port connected with PA port and PB port of 8155(1) separately. In keyboard input module, we arranged 13 keys including 10 number keys and “Data collection” key, “Enter” key, “reset” key. Adopted opposite direction connect method, PB port and PC port of 8155(2) connected to keyboards row circuit and column circuit respectively.The serial communications module is shown at the left part in Figure 9, signal of microcontroller is transmitted to host computer above ground by RS-485, and MAX485 is used to convert the voltage. RS-485 is a multi-point two-way half-duplex communication link based on single balanced-wire circuit featured by high noise suppression, high transfer rate, long distance transmission and Wide common-mode range, its maximum transfer rate reaches to 10Mbps, maximum cable distance reaches to 1200m.The primary functions of the software control system including system initializing, threshold value setting, methane gas concentration data collecting and displaying, serial communications etc. To achieve the above functions, we developed serial programsusing 51 serials microcontroller assemble program language including main program, keyboard scanning program, A/D converter program, alarming program, serial communications program, data display program, system alarming diagnosis program, double-byte multiply program, triple-byte to binary-coded-decimal program and watching dog program. The system is comprised of many modules, Owing to limited space we introduce main program only. main program initializing single chip microcomputers registers and I/O ports, then scanning keyboard to see if the data collection key is pressed, if no, keep scanning keyboard until data collection key is pressed. When the collection key is pressed down, default threshold value 1.00 is shown on the panel, if user wants to reset threshold value, just press the ADJUST VALUE key to set a new value, and press ENTER key to finish this step. When ENTER key is pressed, system start the operating of data collection and A/D conversion, then transmit the converted data into binary format by calling a subprogram of double-byte multiply. We need three storage units to hold these data because they are 24 bits data in binary format. Next, system will transmit these binary format data into binary-coded-decimal format by calling a subprogram of triple-byte to binary-coded-decimal. In the last step, comparing the value with pre-set threshold value to decide if the system should send an alarm signal. In the meantime, these data will be sending to host computer above ground through RS-485 serial communications unit. Still, the system will send a positive pulse to reset the watchdogtimer every 1.6 sec. the Crystal Oscillator frequency of the SCM adopted in this system is 12MHZ, with timer/counter TO, working in mode 1(16bit timer/counter), its maximal timing interval is about 66ms, so the system will send a feeding dog signal to watch dog circuit every 66ms.In this study, an intelligent gas detecting system is presented. It can be used to real-time monitoring the methane gas concentration . The measuring scope of this system range from zero to 2 percent, the sensitivity of the sensor reach to 0.01 percent. It is equipped with the quick speed and high performance 12-bit A/D converter, the operating environment temperature ranged from -20+70. Still this system features with high reliability, easy to operate, high performance-price ratio. In this paper, the total plan and software and hardware design of a gas detecting system are presented, by using Proteus to test hardware circuit and using Keil to test assemble language source program, the simulation test result shows this system is of high accuracy, quick response and is feasible.研究智能气体检测系统在本文中,检测系统采用单片机作为控制计算机。选择理由:单片机作为控制核心,它具有体积小尺寸,高可靠性,低价格,使其成为行业使用非常合适智能仪表、实时控制领域。系统的操作界面如图1所示。在右上角号码显示默认的或用户定义的气体浓度值,在左上角显示检测到的气体浓度值。报警灯的设置。所有的功能通过设置控制面板上的按键控制,包括电源键,复位键,数据采集的关键。其他键包括十个数字键,调整值键和回车键来改变阈值。基本操作程序如下:首先按下电源键,系统初始化机数据采集的关键,LED在右上角显示的阈值1;用户可以定制阈值调整值的按键和数字键,然后按回车键确认更改。系统开始检测气体浓度和上显示这些参左叶面积,同时实时数据的传输,通过RS-485总线主机地面上的。主要包括主控单元系统的硬件结构,传感器和信号放大电路,A/D转换模块,声光报警电路,键盘显示模块,串口通信模块。具有集成度高,体积小,价格低,单片机已广泛应用于工业过程中广泛应用包括控制,数据采集,机电一体化,智能仪表,家用电器和网络技术,以及显著提高的程度技术和自动化。考虑在芯片选择两个因素,一是抗干扰的能力,提高单片机应用系统的干扰,图1 系统运行界面图所以单片机必须有较高的外界干扰;二是单片机的性能价格比。考虑到上述因素,我们采用了Atmel公司的AT89S52作为主控单元,和主控电路的最终方案包括AT89S52单片机,定时器和复位电路。如图2所示。图2 主控制单元在气体检测系统设计的一个关键问题是如何选择的气体传感器。常见的气体传感器的半导体金属氧化物如氧化锡,锌coxide,钛氧化物和铝氧化物。遇到的问题与这些传感器缺乏灵活性,可怜响应时间和在升高的温度下操作 10 。甲烷检测新方法基于红外技术是近年来提出的,但它仍然是在进步和很多工作之前应该可以应用于解决实际工程问题。本系统采用催化燃烧式气敏元件MC112开发海星集团来测量气体(CH4)的浓度。图3显示了外面观和MC112内部电路,表1列出了主要技术参数MC112。MC112气体检测器利用催化燃烧原理的两个臂;桥是由测量与补偿元件对。当它被暴露可燃气体,测量元件电阻增大,输出通过测量电桥电压参数,参数的电压成正比的气体浓度值。补偿元件的工作温度补偿和参考。对MC112主要功能包括可重复性好,工作稳定,可靠,线性输出电压,和快速的反应。煤矿安全规程表示,如果甲烷气体浓度超过1%,安全系统应警报,如果瓦斯浓度超过2%,所有的人都必须立刻疏散。自检测低浓度甲烷MC112范围为0% - 2%。图3 传感器外观要放大微弱电信号的检测采用MC112(1%气体浓度波动将导致16MV电压变化)。采用扭矩传感器系统广告公司开发的高性能的仪表放大器。它有优点:(1)单电源和12V输出(2)易于修改信号增益虽然外部电阻器,它将作为无外部单位增益电阻和信号增益可达1000与一个外部电阻;(3)低功耗消耗,大规模的操作电压,线性度好,热稳定性好,高可靠性。信号放大器电路原理图如图4所示。图4 信号放大电路如图5所示,该模块由多路CD4051,采样保持器lf389,A / D转换器AD574A 和并行I/O芯片8255A作为核心的一部分,AD574A是一个12位的逐次逼近A/D转换器芯片三的状态缓冲区,其转换时间约为25S. AD574A能够直接连接到单片没有额外的接口逻辑电路,内置高精度的参考功率电源和时钟电路,无需外部时钟源AD574A能够正常运行参考电源。图5 A/D转换器模块传统的液晶

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论