第一范文网 - 专业文章范例文档资料分享平台

恒温箱的控制设计论文 - 图文

来源:用户分享 时间:2025/7/13 19:05:02 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

摘 要

温度与生物的生活环境密切相关,不同的生物或物体对温度的要求都不同。随着智能控制技术不断的发展,在现代工业生产以及科学实验的许多场合,为了获取生物或物体所需求的温度,需要及时准确的获取温度信息,同时完成对温度的预期控制,这时候温度检测与控制系统就显得尤其的重要。因此,温度检测系统的设计与研究一直备受广大科研者重视。

本次课题设计了一个低成本,高精度的恒温箱。该设计主要从硬件和软件两个方面出发:

1)在硬件上,选择AT89C52单片机为核心,采用了TL431组成2.5V的恒流源,并以Pt100温度传感器作为温度检测仪器,通过ICL7135模数转换器采集数据,用LED数码管作为显示器,构成了一个恒温箱;

2)在软件上,设计了温度检测算法,并在C语言编程环境下,编写了相应的程序来实现所设计的算法。最后通过Proteus ISIS与Keil的联合仿真,保证了算法的可行性。

通过仿真实验可以发现所设计的系统可以较好的检测、控制并且保持温度。但是由于温度调节的迟滞性以及设计上的不足,该系统具有一定的局限性。

关键词: 温度检测;AT89C52单片机;恒温箱;C语言编程

ABSTRACT

Temperature is closely related to life and environment. Different creature or object have different requirements to temperature. With the development of the intelligent-control- technology, and in order to arrive to the creature's or object's temperature-demand, we should take the information of temperature timely and accuratly, and control the temperature to the expected degree, in the modern industrial production and scientific experiment many occasions . I n this situation, the testing and controlling system for temperature is especially important. Therefore, the designs for temperature detection system attract researchers' attentions.

In this dissertation, we designed a box with constant temperature which has low cost as well as high accuracy. We designed the system mainly from two aspects: hardware and software

1) Hardware's design: At first, we chosed AT89C52 SCM as the core of the system. And then we selected TL431 to compose the 2.5 V constant and Pt100 temperature sensor for testing temperature. At last, we collecte data througn the ICL7135 ADC and display data them on the LED. All of this consists of a the constant-temperature-box;

2) Software's design: In this papar, we designed a algorithm detecte temperature and implemented it based on the C programming language's environment. Finally we did a series of simulation experiment through the Proteus ISIS and Keil to ensure that the algorithm is feasible.

Simulation results show that the system designed had a very good effect on temperature's detection, controlling and keeping . Because of the adjustmentand of the temperature and the insufficiency of the design, this system has some limitations.

Keywords: Temperature detection;AT89C52 SCM; Box of constant temperature ; C language programming

目 录

第一章 绪 论 ....................... 错误!未定义书签。

1.1引 言 ....................... 错误!未定义书签。 1.1 恒温箱的发展与趋势 ........... 错误!未定义书签。 1.2 恒温箱研究的作用与意义 ....... 错误!未定义书签。 1.4 课题研究的内容 ............... 错误!未定义书签。 1.4.1内容安排 ................. 错误!未定义书签。

第二章 系统总体设计方案 ............ 错误!未定义书签。

2.1 恒温箱的结构设计方案 ......... 错误!未定义书签。 2.2 AT89C52单片机选择与简介 ..... 错误!未定义书签。 2.3 A/D模数转换选择与简介 ....... 错误!未定义书签。 2.4 其它的外围电路选择 ........... 错误!未定义书签。

2.4.1.恒流源选择与简介 ....... 错误!未定义书签。 2.4.2放大器的选择与简介 ...... 错误!未定义书签。 2.4.3驱动器的选择 ............ 错误!未定义书签。 2.5 温度检测仪器 ................. 错误!未定义书签。

2.5.1热电阻温度传感器 ........ 错误!未定义书签。 2.5.2 热电偶传感器 ........... 错误!未定义书签。

第三章 硬件系统设计 ................ 错误!未定义书签。

3.1单片机的外围电路 ............. 错误!未定义书签。

3.1.1复位电路 ................ 错误!未定义书签。 3.1.2时钟电路 ................ 错误!未定义书签。

3.2 外加的电路 ................... 错误!未定义书签。 3.3 ICL7135的引脚连线 ........... 错误!未定义书签。 3.4.1 ICL7135与单片机连线 ....... 错误!未定义书签。 3.5 数码管的显示 ................. 错误!未定义书签。 3.6恒温箱硬件电路的设计 ......... 错误!未定义书签。

第四章 软件的设计 ................................... 21

4.1 按键程序设计 ................................. 21 4.2 数据采集程序设计 ............................. 23 4.3 主程序设计 ................................... 24

第五章 系统测试 .................................... 26

5.1 硬件测试与Keil ............................. 26 5.2 Keil与Protuse连接 ......... 错误!未定义书签。 5.3 仿真 ........................ 错误!未定义书签。

总结 ................................ 错误!未定义书签。 附录 ................................ 错误!未定义书签。 附录一 硬件设计 ..................... 错误!未定义书签。 附录二 软件设计 ..................... 错误!未定义书签。 参考文献 ............................ 错误!未定义书签。

致谢 ................................ 错误!未定义书签。

搜索更多关于: 恒温箱的控制设计论文 - 图文 的文档
恒温箱的控制设计论文 - 图文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c3v4ee4hh0l1jxus0i38r_1.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top