數(shù)字式電壓表設(shè)計(jì).doc
約48頁DOC格式手機(jī)打開展開
數(shù)字式電壓表設(shè)計(jì),2.6萬字48頁有設(shè)計(jì)圖 程序摘要本文將介紹一種以單片機(jī)為核心的電壓測量儀表,它能夠測量電壓量,能夠自動(dòng)進(jìn)行量程選擇,并且測量結(jié)果能夠通過數(shù)碼管顯示,從而具有一定的智能性。本文將就這一系統(tǒng)的硬件電路部分和軟件程序部分分別作以介紹。在硬件部分,本文就系統(tǒng)的各個(gè)組成模塊的原理作了詳細(xì)的介紹。另外,在每一模塊電路中都對元器件...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/4242.gif)
內(nèi)容介紹
此文檔由會員 beijing2008 發(fā)布
2.6萬字 48頁 有設(shè)計(jì)圖 程序
摘 要
本文將介紹一種以單片機(jī)為核心的電壓測量儀表,它能夠測量電壓量,能夠自動(dòng)進(jìn)行量程選擇,并且測量結(jié)果能夠通過數(shù)碼管顯示,從而具有一定的智能性。本文將就這一系統(tǒng)的硬件電路部分和軟件程序部分分別作以介紹。在硬件部分,本文就系統(tǒng)的各個(gè)組成模塊的原理作了詳細(xì)的介紹。另外,在每一模塊電路中都對元器件的選擇作了簡單的介紹,其中包括有關(guān)數(shù)值的計(jì)算和分析。在軟件部分,詳細(xì)闡述了各個(gè)模塊電路的軟件設(shè)計(jì)方法和設(shè)計(jì)中的細(xì)節(jié)。
本設(shè)計(jì)主要研究的是以AT89C51單片機(jī)為核心的電壓測量系統(tǒng),該系統(tǒng)能夠在單片機(jī)的控制下完成對電壓信號采集,能夠根據(jù)采樣值進(jìn)行量程自動(dòng)轉(zhuǎn)換,并且測量結(jié)果可通過四個(gè)數(shù)碼管顯示出來。
關(guān)鍵詞: AT89C51單片機(jī);數(shù)字電壓表;模塊化
Design of the digital voltmeter based on the MCU
Abstract
This paper introduces an achievement of a voltage measure system based on the AT89C51 MCU. This system can accomplish the signal sampling of voltage, and change range automatically according to the signal sampled. The result can be displayed through numeral rube of four places.
In this design, the hardware circuit and software programming are both realized at the judge of hardware circuit and imitation of software program. This system can fulfill the function of measure and displaying under the demanded conditions.
Over the designing of the whole system, the method of modularity is used.
Key words: AT89C51 MCU; Digital Voltmeter; Modularity
緒論
第一篇 硬件部分的設(shè)計(jì)
一.主要功能
二.內(nèi)部結(jié)構(gòu)框圖
三.外部引腳說明
4.2 單片機(jī)在系統(tǒng)中的應(yīng)用
5. 顯示部分的設(shè)計(jì)
5.1鍵盤顯示8279芯片
5.2 8279的組成和基本工作原理
5.3 8279引腳及功能
5.4 8279的工作方式及命令字格式
第二篇 軟件系統(tǒng)的設(shè)計(jì)
1. MCS-51單片機(jī)匯編語言
2. 主程序的設(shè)計(jì)
3. 子程序的設(shè)計(jì)
3.3 超量程處理
4. 系統(tǒng)程序清單
設(shè)計(jì)總結(jié)
參考文獻(xiàn)
摘 要
本文將介紹一種以單片機(jī)為核心的電壓測量儀表,它能夠測量電壓量,能夠自動(dòng)進(jìn)行量程選擇,并且測量結(jié)果能夠通過數(shù)碼管顯示,從而具有一定的智能性。本文將就這一系統(tǒng)的硬件電路部分和軟件程序部分分別作以介紹。在硬件部分,本文就系統(tǒng)的各個(gè)組成模塊的原理作了詳細(xì)的介紹。另外,在每一模塊電路中都對元器件的選擇作了簡單的介紹,其中包括有關(guān)數(shù)值的計(jì)算和分析。在軟件部分,詳細(xì)闡述了各個(gè)模塊電路的軟件設(shè)計(jì)方法和設(shè)計(jì)中的細(xì)節(jié)。
本設(shè)計(jì)主要研究的是以AT89C51單片機(jī)為核心的電壓測量系統(tǒng),該系統(tǒng)能夠在單片機(jī)的控制下完成對電壓信號采集,能夠根據(jù)采樣值進(jìn)行量程自動(dòng)轉(zhuǎn)換,并且測量結(jié)果可通過四個(gè)數(shù)碼管顯示出來。
關(guān)鍵詞: AT89C51單片機(jī);數(shù)字電壓表;模塊化
Design of the digital voltmeter based on the MCU
Abstract
This paper introduces an achievement of a voltage measure system based on the AT89C51 MCU. This system can accomplish the signal sampling of voltage, and change range automatically according to the signal sampled. The result can be displayed through numeral rube of four places.
In this design, the hardware circuit and software programming are both realized at the judge of hardware circuit and imitation of software program. This system can fulfill the function of measure and displaying under the demanded conditions.
Over the designing of the whole system, the method of modularity is used.
Key words: AT89C51 MCU; Digital Voltmeter; Modularity
緒論
第一篇 硬件部分的設(shè)計(jì)
一.主要功能
二.內(nèi)部結(jié)構(gòu)框圖
三.外部引腳說明
4.2 單片機(jī)在系統(tǒng)中的應(yīng)用
5. 顯示部分的設(shè)計(jì)
5.1鍵盤顯示8279芯片
5.2 8279的組成和基本工作原理
5.3 8279引腳及功能
5.4 8279的工作方式及命令字格式
第二篇 軟件系統(tǒng)的設(shè)計(jì)
1. MCS-51單片機(jī)匯編語言
2. 主程序的設(shè)計(jì)
3. 子程序的設(shè)計(jì)
3.3 超量程處理
4. 系統(tǒng)程序清單
設(shè)計(jì)總結(jié)
參考文獻(xiàn)
TA們正在看...
- 我國飯店公共關(guān)系營銷問題剖析和解決措施.doc
- 企業(yè)人才流失的原因及對策探析.doc
- 8253定時(shí)計(jì)數(shù)器(發(fā)聲系統(tǒng)和音樂程序設(shè)計(jì)).doc
- 實(shí)時(shí)時(shí)鐘設(shè)計(jì).doc
- 虛擬儀器設(shè)計(jì)-信號數(shù)據(jù)的下載、讀取與顯示.doc
- 公務(wù)員考核制度發(fā)展研究.doc
- 高校后勤部門管理育人和服務(wù)育人工作淺談.doc
- 中鐵集團(tuán)資金管理存在的問題及分析.doc
- internet技術(shù)教程.rar
- 微機(jī)原理教程.rar