基于单片机的IC卡智能水表控制系统设计[附程序+图]

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

3.9.2 超级电容的应用 3.10 检测模块的设计 第 4 章 IC 卡智能水表的软件设计 4.1 主程序的设计 4.2 外部中断 0 子程序 4.3 外部中断 1 子程序 4.4 IC 卡的读写软件设计 4.4.1 SDA 和 SCL 信号 4.4.2 IC 卡的写操作 4.4.3 IC 卡的读操作 4.4.4 IC 卡芯片的控制字节和器件寻址 4.4.6 IC 卡处理程序流程图 4.5 片外数据存储器读写软件设计 4.6 显示子程序 第 5 章 关于 IC 卡智能水表的关键问题及解决办法 5.1 IC 卡智能水表的低功耗问题 5.2 低功耗解决方案 1. 选择低功耗电磁阀 2. 选择低功耗器件 3. 选择低的工作电压和低的工作频率 5.3 IC 卡智能水表的安全性问题 5.4 安全性问题解决方案 1. 售水用 IC 卡(用户卡)的安全性 2. 表内信息的安全性 第 6 章 系统调试 6.1 调试设备 6.2 硬件调试 1. 静态调试 2. 动态调试 6.3 软件调试 6.4 调试现象 总 结 参考文献 附录 程序清单
关键词:单片机;韦根传感器;IC 卡;智能水表;ຫໍສະໝຸດ Baidu功耗
Abstract
For a very long time, the management of used water of water user relies on man-made style, that need operators to arrive at user ’s home to collect fees or users reach appointed place to hand in fees by themselves. This traditional style has lots of disadvantages such as needing many operators, time consuming and low efficiency. Further more problems like arrears, dragging on water fees etc. always appear. In order to solve these problems, this paper designs an intelligent IC card water meter control system based on the single-chip computer. The core of the system is a single-chip microcomputer AT89C2051, the wiegand sensor is used to measure water consumption, the managements of water purchasing and consumption are realized by IC card’s writing, reading and encryption technology. This paper has finished the systematic hardware circuits design and software design. Hardware circuit adopts module design, including water flow measuring circuit, IC card interface circuit, electromagnetic valve urge circuit, warning circuit, LED display circuit, etc. The working principles of every module are analyzed in details. The software of the system is finished in assembler language, the flow charts are provided. The system has many functions such as supplying or cutting off water automatically, intelligent recognition of IC card and user ’s identity verifying, power-fail protection, LED display, intelligent switch control of electromagnetism valve etc. It also can prevent the system from disturbance and disassembling.


第1章 绪 论 1.1 本研究课题的背景及意义 1.2 本研究课题的发展趋势 1.3 本文的工作 第 2 章 设计思想与方案论证 2.1 设计思想 2.2 方案比较 1. 方案一:脉冲发讯集中抄收式智能水表系统 2. 方案二:基于 CAN 总线的智能水表自动抄收系统 3. 方案三:基于 89C2051 单片机的 IC 卡智能水表系统 2.3 方案选择 第 3 章 IC 卡智能水表的硬件设计 3.1 主系统的构成 3.2 微处理器 3.2.1 单片机的选型 1. 单片机的系统适应性 2. 单片机的市场供应情况 3. 单片机的可开发性 3.2.2 单片机 AT89C2051 简介 3.2.3 晶振与复位电路的设计 3.3 传感器的选择 3.3.1 霍尔接近开关传感器 3.3.2 光电检测传感器 ................................................................................................................ 3.3.3 Wiegand(韦根)传感器 1. Wiegand 传感器组成 2. Wiegand 传感器工作原理 3. Wiegand 传感器工作方式 4. WG 系列韦根传感器原理及其特点 3.4 信号处理模块的设计 3.5 电磁阀的选择与设计 1. 采用光电耦合器进行隔离(如图 3.10 所示) 2. 在电磁阀供电端跨接压敏电阻抗干扰 3.6 片外数据存储器的设计 3.7 IC 卡及其接口电路的设计 3.7.1 基于 AT24C0X 系列的 IC 卡 3.7.2 IC 卡的接口电路的设计 3.8 人机交互接口的设计 3.8.1 报警电路的设计 3.8.2 显示电路的设计 3.9 电源的设计 3.9.1 电池能量的检测


很长一段时间以来,自来水用户的用水量管理依靠人工抄表,然后由收费人员到各 家去收费或用户到指定地点自行缴纳。这种传统收取水费的方式需要的工作人员多、费 时、费力、效率低,常常出现用户欠缴、迟缴或漏缴水费等问题。为了解决这些问题, 本文在研究国内外智能水表发展现状的基础上,设计了一个基于单片机实现的 IC 卡智 能水表控制系统。本系统以 AT89C2051 单片机为核心部件,通过韦根传感器检测用水 量,运用 IC 卡读写及加密技术,实现购水与用水量管理。 本文完成了系统的硬件电路设计和软件设计。硬件电路采用模块化设计,包括用水 量检测电路、IC 卡接口电路、电磁阀驱动电路、报警电路、LED 显示电路等,详细分 析了各模块的工作原理;系统软件采用汇编语言编制,给出了具体的程序流程图。 系统具有自动供停水、插卡智能识别、身份验证、掉电保护、LED 显示、电磁阀门 智能开关控制、防干扰、防拆卸等功能。
相关文档
最新文档