机械加工车间工具管理系统设计[完整版].zip
机械加工车间工具管理系统设计[完整版],包括设计说明书,前期资料,设计图纸等毕业设计中文摘要 本课题要解决的问题:工具管理是制造执行系统所要研究的重要内容之一,特别是对于机械类生产车间,刀具、夹具和量具的管理是否科学,在很大程度上决定了制造执行系统的可靠性与生产效率的高低。因此,需要建立一套适用于机械加工车间的工具管理系统,完成对各类工具的分类、状态查询...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 lihaiyou 发布包括设计说明书,前期资料,设计图纸等
毕业设计中文摘要
本课题要解决的问题:工具管理是制造执行系统所要研究的重要内容之一,特别是对于机械类生产车间,刀具、夹具和量具的管理是否科学,在很大程度上决定了制造执行系统的可靠性与生产效率的高低。因此,需要建立一套适用于机械加工车间的工具管理系统,完成对各类工具的分类、状态查询、出入库、借还、报废、刀具磨耗标示等。
要完成本课题的研究学习,要求掌握机械加工车间常用工具的特点、分类方法、工具管理的流程。同时,也需要能够熟练使用一种面向对象的开发工具,掌握了数据库的相关使用。本系统选用VB作为系统开发软件,因为VB 编程简单易行且易于实现与其它应用程序和系统的嵌套。因本系统涉及数据表较少,所以选用Access数据库来实现。Access数据库是Microsoft公司Office软件的一个组成部分,具有操作方便,控制灵活等优点,非常适用于中小型数据库的开发,设计和管理。
关键词 工具管理 VB Access 机械加工车间
毕业设计外文摘要
Title The desgin of Tool Management System in machining workshop
Abstract
The problem that program will solve: Tool Management is one of the important
problem that to be solved by manufacturing execution system.Especially for the mechanical workshop, the scientific tool management largely determine the reliability of the manufacturing execution system and the level of production efficiency.
Therefore,it need to establish a tool management system suitable for machining shop to
Complete the classification of various tools,status query,the storage,borrow,return,
scrap,tool wear and labeling.
To complete the task of learning required to master a common tool characteristics ,classification,tool management processes in machining shop,also need
To be able to use an object-oriented development tools,master the use of database.
The system selected VB as the development software,because VB programming simple
And it is easy to implement with other applications and system nested. As this system
Involves less data sheet, so we select Access database. Access database is an integral part
of the Microsoft Corporation Office software., as it is easy to operate ,control,flexibility
and other advantages,ideally suited for small and medium database development, design and management.
Key Words tool management VB Access machining workshop
目 次
1 绪论………………………………………………………………………………… 1
2 系统概述…………………………………………………………………………… 4
2.1 系统功能…… ………………………………………………………………………4
2.2 系统预览……………………………………………………………………………5
3系统设计与架构………………………………………………………………………11
3.1 系统设计思想………………………………………………………………………11
3.2 系统结构设计………………………………………………………………………11
4 数据库设计…………………………………………………………………………13
4.1 数据库需求分析……………………………………………………………………13
4.2 数据库概念结构设计………………………………………………………………13
4.3 数据库逻辑结构设计………………………………………………………………19
5 数据库的生成与配置………………………………………………………………26
5.1 建立数据库…………………………………………………………………………26
5.2 设计数据表…………………………………………………………………………27
6 系统设计 ………………………………………………………………………30
6.1 系统欢迎界面设计…………………………………………………………………30
6.2 系统主界面设计……………………………………………………………………31
6.3 员工档案管理模块…………………………………………………………………37
6.4 工具档案管理模块…………………………………………………………………39
6.5 工具借出记录管理模块……………………………………………………………39
6.6工具归还、出库、报废、刀具发往刃磨和刃磨返还记录管理模块……………45
7 工具编码……………………………………………………………………………41
结束语……………………………………………………………………………… 45
致谢………………………………………………………………………………… 46
参考文献…………………………………………………………………………… 47