智能数字显示电流表
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
3 硬件电路的设计......................................................................................................... 4 3.1 电流信号采样电路........................................................................................... 4 3.1.1 CD4052 的原理及应用.........................................................................4 3.2 A/D 转换电路的设计....................................................................................... 6 3.2.1 TLC7135 工作原理及应用.....................................................................6 3.2.2 基准电压电路......................................................................................... 9 3.2.3 TLC7135 的时钟电路.........................................................................11 3.2.4 TLC7135 与单片机连接的接口方案...................................................12 3.3 单片机控制部分............................................................................................. 13 3.3.1 单片机复位电路................................................................................... 14 3.3.2 时钟电路设计....................................................................................... 15 3.3.3 485 通信接口...................................................................................... 15 3.4 报警电路......................................................................................................... 16 3.5 显示电路设计................................................................................................. 17
关键词:智能数字显示,单片机,TLC7135,AD 转换,四位半
I
中原工学院信息商务学院毕业论文(设计)
intelligent digital display current meter design Abstract
Realization of the intelligent digital display current meter with good stability, high accuracy, easy reading, low cost, easy to realize the advantages of being more and more attention. Its performance is superior to the traditional pointer ammeter, having a clear and intuitive, accurate readings, extended features such as powerful, avoiding reading poor vision and visual fatigue.
2 设计要求及原理......................................................................................................... 3 2.1 设计任务........................................................................................................... 3 2.2 设计原理........................................................................................................... 3
4 系统的程序设计及仿真........................................................................................... 19 4.1 主程序设计..................................................................................................... 19 4.2 自动量程切换子程序..................................................................................... 19 4.3 A/D 转换与中断子程序................................................................................. 20 4.4 显示子程序..................................................................................................... 23 4.5 显示部分仿真结果......................................................................................... 24
本设计将输入电流信号通过采样与处理电路处理后由 TI 公司的 AD 芯片 TLC7135 进行 AD 转换,控制核心采用 Atmel 公司的 AT89C52 单片机对转换结果 进行运算处理,驱动 4 位半 LED 显示测量结果,并通过 RS-485 通信接口发送测 量信息,上下限报警,报警输出,功能设定,实现智能数字显示电流表的功能, 可以适用于实验室测量和工业控制等不同场合。
III
中原工学院信息商务学院毕业论文(设计)
1 概述
1.1 研究的目的和意义
在当代科技与经济高速发展的过程中,数字化仪表已经逐渐成为生活和工业 生产应用的主要仪表。模拟仪表存在固有的局限性,其显示精度受到表盘刻度限 制,精确度提高很困难;读数存在主观误差;传统的电流表在测量电流时需要手 动切换量程,不仅不方便,而且要求不能超过该量程;应用时有很大不便。特别 是在当代电力系统中变电站综合自动化系统的广泛应用的情况下越来越不适应工 业自动化发展的需求。数字仪表是电子技术、计算机技术与精密测量技术结合的 产物,已成为仪器仪表领域中一个独立分支。
In this design, the signal of input current processed through sampling and processing circuit then for AD convert by an AD chip TLC7135 for TI company .control core used Atmel company of AT89C52 single tablets machine on conversion results for operations processing drive 41/2bit LED measurement results, and through the RS - 485 communication interface send measurement information, upper alarm, alarm output, function setting, realize intelligent digital display current meter function, can apply to the laboratory measurement and industrial control and so on the different occasions.
总结................................................................................................................................. 25 致谢................................................................................................................................. 26 参考文献......................................................................................................................... 27
毕业论文(设计)
题 目: 智能数字显示电流表的设计
系部名称: 信息工程系 专业班级:
学生姓名:
学 号:
指导教师:
Biblioteka Baidu
教师职称: 高级实验师
2012 年 月
中原工学院信息商务学院毕业论文(设计)
摘要
单片机实现的智能数字显示电流表由于稳定性好、精度高、读数方便、成本 低、易实现等诸多优点而受到越来越广泛的重视。其性能优于传统的指针电流表, 具有清晰直观、读数准确、扩展功能强等特点,避免了读数的视觉差和视觉疲劳。
Key Words: Intelligent digital display, MCU, TLC7135,AD convert,41/2 bit
II
中原工学院信息商务学院毕业论文(设计)
目录
1 概述............................................................................................................................. 1 1.1 研究的目的和意义........................................................................................... 1 1.2 发展趋势........................................................................................................... 1
关键词:智能数字显示,单片机,TLC7135,AD 转换,四位半
I
中原工学院信息商务学院毕业论文(设计)
intelligent digital display current meter design Abstract
Realization of the intelligent digital display current meter with good stability, high accuracy, easy reading, low cost, easy to realize the advantages of being more and more attention. Its performance is superior to the traditional pointer ammeter, having a clear and intuitive, accurate readings, extended features such as powerful, avoiding reading poor vision and visual fatigue.
2 设计要求及原理......................................................................................................... 3 2.1 设计任务........................................................................................................... 3 2.2 设计原理........................................................................................................... 3
4 系统的程序设计及仿真........................................................................................... 19 4.1 主程序设计..................................................................................................... 19 4.2 自动量程切换子程序..................................................................................... 19 4.3 A/D 转换与中断子程序................................................................................. 20 4.4 显示子程序..................................................................................................... 23 4.5 显示部分仿真结果......................................................................................... 24
本设计将输入电流信号通过采样与处理电路处理后由 TI 公司的 AD 芯片 TLC7135 进行 AD 转换,控制核心采用 Atmel 公司的 AT89C52 单片机对转换结果 进行运算处理,驱动 4 位半 LED 显示测量结果,并通过 RS-485 通信接口发送测 量信息,上下限报警,报警输出,功能设定,实现智能数字显示电流表的功能, 可以适用于实验室测量和工业控制等不同场合。
III
中原工学院信息商务学院毕业论文(设计)
1 概述
1.1 研究的目的和意义
在当代科技与经济高速发展的过程中,数字化仪表已经逐渐成为生活和工业 生产应用的主要仪表。模拟仪表存在固有的局限性,其显示精度受到表盘刻度限 制,精确度提高很困难;读数存在主观误差;传统的电流表在测量电流时需要手 动切换量程,不仅不方便,而且要求不能超过该量程;应用时有很大不便。特别 是在当代电力系统中变电站综合自动化系统的广泛应用的情况下越来越不适应工 业自动化发展的需求。数字仪表是电子技术、计算机技术与精密测量技术结合的 产物,已成为仪器仪表领域中一个独立分支。
In this design, the signal of input current processed through sampling and processing circuit then for AD convert by an AD chip TLC7135 for TI company .control core used Atmel company of AT89C52 single tablets machine on conversion results for operations processing drive 41/2bit LED measurement results, and through the RS - 485 communication interface send measurement information, upper alarm, alarm output, function setting, realize intelligent digital display current meter function, can apply to the laboratory measurement and industrial control and so on the different occasions.
总结................................................................................................................................. 25 致谢................................................................................................................................. 26 参考文献......................................................................................................................... 27
毕业论文(设计)
题 目: 智能数字显示电流表的设计
系部名称: 信息工程系 专业班级:
学生姓名:
学 号:
指导教师:
Biblioteka Baidu
教师职称: 高级实验师
2012 年 月
中原工学院信息商务学院毕业论文(设计)
摘要
单片机实现的智能数字显示电流表由于稳定性好、精度高、读数方便、成本 低、易实现等诸多优点而受到越来越广泛的重视。其性能优于传统的指针电流表, 具有清晰直观、读数准确、扩展功能强等特点,避免了读数的视觉差和视觉疲劳。
Key Words: Intelligent digital display, MCU, TLC7135,AD convert,41/2 bit
II
中原工学院信息商务学院毕业论文(设计)
目录
1 概述............................................................................................................................. 1 1.1 研究的目的和意义........................................................................................... 1 1.2 发展趋势........................................................................................................... 1