论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 电子通信论文
毕业论文标题:

基于Labview的温度分析系统设计

 本文ID:LWGSW66051 字数:16885,页数:45 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载: 

论文编号:TX273  论文字数:16885,页数:45

摘   要
     目前的测温控制和分析系统大都使用传统温度测量仪器.其功能大多都是由硬件或固化的软件来实现,而且只能通过厂家定义、设置,其功能和规格一般都是固定的,用户无法随意改变其结构和功能,因此已不能适应现代化监测系统的要求。随着计算机技术的飞速发展,美国国家仪器公司率先提出了虚拟仪器的概念,彻底打破了传统仪器由厂家定义、用户无法改变的模式,使测控仪器发生了巨大变革。虚拟仪器技术充分利用计算机的强大运算处理功能,突破传统仪器在数据处理、显示、传输、存储等方面的限制,通过交互式图形界面实现系统控制和显示测量数据,并使用框图模块指定各种功能。采用集成电路温度传感器和虚拟仪器方便地构建一个测温系统,且外围电路简单,易于实现,便于系统硬件维护、功能扩展和软件升级。虚拟仪器具有强大的数据处理能力,并且具备多种仪器设备功能于一体,能够从分享用计算机所有资源,实现普通仪器所不能实现的功能。而且拥有良好的人机设计界面,简单易学,设备集成度高,灵活多变。
     单片机温度采集和分析系统成本低廉,结构简单,易用性高,通过与LABVIEW软件结合,变成了一套完善的具备数据采集,数据处理和数据分析,数据存储电子仪器。具备多功能于一体,小型化,功耗低的特点。这里利用LABVIEW8.6简体中文版作为语言开发平台,设计系统软件,并利用计算机串口与下位机串行通讯,实现温度的实时测量与控制。
关键词: 虚拟仪器;数据采集;数据分析;LABVIEW;单片机;串口


 ABSTRACT
     Temperature control and analysis of current systems mostly use the traditional temperature measuring instruments. Most of its functions are cured by the hardware or software to implement, and can only be defined through the factory, set up, its features and specifications are generally fixed, users can not arbitrarily change its structure and function, so can not meet the modern monitoring system requirements. With the rapid development of computer technology, National Instruments pioneered the concept of virtual instrument, completely breaking the traditional instruments defined by the manufacturer, the user can not change the model so that measurement and control equipment has undergone tremendous changes. Full use of the virtual instrument technology computing processing power of computers to break through the traditional instruments in the data processing, display, transmission, storage and other aspects, through an interactive graphical interface to achieve system control and display measurement data, and use a variety of functions specified module block diagram . Using integrated circuit temperature sensor and instrument to easily build a temperature measurement system, and the external circuit is simple and easy to implement, easy system hardware maintenance, extensions, and software upgrades. Virtual instruments are powerful data processing capability, and has a variety of instruments and equipment functions into one, to all the resources from a shared computer, to achieve functionality not possible with ordinary instruments. And with good man-machine interface design, easy to learn, high integration and flexibility.
     MCU temperature acquisition and analysis system cost, simple structure, ease of use high, combined with LABVIEW software into a complete set of available data acquisition, data processing and data analysis, data storage, electronic equipment. With in-one, small, low power consumption. Here the use LABVIEW8.6 Simplified Chinese as the language development platform, system software design and computer serial port and of Serial communication, to achieve real-time temperature measurement and control
 Key words :  virtual instrument; data acquisition; data analysis; LABVIEW; serial port; single chip


目   录
1 系统设计背景 1
1.1 虚拟仪器的定义 1
1.2虚拟仪器概况 1
1.3 目前温度分析系统的现状 2
1.4 开发基于LABVIEW温度分析系统的现实意义 3
1.5 本课题的目标和主要研究内容 3
2系统总体方案设计 5
2.1 课题要求 5
2.2 方案分析与论证 5
2.2.1 测温模块方案 5
2.2.2 数据采集和传输方案 5
2.2.3 LABVIEW读取串口方案 5
3 数据采集系统硬件设计 7
3.1 温度采集模块 7
3.2 单片机模块 8
3.2.1 主要性能参数 9
3.2.2 功能特性 9
3.2.3 单片机最小系统 10
3.2.4引脚功能说明 10
3.3 串口通讯电路 14
3.3.1 串口通讯介绍 14
3.3.2 单片机如何与电脑连接 15
3.3.3 电路原理图 16
4 温度采集系统软件设计 17
4.1 软件实现方案 17
4.2 软件流程图 17
4.2.1主程序流程图: 18
4.2.2采集程序流程图: 18
5 LABVIEW分析系统设计 20
5.1  LABVIEW界面介绍 20
5.2  LABVIEW采集程序设计 20
5.2.1  VISA介绍 20
5.2.2 VISA配置程序设计 21
5.2.3 数据处理实现 22
5.2.4 数据处理程序设计 22
5.3  LABVIEW子VI的设计 23
5.3.1 VI的定义 23
5.3.2 如何制作和调用子VI 23
5.4  系统面板设计 26
5.5  子面板的调用 27
5.5.1 串口温度采集系统界面 27
5.5.2 关于本软件界面 28
5.6  安全管理 28
5.7  程序的打包与发布 30
6 总  结 33
6.1全文工作总结 33
6.2 存在的问题及工作展望 33
致    谢 34
参 考 文 献 35


相关论文
本论文在电子通信论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于HID的人机接口设备的设计及应.. 下一篇:光孤子通信系统的研究
Tags: 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电子通信论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号