毕业设计(论文)-基于单片机的数字电子秤设计与实现
- 格式:doc
- 大小:269.00 KB
- 文档页数:32
数字电子称的设计
摘要
随着时代科技的迅猛发展,微电子学和计算机等现代电子技术的成就给传统的电子测量与仪器带来了巨大的冲击和革命性的影响。常规的测试仪器仪表和控制装置被更先进的智能仪器所取代,使得传统的电子测量仪器在远离、功能、精度及自动化水平定方面发生了巨大变化,并相应的出现了各种各样的智能仪器控制系统,使得科学实验和应用工程的自动化程度得以显著提高。
做为重量测量仪器,智能电子秤在各行各业开始显现其测量准确,测量速度快,易于实时测量和监控的巨大优点,并开始逐渐取代传统型的机械杠杆测量称,成为测量领域的主流产品。
本文设计的电子秤以单片机为主要部件,用汇编语言进行软件设计,硬件则以半桥传感器为主,测量0~19.99Kg电子秤,随时可改变上限阈值,并达到阈值报警的功能。本课程设计的电子秤以单片机为主要部件,利用单臂电桥测量原理,通过对电路输出电压和标准重量的线性关系,建立具体的数学模型,将电压量纲(V)改为重量纲(g)即成为一台原始电子秤。其中测量电路中最主要的元器件就是电阻应变式传感器。电阻应变式传感器是传感器中应用最多的一种,本设计采用单臂电桥测量电路,使系统产生的误差更小,输出的数据更精确。ADC0809 A/D转换的作用是把模拟信号转变成数字信号,进行模数转换,然后把数字信号输送到显示电路中去,最后由显示电路显示出测量结果
关键词:单臂电桥;AD转换;LED
That the design of digital electronics
Abstract
In this paper, the design of the electronic scale to single-chip microcomputer as the main components, with assembly language for software design, hardware-based sensors with half-bridge, measuring 0 ~ 19.99Kg electronic scale, at any time can change the upper limit threshold, and to achieve the alarm threshold function. This course is designed for single-chip electronic scale as the main components, the use of Wheatstone bridge measuring principle, the output voltage of the circuit and the standard weight of a linear relationship, the establishment of a specific mathematical model, the dimensionless voltage (V) changed Weight Class (g) becomes a primitive electronic scales. Measuring circuit in which the most important components is the resistance strain sensor. Resistance strain sensor is the most widely used sensors in a, the design uses a Wheatstone bridge measurement circuit, the system error resulting from a smaller, more accurate output data. ADC0809 A / D conversion is the analog signal into digital signal for analog-to-digital conversion, digital signal and then transmitted to the display circuit, and the final circuit from the display shows the measurement results
Keywords: Wheatstone bridge; AD conversion; LED
目录
中文摘要 0
英文摘要 0
1. 总体方案设计 (1)
2.硬件电路设计 (2)
2.1 传感器的选择 (2)
2.1.1 电阻应变式传感器的组成以及原理 (2)
2.1.2 电阻应变式传感器的测量电路 (3)
2.2 ADC0809 A/D转换器 (3)
2.3 ADC0809的内部逻辑结构: (4)
2.3.1引脚结构: (4)
2.3.2 ADC0809应用说明: (6)
2.4 LED显示电路设计 (6)
2.4.1 LED显示器结构与原理 (6)
2.4.2 LED显示器与显示方式 (6)
2.5 报警电路的设计 (7)
3.软件设计 (8)
3.1监控程序的设计 (8)
3.2数据处理子程序的设计 (8)
3.2.1 数据采集子程序的设计 (8)
3.2.2系数调整 (9)
3.2.3 数据处理子程序的设计 (9)
3.4 显示子程序的设计 (11)
4. 调试分析 (12)
4.1调试系统简介 (12)
4.2 调试故障及原因分析 (13)
5.结论及进一步设想 (13)
致谢 (14)
参考文献 (15)
附录1 电路原理图 (18)
附录2 程序清单 (17)