介绍基于ISA总线与KH-9300的数据采集板卡的设置,详细说明8254定时计数器及8259中断控制器的结构特点、工作方式、控制字等,探讨中断类型、中断处理程序、中断矢量表及其填写。重点讲述使用TorboC编写中断服务程序的方法,应注意的主要问题及程序测试的结果。 Abstract: The settings of KH-9300 data acquisition board based on the ISA bus is introduced,the structural characteristics,working methods,control characters of the timing counter 8254 and interruptioncontroller 8259 are explained in detail.The interruption type,interrupt handling programs,interruption vector table and its filling also are discussed.Further,great emphasis is put on the method of interrupt service program compiled by Torbo C,the main issues that should be noted,and the results of program testing.
上传时间: 2013-11-14
上传用户:qq527891923
介绍一种基于C8051F060单片机和NAND Flash的数据采集存储系统,该系统可实现3路信号采样,每路采样率为5KS/s,通过异步串行通信接口实现数据传输。并详细说明系统的软件设计。 Abstract: An acquisition and storage system based on C8051F060and NAND Flash is designed in this paper.The system is used to sample three-channel of signal,5KSPS each channel,and can upload data to test bench through UART(Universal Asynchronous Receiver/Transmitter).The software design is discussed in detail.
上传时间: 2013-10-12
上传用户:Jesse_嘉伟
TLC1543是TI公司推出的采用SPI技术的模数转换器。具有输入通道多、高速、高分辨率、性价比高、易于和单片机接口等特点,在各种数据采集系统中有着广阔的应用空间。51单片机、TLC1543加上很少的外围器件即可构成一个高性价比的数据采集系统,同时TLC1543占用单片机I/O资源较少,使得单片机有足够的I/O资源去完成如控制、显示等功能。由AT89C52和TLC1543构成的三相单独可调400Hz中频电源的数据采集系统在实际运用中达到很好的效果。
上传时间: 2013-11-17
上传用户:xg262122
气压是气象监测中的一个重要参数,提出了一种气压数据采集模块设计方案,该模块采用数字气压传感器MS5534B、MSP430单片机MSP430F2272和带实时时钟(RTC)64 KB铁电存储器。通过低功耗软件设计方法以微安级整体平均功耗实现了气压数据的采集和存储,适合电池供电的连续高精度气压采集应用。给出了模块的软硬件设计以及MS5534B的性能指标和使用经验。 Abstract: Air pressure is an important parameter in weather monitor.This paper futs forward a new design scheme of low power-air pressure data acquisition module.The module uses a digital output barometer sensor MS5534B,MSP430 microcontroller MSP430F2272 and integrated RTC 64KB FRAM,precision air pressure measurement and storage chip.Another point of this module is low power consumption, so it is well suited for battery powered air pressure data acquisition applications. At the same time,the software and hardware deign of module is presented,And the speciaties and use notices of MS5534B are given.
上传时间: 2014-12-27
上传用户:drink!
针对众多低成本数据采集需求,采用带有片上USB控制器和D/A转换器的混合信号微处理器C8051F340,设计了一款可通过USB接口和LabVIEW图形用户界面实现与PC机联机的数据采集器,同时借助系统的SD卡存储独立实现现场长时间采集数据。该数据采集器成本低,结构简单,体积小,已成功用于工业现场。 Abstract: Aiming at the need of low cost data acquisition, a data acquisition device is designed based on C8051F340 which is a mixed-signal microcontroller and integrates USB controller and A/D controller on a chip.The data acquisition device which can combine with PC by USB interface and LabVIEW graphical user interface,can realize data acquisition. At the same time,it can be solely run a long time in virtue of SD card in field.The date aequisition device features low cost,simple structure and little sharp, and it has been used in industry field.
上传时间: 2014-05-31
上传用户:1109003457
介绍一种基于单片机的多路温度采集及监控系统,能够测量6路温度信号,具有计算机联网功能,各测量点可以单独监控和设置,可根据用户的需求自动控制。测量温度范围为-10 ℃~200 ℃,控制方式采用模拟量调压模式。该系统具有控制精度高、冲击小等特点。 Abstract: A temperature collecting and surveillance-controlling system based on sing-chip microcomputer is introduced. It can measure 6 channel signal of the temperature,and it has a function of network connection.The temperature measure points can be monitored and located, it can be controlled automatic according to user’s demand.The temperature range is -10℃ to 200℃.The model of control is adjustable voltage with simulation. It features high precision and little impact.
上传时间: 2013-10-23
上传用户:bjgaofei
介绍了CAN总线和P87C591单片机的特点,给出了基于P87C591单片机的信号采集节点的软、硬件设计,指出了硬件电路设计中应注意的问题,在软件设计中重点介绍了节点初始化、报文发送和报文接收等子程序。 Abstract: The features of CAN Bus and the microcontroller P87C591 are introduced, and the design of hardware circuit and soft configuration of the signals collection node based on P87C591 are presented. The problems in designing hardware circuit are discussed.Initialization subprogram, transmiting subprogram and receiving subprogram are emphasized in soft configuration.
上传时间: 2013-11-03
上传用户:BIBI
本文对激光扫描车身坐标测量系统的数据采集部分进行了深入研究,设计了基于“AVR+FIFO+CPLD”的数据采集及处理模块;解决了当多路信号有数据同时传输时,如何将数据完整地写入FIFO的问题,实现了数据的有效采集;编写了完整的CPLD控制程序和AVR数据采集程序,为准确测量待测点的坐标提供了可靠的数据来源。
上传时间: 2013-10-29
上传用户:asaqq
具有PCI总线等接口形式的采集卡虽然传输速率高,但安装麻烦,易受PC机插槽数量、地址、中断资源的限制。为了解决以上问题,设计了基于ISP1581的高速USB接口的多通道数据采集系统,介绍了系统硬件组成以及软件程序的开发过程。经验证,系统最高传输速率可达60 Mb/s。
上传时间: 2013-10-31
上传用户:ANRAN
摘要:设计了基于单片机的罐道倾角数据采集系统,介绍了系统的构成、工作原理和流程图,给出了单片机AT89S52与外围器件的硬件接口电路。使用汇编语言和VisualBasic设计了PC机与单片机间的串行通信程序,并提出了数据趋势曲线的绘制方法。设计的数据采集系统具有易实现、易编程、可移植、体积小、功耗低等优点。关键词:单片机;数据采集系统;罐道倾角;串行通信;VB
上传时间: 2013-11-19
上传用户:012345