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

当前位置:论文格式网 -> 毕业论文 -> 电气工程论文
毕业论文标题:

工业生产线综合信息电子看板系统设计

 本文ID:LWGSW11767 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 工业生产线综合信息电子看板系统设计 (收费:11800 积分)  

电气工程论文编号:DQ167   论文字数:20926,页数:48

目录
摘要 I
Abstract II
目录 III
1  引言 1
1.1  背景 1
1.2  研究内容 1
1.3  本文的结构 2
2  系统的总体设计 3
2.1  系统研究的方法和技术路线 3
2.2  系统要求达到的预期目标 3
2.3  系统硬件图 4
2.4  系统的硬件构成 5
2.4.1  数据采集系统 5
2.4.2  数据传输系统 6
2.4.3  数据处理系统 7
2.4.4  数据显示系统 8
2.5  系统的软件构成 9
2.5.1  软件部分 9
2.5.2  系统信息显示方法的工作流程 10
3  上位机设计 11
3.1   C++语言的介绍 11
3.2  Visual C++6.0编程环境的介绍 11
3.3  串口通信的介绍 12
3.3.1  串口信号线的接法 14
3.3.2  电气参数 15
3.4  上位机界面设计 16
3.4.1  MFC程序框架介绍 16
3.4.2  上位机界面图 16
4  上下位机的通信 18
 4.1  PC机和单片机通信的简要介绍 18
 4.2  PC机和单片机通信的自定义协议 18
 4.3  上下位机通讯方式 20
4.3.1  RS232/RS485转换电路设计 20
 4.4  利用MSComm控件实现串口通信功能 22
4.4.1  MSComm控件的介绍 22
4.4.2  MSComm工程设计常用的属性 23
4.4.3  MSComm控件实现串口通信 25
5  下位机设计 29
5.1  处理模块MPS430单片机 29
5.1.1  MPS430单片机的概述 29
5.1.2  MSP430单片机的特点 29
5.1.3  MPS430单片机的外围模块 30
5.2  12864 带字库液晶显示屏 31
5.2.1  12864带字库液晶 31
5.2.1  12864带字库液晶使用注意事项 31
5.3  单片机硬件原理图 32
5.4  单片机的程序设计 33
6  系统的分析 40
6.1  系统总体评价 40
6.2  系统改进方向 40
7  结论 41
致谢 42
参考文献 43

摘要

 本课题研究的是工业生产线综合信息电子看板系统的设计。我们要解决的问题是如何对工业生产线上的各个工位的信息进行获取并在当前工位显示当前信息,对产品产量和生产效率进行跟踪,记录并进行统计,将统计数据传输到PC机上进行综合信息处理。该课题涉及到数据库的编程,单片机的应用,串口通信,液晶显示等模块。
  本系统的设计大致可分为两个部分。第一部分主要是系统的硬件设计,第二部分是系统的软件设计。
 软件设计主要是指上位机的设计。本系统以PC机作为上位机,利用Visual C++ 6.0版本来开发串行通信软件,编写上位机软件及数据库对信息进行综合处理,实现PC机与MCU之间,扫描枪与MCU之间的通信功能。
 硬件设计是指下位机的设计,也就是单片机的设计,本文中使用的单片机型号为MPS430F169。单片机主要负责实现三个功能:扫描枪从各个工位获取来的信息需传递到单片机内实现数据的处理;单片机需将处理后的数据信息送往该工位的LCD显示器显示,使LCD显示器能准确实时的显示当前工位的信息;各个单片机能将处理后的信息传至主机,实现与主机的通信。根据以上三个功能,我们对系统的硬件进行设计。
  最后,我们要对系统进行调试运行,以实现系统预期要达到的目标。使用该电子看板系统设计后,使每个产品的生产耗时都被记录下来并与预设的标准时间做比较。从而可以更好地安排工作的时间段,合理的设定每天的工作量以提高生产效率。

关键词  电子看板;MCU;VC++6.0;串口通信

Abstract

 The research of the subject is the design of e-Kanban system which are used for the line of the industrial production of integrated information. The question we need to address of is how to access the industrial production line of each station's information and display the current yield-information in the current position and do the productivity tracking, recording. Transmit the statistical data to the PC to do the information processing. The issue relates to database programming, microcontroller applications, serial communication and LCD modules.
 The system design can be divided into two parts. The first part is the hardware design, the second part of the system's software design.
 Software design mainly refers to the PC design. In this system, we use Visual C + + 6.0 version to develop the serial communication software and the PC software. At the same time we do the Comprehensive processing of information to realize the communication between PC machine and MCU, the communication between the scanner and MCU.
 Hardware design is the design of next-bit machine, that is, the design of MCU. The microcontroller used in this model MPS430F169. the MCU is responsible to achieve three functions: scanning guns from all station access to the information .This information is required to deliver to the MCU to realize the processing of data; Each MCU must send the processed data to the LCD display to display; the MCU can handle all the information then transmit it to the pc to achieve communication with the pc. Based on the above three functions, we design the system hardware.
 Finally, we have to debug the system, so that we can achieve the expected objective. After using the electronic Kanban system, we can record the consuming time easily and make a comparison with the standard time. So every day you can better organize work time, set a reasonable amount of work to improve productivity.

Key words  E-Kanban system; MCU; VC + +6.0; Serial communication


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

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

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

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