文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学的各位小编整理了自动化PLC相关毕业设计-双电源切换系统监控软件设计的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!
论文编号:ZD982 论文字数:12372,页数:49
摘要
在日常生活中,电是现代人生活所必不可少的东西。在工业生产中,电也是必不可少。但是,电不是想有就能拥有的东西,工业生产中,突然停电,会给生产带来极大的损失。所以,双电源的切换是现代工业生产所迫切需要的。双电源切换系统监控软件完成的任务就是让上位机控制下位机,时刻监控下位机的状态,完成备用电源自动切换的功能。
双电源供电系统的自动切换是一个实时性和可靠性要求很高的控制系统。针对不间断供电的需求,运用采样、比较的工作原理和方法,提出了一种以P89c591微控制器为主控芯片的双电源供电自动切换系统的智能优化解决方案。根据不同的情况实现对电源故障状况的准确判断和快速切换,完成主、备电源间转换,以保持供电的连续性[1]。
怎样才能完成此软件的设计呢?下面章节就讲述了此软件的设计过程。用的工具是VC++6.0。
下面分别从登录模块,时间校验模块,单机通讯模块,循环通讯模块,数据库模块,串口设置模块和密钥管理模块讲述了此软件的设计过程,最后以结论的形式总结了设计过程中获得的经验。
关键字:双电源;系统;模块;软件;切换
Abstract
In daily life, power is something essential to modern life. In industrial production,electricity is also essential. However, electricity can not have wanted to have something, industrial production, a sudden power failure, will bring great losses of production. Therefore, dual power switch is a modern industrial production needed. Dual Power Supply Switching System monitoring software task is to make PC-controlled slave, always under the control of the state-bit machine to complete the backup power supply automatic switching function.
Dual power supply system is a real-time automatic switching and control system for high reliability requirements. The demand for uninterrupted power supply, the use of sampling and comparison principles and methods of work, a microcontroller to P89c591 as the main chip dual-power supply automatic switching system, intelligent optimization solutions. Depending on the situation to realize the power failure of accurate judgments and rapid switch to complete the main, between the power conversion equipment in order to maintain continuity of supply.
How to complete the design of this software do? The following section describes the software on the design process. Using the tool is VC + +6.0.
The following are from the login module, timing verification module, stand-alone communication module, loop communication module, database module, serial module, and key management module to set describes the software design process, and finally to the form of summary of conclusions obtained in the course design experience.Keywords: Dual Power;System;module;software;switch
目录
摘要 ………………………………………………………………………………………I
Abstract …………………………………………………………………………………II
1 绪论 ………………………………………………………………………………………1
2 双电源切换系统监控软件的概述 …………………………………………………2
3 双电源切换系统监控软件各模块的设计与介绍 ……………………………3
3.1 登录模块的设计和介绍 ………………………………………………………3
3.1.1 登录界面的功能分析 …………………………………………………3
3.1.2 数据库的介绍 ……………………………………………………………3
3.1.3 Visual C++ 6.0设计登录界面的相关介绍 ……………………………3
3.1.4 登录界面界面介绍 ………………………………………………………12
3.1.5 登录界面的设计总结 …………………………………………………12
3.2 时间校验模块的设计和介绍 …………………………………………………12
3.2.1 时间校验模块的功能介绍 ……………………………………………12
3.2.2 时间校验模块的设计 …………………………………………………13
3.2.3 时间校验模块的设计总结 ……………………………………………13
3.3 单机通讯模块的设计和介绍 …………………………………………………14
3.3.1 单机通讯界面的功能介绍 ……………………………………………14
3.3.2 单机通讯界面的设计描述 ……………………………………………16
3.3.3 单机通讯界面的设计总结 ……………………………………………24
3.4 循环通讯模块的设计和介绍 …………………………………………………24
3.4.1 循环通讯界面的功能介绍 ……………………………………………24
3.4.2 循环通讯界面的设计描述 ……………………………………………24
3.4.3 循环通讯界面的设计总结 ……………………………………………26
3.5 数据库模块的设计和介绍 …………………………………………………26
3.5.1 数据库模块的功能介绍 …………………………………………………26
3.5.2 数据库模块的设计描述 …………………………………………………27
3.5.3 数据库模块的设计总结 …………………………………………………29
3.6 串口通讯模块的设计和介绍 …………………………………………………29
3.6.1 串口通讯界面的功能介绍 ……………………………………………29
3.6.2 串口通讯界面的设计描述 ……………………………………………30
3.6.3 串口通讯界面的设计总结 ……………………………………………30
3.7 密钥管理模块的设计和介绍 …………………………………………………31
3.7.1 密钥管理界面的功能介绍 ……………………………………………31
3.7.2 密钥管理界面的设计描述 ……………………………………………31
3.7.3 密钥管理界面的设计总结 ……………………………………………31
4 双电源切换系统监控软件设计的总结和感想 …………………………………32
致谢 ………………………………………………………………………………………33
参考文献 …………………………………………………………………………………34
附录一 …………………………………………………………………………………35
附录二 …………………………………………………………………………………38
附录三 …………………………………………………………………………………40