資源描述:
《人機(jī)接口設(shè)備—開關(guān)類部件的仿真實現(xiàn)—計算機(jī)畢業(yè)設(shè)計(論文)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、畢業(yè)設(shè)計(論文)人機(jī)接口設(shè)備——開關(guān)類部件的仿真實現(xiàn)論文作者姓名:申請學(xué)位專業(yè):申請學(xué)位類別:指導(dǎo)教師姓名(職稱):論文提交日期:第1頁共24頁人機(jī)接口設(shè)備——開關(guān)類部件的仿真實現(xiàn)摘要本文先簡要介紹了仿真的基本理論,現(xiàn)狀及發(fā)展前景,然后說明本畢業(yè)設(shè)計的研究目的和意義。開關(guān)類部件的仿真是為了在虛擬的接口實驗平臺上,以計算機(jī)軟件模擬實際環(huán)境進(jìn)行科學(xué)實驗。本設(shè)計中主要研究的是機(jī)械類開關(guān),包括單刀單擲開關(guān)和單刀雙擲開關(guān)及鍵盤開關(guān)。詳細(xì)分析了這些開關(guān)的機(jī)械物理特性,特別是開關(guān)在開、合過程中的瞬態(tài)響應(yīng)特點。利用MFC類庫和VisualC++提供的高度可視的應(yīng)用程序開發(fā)工具對開關(guān)類部件進(jìn)行模擬
2、仿真設(shè)計:首先由虛擬實驗平臺統(tǒng)一設(shè)計的器件基類,派生出對應(yīng)的開關(guān)器件類,通過重載基類中的一些虛函數(shù),仿真實現(xiàn)開關(guān)的相應(yīng)功能特性,包括對輸入輸出信號的響應(yīng)及鼠標(biāo)響應(yīng)模擬開關(guān)動作,不同的執(zhí)行動作,會使開關(guān)有不同的狀態(tài),同時也會改變管腳信息。再將器件類封裝成DLL模塊,以便在實驗時,通過特定的接口調(diào)用這些器件功能。根據(jù)開關(guān)的種類將每個種類寫成獨立的DLL模塊。對于單刀單擲開關(guān)和單刀雙擲開關(guān),經(jīng)測試,基本達(dá)到設(shè)計目標(biāo),但對于鍵盤類開關(guān),由于某些技術(shù)上和知識上的不足,在本設(shè)計中沒有成功設(shè)計出相應(yīng)的DLL模塊,有待以后改進(jìn)。最后對設(shè)計研究工作進(jìn)行了總結(jié),指出了研究上的不足及改進(jìn)方向,說明了在
3、本次設(shè)計中的收獲。關(guān)鍵詞:開關(guān)的種類;開關(guān)的特點;時間響應(yīng);仿真實現(xiàn)第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