以下是网学网为您推荐的其他类别-一个基于单片机精确计时的电源开关控制程序的设计与实现,希望本篇文章对您学习有所帮助。
包括论文,设计,论文字数:12211,页数:28
摘 要
由于精确计时在当前工业控制,日常生活等领域有广泛应用,本设计采用MCS-51系列单片机为核心器件,辅以相应的外围电路,设计制作出了基于单片机的精确计时控制硬件系统,并通过继电器外接被控制端,可以实现用较小的电流去控制较大电流的目的。在硬件系统的基础之上进行软件的设计,以进行精确延时。在硬件方面,除了单片机外,使用四个七段LED数码管来进行显示,LED采用的是动态扫描显示,使用74LS14芯片进行驱动。软件方面采用汇编语言编程,使用SLISP软件进行在线的程序烧写,涉及了单片机的定时和中断的使用。
关键词:单片机;精确计时;继电器;电路
The Design and Implementation of a Power Switch Control Procedure Based on a Precise Time Control of MCU
Abstract
Precise time control is widely applied in the industrial control, and some other areas of our daily life at present. This design utilizes the MCS-51 microcontroller as the core components, and some external peripheral circuits. The microcontroller has been designed based on the precise time control hardware system, and contacted the controlled device with a Relay. It can be achieved that relatively small current could control a larger current. The software is designed based on the hardware system to implement precise delay, and four LED digital tubes each of which has seven sections are used to display time information. The LED equipment is programmed by dynamic scanning and uses the 74LS14 IC chip as the driver. The system is developed in the assemble language; the procedure is programmed with the SLISP software and is concerned with the timing function of MCU and the use of interrupt.
Key words: MCU;precise time control;Relay ;circuit
目 录
1. 引言 1
1.1. 课题背景 1
1.1.1. 单片机概述 1
1.1.2. 单片机的产生和发展历史 1
1.1.3. 单片机的发展趋势 1
1.1.4. 单片机的主要特点 1
1.1.5. 单片机的应用 1
1.1.6. 单片机的主要生产厂家和机型 3
1.2. MCS-51系列单片机介绍 3
1.2.1. 基本特性 3
1.2.2. 引角功能 5
1.2.3. 汇编语言简介 7
2. 系统硬件设计 8
2.1. 设计方案 8
2.2. 硬件设计电路框图 8
2.3. 机型及器件选择 9
2.3.1 单片机的选择 9
2.3.2 时钟电路的设计 9
2.3.3 复位电路的设计 10
2.3.4 LED显示电路设计与器件选择 10
2.3.5 按键电路设计与器件选择 12
2.3.6 蜂鸣器电路的设计 13
2.3.7 继电器电路的设计 14
2.4. 硬件设计电路原理图 14
2.5. 硬件的调试 15
3. 软件设计 15
3.1. 程序流程图 15
3.2. 程序设计具体实现 16
3.3. 编译软件的使用和编译过程 18
3.4. 烧片 18
3.5. 系统测试 19
结 论 19
参考文献 20
致 谢 21
声 明 22
一个基于单片机精确计时的电源开关控制程序的设计与实现......