1 / 86
文档名称:

基于单片机的数据采集.doc

格式:doc   大小:929KB   页数:86页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于单片机的数据采集.doc

上传人:iluyuw9 2018/3/27 文件大小:929 KB

下载得到文件列表

基于单片机的数据采集.doc

文档介绍

文档介绍:存档日期: 存档编号:
本科生毕业设计(论文)
论文题目:基于单片机的数据采集系统的设计
姓名:
学院:
专业:
班级、学号:
指导教师:
摘要
本文介绍了基于单片机的数据采集的硬件设计和软件设计,数据采集系统是模拟域与数字域之间必不可少的纽带,它的存在具有着非常重要的作用。
本文介绍的重点是数据采集系统,而该系统硬件部分的重心在于单片机。数据采集与通信控制采用了模块化的设计,数据采集与通信控制采用了单片机AT89C52来实现,硬件部分是以单片机为核心,还包括A/D模数转换模块,显示模块和串行接口部分。
本系统下位机负责数据采集并应答主机的命令。8路被测电压通过模数转换器ADC0809进行模数转换,实现对采集到的数据进行模拟量到数字量的转换,并将转换后的数据通过串行口RS-485传输到上位机,由上位机负责数据的接受、处理和显示,并用LED数码显示器来显示所采集的结果。软件部分应用VC++编写控制软件,对数据采集系统、模数转换系统、数据显示、数据通信等程序进行了设计。
关键词:数据采集 AT89C52 ADC0809 RS-485
Abstract
This article describes the hardware design and software design of the data on which based on signal-chip puter .The data collection system is the link between the digital domain and analog domain. It has an very important function. The introductive point of this text is a data to collect the system.
The hardware of the system focuses on signal-chip puter .Data collection munication control use modular design. The data collected to control with correspondence to adopt a machine 8051 to carry out. The part of hardware’s core is AT89C52, is also includes A/D conversion module, display module, and the serial interface.
Slave machine is responsible for data acquisition and answering the host roads were measured the electric voltage to pass the in general use mold-few conversion of ADC0809,the realization carries on the conversion that imitates to measure the numeral to measure towards the data that collect .Then send the data to the host machine through RS-485,the host machine is responsible for data and display, LED digital display is responsible display the data. The software is partly programmed with VC++. The software can realize the function of monitoring and controlling the whole system. It designs much program like data-acquisition treatment,data-display and munication ect.
Keyword: data acquisition AT89C52 ADC0809 RS-485
目录
摘要 I
Abstract II
1绪论 1
研究背景及其目的意义 1
国内外研究现状 2
该课题研究的主要内容 3
2数据采集总体设计 4
4
数据采集系统结构功能及简介 4
3 硬件部