设计简介:
项目名:高楼供水(实物)
项目编号:mcuclub-dz-089
单片机类型:STC89C52
具体功能:
1、通过两个液位传感器分别代表两个水位(高水位和低水位)
2、当水位低于低水位后,启动一个水泵进行加水,直到加水到高水位
3、当水位低于水位后,一个水泵加水超过1分钟还是处于低水位,则启动另一个水泵一起加水,直到加水到高水位
4、通过三个按键,分别控制停止、水泵1启动、水泵2启动
总字数:8285
实物链接:点击跳转
设计说明书链接:点击跳转
开题报告链接:点击跳转
答辩PPT链接:点击跳转
摘要
本毕业论文旨在设计和实现一种基于单片机的高楼供水系统。该系统利用STC89C52单片机作为控制核心,通过液位传感器监测水位,实现自动加水和控制功能。具体功能包括监测高水位和低水位、根据水位状态启动相应的水泵进行加水,以及提供三个按键用于停止加水、启动水泵1和启动水泵2。论文设计了硬件电路,并使用C语言对系统进行软件开发。通过实验验证,该系统能够可靠地监测和控制水位,实现高楼供水的自动化管理。该论文对于智能化供水系统的设计和实现具有一定的实际应用价值。
关键词:单片机;高楼供水;STC89C52;液位传感器;水泵控制;智能化管理
Abstract
This graduation thesis aims to design and implement a high-rise water supply system based on a microcontroller. The system utilizes the STC89C52 microcontroller as the control core and employs liquid level sensors to monitor the water level, enabling automatic water filling and control functions. The specific functionalities include monitoring the high and low water levels, initiating the corresponding water pump based on the water level status, and providing three buttons for stopping water filling, starting pump 1, and starting pump 2. The thesis designs the hardware circuit and develops the system software using the C language. Through experimental verification, the system is capable of reliably monitoring and controlling the water level, realizing the automation management of high-rise water supply. This thesis holds practical value for the design and implementation of intelligent water supply systems.
Keywords: microcontroller; high-rise water supply; STC89C52; liquid level sensor; pump control; intelligent management.
目 录
摘要
Abstract
第1章绪论
第2章 系统总体设计方案
第3章硬件设计
第4章 系统程序设计
第5章 实物测试
第6章 总结展望
参考文献
附录