介紹基于ISA總線與KH-9300的數(shù)據(jù)采集板卡的設(shè)置,詳細(xì)說明8254定時(shí)計(jì)數(shù)器及8259中斷控制器的結(jié)構(gòu)特點(diǎn)、工作方式、控制字等,探討中斷類型、中斷處理程序、中斷矢量表及其填寫。重點(diǎn)講述使用TorboC編寫中斷服務(wù)程序的方法,應(yīng)注意的主要問題及程序測試的結(jié)果。
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.
介紹一種基于C8051F060單片機(jī)和NAND Flash的數(shù)據(jù)采集存儲(chǔ)系統(tǒng),該系統(tǒng)可實(shí)現(xiàn)3路信號(hào)采樣,每路采樣率為5KS/s,通過異步串行通信接口實(shí)現(xiàn)數(shù)據(jù)傳輸。并詳細(xì)說明系統(tǒng)的軟件設(shè)計(jì)。
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.
氣壓是氣象監(jiān)測中的一個(gè)重要參數(shù),提出了一種氣壓數(shù)據(jù)采集模塊設(shè)計(jì)方案,該模塊采用數(shù)字氣壓傳感器MS5534B、MSP430單片機(jī)MSP430F2272和帶實(shí)時(shí)時(shí)鐘(RTC)64 KB鐵電存儲(chǔ)器。通過低功耗軟件設(shè)計(jì)方法以微安級(jí)整體平均功耗實(shí)現(xiàn)了氣壓數(shù)據(jù)的采集和存儲(chǔ),適合電池供電的連續(xù)高精度氣壓采集應(yīng)用。給出了模塊的軟硬件設(shè)計(jì)以及MS5534B的性能指標(biāo)和使用經(jīng)驗(yàn)。
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.
針對眾多低成本數(shù)據(jù)采集需求,采用帶有片上USB控制器和D/A轉(zhuǎn)換器的混合信號(hào)微處理器C8051F340,設(shè)計(jì)了一款可通過USB接口和LabVIEW圖形用戶界面實(shí)現(xiàn)與PC機(jī)聯(lián)機(jī)的數(shù)據(jù)采集器,同時(shí)借助系統(tǒng)的SD卡存儲(chǔ)獨(dú)立實(shí)現(xiàn)現(xiàn)場長時(shí)間采集數(shù)據(jù)。該數(shù)據(jù)采集器成本低,結(jié)構(gòu)簡單,體積小,已成功用于工業(yè)現(xiàn)場。
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.
介紹一種基于單片機(jī)的多路溫度采集及監(jiān)控系統(tǒng),能夠測量6路溫度信號(hào),具有計(jì)算機(jī)聯(lián)網(wǎng)功能,各測量點(diǎn)可以單獨(dú)監(jiān)控和設(shè)置,可根據(jù)用戶的需求自動(dòng)控制。測量溫度范圍為-10 ℃~200 ℃,控制方式采用模擬量調(diào)壓模式。該系統(tǒng)具有控制精度高、沖擊小等特點(diǎn)。
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.
介紹了CAN總線和P87C591單片機(jī)的特點(diǎn),給出了基于P87C591單片機(jī)的信號(hào)采集節(jié)點(diǎn)的軟、硬件設(shè)計(jì),指出了硬件電路設(shè)計(jì)中應(yīng)注意的問題,在軟件設(shè)計(jì)中重點(diǎn)介紹了節(jié)點(diǎn)初始化、報(bào)文發(fā)送和報(bào)文接收等子程序。
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.