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

当前位置:论文格式网 -> 毕业论文 -> 测控专业论文
毕业论文标题:

基于LabVIEW的直流电机控制系统设计

 本文ID:LWGSW6920 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于LabVIEW的直流电机控制系统设计 (收费:14800 积分)  

测控论文编号:CK078   论文字数:15841,页数:37 
目 录
摘要……………………………………………………………………………………………. I
ABSTRACT…………………………………………………………………………………. II
1 绪论…………………………………………………………………………………………..1
   1.1 研究的背景与意义 ……………………………………………………………………1
   1.2 研究的主要内容 ………………………………………………………………………2
2 虚拟仪器技术………………………………………………………………………………3
2.1 虚拟仪器概述 …………………………………………………………………………3
2.2 虚拟仪器的组成 ….…….…………………………………………………………….3
 2.2.1 虚拟仪器的硬件平台……….………………………………………………… 3
 2.2.2 虚拟仪器的软件系统…….….…………………………………………………4
   2.3 虚拟仪器的发展现状……………………………………………………………. . .….5
3  LabVIEW软件开发平台…………………………………………………………...…6
 3.1  Labview软件概述……………………………………………………………………6
 3.2  Labview软件的特点…………………………………………………………………6
    3.3  Labview应用程序的构成……………………………………………………………7
  3.3.1  前面板 ………………………………………………………………………..7
  3.3.2  流程图…………………………………………………………………………7
  3.3.3  图标/连接器……………………………………………………………………8
 3.4  Labview的操作模板 …………………………………………………………………8
     3.4.1 工具模板 …………………… ………………………… ………………………8
     3.4.2 控制模块 ……………………………………………… ………………………9
     3.4.3 功能模块 ………………………………………………………………………10
 3.5  Labview设计虚拟仪器的方法………………………………………………………10
4  系统硬件电路设计…………………………………………………………………….. 12
 4.1  系统硬件总体结构 …………………………………………………………………12
 4.2  串口通信电路 ………………………………………………………………………12
4.3  单片机电路 …………………………………………………………………………14
 4.4  直流电机驱动电路…………………………………………………………………16
    4.5  系统电源设计………………………………………………………………………19
5  系统软件程序设计………………………………………………………………. . .…20
 5.1  串口通信程序 ……………………………………………………………………20
 5.1.1  串口通信协议 ……………………………………………………………20
  5.1.2  单片机程序 ………………………………………………………………21
 5.2  LabVIEW控制程序…………………………………………………………………22
 5.2.1  前面板输入控制信号……………………………………………………..22
 5.2.2  LabVIEW的框图程序设计 ……………………………………………….22
6  系统的调试及功能实现……………………………………………………………...26
 6.1  硬件电路检查 …………………………………………………………………… 26
 6.2  LabVIEW控制调试……………………………………………………………… 27
7  总结 ……………………………………………………………………………………. 29
致谢…………………………………………………………………………………………...30
 附录Ⅰ 系统总原理图
 附录Ⅱ  实物图


摘  要
 随着现代电子测量和仪器技术的飞速发展,虚拟仪器技术作为仪器技术和计算机技术完美结合的产物,被越来越广泛的应用在控制和检测方面。本次设计主要是通过虚拟仪器编程语言LabVIEW作为软件平台,实现一个基于虚拟仪器的直流电机控制系统,包括硬件设计和软件编程。整个系统分为上位机和下位机两部分,上位机LabVIEW程序通过计算机串口发送控制信号;STC89C52RC单片机接收上位机信号后,控制电机的启动、停止、正转、反转等动作。硬件电路主要包括串口通讯电路和直流电机控制电路。串口电路主要通过MAX232芯片和单片机STC9C52RC芯片连接实现。电机控制电路主要通过单片机连接电机驱动电路实现。系统的软件设计包括LabVIEW编程和单片机编程两部分。设计中首先采用了asm51汇编语言编写单片机源程序,检验硬件电路。然后运用C51高级语言编写串口通讯程序,实现PC机与单片机的通信。最后,用到LabVIEW里的VISA函数编写电机控制程序。虚拟仪器LabVIEW在本次设计中体现出它界面直观,分析多样,处理快速等优势。它不仅可以成为有关电机研究方面的基本工具,而且会在电力、自动控制等系统中有特殊的用处。

 关键词:  LabVIEW,单片机,串口通信, 直流电机

Abstract
    With the rapid development of modern electrical testing and instrumental technology,The technology of virtual instruments is widely used in control and inspectionl. It is a perfect product of Instrument and Computer technology. This design mainly achieve a DC motor control system based on virtual instruments,including the hardware design and the software programming. As a software platform., the programming language LabVIEW of the virtual instrument is the main software of this design. The entire system consists of two parts are the upper and lower machines.The LabVIEW program of the upper machine sends the control signals through the computer serial port.After the STC89C52RC microcontroller receiving the signals of the host computer, this system control the DC motor start-up , stopping, positive rotation, reverse rotation, and other actions. The hardware circuit is composed by the serial communication circuit and the DC motor control circuit. The serial communication circuit is achieved by MAX232 chip connecting with the microcomputer  STC89C52RC chip. The motor control circuit is achieved by the SCM connecting with the Motor driving circuit The design of the system software includes two parts ,the LabVIEW programming and the microcontroller programming. At first, the asm51 assembly language is adopted in the SCM source programming for detecting the hardware circuit. Then , the C51 advanced language is used to writing the serial communication program for achieving the communication between the PC and the MCU. Finally, using the VISA function of the LabVIEW programming to control the DC motor.In this design, the Virtual Instruments LabVIEW reflects some advantages,such as interface intuitive, a variety of analysis,fast processing. It not only can become the basic tool of researching about motor, but also has special premises in electricity and automation system.
  Keywords:LabVIEW,Microcontroller,serial communication,DC motors


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

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

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供测控专业论文毕业论文格式,论文格式范文,毕业论文范文

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