文件名称:AVRTemperatureControlSystem
- 所属分类:
- C#编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 132kb
- 下载次数:
- 0次
- 提 供 者:
- zhoup******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于 AVR 单片机的水温自动控制系统
摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器
AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任意设定温度值,静态误差小于±0.5℃。
关键词: AVR 单片机 水温自动控制 模糊 PID 算法
-AVR Microcontroller Based Temperature Control System
Abstract: This system ATMEGA16 microcontroller as the core monitoring and control system using the temperature sensor
AD590 0-100 ℃ temperature range to achieve real-time temperature acquisition, through triac BT136 control system for electric heating cup, using relay control system for semiconductor cooling heat tablet. Achieved through the keyboard line value for any temperature setting and adjustment of fuzzy PID parameters, real-time updates LCD1602 LCD displays the current temperature measurements and the keyboard set temperature. Fuzzy PID algorithm, the system transfer function method of temperature control, to achieve the 0-100 ℃ adjustable set temperature, the static error is less than ± 0.5 ℃.
Keywords: AVR microcontroller water temperature control fuzzy PID algorithm
摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器
AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任意设定温度值,静态误差小于±0.5℃。
关键词: AVR 单片机 水温自动控制 模糊 PID 算法
-AVR Microcontroller Based Temperature Control System
Abstract: This system ATMEGA16 microcontroller as the core monitoring and control system using the temperature sensor
AD590 0-100 ℃ temperature range to achieve real-time temperature acquisition, through triac BT136 control system for electric heating cup, using relay control system for semiconductor cooling heat tablet. Achieved through the keyboard line value for any temperature setting and adjustment of fuzzy PID parameters, real-time updates LCD1602 LCD displays the current temperature measurements and the keyboard set temperature. Fuzzy PID algorithm, the system transfer function method of temperature control, to achieve the 0-100 ℃ adjustable set temperature, the static error is less than ± 0.5 ℃.
Keywords: AVR microcontroller water temperature control fuzzy PID algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
程序\AD.h
....\AD._h
....\ADC.C
....\ADC._C
....\delay.h
....\eeprom.h
....\FUZZY_PID.H
....\FUZZY_PID._H
....\hen_wen.cof
....\hen_wen.dbg
....\hen_wen.hex
....\hen_wen.lk
....\hen_wen.lst
....\hen_wen.mak
....\hen_wen.mp
....\hen_wen.prj
....\HEN_WEN.SRC
....\KEY_BOARD.H
....\KEY_BOARD._H
....\lcd1602.h
....\lcd1602._h
....\main.c
....\main.dp2
....\main.lis
....\main.o
....\main.s
....\main._c
....\NTC.h
....\NTC._h
....\pid.h
....\pid._h
....\PT100.c
....\PT100._c
....\resister.c
....\resister._c
程序
....\AD._h
....\ADC.C
....\ADC._C
....\delay.h
....\eeprom.h
....\FUZZY_PID.H
....\FUZZY_PID._H
....\hen_wen.cof
....\hen_wen.dbg
....\hen_wen.hex
....\hen_wen.lk
....\hen_wen.lst
....\hen_wen.mak
....\hen_wen.mp
....\hen_wen.prj
....\HEN_WEN.SRC
....\KEY_BOARD.H
....\KEY_BOARD._H
....\lcd1602.h
....\lcd1602._h
....\main.c
....\main.dp2
....\main.lis
....\main.o
....\main.s
....\main._c
....\NTC.h
....\NTC._h
....\pid.h
....\pid._h
....\PT100.c
....\PT100._c
....\resister.c
....\resister._c
程序