JIMI 发表于 20:50

基于STR710FZ2T6的电力终端硬件测试系统开发

论文编号:DZXX198  论文字数:15238,页数:48
摘要
 
 本项目是浙江千能电力电子有限公司在生产电力终端过程中为了确保产品质量、提高生产效率,所提出的一个运用软件检测硬件的系统方案。
 该系统是在电力终端的STR710FZ2T6微处理器的硬件基础上,以可裁剪的微操作系统μC/OSⅡ2.76为系统平台,建立一个能通过软件与硬件各部分进行通信的系统,通过通信的正确性来检测终端硬件连接的正确性。检测的硬件主要包括看门狗、铁电、AT45DB、EEPROM、485接口、CS接口、LCD、蜂鸣器、继电器、红外接口、232接口、实时时钟、GPRS、ATT7022、CT检测、按键、脉冲、遥信、门检测、电池检测、复位等硬件的检测。
 该系统在生产过程中不仅提高了生产效率,还避免了在人工检测过程中,由于人本身的注意力的不稳定性,出现漏测某一项的情况。
 
关键词:电力终端,微处理器,硬件测试系统,通讯,上位机
 Abstract
 
 The project is the Zhejiang Jking Power-Electronic Co., Ltd. to produce Power Terminals in order to ensure product quality and increase production efficiency by the use of a system software testing programmed to check the hardware.
 The system was building in power terminals’ STR710FZ2T6 microprocessors based on the hardware, by the micro-operating system μ C / OS Ⅱ 2.76 for the system platform. Through the establishment of a software and hardware parts of the communication system, Detection of hardware including: Watchdog、Ferroelectric、AT45DB、EEPROM、485 Interface、232 Interface、Real Time Clock、GPRS、ATT7022、CT、LCD、Buzzer、Keyboard、Pulse、Remote Communication、Detection of doors、Battery Testing、Reset、and so on.
 The system used in the production line not only increase production efficiency, but also to avoid to miss detections due to people's attention is unstable and an oblivion test a particular situation.
 
Keywords:Power terminal, Microprocessor, Hardware testing system, PC, Communication
目  录
摘要 I
ABSTRACT II
第一章 绪 论 1
1.1背景 1
1.2系统概述 1
1.3我的项目任务 1
第二章 系统硬件及平台介绍 3
2.1硬件系统及元器件介绍 3
2.1.1 STR710FZ2T6 4
2.1.2 ATT7022B 5
2.1.3 AT45DB161D 5
2.1.4铁电 7
2.1.5 EEPROM 8
2.1.6 其他硬件介绍 8
2.2 ARM开发环境RealView MDK 9
2.2.1 RealView MDK特性 9
2.2.2 µVision3 IDEµVision IDE 10
2.2.4 µVision3 调试器 13
2.2.4.1仿真模式 14
2.2.4.2 GDI驱动器模式 14
第三章 系统实现方案 15
3.1 系统自动测试方案 15
3.1.1环境描述 15
3.1.2功能概述 15
3.1.3硬件自动检测 15
3.2 通讯协议 16
3.2.1 PC和终端信息帧 16
3.2.3 Name 16
3.2.4 LEN 18
3.2.5 Data 18
3.2.6 CS 19
3.2.7 自动下载程序 19
3.3 系统手动测试方案 19
第四章 软件系统介绍及其实现 21
4.1嵌入式软件部分 21
4.1.1测试部分概述 21
4.1.2硬件抽象层 22
4.1.3 硬件测试模块 23
4.2 上位机软件部分 31
第五章 毕业设计总结 34
致 谢 35
参考文献 36
附录  部分源代码 37
页: [1]
查看完整版本: 基于STR710FZ2T6的电力终端硬件测试系统开发