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

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

自动变速器故障诊断系统初步开发

 本文ID:LWGSW16678 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 自动变速器故障诊断系统初步开发 (收费:11800 积分)  

车辆工程专业毕业论文,论文编号:JX886  论文字数:13812.页数:32

 摘     要
 随着我国汽车保有量的不断攀升、高新技术产品和装置在汽车上被不断引入和普及。自动变速器作为汽车上关键零部件之一,应用范围也在迅速扩大、结构不断改良、功能日趋强大。而汽车维修行业匮乏的高素质人员与之产生的矛盾却日益突出,特别是技师、高级技师层次的技术人员的严重不足。本次设计是根据目前国内的矛盾现状,编辑一款应用程序来辅助技术人员完成维修任务。
 简单说明本次设计程序的主要结构思想和系统工作的方式:在Visual Basic中建立一个工程,命名为“自动变速器诊断系统初步开发”。创建多个窗体作为诊断程序的应用界面,并在其中添加一系列的控件、文本框等。对应的功能键打开之后进行代码的编写,实现他们在诊断程序中查询、上下移动、添加等多种功能。另外要还必须要建立一个数据库,内容为自动变速器的故障现象、产生的原因、对应的诊断方法等资料。最为关键的是数据控件,设计中用它进行与数据库的链接,这样就能从数据库中调用需要的使用的资源。程序完成之后,根据我们实际情况中遇到的故障现象对应查找,从而迅速对其发生的原因有所了解。同时参考给出的解决办法来对变速器进行检查和维修,这样一来就大大缩短了技术人员检查故障的时间。不但大大地提高了维修效率,也降低了发生误查的可能性、免去了一些不必要的维修费用。除了可以辅助技术人员快速有效地对自动变速器进行诊断和维修之外,数据库内的资源能够实现更新、添加等,为以后技术人员的学习提供资料,为自动变速器的结构改进提供技术参考。

关键词:自动变速器  故障诊断  VB编程  Access数据库
 
Abstract
  With China's auto functions of rising, high-tech products and equipment in the bus was constantly introducing and popularization. Automatic transmission as one of the key components, automotive applications are expanded rapidly, the structure and function of increasing continuously improved. And vehicle repair industry and lack of qualified personnel of contradiction is increasingly prominent, especially the technician, senior technician level of technical personnel seriously insufficient. This design is according to the current domestic situation of contradiction, edit one application to assist technical personnel to complete maintenance tasks.
 Simple design procedure explained the main structure and system of the ideological work mode:In the Visual Basic engineering, establish a named "automatic transmission fault diagnosis system preliminary development". Create multiple forms as a diagnostic procedures of
application, and add to it interface text box control series, etc. Corresponding function key open after the compilation and realize their code in diagnosis program query, move, add functions. In addition to also must establish a database and content for the automatic transmission fault phenomena, the causes and corresponding diagnosis method etc. Most of the key data controls, design is used for database links with it, so they could from the database of the use of resources to call. After completion, according to our program in the actual situation of fault phenomena, thus rapidly search for corresponding causes of its occurrence. While the solution to given reference for inspection and maintenance of transmission, thus greatly shorten the technical personnel of the fault time. Check not only greatly improve the maintenance efficiency, also reduced the likelihood, occur from some unnecessary maintenance costs. Besides can assist technical personnel of automatic transmission effectively and rapidly for diagnosis and

maintenance, database resources can be updated, add, reality for the technical personnel to provide information, studying the structure improvement for automatic transmission provides technical reference.
 
Keywords: Automatic transmission; Fault diagnosis; VB Programming;       
 Access Database

目  录
 中文摘要  2
 英文摘要  3
 目录 5
 第一章     绪论 7
 1.1  研究动机与目的  7
 1.2  研究背景 7
 1.3  研究方法与系统描述  8
 1.4  论文內容概述 8 
 第二章     自动变速器的基本介绍 9 
 2.1  自动变速器的发展  9 
 2.2  自动变速器应用 10
 2.3  自动变速器的优点  11
 2.4  自动变速器的结构 11
 2.4.1  液力变矩器 11
 2.4.2  变速齿轮机构 11
 2.4.3  供油系统 12
 2.4.4  自动换挡控制系统 12
 2.5  自动变速器的工作原理 13
  第三章   关于Visual Basic和Microsoft Office Access基础介绍 14
 3.1  Visual Basic介绍 14
 3.1.1   VB的发展情况 14   
 3.1.2  Visual Basic的特点 15
 3.1.3 Visual Basic 6.0新增功能 16
     3.2    Microsoft Office Access介绍 18
 3.2.1  Access发布历史 18
 3.2.2  Access各部件用途 19
 3.2.3  Access的优点 21
 
 第四章   应用程序设计过程简介 23
      4.1  数据库的建立和编辑 23
         4.1.1 创建数据库 23
         4.1.2  编辑数据库 24
 4.2   诊断系统的设计 25
 第五章     结论 31
 参考文献 32
 致谢 33


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

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

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

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