车间调度系统论文设计.doc
-I-摘要随着加入WTO,市场竞争越来越激烈,对制造企业来说,为了能够在竞争中立于不败,降低成本是不得不面临的问题,而确保生产车间较高的生产能力和效率,是当务之急。此外,有效的调度方法已经成为先进制造技术实践的基础和关键,所以对车间生产调度的研究具有重要的理论和实用价值。车间生产调度管理系统的设计与实现是采用VisualBasic6.0开发的一个数据库管理系统。本文主要讲述了VisualBasic6.0的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、数据字典、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现窗体中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能源代码。本系统具有信息查询、添加、修改、删除,数据存储,作业调度,票据的制表和打印等功能。系统的界面简单易懂,系统功能全面,用户操作方便是本设计的特点。关键词:数据库,管理,调度,信息查询-II-AbstractAlongwithjointheWTO,themarketcompetitionismoreandmorevigorous,tothemanufacturingbusinessenterprise,forthesakeofcanatcompetetheneutralinnotlosing,declinelowcostistheproblemthathavetoface,butinsuretoproducethecarhigherproductionabilityandefficiency,isanurgentmatterofthemoment.Inaddition,adjusteffectivelyonedegreemethodhavealreadybecometheforerunnerthemanufacturingtechniquepracticeoffoundationandkey,sohavetheimportanttheoriesandpracticalvaluestoaresearchthatadjuststhedegree.Thecaradjustsonedegreemanagementsystemisadatabasemanagementsystemthatadopts6.0developmentsoftheVisualBasic.ThistextmainlyrelatedtheVisualBasic6.0ofbasicfunctionandthedesignmethod.Themorrowistotakethissystemasanexample,introducingthedevelopmentonebyoneoriginallythestepofthesystem:Systemanalysis,thesystemdesign,systemrealization,systemmaintenance.Insystemanalyzesuccessivelywiththefunctionstructurediagramthatthedataflowsthediagram,datadictionary,systemanalyzedthesystemneedofvariousdata.Inthedesignofthesystem,emergedeachfunctionmoldpieceofthesystemdetailed.Thedatabaseformandwatchwordsegmentsneed.Designetc.ofthemenu.Intherealizationofthesystem,givecarryoutthewindowbodyto-III-controltheaffairsandthecodeofthepieceinthehomologousfunction.Andthemethodofthemenurealization.Theendofthearticlethengivesthemainfunctionsourcecodeofthissystem.Thissystemhastheinformationsearchandincrease,modify,deletes,thedataissaving,thehomeworkadjuststhedegree,thenotesystemformandprintetc.function.Theinterfaceofthesystemunderstandsinbriefandeasily,thesystemfunctionisoverall,thecustomeroperationtheconvenienceisthecharacteristicsofthisdesign.Keywords:Database,Manage,Dispatch,Theinformationsearch-IV-目录摘要.IABSTRACT.II第1章绪论.11.1项目开发背景.11.2项目开发目的.11.3项目开发的目标.21.4项目提出的意义.31.5系统的开发方法.3第2章可行性研究.42.1研究车间生产调度管理系统.42.2完成新系统的可行性.6第3章系统分析.73.1系统的设计思想.73.2需求分析.73.2.1功能需求.73.3系统的运行环境和开发平台.83.3.1开发工具简介.83.3.2开发环境简介.103.3.3硬件设备及操作系统.103.3.4系统开发平台.113.4数据分析.113.5数据流图.113.6数据字典.12第4章系统设计.144.1系统设计的总体方案.144.2功能模块设计.144.3数据库设计.154.3.1数据库概念结构设计.154.3.2数据库的逻辑结构设计.15第5章车间生产调度管理系统功能实现.30