便携式机械设备故障监测诊断仪的设计开发(本科毕业论文设计).doc
约36页DOC格式手机打开展开
便携式机械设备故障监测诊断仪的设计开发(本科毕业论文设计),摘要本文介绍了便携式故障诊断设备的国内外状况,根据常用且有效的故障诊断手段——振动诊断的要求,研制出了具有8个数据采集通道的适合工业大型机械振动信号采集与处理的便携式监测样机,并详细介绍了样机的硬件系统和软件系统。整个便携式系统以笔记本电脑为核心,配以pcmci...
内容介绍
此文档由会员 cglina 发布
便携式机械设备故障监测诊断仪的设计开发(本科毕业论文设计)
摘 要
本文介绍了便携式故障诊断设备的国内外状况,根据常用且有效的故障诊断手段——振动诊断的要求,研制出了具有8个数据采集通道的适合工业大型机械振动信号采集与处理的便携式监测样机,并详细介绍了样机的硬件系统和软件系统。
整个便携式系统以笔记本电脑为核心,配以PCMCIA为接口的NI数据采集卡和信号调理仪以及三类传感器(速度、加速度、转速传感器),整个系统具有可拆卸和简易组装性,在硬件上最大化的实现了设备的便携性,且具有较高的性价比。
系统软件采用Visual C++ 6.0和SQL Server 2000相结合的软件搭配模式,以VC为平台,能编制出满足信号处理和图形显示等要求的高效率代码,并能稳定、友好的完成数据库的SQL Server 2000的数据库管理工作,较为合理的完成了便携式故障诊断仪分析软件Analysis的软件开发工作。
论文最后通过一套工业现场实际故障数据的演示,进一步阐述了振动诊断的主要方法和理论,并验证了该套便携式系统分析软件的实用性。
关键词:便携式、振动诊断、信号处理
ABSTRACT
In this paper, the background about the fault diagnosing system of heavy machinery is introduced. Aimed at the requirement of Vibration Diagnosis, one of the most common and effective tools of faults diagnosis, a portable sample machine with 8 signal input is developed, and the whole system, including hardware and software, are expounded here.
The entire system is based on the portable PC, supported by data acquisition card with PCMCIA interface of NI Company, signal pre-filter and three types of sensors. The whole system is detachable and easy to assemble, maximize the portability of the equipment and has a high price
The software takes the combination of Visual C++ 6.0 and SQL Server 2000 as the software modal .In the help of VC, the high-efficiency code can be made and the database can be operated friendly and stably. We have developed the software for this system.
In the final part of this paper, the main methods of Vibration Diagnosis are expounded further through the demonstration of a actual case from industrial site, and the practicability of this system is also be confirmed.
Keywords:Portable, Vibration Diagnosis, Signal Processing
目 录
摘 要 I
ABSTRACT I
目 录 II
1 绪论 1
1.1 课题的研究意义 1
1.2 国内外相关研究现状 2
1.2.1 状态监测与故障诊断设备研制的现状 2
1.2.2 便携式诊断系统的发展 3
论文内容和框架 4
2 系统总体方案设计 5
2.1 系统总体结构 5
2.2 系统开发平台及数据库管理 5
2.2.1 系统程序开发环境 5
2.2.2 数据库管理系统 6
3 系统硬件设计 8
3.1 硬件系统组成 8
3.2 传感器系统 8
3.2.1 传感器要求 8
3.2.2 传感器选型 10
3.3 电源与滤波模块 11
3.4 数据采集 12
3.4.1 数据采集原理 12
3.4.2 数据采集卡 13
4 系统软件设计 14
4.1 软件总体结构 14
4.2 数据采集模块 14
4.2.1 采集参数设置 15
4.2.2 数据采集保存 16
4.3 数据管理模块 17
4.3.1 数据库连接及管理 17
4.3.2 数据查询 17
5 机械振动与故障诊断 19
5.1 机械振动信号分类 19
5.1.1 按振动规律及对应信号分类 19
5.1.2 从力学角度分类 19
5.1.3 按振动频率高低进行分类 20
5.2 设备状态监测与故障诊断 20
5.3 振动诊断主要诊断方法 21
5.3.1 振动测定标准 21
5.3.2 故障诊断监测参数 22
5.3.3 振动诊断主要分析方法 23
6 现场采集数据分析 26
6.1 时域波形分析 26
6.2 频域分析 27
7 论文总结 29
7.1 主要研究工作 29
7.2 有待进一步完成的问题 29
致谢 30
参 考 文 献 31
摘 要
本文介绍了便携式故障诊断设备的国内外状况,根据常用且有效的故障诊断手段——振动诊断的要求,研制出了具有8个数据采集通道的适合工业大型机械振动信号采集与处理的便携式监测样机,并详细介绍了样机的硬件系统和软件系统。
整个便携式系统以笔记本电脑为核心,配以PCMCIA为接口的NI数据采集卡和信号调理仪以及三类传感器(速度、加速度、转速传感器),整个系统具有可拆卸和简易组装性,在硬件上最大化的实现了设备的便携性,且具有较高的性价比。
系统软件采用Visual C++ 6.0和SQL Server 2000相结合的软件搭配模式,以VC为平台,能编制出满足信号处理和图形显示等要求的高效率代码,并能稳定、友好的完成数据库的SQL Server 2000的数据库管理工作,较为合理的完成了便携式故障诊断仪分析软件Analysis的软件开发工作。
论文最后通过一套工业现场实际故障数据的演示,进一步阐述了振动诊断的主要方法和理论,并验证了该套便携式系统分析软件的实用性。
关键词:便携式、振动诊断、信号处理
ABSTRACT
In this paper, the background about the fault diagnosing system of heavy machinery is introduced. Aimed at the requirement of Vibration Diagnosis, one of the most common and effective tools of faults diagnosis, a portable sample machine with 8 signal input is developed, and the whole system, including hardware and software, are expounded here.
The entire system is based on the portable PC, supported by data acquisition card with PCMCIA interface of NI Company, signal pre-filter and three types of sensors. The whole system is detachable and easy to assemble, maximize the portability of the equipment and has a high price
The software takes the combination of Visual C++ 6.0 and SQL Server 2000 as the software modal .In the help of VC, the high-efficiency code can be made and the database can be operated friendly and stably. We have developed the software for this system.
In the final part of this paper, the main methods of Vibration Diagnosis are expounded further through the demonstration of a actual case from industrial site, and the practicability of this system is also be confirmed.
Keywords:Portable, Vibration Diagnosis, Signal Processing
目 录
摘 要 I
ABSTRACT I
目 录 II
1 绪论 1
1.1 课题的研究意义 1
1.2 国内外相关研究现状 2
1.2.1 状态监测与故障诊断设备研制的现状 2
1.2.2 便携式诊断系统的发展 3
论文内容和框架 4
2 系统总体方案设计 5
2.1 系统总体结构 5
2.2 系统开发平台及数据库管理 5
2.2.1 系统程序开发环境 5
2.2.2 数据库管理系统 6
3 系统硬件设计 8
3.1 硬件系统组成 8
3.2 传感器系统 8
3.2.1 传感器要求 8
3.2.2 传感器选型 10
3.3 电源与滤波模块 11
3.4 数据采集 12
3.4.1 数据采集原理 12
3.4.2 数据采集卡 13
4 系统软件设计 14
4.1 软件总体结构 14
4.2 数据采集模块 14
4.2.1 采集参数设置 15
4.2.2 数据采集保存 16
4.3 数据管理模块 17
4.3.1 数据库连接及管理 17
4.3.2 数据查询 17
5 机械振动与故障诊断 19
5.1 机械振动信号分类 19
5.1.1 按振动规律及对应信号分类 19
5.1.2 从力学角度分类 19
5.1.3 按振动频率高低进行分类 20
5.2 设备状态监测与故障诊断 20
5.3 振动诊断主要诊断方法 21
5.3.1 振动测定标准 21
5.3.2 故障诊断监测参数 22
5.3.3 振动诊断主要分析方法 23
6 现场采集数据分析 26
6.1 时域波形分析 26
6.2 频域分析 27
7 论文总结 29
7.1 主要研究工作 29
7.2 有待进一步完成的问题 29
致谢 30
参 考 文 献 31