毕业设计简易自动电阻测试仪
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
简易自动电阻测试仪
摘要
本设计根据题目要求制作一台简易自动电阻测试仪,能够测量100Ω、1kΩ、10k Ω、10MΩ四档不同的量程,并实现其中前三档的自动量程转换功能,同时自动显示小数点和单位。基于这些要求,经过讨论,决定利用555多谐振荡电路将电阻参数转化为频率,频率f是单片机很容易处理的数字量,一方面测量精度高,另一方面便于使仪表实现自动化,而且单片机构成的应用系统有较大的可靠性。通过输入单片机AT89C51控制继电器控制被测RC振荡电路频率的自动选择,输入输出控制采用键盘输入控制电路、LCD12864显示系统和报警控制电路组成,能很好的实现各个要求。单片机具有可编程性,硬件的功能描述可完全在软件上实现,另一方面便于使仪表实现自动化,设计时间短,成本低,可靠性高。
关键字:AT89C51单片机555多谐振荡电路继电器自动量程转换
Abstract
The design on the basis of the subject demand produced a simple automatic resistance tester, capable of measuring 100 Omega Omega, 1K, 10K, 10M Omega Omega four profile at different range, and realizes the automatic conversion range before the third, while automatically display a decimal point and unit. Based on these requirements, after discussion, decided to use the 555 multivibrator circuit resistance parameters are transformed into frequency, frequency of F SCM is easily handled the digital quantity, a high measuring precision, on the other hand, so easy to realize automation of instrumentation, and chip microprocessor application system has higher reliability. Through the input of single-chip AT89C51 control relay to control the tested RC oscillating circuit frequency automatic selection, input / output control using the keyboard input control circuit, LCD12864 display system and an alarm control circuit, can achieve a very good all. Microcontroller having programmable, hardware description of the function can be completely realized in software, on the other hand, so easy to realize automation of instrumentation, short design time, low cost, high reliability.
Keywords: single chip AT89C51 555 multivibrator circuit relay automatic range switching
目录
一、选题背景.................................................................................. - 1 -
二、方案论证.................................................................................. - 1 -
2.1方案论证与比较........................................................................ - 1 -
2.2设计思路.............................................................................. - 2 -
2.2.1 总体方案组成和说明.................................................................. - 2 -
2.2.2 组成部分及说明...................................................................... - 2 -
三、设计实现.................................................................................. - 5 -
3.1 测量电路设计 ......................................................................... - 5 -
3.2 通道选择电路设计 ..................................................................... - 5 -
3.3 控制电路设计 ......................................................................... - 6 -
3.4 显示电路 ............................................................................. - 8 -
3.5 软件设计 ............................................................................. - 8 -
四、测试及结果分析............................................................................ - 9 -
4.1 测试方法及使用的仪器 ................................................................. - 9 -
4.2 指标测试和测试结果 ................................................................... - 9 -
五、结论...................................................................................... - 9 -
六、致谢...................................................................................... - 9 - 参考文献..................................................................................... - 10 - 附录......................................................................................... - 10 - 附录1: 主要元器件清单................................................................... - 10 - 附录2:程序清单......................................................................... - 11 - 附录3:实物图........................................................................... - 22 -