资源描述:
《人机接口设备—开关类部件的仿真实现—计算机毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)人机接口设备——开关类部件的仿真实现论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:第1页共24页人机接口设备——开关类部件的仿真实现摘要本文先简要介绍了仿真的基本理论,现状及发展前景,然后说明本毕业设计的研究目的和意义。开关类部件的仿真是为了在虚拟的接口实验平台上,以计算机软件模拟实际环境进行科学实验。本设计中主要研究的是机械类开关,包括单刀单掷开关和单刀双掷开关及键盘开关。详细分析了这些开关的机械物理特性,特别是开关在开、合过程中的瞬态响应特点。利用MFC类库和VisualC++提供的高度可视的应用程序开发工具对开关类部件进行模拟
2、仿真设计:首先由虚拟实验平台统一设计的器件基类,派生出对应的开关器件类,通过重载基类中的一些虚函数,仿真实现开关的相应功能特性,包括对输入输出信号的响应及鼠标响应模拟开关动作,不同的执行动作,会使开关有不同的状态,同时也会改变管脚信息。再将器件类封装成DLL模块,以便在实验时,通过特定的接口调用这些器件功能。根据开关的种类将每个种类写成独立的DLL模块。对于单刀单掷开关和单刀双掷开关,经测试,基本达到设计目标,但对于键盘类开关,由于某些技术上和知识上的不足,在本设计中没有成功设计出相应的DLL模块,有待以后改进。最后对设计研究工作进行了总结,指出了研究上的不足及改进方向,说明了在
3、本次设计中的收获。关键词:开关的种类;开关的特点;时间响应;仿真实现第1页共24页Man-machineinterfaceequipment--SwitchpartssimulationrealizationAbstractThethesisintroducedbasictheories,currentsituationanddevelopmentprospectofsimulationbrieflyfirst,thenexplainedresearchpurposeandmeaningofthisgraduationproject.Switchemulationistocarr
4、yonscientificexperimentwithsimulatingtherealenvironmentbycomputersoftware,atthevirtualinterfaceexperimentplatform.Inthethesis,themainresearchtopicismechanicalswitch,includingSPST(SinglePoleSingleThrow),SPDT(SinglePoleDoubleThrow)andkeyboardswitch.Itanalyzedthemechanicalphysicalcharacteristics
5、oftheswitches,especiallythetransientstateinthecourseofholding,shuttingoftheswitch.ExploitingthedevelopingtoolsforhighdegreevisualizedapplicationprovidedbyMFCandVisualC,itsimulatedthedesignofswitch.Atfirst,ithastodesignthebasicdeviceclassbyvirtualexperimentplatform,andderivetherelativeswitchde
6、viceclass.Withderivingsomevirtualfunctionsofbasicclass,therelativefunctioncharacteristicsofswitchcanbesimulated,includingtheresponseofinputandoutputsignal,mouseresponsetoemulatedifferentswitchactivitieswhichproducedifferentswitchstatus,andchangethepininformationsimultaneously.Second,thedevice
7、classispackedintoDLLmoduleforusingthefunctionsofthedevicebyparticularinterfaceinexperiments.Accordingtothetypeofswitch,eachswitchcanbepackedasanindependentDLLmodule.ForSPSTandSPDTswitches,throughtesting,theyreachthedesignobjectbasically.Butfo