课 程 设 计 报 告
设计题目:
学 院:
专业班级:
学 号:
姓 名:
时 间:
成 绩:
指导教师:
目录
目录 ..................................................3
一、系统设计 ..........................................4
1.1 系统功能实现要求 ..............................4
1.2 设计电路原理 ..................................5
二、仿真结果与测试结果 ................................9
2.1 仿真测试 ......................................9
2.2 实物展示 .....................................11
2.3 功能展示 .....................................11
三、 结束语 ..........................................14
参 考 文 献 ..........................................15
定时控制系统设计
摘要
本次设计的定时控制系统设计是在 STC89C51 单片机的基础
上设计的,主要从以下三个方面入手:一是实现时间显示功能,
可以查看日期时间星期,二是实现定时功能,当时间到达设定值
时可以报警提示,并通过继电器控制系统的电源,并通过指示灯
提示任务的完成;三是考虑时间的准确性,在这里主要使用定时
器中断进行时间计时。
关键词:STC89c51、继电器
Abstract
The timing control system design is designed on the basis of
STC89C51 MCU, mainly from the following three aspects: The first
is to realize the time display function, you can view the date and time
week, the second is to realize the timing function, when the time
reaches the set value can alarm prompt, and through the relay control
system power supply, and through the indicator light prompts the
completion of the task; The third is to consider the accuracy of time,
here timer interrupts are mainly used for time timing.
Key words: STC89c51; Relays
一、系统设计
1.1 系统功能实现要求
定时控制系统可以显示时间,并独立控制两组继电器的开关
状态,具体功能如下:
(1)显示时间,包括星期,小时,分钟;
(2)分别间歇控制 2 个继电器的开关,各继电器的导通时
间和断开时间可以独立设置,以分钟为单位。例如间歇继电器 A
导通 n 分钟,关闭 m 分钟,如此循坏。N 和 m 通过按键设置。
其他三个继电器亦如此,并互相独立;
(3)定时控制两个继电器的开关,两个继电器互相独立,
各自单独设定每天导通的时间和 断开的时间 。例如,定时继电
器 A 每天 8:00 导通,16:15 断开。
1.2 设计电路原理
(1)设计总电路图
设计电路如下图 1 所示。
图 1 定时控制系统结构原理图
(2)stc89c51
STC89C51 是采用 8051 核的 ISP(In System Programming)
在系统可编程芯片,最高工作时钟频率为 80MHz,片内含 4K
评论0