智能去電控制器的設計.rar
智能去電控制器的設計,3萬字 53頁摘 要隨著辦公自動化的發(fā)展,越來越多的公司選擇了組建本公司的局域網(wǎng)電話系統(tǒng),從而達到提高公司整體工作效率和節(jié)約通信費用的目的。這種電話系統(tǒng)一般有一臺總機和若干臺分機組成,主機有一個固定的公用電話號碼,若干分機各有自己的局域網(wǎng)號碼,當其他公司或單位的電話打進本公司時,首先是主機接到來電號...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 xiaowei 發(fā)布
智能去電控制器的設計
3萬字 53頁
摘 要
隨著辦公自動化的發(fā)展,越來越多的公司選擇了組建本公司的局域網(wǎng)電話系統(tǒng),從而達到提高公司整體工作效率和節(jié)約通信費用的目的。這種電話系統(tǒng)一般有一臺總機和若干臺分機組成,主機有一個固定的公用電話號碼,若干分機各有自己的局域網(wǎng)號碼,當其他公司或單位的電話打進本公司時,首先是主機接到來電號碼,主機判斷來電是打給公司哪個部門的,完成判斷后就將來電轉到相應的部門,來電呼叫處理完畢。對于打進公司的電話,由于不是公司支付通信費用,一般單位對此無限制,當公司內(nèi)部需要打出電話時,由于通信費用完全是公司自己支付,為了避免公司的員工把公司的電話私用,就必須對去電進行區(qū)分和權限限制,可以通過設置黑名單或者白名單控制某個電話的能夠打出或者禁止。本項目主要是單片機控制去電電話,即根據(jù)主叫所拔的號碼,通過檢測存儲器預設的黑名單或者白名單控制某個電話的能夠打出或者禁止,或者控制某一局向號,來確定能否打出。該系統(tǒng)采用了單片機AT89C51作為CPU,它是系統(tǒng)的控制核心。系統(tǒng)同時利用74LS373緩沖器、74LS138譯碼器、7404反相器、DAC0832 D/A轉換器完成對黑白名單的區(qū)分和限制。系統(tǒng)的軟件采用匯編語言編寫,主要由主程序、去電信號產(chǎn)生子程序、黑白名單區(qū)分子程序、D/A轉換及去電輸出子程序組成。在完成硬件設計和軟件編制后,對系統(tǒng)進行了聯(lián)機仿真調(diào)試,系統(tǒng)的正常運行驗證了設計的正確性。最后,用Protel 99SE繪制了電路原理圖。
關鍵詞 智能電話; 單片機; 去電控制
Abstract
With the development of office automation, more and more companies build up the local area calling network of itself, in order to increase efficiency and decrease the communication cost. This calling system is generally composed of a master telephone and several extension telephone numbers. The master telephone has a fixed number, and the several extension telephones have their own numbers in the network. When the outside phone dials, the master telephone firstly receive the call and decide the department which the call is to, then the call is transferred to the department. Because the outside call is not pay by the company, the company need not limit the call. When the workers of the company call the outside, the communication cost is pay by the company. In order to limit the workers using company phone to call the not relative numbers, the company should set limits of authority to discriminate the white numbers from the white numbers. This project mainly use the microcontroller to control the inside call which is to the outside. The microcontroller discriminate the white numbers from the black numbers . AT89C51 is CPU of this system, and it is core of this system. This system uses 74LS373, 74LS138, 7404, DAC0832 to discriminate the white numbers from the black numbers. Software of this system is programmed by assembler language and it is mainly composed by main program, subprogram of generation of the inside phone number , subprogram of discriminating the white numbers from the black numbers, subprogram of digital to analog converting and outputting of the phone number. After designing hardware of the system and programming the software......
目 錄
摘 要 I
Abstract II
第1章 緒 論 1
1.1 課題背景 1
1.2 課題來源 2
1.3 本論文的工作和特點 2
1.4 本章小結 3
第2章 MCS-51單片機的結構 4
2.1 控制器 4
2.1.1 程序計數(shù)器 4
2.1.2 指令控制邏輯電路 5
2.2 存儲器的結構 5
2.3 并行I/O口 7
2.4 時鐘電路與時序 8
2.5 單片機的中斷 9
2.6 單片機的工作方式 12
2.7 單片機的性能特點 15
2.8 單片機的應用領域 16
2.9 本章小結 17
第3章 電路的硬件設計 18
3.1 總體方案設計 18
3.1.1 系統(tǒng)總體框圖 18
3.1.2 去電信號的產(chǎn)生 18
3.2 復位電路 19
3.3 時鐘電路 20
3.4 按鍵電路 21
3.5 模數(shù)轉換及去電輸出電路 22
3.6 本章小結 23
第4章 電路的軟件設計 24
4.1 軟件程序內(nèi)容 24
4.2 軟件總體流程圖 25
4.3 去電信號產(chǎn)生子程序 26
4.4 黑白名單區(qū)分子程序 27
4.5 模數(shù)轉換及去電輸出子程序 28
4.6 本章小結 29
第5章 電路調(diào)試與仿真 30
5.1 硬件焊接 30
5.2 調(diào)試 30
5.2.1 硬件調(diào)試方法 31
5.2.2 軟件調(diào)試方法 32
5.3 仿真中出現(xiàn)的問題及解決辦法 32
5.3 本章小結 33
結 論 34
參考文獻 35
附錄 36
致謝 45
畢業(yè)設計(論文)評審意見表 46
附錄
DATE EQU 45H
PL EQU 46H
PH EQU 47H
LPL EQU 48H ; 黑電信號下限低八位
LPH EQU 49H ; 黑電信號下限高八位
HPL EQU 4AH ; 白電信號上限低八位
HPH EQU 4BH ; 白電信號上限高八位
ORG 0000H
AJMP MAIN
ORG 001BH ;定時器1中斷入口地址
AJMP IT1P
......
3萬字 53頁
摘 要
隨著辦公自動化的發(fā)展,越來越多的公司選擇了組建本公司的局域網(wǎng)電話系統(tǒng),從而達到提高公司整體工作效率和節(jié)約通信費用的目的。這種電話系統(tǒng)一般有一臺總機和若干臺分機組成,主機有一個固定的公用電話號碼,若干分機各有自己的局域網(wǎng)號碼,當其他公司或單位的電話打進本公司時,首先是主機接到來電號碼,主機判斷來電是打給公司哪個部門的,完成判斷后就將來電轉到相應的部門,來電呼叫處理完畢。對于打進公司的電話,由于不是公司支付通信費用,一般單位對此無限制,當公司內(nèi)部需要打出電話時,由于通信費用完全是公司自己支付,為了避免公司的員工把公司的電話私用,就必須對去電進行區(qū)分和權限限制,可以通過設置黑名單或者白名單控制某個電話的能夠打出或者禁止。本項目主要是單片機控制去電電話,即根據(jù)主叫所拔的號碼,通過檢測存儲器預設的黑名單或者白名單控制某個電話的能夠打出或者禁止,或者控制某一局向號,來確定能否打出。該系統(tǒng)采用了單片機AT89C51作為CPU,它是系統(tǒng)的控制核心。系統(tǒng)同時利用74LS373緩沖器、74LS138譯碼器、7404反相器、DAC0832 D/A轉換器完成對黑白名單的區(qū)分和限制。系統(tǒng)的軟件采用匯編語言編寫,主要由主程序、去電信號產(chǎn)生子程序、黑白名單區(qū)分子程序、D/A轉換及去電輸出子程序組成。在完成硬件設計和軟件編制后,對系統(tǒng)進行了聯(lián)機仿真調(diào)試,系統(tǒng)的正常運行驗證了設計的正確性。最后,用Protel 99SE繪制了電路原理圖。
關鍵詞 智能電話; 單片機; 去電控制
Abstract
With the development of office automation, more and more companies build up the local area calling network of itself, in order to increase efficiency and decrease the communication cost. This calling system is generally composed of a master telephone and several extension telephone numbers. The master telephone has a fixed number, and the several extension telephones have their own numbers in the network. When the outside phone dials, the master telephone firstly receive the call and decide the department which the call is to, then the call is transferred to the department. Because the outside call is not pay by the company, the company need not limit the call. When the workers of the company call the outside, the communication cost is pay by the company. In order to limit the workers using company phone to call the not relative numbers, the company should set limits of authority to discriminate the white numbers from the white numbers. This project mainly use the microcontroller to control the inside call which is to the outside. The microcontroller discriminate the white numbers from the black numbers . AT89C51 is CPU of this system, and it is core of this system. This system uses 74LS373, 74LS138, 7404, DAC0832 to discriminate the white numbers from the black numbers. Software of this system is programmed by assembler language and it is mainly composed by main program, subprogram of generation of the inside phone number , subprogram of discriminating the white numbers from the black numbers, subprogram of digital to analog converting and outputting of the phone number. After designing hardware of the system and programming the software......
目 錄
摘 要 I
Abstract II
第1章 緒 論 1
1.1 課題背景 1
1.2 課題來源 2
1.3 本論文的工作和特點 2
1.4 本章小結 3
第2章 MCS-51單片機的結構 4
2.1 控制器 4
2.1.1 程序計數(shù)器 4
2.1.2 指令控制邏輯電路 5
2.2 存儲器的結構 5
2.3 并行I/O口 7
2.4 時鐘電路與時序 8
2.5 單片機的中斷 9
2.6 單片機的工作方式 12
2.7 單片機的性能特點 15
2.8 單片機的應用領域 16
2.9 本章小結 17
第3章 電路的硬件設計 18
3.1 總體方案設計 18
3.1.1 系統(tǒng)總體框圖 18
3.1.2 去電信號的產(chǎn)生 18
3.2 復位電路 19
3.3 時鐘電路 20
3.4 按鍵電路 21
3.5 模數(shù)轉換及去電輸出電路 22
3.6 本章小結 23
第4章 電路的軟件設計 24
4.1 軟件程序內(nèi)容 24
4.2 軟件總體流程圖 25
4.3 去電信號產(chǎn)生子程序 26
4.4 黑白名單區(qū)分子程序 27
4.5 模數(shù)轉換及去電輸出子程序 28
4.6 本章小結 29
第5章 電路調(diào)試與仿真 30
5.1 硬件焊接 30
5.2 調(diào)試 30
5.2.1 硬件調(diào)試方法 31
5.2.2 軟件調(diào)試方法 32
5.3 仿真中出現(xiàn)的問題及解決辦法 32
5.3 本章小結 33
結 論 34
參考文獻 35
附錄 36
致謝 45
畢業(yè)設計(論文)評審意見表 46
附錄
DATE EQU 45H
PL EQU 46H
PH EQU 47H
LPL EQU 48H ; 黑電信號下限低八位
LPH EQU 49H ; 黑電信號下限高八位
HPL EQU 4AH ; 白電信號上限低八位
HPH EQU 4BH ; 白電信號上限高八位
ORG 0000H
AJMP MAIN
ORG 001BH ;定時器1中斷入口地址
AJMP IT1P
......