基于单片机的温度控制系统外文翻译.pdf
《基于单片机的温度控制系统外文翻译.pdf》由会员分享,可在线阅读,更多相关《基于单片机的温度控制系统外文翻译.pdf(26页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 外文原文:Design of the Temperature Control System Based on AT89C51 ABSTRACT The principle and functions of the temperature control system based on micro controller AT89C51 are studied,and the temperature measurement unit consists of the 1-W
2、ire bus digital temperature sensor DS18B20.The system can be expected to detect the preset temperature,display time and save monitoring data.An alarm will be given by system if the temperature exceeds the upper and lower limit value of the temperature which can be set discretionarily and then automa
3、tic control is achieved,thus the temperature is achieved monitoring intelligently within a certain range.Basing on principle of the system,it is easy to make a variety of other non-linear control systems so long as the software design is reasonably changed.The system has been proved to be accurate,r
4、eliable and satisfied through field practice.KEYWORDS:AT89C51;micro controller;DS18B20;temperature 1 INTRODUCTION Temperature is a very important parameter in human life.In the modern society,temperature control(TC)is not only used in industrial production,but also widely used in other fields.With t
5、he improvement of the life quality,we can find the TC appliance in hotels,factories and home as well.And the trend that TC will better serve the who欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 le society,so it is of great significance to measure and control the temperature.Based o
6、n the AT89C51 and temperature sensor DS18B20,this system controls the condition temperature intelligently.The temperature can be set discretionarily within a certain range.The system can show the time on LCD,and save monitoring data;and automatically control the temperature when the condition temper
7、ature exceeds the upper and lower limit value.By doing so it is to keep the temperature unchanged.The system is of high anti-jamming,high control precision and flexible design;it also fits the rugged environment.It is mainly used in peoples life to improve the quality of the work and life.It is also
8、 versatile,so that it can be convenient to extend the use of the system.So the design is of profound importance.The general design,hardware design and software design of the system are covered.1.1 Introduction The 8-bit AT89C51 CHMOS microcontrollers are designed to handle high-speed calculations an
9、d fast input/output operations.MCS 51 microcontrollers are typically used for high-speed event control systems.Commercial applications include modems,motor-control systems,printers,photocopiers,air conditioner control systems,disk drives,and medic欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!欢迎您阅读并
10、下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 ge conditions.This complete and thorough validation necessitates not only a well-defined process but also a proper environment and tools to facilitate and execute the mission successfully.Intel Chandler Platform Engineering group provides pos
11、t silicon system validation(SV)of various micro-controllers and processors.The system validation process can be broken into three major parts.The type of the device and its application requirements determine which types of testing are performed on the device.1.2 The AT89C51 provides the following st
12、andard features 4Kbytes of Flash,128 bytes of RAM,32 I/O lines,two 16-bittimer/counters,a five vector two-level interrupt architecture,a full duple ser-ial port,on-chip oscillator and clock circuitry.In addition,the AT89C51 is designed with static logic for operation down to zero frequency and suppo
13、rts two software selectable power saving modes.The Idle Mode stops the CPU while allowing the RAM,timer/counters,serial port and interrupt sys-tem to continue functioning.The Power-down Mode saves the RAM contents but freezes the oscillator disabling all other chip functions until the next hardware
14、reset.1.3Pin Description VCC Supply voltage.GND Ground.欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 Port 0:Port 0 is an 8-bit open-drain bi-directional I/O port.As an output port,each pin can sink eight TTL inputs.When 1s are written to port 0 pins,the pins can be used as high imp
15、edance inputs.Port 0 may also be configured to be the multiplexed low order address/data bus during accesses to external program and data memory.In this mode P0 has internal pull ups.Port 0 also receives the code bytes during Flash programming,and outputs the code bytes during program verification.E
16、xternal pull ups are required during program verification.Port 1:Port 1 is an 8-bit bi-directional I/O port with internal pull ups.The Port 1 output buffers can sink/so-urce four TTL inputs.When 1s are written to Port 1 pins they are pulled high by the internal pull ups and can be used as inputs.As
17、inputs,Port 1 pins that are externally being pulled low will source current(IIL)because of the internal pullups.Port 1 also receives the low-order address bytes during Flash programming and verification.Port 2:Port 2 is an 8-bit bi-directional I/O port with internal pull ups.The Port 2 output buffer
18、s can sink/source four TTL inputs.When 1s are written to Port 2 pins they are pulled high by the internal pull ups and can be used as inputs.As inputs,Port 2 pins that are externally欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 being pulled low will source current(IIL)because of th
19、e internal pull ups.Port 2 emits the high-order address byte during fetches from external program memory and during accesses to Port 2 pins that are externally being pulled low will source current(IIL)because of the internal pull ups.Port 2 emits the high-order address byte during fetches from exter
20、nal program memory and during accesses to external data memory that use 16-bit addresses(MOVXDPTR).In this application,it uses strong internal pull-ups when emitting 1s.During accesses to external data memory that use 8-bit addresses(MOVX RI),Port 2 emits the contents of the P2 Special Function Regi
21、ster.Port 2 also receives the high-order address bits and some control signals durin Flash programming and verification.欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 Port 3:Port 3 is an 8-bit bi-directional I/O port with internal pull ups.The Port 3 output buffers can sink/sou-rce
22、four TTL inputs.When 1s are written to Port 3 pins they are pulled high by the internal pull ups and can be used as inputs.As inputs,Port 3 pins that are externally being pulled low will source current(IIL)because of the pull ups.Port 3 also serves the functions of various special features of the AT
23、89C51 as listed below:RST:Reset input.A high on this pin for two machine cycles while the oscillator is running resets the device.ALE/PROG:Address Latch Enable output pulse for latching the low byte of the address during accesses to external memory.This pin is also the program pulse input(PROG)durin
24、g Flash programming.In normal operation ALE is emitted at a constant rate of 1/6 the oscillator frequency,and may be used for external timing or clocking purposes.Note,however,that one ALE pulse is skipped duri-ng each access to external Data Memory.If desired,ALE operation can be disabled by settin
25、g bit 0 of SFR location 8EH.With the bit set,ALE is active only during a MOVX or MOVC instruction.Otherwise,the pin is weakly pulled high.Setting欢迎您阅读并下载本文档,本文档来源于互联网,如有侵权请联系删除!我们将竭诚为您提供优质的文档!word 格式 整理版 学习参考 the ALE-disable bit has no effect if the microcontroller is in external execution mode.PSEN
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 基于 单片机 温度 控制系统 外文 翻译
限制150内