【正文】
o AT89C51 as the core of a data acquisition system, the analog voltage can range from10V ~ +10 V 4channel analog signals in realtime acquisition up to the imum sampling 250Ksps. The data will be collected through the RS232 interface to transfer to the host puter, the host puter is responsible for processing and reality. The entire data acquisition system consists of hardware and software ponents, hardware mainly includes AD7862, 232 and single chip interface design。設(shè)計的結(jié)束部分,對采集到得數(shù)據(jù)的誤差進行了分析。整個數(shù)據(jù)采集系統(tǒng)由硬 件和軟件組成,硬件主要包含 AD786 232 和單片機的接口設(shè)計;軟件主要包含上位機顯示界面設(shè)計和單片機程序設(shè)計。 本文設(shè)計出一種以 AT89C51 為核心的數(shù)據(jù)采集系統(tǒng),可以實現(xiàn)對模擬電壓范圍為 10V~ +10V 的 4 路模擬信號進行實時采集,最高取樣可達 250Ksps。 本人畢業(yè)設(shè)計(論文)與資料若有不實,愿意承擔一切相關(guān)的法律責(zé)任。盡我所知,除文中已經(jīng)注明引用的內(nèi)容外,本論文不包含任何其他個人或集體已經(jīng)公開發(fā)表或撰寫過的研究成果。(畢業(yè)論文 )基于單片機的多路實時數(shù)據(jù)采集系統(tǒng)設(shè)計 分類號 單位代碼 密 級 學(xué) 號 ―― 學(xué)生畢業(yè)設(shè)計(論文) 題 目 基于單片機的多路 實時數(shù)據(jù)采集系統(tǒng)設(shè)計 作 者 院 系 專 業(yè) 指導(dǎo)教師 答辯日期 201 年 5 月 27 日 畢業(yè)設(shè)計(論文)誠信責(zé)任書 本人鄭重聲明:所呈交的畢業(yè)設(shè)計(論文),是本人在導(dǎo)師的指導(dǎo)下獨立進行研究所取得的成果。畢業(yè)設(shè)計(論文)中凡引用他人已經(jīng)發(fā)表或未發(fā)表的成果、數(shù)據(jù)、觀點等,均已明確注明出處。對本文的研究做出重要貢獻的個人和集體,均已在文中以明確方式標明。 論文作者簽名 : 年 月 日 摘 要 數(shù)據(jù)采集系統(tǒng)是模擬領(lǐng)域與數(shù)字領(lǐng)域之間必不可少的紐帶,在自動控制、電氣測量、航空航天等工程實際中有著極為廣泛的應(yīng)用。將采集的數(shù)據(jù)通過 RS232 接口傳輸?shù)缴衔粰C,由上位機負責(zé)處理和實現(xiàn)。硬件設(shè)計部分采用 Protel 設(shè)計軟件,包含原理圖的設(shè)計和 PCB 圖設(shè)計;下位機采用單片機編譯軟件 Keil uVision2 編寫 C 語言程序;上位機采用 VC++編寫顯示界面。 實驗證明,將單片機與 AD7862 相結(jié)合,是進行多路數(shù)據(jù)采集、處理與傳輸?shù)睦硐虢鉀Q方案。 software consists mainly of PC display interface design and microcontroller programming. Part of hardware design using Protel design software, including schematic design and PCB design plans。 on the puter using VC + + written display. The end part of the paper, the collected data error was analyzed. Experiments show that the bination of the microcontroller and the AD7862 is the multichannel data acquisition, processing and transmission of the ideal solution. Keyword: data acquisition; MCU; AD7862; RS232 目 錄 摘 要 I ABSTRACT II 1 緒 論 1 論文研究背景及其意義 1 國內(nèi)外的研究現(xiàn)狀 2 本課題的主要技術(shù)指標 3 2 系統(tǒng)方案論證 5 數(shù)據(jù)采集系統(tǒng)主要結(jié)構(gòu) 5 系統(tǒng)硬件器材的選型 6 A/D 模數(shù)轉(zhuǎn)換器的選擇 6 單片機的選擇 6 串行口的選擇 6 3 硬件介紹及系統(tǒng)硬件設(shè)計 7 AD7862 簡介 7 單片機簡介 8 單片機的概述 8 AT89C52 簡介 9 系統(tǒng)硬件設(shè)計 10 單片機最小系統(tǒng)設(shè)計 10 主電路設(shè)計 11 RS232 接口電路設(shè)計 12 4 軟件程序設(shè)計 15 單片機程序設(shè)計 15 上位機程序設(shè)計 16 5 調(diào)試及誤差分析 19 調(diào)試 19 硬件調(diào)試 19 軟