基于单片机的多路数据采集系统设计毕业论文 联系客服

发布时间 : 星期二 文章基于单片机的多路数据采集系统设计毕业论文更新完毕开始阅读

基于单片机的多路数据采集系统设计 The Design Of Multi-channel Data Acquisition System Based On SCM 摘要 本文介绍了基于单片机的数据采集的硬件设计和软件设计,数据采集系统是模拟域与数字域之间必不可少的纽带,它的存在具有着非常重要的作用。本文介绍的重点是数据采集系统,而该系统硬件部分的重心在于单片机。数据采集与通信控制采用了模块化的设计,数据采集与通信控制采用了单片机AT89S52来实现,硬件部分是以单片机为核心,还包括A/D模数转换模块,显示模块,和串行接口部分。该系统从机负责数据采集并应答主机的命令。8路被测电压通过模数转换器ADC0809进行模数转换,实现对采集到的数据进行模拟量到数字量的转换,并将转换后的数据通过串行口MAX232传输到上位机,由上位机负责数据的接受、处理和显示,并用LED数码显示器来显示所采集的结果。软件部分应用VC++编写控制软件,对数据采集系统、模数转换系统、数据显示、数据通信等程序进行了设计。 关键词:数据采集 89C52单片机 ADC0809 MAX232 I Abstract This article describes the hardware design and software design of the data on which based on signal-chip microcomputer .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 microcomputer .Data collection and communication 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 AT89S52, is also includes A/D conversion module, display module, and the serial interface. Slave machine is responsible for data acquisition and answering the host machine.8 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 MAX232.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 data-communication ect. Keyword: data acquisition AT89C52 ADC0809 MAX232 II 目录 第一章 绪论 ............................................................................................................................ 1 1.1 研究背景及其目的意义......................................... 1 1.2 国内外研究现状............................................... 2 1.3 该课题研究的主要内容内容..................................... 3 第二章 数据采集 ............................................................................................................. 4 2.1 数据采集系统................................................. 4 2.2 方案论证..................................................... 5 2.2.1 A/D模数转换的选择 ...................................... 5 2.2.2单片机的选择 ............................................ 5 2.2.3 串行口的选择............................................ 5 2.2.4 显示部分................................................ 6 2.2.5 按键.................................................... 6 第三章 硬件部分 ................................................................................................................ 8 3.1 主机部分..................................................... 8 3.1.1 主机部分原理图设计...................................... 8 3.1.2 单片机..................................................... 9 3.2 从机部分.................................................... 13 3.2.1 从机的电路原理图设计................................... 13 3.2.2 单片机之间的通信....................................... 14 3.2.3 模数转换器ADC0809 ..................................... 19 第四章 软件部分 ........................................................................................................... 22 III 4.1 简介KeilUvision2 .......................................................................................................... 22 4.2 主机程序设计................................................ 26 4.3 从机部分程序设计............................................ 30 第五章 调试结果 ........................................................................................................... 33 总结 .............................................................................................................................................. 33 致谢 .............................................................................................................. 错误!未定义书签。 参考文献 .................................................................................................................................. 33 附录1 ......................................................................................................................................... 34 附录2 ......................................................................................................................................... 36 IV