机械参量在线监测系统设计(本科毕业论文设计).doc

约45页DOC格式手机打开展开

机械参量在线监测系统设计(本科毕业论文设计),摘要机械参量在线监测是指对工农业生产中的机械设备的温度、压力、振动、流量、液位、电量、转速等机械特征参量进行在线实时的监测,及时获取机械设备的运作情况,能第一时间了解到机械设备是否正常工作。当监测出机械设备的特征参量出现异常情况,就知道设备出现故障而没能正常运作,这时及时的处...
编号:68-91776大小:1.03M
分类: 论文>机械工业论文

内容介绍

此文档由会员 cglina 发布

机械参量在线监测系统设计(本科毕业论文设计)
摘 要

机械参量在线监测是指对工农业生产中的机械设备的温度、压力、振动、流量、液位、电量、转速等机械特征参量进行在线实时的监测,及时获取机械设备的运作情况,能第一时间了解到机械设备是否正常工作。当监测出机械设备的特征参量出现异常情况,就知道设备出现故障而没能正常运作,这时及时的处理出现的问题,使设备恢复正常。
机械参量在线监测实现过程中,先用传感器测量被测信号,将传感器输出的电量信号进行整形、转换、滤波处理变成标准信号,然后用数据采集卡采集信号并转换为计算机能处理的数字信号,通过设备驱动程序,数字信号进入计算机;在LABVIEW平台下,调用信号处理子模块,编写仪器功能流程、功能算法,设计虚拟仪器前面板,实现数据的显示、查询、将数据存入数据库等功能。
在本次设计中,首先介绍了机械参量在线监测的现状和发展趋势,研究的目的和意义;接下来简单介绍了虚拟仪器,本次设计用到的LabVIEW软件和MySQL数据库的相关知识,并具体介绍了LabVIEW和MySQL数据库的连接。最后部分是机械参量在线监测系统设计的硬件结构和软件组成方面的知识。
设计完成了任务书的要求,实现了数据库功能,成功的将数据库和LabVIEW连接,采集的数据能在虚拟面板上显示并存入数据库。能够通过LabVIEW对数据库进行查询、删除和插入。


关键词:在线监测,LabVIEW,MySQL,数据采集

ABSTRACT

The on-line supervision machinery parameter is a kind of on-line and real-time supervision to the temperature, vibration, rate of flow, liquid place, electricity volume, rotation rate and other machinery characteristics of machinery equipment in industrial and agricultural production. Obtaining operation condition of machinery equipment in time can enable people to know whether the machinery equipment works regularly or not. When some abnormal condition supervised in characteristic parameter appears, in can be informed that there is something wrong with the equipment and it malfunctions. Therefore, the problems can be solved in time and the equipment can function normally again.
When the machinery parameter is on-line supervising step, it firstly measures the objective signal by using sensors, then; the electric volume transmitted by sensors will be reshaped, transformed, and wave-filtered till the formal signal can be gained. Secondly, the data-collecting card will be used to collect signal and the digital signal should be transformed and then handle by computers. Next, the signal will be sent into computers by equipment driver. Under LABVIEW platform, calculation methods and designing equipment module can make the display, check, depositing data in data bank be fulfilled.
The design meets the demand of the requirements, fulfills the data-bank function, and makes the database and LABVIEW be connected successfully. The collected data can be displayed on fictitious module and deposited in database. The database can be checked, deleted and inserted into by LABVIEW.
This design firstly introduces current situation and developing trend of on-line supervision of machinery parameter, the research purpose and its significance, then, the design will make use of relevant knowledge about LABVIW software and MySQL database. This design will also specifically introduce the connection between LABVIEW and MySQL. The last part of this design will display the knowledge about hardware structure and composing of software of on-line supervision system design of machinery parameter.


Key words: on-line monitoring,LabVIEW,MySQL, Data Acquisition



目 录
摘 要 I
ABSTRACT II
1 绪论 1
1.1课题研究的背景和意义 1
1.1.1 机械参量在线监测的研究现状 1
1.1.2 在线监测的意义 2
1.2在线监测技术的发展阶段及发展趋势 3
1.2.1在线监测发展阶段 3
1.2.2在线监测的发展趋势 3
1.3课题研究主要任务 4
2 虚拟仪器技术 5
2.1虚拟仪器的概念 5
2.2虚拟仪器的分类 6
2.3 虚拟仪器的组成 8
2.4 LabVIEW软件简介 9
2.4.1选择LabVIEW的理由 9
2.4.2 LabVIEW软件的特点 9
3数据库介绍 12
3.1采集数据的存储 12
3.2 数据库的选择 13
3.3 MySQL数据库管理系统 14
4 LabVIEW和MySQL数据库的连接 16
4.1 LabVIEW中利用LabSQL访问数据库 16
4.1.1 LabVIEW中与数据库接口的方法 16
4.1.2 数据库访问的工具包LabSQL简介 16
4.1.3 LabVIEW中对LabSQL的使用 17
4.2 LabVIEW与MYSQL连接方法 18
4.2.1数据库中建表 18
4.2.2 LabVIEW与MYSQL的连接 20
5机械参量在线监测系统设计 23
5.1硬件配置 23
5.1.1硬件设计的原则 23
5.1.2 系统硬件结构 23
5.2 系统软件设计 32
5.2.1 软件结构 32
5.2..2设计原则 33
5.2.3 软件模块 34
5.2.4系统工作流程 35
5.2.5系统的前面板和程序图 37
6 结论与展望 39
6.1结论 39
6.2展望 39
致谢 40
参 考 文 献 41