JIMI 发表于 20:51

基于LabVIEW的虚拟电子秤设计

论文编号:DZXX092  论文字数:10031,页数:31
摘要
 自20世纪90年代以来,随着计算机技术的迅猛发展,虚拟仪器技术在数据采集、自动测试和测量仪器领域得到广泛应用,促进和推动了测试系统和测量仪器的设计方法,实现技术发生了深刻的变化。“软件就是仪器”已经成为测试与测量技术发展的重要标志。
 本次论文的题目是基于LabVIEW的虚拟电子秤设计,此系统是在原有硬件基础上利用LabVIEW开发环境设计电子秤的显示和按键界面。主要实现的功能是PC机与称重模块通过串口通信进行数据传输;以数码管的形式显示数据;按键信息的处理。
 本系统具有性价比高,操作方便,运行稳定可靠等特点。
关键词:虚拟仪器;串口通信;电子秤;LabVIEW
ABSTRACT
 Since 1990s, Along with the rapid development of computer technology,The virtual instrument technology has been widely used in data collection , Automatic test and measurement instruments sectors. To promote the design method of measuring instruments and test system, and Technology has changed a lot. "Software is instrument" has become a important symbol in technology development of test and measurement.
 This thesis topic is the virtual electronic design based on LabVIEW. This system is based on the original hardware circuit, and use the LabVIEW development environment design the interface of electronic display and button. Main function of the system is to PC and weighing module for data transmission through serial communication, display the data in the form of digital pipe, Key information processing.
 The system has the features of the high Cost-effective, easy operation and reliable operation.
 
Keywords: virtual instrument;serial communication;electronic weigher;LabVIEW
目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 课题研究背景 1
1.2 研究内容 1
第2章 虚拟仪器 3
2.1虚拟仪器技术概述 3
2.1.1 虚拟仪器工作原理 3
2.1.2 虚拟仪器的结构 4
2.1.3 虚拟仪器现状及应用 4
2.1.4 虚拟仪器G语言特点 5
2.2 LabVIEW概述 6
2.2.1 LabVIEW简介 6
2.2.2 LabVIEW功能 6
第3章 系统概述与串口通信 9
3.1 系统概述 9
3.2 基于LabVIEW的串口通信 9
3.2.1串口通信协议简介 9
3.2.2 串口函数 11
3.2.3 串口通信流程 12
3.2.4 串口通信程序 13
3.2.5 通信实现过程 14
第4章 数据处理 16
4.1通信协议 16
4.1.1 接收数据 16
4.1.2 发送数据 17
4.2 数据校验 17
第5章 显示界面处理 20
5.1数码管 20
5.2 标志灯显示程序 21
5.3 小数点显示程序 22
5.4 显示模块实验成果 22
第6章 按键处理 23
6.1 模块功能 23
6.2 按键处理程序 23
6.3 功能实现过程 24
第7章 结束语 26
致谢 27
参考文献 28
页: [1]
查看完整版本: 基于LabVIEW的虚拟电子秤设计