为满足矿井安全生产要求,介绍了一种以AT89C51单片机为主控器,对环境空气的温度、有毒易燃气体的浓度等进行检测的监控系统。该系统配合外围电路能实现对上述环境指标的控制并存储相关数据与上位PC机通信。它采用硬件抗干扰和软件抗干扰技术,以确保整个系统工作的准确性。 Abstract: In order to meet the needs of mine produce safety,a kind of intellignet mine ambient monotoring and control system based on AT89C51 is introduced.This system can detect the temperature of ambient of mine,the density of poisonous inflammable gas,combined external circuit.With its function part, this system can change above-mentioned elements.
上传时间: 2013-11-10
上传用户:wendy15
针对材料试验机等设备中要求测量或控制材料拉伸或压缩的位移,一般采用光电轴角编码器检测位置信号,输出正交编码脉冲信号。若采用其他方法检测位置信号,必然导致电路设计复杂,可靠性降低。因此,提出一种基于LS7266R1的电子式万能材料试验机设计方案。给出了试验机中的控制器工作原理,LS7266R1与单片机的接口硬件设计,以及主程序软件流程图。巧妙地把力量传感器,位移传感器等机械运动状态的压力或拉力以及位置坐标,变成了电压信号和电脉冲数字信号,供A/D测量和LS7266R1计数,从而实现了独立完成材料试验控制或通过PC机串口命令完成材料试验控制。 Abstract: Aiming at the requirement that the displacement of the tension and compression always be tested and controlled in the equipement such as material testing machine. The position signal was tested by photoelectric axial angle coder. Therefore, the paper proposes the design of electronic universal testing machine design based on LS7266R1. If the position signal detected by other methods, will inevitably lead to the circuit design complexity, reliability decreased. The work theory of the controller, the hardware interface design between LS7266R1 and single chip, and the flow chart of main program, are presented in this paper. The signal of the compression or tension power and displacement at working, which tested by power sensor and displacement sensor especially, is changed into electric voltage and electric pulse numerical signals. And these signals can be tested by A/D and counted by LS7266R1. Finally the test of the material properties can be controlled by itself, or controlled by the COM command of PC.
上传时间: 2013-11-02
上传用户:yl1140vista
主要介绍了以PIC18F2480单片机为处理器,基于可编程多路开关检测接口器件MC33993实现的车用多路开关检测接口电路的设计。该设计克服了以往基于分立元件的检测接口电路的弊端,简化了接口电路设计,保证了车用开关工作的可靠性和安全性。 Abstract: The design of automotive multiple switch detection interface circuit based on MC33993 is introduced mainly which adopts PIC18F2480 single chip microprocessor.This circuit overcomes shortage of traditional design which contains many schism elements, and the application of MC33993 also predigests the whole design of interface circuit and guarantees the dependability and security of the switch.
上传时间: 2013-11-19
上传用户:star_in_rain
介绍了基于单片机航空交流电参数测试仪的系统设计。以Silicon Labs公司的C8051F005单片机为核心设计出数据采集板,通过RS-232串口与上位机通讯。运用Lab Windows/CVI编写的上位机软件实现信号的检测以及波形和数据的显示,给出了测试仪硬件电路的组成和软件流程图。本系统具有硬件结构简单、容易实现和成本低等特点,在实际应用中其稳定性、精确性均能满足客户要求。 Abstract: The design of aeronautics AC parameters tester based on the single-chip is introduced.The core component of data acquisition board is C8051F005 single chip of Silicon Labs Company,and communication with PC through RS-232. The signal processing software programmed with LabWindows/CVI can be used successfully to fulfill inspection of signal and display of the waveform and data. The hardware and software configuration of test instrument are provided.The hardware of the system is simple, and can be easily realized.The stability and precision of the measurement instrument are enough to meet the requirements.
上传时间: 2013-11-18
上传用户:wang5829
STM32-EVAL 完整的STM32硬件评估板 所有的I/O端口和外设都被引出, 供客户测试评估 预装了自检测程序,USB、CAN、
上传时间: 2014-12-27
上传用户:199311
在研究车内有害气体成份的基础上,设计了一个基于PICl6F877A的车内有害气体检测控制系统。对该系统的控制方案、电源电路、复位电路、振荡电路、传感器检测电路、车窗控制电路、语音控制电路和相应的控制软件进行了设计。试验表明,该系统能有效检测车内确定的有害气体成份,并能对车内有害气体浓度进行有效调节,可改善车内空气质量。
上传时间: 2013-11-05
上传用户:lijinchuan
根据大坝变形监测的实际需求,以C8051F410为硬件控制平台,采用先进的CCD技术,设计了用于大坝水平位移监测的具有高精度自动测量功能的引张线仪.重点阐述了检测仪器的工作原理、硬件整体实现方案及软件设计流程.测量结果表明该仪器具有很强的实用性.
上传时间: 2013-11-06
上传用户:wudu0932
介绍了一种以单片机8051 为核心,采用直线光栅位移传感器,实现数控机床三坐标位移高精度动态检测系统的设计方法。
上传时间: 2013-10-16
上传用户:xyipie
1.UART增加2个新的特性,即帧错误检测和多机通信中的从机地址自动识别。(1)帧错误检测可用于UART检查工作方式1、2和3时的停止位。例如,由于UART通信线路上的噪声或者2个MCU同时发送可能引起停止位的丢失。(2)多机通信中的从机地址自动识别功能即是说只允许该地址从机被硬件中断,而不是由软件进行地址比较的,那么自动地址识别可以减少为UART服务所需要的MCU时间。与此同时使用广播地址可以一次寻址所有的从处理器。2.4个中断优先级:IPH和IP结合使用决定了每个中断的优先级,00、01、10、11的排列依次由低到高组成4级中断优先权。3.双DPTR指针:可用于寻址外部数据存储器。通过对AUCR1的DPS位编程,以实现对2个16位DPTR寄存器的切换。4.将AUXR.0置位,禁止ALE的信号输出,从而达到降低单片机本身的EMI电磁干扰。
上传时间: 2013-10-23
上传用户:hj_18
摘要:步进电机是工业自动化、智能仪器仪表及家用电器中重要的执行元件,微机控制其运行可提高系统控制的准确性和实时性;单片机作为微型计算机发展的一个重要分支,在智能仪表、机电一体化产品、实时控制以及分布式系统中有着广泛的应用。论述单片机控制步进电机的方法,串行方式控制、并行方式控制以及加减速度和闭环控制等相关问题的分析,并在实践中建立MCS8031单片机控制步进电机的系统模型,实现步进电机的高速度和高精度的运行,通过接口单元、故障检测单元以及步进电机测速装置与8031单片机进行信号传送,完成控制步进电机正反转、快慢转和连续转,并完成该微机控制系统的硬件设计和软件设计。 关键词:单片机 控制 步进电机 速度 闭环控制
上传时间: 2013-10-21
上传用户:gaoliangncepu