便攜式線陣CCD測量開發(fā)平臺的設(shè)計與實(shí)現(xiàn)
本文選題:線陣CCD 切入點(diǎn):便攜 出處:《重慶大學(xué)》2015年碩士論文
【摘要】:隨著科學(xué)技術(shù)的發(fā)展,工業(yè)生產(chǎn)中自動化的設(shè)備在生產(chǎn)過程中逐漸替代了人來進(jìn)行操作,而測量領(lǐng)域也正經(jīng)歷這種變革。在非接觸測量和實(shí)時在線測量領(lǐng)域中CCD的運(yùn)用越來越廣泛,這也要得益于CCD技術(shù)的發(fā)展?v觀目前CCD測量領(lǐng)域還沒有一個通用平臺來進(jìn)行CCD的研究學(xué)習(xí),因此本課題提出了設(shè)計一款便攜式的可進(jìn)行二次開發(fā)的通用型線陣CCD測量開發(fā)平臺。平臺在作為測量儀器使用時要能夠?qū)崿F(xiàn)自動測量、數(shù)據(jù)自動存儲以及處理、LCD顯示等功能,同時具有測量快速、體積小、功耗低、造價低、通用性強(qiáng)等特點(diǎn)。此外平臺還可作為學(xué)習(xí)科研和產(chǎn)品研發(fā)平臺。平臺具體的工作流程是通過線陣CCD進(jìn)行測量并將測量的數(shù)據(jù)傳送給模數(shù)轉(zhuǎn)換器,模數(shù)轉(zhuǎn)換器將CCD采集的模擬信號轉(zhuǎn)換為ARM能夠處理的數(shù)字信號,同時將數(shù)據(jù)保存到SD卡中,ARM將接收到的數(shù)據(jù)通過相應(yīng)的算法進(jìn)行數(shù)據(jù)處理并將結(jié)果輸出到LCD上顯示,與此同時可以通過觸摸屏對整個平臺進(jìn)行操作控制。基于上述對平臺的設(shè)計要求,本課題主要進(jìn)行了兩方面的工作。第一方面是系統(tǒng)硬件設(shè)計。首先是進(jìn)行硬件的總體設(shè)計,然后分成多個模塊進(jìn)行單模塊設(shè)計,主要有電源模塊、采集模塊、模數(shù)轉(zhuǎn)換模塊、數(shù)據(jù)存儲模塊以及顯示模塊。根據(jù)各個模塊要實(shí)現(xiàn)的功能進(jìn)行芯片選型,然后使用Altium Designer繪制電路圖,最后將設(shè)計的電路板焊接上元器件制作平臺的樣機(jī)。第二方面是系統(tǒng)軟件的設(shè)計。首先是底層驅(qū)動的軟件設(shè)計,主要是CCD和A/D驅(qū)動程序。因?yàn)楦鱾型號的CCD的驅(qū)動脈沖時序各不相同,因此要結(jié)合選用的TCD1209D的驅(qū)動時序來進(jìn)行軟件設(shè)計,而A/D得驅(qū)動與CCD的類似。其次是CCD數(shù)據(jù)采集以及數(shù)據(jù)處理程序的設(shè)計,這需要了解CCD的工作過程來進(jìn)行設(shè)計。最后就是進(jìn)行GUI界面開發(fā)的程序設(shè)計,重點(diǎn)是GUI軟件的移植。通過這兩方面的工作,就完成了平臺的軟硬件架構(gòu)的搭建,制作出了樣機(jī)。最后就是結(jié)合軟硬件進(jìn)行系統(tǒng)的調(diào)試工作,經(jīng)過調(diào)試平臺的各個模塊均能正常工作,完成了設(shè)計要求,達(dá)到了設(shè)計目的。
[Abstract]:With the development of science and technology, the automatic equipment in industrial production has gradually replaced man to operate in the production process, and the field of measurement is undergoing this kind of change.CCD is more and more widely used in the field of non-contact measurement and real-time online measurement, which is also due to the development of CCD technology.At present, there is not a general platform for CCD research in the field of CCD measurement. Therefore, a portable and general linear array CCD measurement and development platform can be developed for secondary development is proposed in this paper.When used as a measuring instrument, the platform should be able to realize the functions of automatic measurement, automatic data storage and processing of LCD display. At the same time, it has the characteristics of fast measurement, small volume, low power consumption, low cost, strong versatility and so on.In addition, the platform can also be used as a platform for learning, scientific research and product development.The specific workflow of the platform is to measure the measured data through linear CCD and transmit the measured data to the ADC, which converts the analog signal collected by CCD into the digital signal that can be processed by ARM.At the same time, the data is saved to the SD card and the data received by arm is processed by the corresponding algorithm and the result is output to the LCD. At the same time, the whole platform can be operated and controlled by the touch screen.Based on the above design requirements of the platform, this paper mainly carried out two aspects of work.The first aspect is the hardware design of the system.Firstly, the overall hardware design is carried out, then divided into several modules to carry out a single module design, including power module, acquisition module, analog-to-digital conversion module, data storage module and display module.According to the function of each module, the chip is selected, then the circuit diagram is drawn by using Altium Designer. Finally, the prototype of the platform is made by welding the upper components of the designed circuit board.The second aspect is the system software design.The first is the underlying driver software design, mainly CCD and A / D driver.Because the driving pulse timing of each type of CCD is different, the software design should be combined with the selected TCD1209D driver timing, and the A / D drive has to be similar to that of CCD.Secondly, the design of CCD data acquisition and data processing program, which needs to understand the working process of CCD to design.The last is the GUI interface development program design, the emphasis is on the transplantation of GUI software.Through these two aspects, the hardware and software architecture of the platform is built, and the prototype is made.Finally, the system is debugged by combining software and hardware. After debugging each module of the platform can work normally, complete the design requirements, and achieve the purpose of the design.
【學(xué)位授予單位】:重慶大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2015
【分類號】:TN386.5
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 牛曉;技術(shù)矛盾——創(chuàng)新設(shè)計問題的切入點(diǎn)[J];CAD/CAM與制造業(yè)信息化;2005年07期
2 西喬;;理性的設(shè)計(上)[J];程序員;2010年08期
3 石鑫;;基于過程本體的設(shè)計過程表示研究[J];現(xiàn)代制造工程;2013年08期
4 李天鐸;現(xiàn)代設(shè)計開發(fā)方法:述評[J];管理科學(xué)文摘;1997年04期
5 楊英;程序中產(chǎn)生錯誤的原因[J];管理科學(xué)文摘;1997年04期
6 徐文勝,劉繼紅,張新訪,周濟(jì);認(rèn)知設(shè)計過程研究方法導(dǎo)論[J];機(jī)械科學(xué)與技術(shù);1998年06期
7 劉曉強(qiáng);振興設(shè)計事業(yè)增強(qiáng)競爭能力[J];軟科學(xué);1999年S1期
8 王詠剛;;“設(shè)計模式”電視機(jī)[J];程序員;2003年12期
9 穆榮兵;淺談綠色設(shè)計中的矛盾及解決方法[J];桂林電子工業(yè)學(xué)院學(xué)報;2004年06期
10 孫如軍;;計算機(jī)輔助面向拆卸設(shè)計技術(shù)的研究[J];機(jī)床與液壓;2007年06期
相關(guān)會議論文 前10條
1 李巍;;關(guān)于設(shè)計的思考[A];學(xué)校藝術(shù)教育與素質(zhì)教育論壇文集[C];2004年
2 于宏杰;;設(shè)計的思考[A];2013國際工業(yè)設(shè)計研討會暨第十八屆全國工業(yè)設(shè)計學(xué)術(shù)年會論文集[C];2013年
3 ;國際發(fā)展趨勢[A];北京工業(yè)設(shè)計發(fā)展報告[C];2000年
4 孔凡讓;李川奇;鄭慶和;;設(shè)計與發(fā)明[A];2004“安徽制造業(yè)發(fā)展”博士科技論壇論文集[C];2004年
5 王家民;孫浩章;張娜;;綠色設(shè)計的理論前瞻與實(shí)踐后顧[A];2010中國包裝行業(yè)人力資源發(fā)展戰(zhàn)略高峰論壇論文集[C];2010年
6 張成忠;曹海艷;況成泉;;簡析設(shè)計中的復(fù)古[A];第十一屆全國包裝工程學(xué)術(shù)會議論文集(二)[C];2007年
7 高洋;劉志峰;黃海鴻;張雷;;產(chǎn)品拆卸性能的設(shè)計過程評估[A];2009海峽兩岸機(jī)械科技論壇論文集[C];2009年
8 萬舉勇;劉志峰;劉光復(fù);;綠色設(shè)計與可持續(xù)發(fā)展[A];2004“安徽制造業(yè)發(fā)展”博士科技論壇論文集[C];2004年
9 劉軍;;創(chuàng)意產(chǎn)業(yè)視野下設(shè)計的行為演變[A];節(jié)能環(huán)保 和諧發(fā)展——2007中國科協(xié)年會論文集(二)[C];2007年
10 郭媛媛;孫青;;淺談設(shè)計思維[A];首屆中國高校美術(shù)與設(shè)計論壇論文集(上)[C];2010年
相關(guān)重要報紙文章 前10條
1 寸十;談與“設(shè)計”相關(guān)的幾個概念[N];建筑時報;2003年
2 Sami Nerenberg;設(shè)計的維度[N];21世紀(jì)經(jīng)濟(jì)報道;2011年
3 實(shí)習(xí)記者 全文鑫;年江:設(shè)計,個人思想的延續(xù)[N];中華建筑報;2011年
4 中航工業(yè)制造所 段愛琴 王興華;應(yīng)用六西格瑪設(shè)計究竟改變了什么?[N];中國航空報;2011年
5 王慶林 山東天翔毛紡織有限公司開發(fā)部主任;讓設(shè)計附加值成為企業(yè)“必殺技”[N];中國紡織報;2014年
6 本報記者 蔡萌;中國設(shè)計:暗香涌動[N];中國文化報;2014年
7 于 丹;景觀的過度設(shè)計與適度設(shè)計[N];建筑時報;2006年
8 記者 王光睿;中國工程院院士潘鏡芙:艦船設(shè)計要在實(shí)踐中不斷優(yōu)化[N];中國船舶報;2010年
9 中國聯(lián)合工程公司;“杭州之門”項(xiàng)目的綠色設(shè)計及分析[N];中華建筑報;2013年
10 世博;上海世博會門票設(shè)計師 揭秘鮮為人知的細(xì)節(jié)[N];中國包裝報;2009年
相關(guān)博士學(xué)位論文 前10條
1 于加晴;基于分解的設(shè)計過程重用方法研究[D];北京交通大學(xué);2011年
2 容芷君;基于群體決策的協(xié)同設(shè)計過程研究[D];華中科技大學(xué);2007年
3 崔衛(wèi)華;產(chǎn)品多領(lǐng)域協(xié)同設(shè)計過程的CCM-A建模技術(shù)研究[D];武漢理工大學(xué);2007年
4 羅天洪;網(wǎng)絡(luò)驅(qū)動的協(xié)同設(shè)計幾何模型共享技術(shù)研究[D];重慶大學(xué);2005年
5 周丹;基于設(shè)計元與公理設(shè)計理論的能量優(yōu)化設(shè)計方法研究[D];合肥工業(yè)大學(xué);2012年
6 李保建;協(xié)同設(shè)計中的協(xié)作支持技術(shù)研究[D];中國科學(xué)院研究生院(計算技術(shù)研究所);1999年
7 孟昕;SoC設(shè)計優(yōu)化的域特定語言方法和建模[D];浙江大學(xué);2010年
8 梁艷紅;基于專利挖掘的創(chuàng)新設(shè)計關(guān)鍵技術(shù)研究[D];河北工業(yè)大學(xué);2011年
9 侯鑫;基于本體的設(shè)計重用技術(shù)研究及其在CAFD中的應(yīng)用[D];哈爾濱工業(yè)大學(xué);2010年
10 譚武征;基于知識的概念創(chuàng)新設(shè)計系統(tǒng)關(guān)鍵技術(shù)的研究[D];上海交通大學(xué);2008年
相關(guān)碩士學(xué)位論文 前10條
1 戴義橋;基于嵌入式的脈搏波監(jiān)測系統(tǒng)的研究與設(shè)計[D];上海師范大學(xué);2015年
2 邢譯允;基于交互理論的校園公交站點(diǎn)服務(wù)體系設(shè)計研究[D];山東建筑大學(xué);2015年
3 李聰;情景化設(shè)計在陶瓷香薰器包裝中的應(yīng)用[D];湖南工業(yè)大學(xué);2015年
4 莊先濤;智能變電站虛端子設(shè)計關(guān)鍵技術(shù)的研究與開發(fā)[D];西南交通大學(xué);2015年
5 王小婉;基于墨流工藝的現(xiàn)代設(shè)計實(shí)踐[D];山東工藝美術(shù)學(xué)院;2015年
6 徐國君;光影與展示設(shè)計的意蘊(yùn)營造[D];西安建筑科技大學(xué);2015年
7 李曉琳;智能健康手表的設(shè)計與實(shí)現(xiàn)[D];山東大學(xué);2015年
8 成立濤;基于FPGA的高速PCIe光纖接口卡設(shè)計與實(shí)現(xiàn)[D];哈爾濱工業(yè)大學(xué);2015年
9 王偉;便攜式線陣CCD測量開發(fā)平臺的設(shè)計與實(shí)現(xiàn)[D];重慶大學(xué);2015年
10 申海宏;中石油青海銷售公司成品油二次配送系統(tǒng)設(shè)計與實(shí)現(xiàn)[D];電子科技大學(xué);2015年
,本文編號:1701280
本文鏈接:http://www.sikaile.net/kejilunwen/dianzigongchenglunwen/1701280.html