国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

畢業(yè)論文 南寧電視臺嘉賓滅燈系統(tǒng)的設計.doc

約48頁DOC格式手機打開展開

畢業(yè)論文 南寧電視臺嘉賓滅燈系統(tǒng)的設計,摘 要“南寧電視臺嘉賓滅燈系統(tǒng)”題目來自于南寧電視臺項目部,其參照目標為江蘇衛(wèi)視“非誠勿擾”節(jié)目的女嘉賓滅燈控制系統(tǒng),但在其中提出了更高的要求:同時實現(xiàn)50位以上女嘉賓現(xiàn)場參與節(jié)目(江蘇衛(wèi)視為24位)。受控燈盞數(shù)量的增加使得在通常的控制系統(tǒng)中面臨如下幾大難點:1、整體通信控制距離大大加長;2、整體通信系統(tǒng)負載過大;3、...
編號:40-202502大小:4.50M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 ljjwl8321 發(fā)布

摘 要
“南寧電視臺嘉賓滅燈系統(tǒng)”題目來自于南寧電視臺項目部,其參照目標為江蘇衛(wèi)視“非誠勿擾”節(jié)目的女嘉賓滅燈控制系統(tǒng),但在其中提出了更高的要求:同時實現(xiàn)50位以上女嘉賓現(xiàn)場參與節(jié)目(江蘇衛(wèi)視為24位)。受控燈盞數(shù)量的增加使得在通常的控制系統(tǒng)中面臨如下幾大難點:
1、整體通信控制距離大大加長;
2、整體通信系統(tǒng)負載過大;
3、受控終端數(shù)量較大且需實現(xiàn)可調(diào)。
針對這幾個問題,本設計擬使用RS485通信方式、可選5-15V通信電壓、從機自身硬件設置地址的方式解決此類矛盾。初步預定本系統(tǒng)可使最多255個終端工作點分布在一條長達2Km以上的總線上同時工作。
宏觀上講,本系統(tǒng)采用MCS-51內(nèi)核的STC12C5A60S2和STC89C52RC兩款單片機分別作為本系統(tǒng)的主機和從機核心處理芯片,構成一個由下位主機控制流程執(zhí)行、下位從機負責終端執(zhí)行、上位機負責初始參數(shù)配置啟動指令下達和滅燈結果輸出顯示等功能的復合型多機通信協(xié)同處理工作系統(tǒng)。
本文將在江蘇衛(wèi)視“非誠勿擾”滅燈控制系統(tǒng)中已實現(xiàn)的功能之上,針對新項目涉及的以上幾大難點,從一個在校大學生的角度、嚴格按照工程開發(fā)實踐要求、詳細探討實際項目的開發(fā)流程及其關鍵技術資料的錄入,為以后的在校大學生師弟師妹們實際工程項目的開發(fā)奠定一些薄弱的實際項目開發(fā)基礎。

關鍵詞:單片機 上、下位機 串行通信 RS485通信


Abstract
The title of "guests’ lighting-off system in Nanning TV " derives from the project department of Nanning TV Station, which refers to the female guests’ lighting-off system in a program of “If You Are the One” in Jiangsu Satellite TV. However, this thesis puts forward a higher requirement: making 50 or more female guests on-site participation in the program (there are 24 women on-set at present in Jiangsu Satellite TV). The increase in the number of controlled lights may cause several problems if it is under the usual system.
1, the overall communication control gap is much longer;
2, the overall communication system load will be too large;
3, the number of controlled terminals will increase and adjustability is required.
As to these questions, this design will employ the RS485 communication, 5 ~ 15V voltage and its own hardware address set to resolve such conflicts. Initially, this system is scheduled to utilize 255 terminal points distributed in a more then 2Km bus and make them work simultaneously.
From the macro perspective, the system is going to use the STC12C5A60S2 and STC89C52RC of MCS-51 core chip as the master and slave core processing chip respectively, aiming to form a mixed multi-machine system allowing multi-machines to co-process. In this system, a lower host controls the execution; the hypogyny slave is responsible for the implementation of the terminal; the epigyny is responsible for sending down the initial parameter configuration directives and the output manifestation of lighting-off.
This thesis, based on the previous functions, will strictly conform to the practical requirements for engineering development, and explicitly explore the development procedures of the practical project and the login of its key technological information from a university student’s perspective. It is hoped that this article will lay certain foundation in practical exploitation for teachers and students in university.
Key words: single-chip, the upper and lower machine, serial communication, RS485 communication


目 錄

摘 要 1
目 錄 I
插圖索引目錄 IV
表格索引目錄 IV
第一章 項目概述 1
1.1 項目概述 1
1.2 項目目標 1
1.3 涉及關鍵技術 1
第二章 總體方案設計 3
2.1 方案概述 3
2.2 通信總線總體方案 3
2.3 下位主機總體方案 3
2.3.1主機系統(tǒng)功能概述 3
2.3.2 主機系統(tǒng)框圖 4
2.3.3主機系統(tǒng)作業(yè)介紹 4
2.4 下位從機總體方案 4
2.4.1 從機系統(tǒng)功能概述 4
2.4.2 從機系統(tǒng)框圖 4
2.4.3 從機系統(tǒng)作業(yè)介紹 5
2.5 上位機總體方案 5
2.5.1 上位機系統(tǒng)功能概述 5
2.5.2 上位機總體框圖 5
2.5.2 上位機作業(yè)介紹 5
第三章 通信部分設計 7
3.1 串行通信概述 7
3.1.1 串行通信簡介 7
3.1.2 EIA-232簡介 7
3.1.3 EIA-422簡介 7
3.1.4 EIA-485簡介 7
3.1.5 其它串行通信簡介 7
3.2 通信標準選擇 8
3.3 EIA-485通信總線設計 8
3.3.1 通信芯片的選擇 8
3.3.2 光電隔離簡介 9
3.3.3 項目系統(tǒng)通信方案的確定 9
3.3.4 項目系統(tǒng)通信電路設計 9
第四章 下位主機系統(tǒng)設計 11
4.1 方案擬定 11
4.1.1 功能分析 11
4.1.2 方案提出 11
4.1.3 設計方案 11
4.2 電路設計 11
4.2.1 電源 11
4.2.2 EIA485通信 12
4.2.3 核心控制系統(tǒng) 12
4.2.4 外部接口 13
4.3 PCB設計 13
4.4 程序設計 14
4.4.1 程序流程圖 14
4.4.2 主程序代碼選錄 14
第五章 下位從機系統(tǒng)設計 16
5.1 方案擬定 16
5.1.1 功能分析 16
5.1.2 方案提出 16
5.1.3 設計方案 16
5.2 電路設計 17
5.2.1 電源 17
5.2.2 核心處理部分 17
5.3.3 EIA485通信 17
5.3.4 亮/滅燈控制 17
5.3.5 外部接口 18
5.3 PCB設計 18
5.4 程序設計 19
5.4.1 程序流程圖 19
5.4.2 主要程序代碼選錄 19
第六章 上位機系統(tǒng)設計 21
6.1 方案擬定 21
6.1.1 功能分析 21
6.1.2 方案提出 21
5.1.3 方案擬定 21
6.2 操作界面設計 22
6.3 功能代碼設計 22
6.3.1 上位機界面操作流程圖 22
6.3.2 上位機界面主要程序代碼選錄 22
第七章 安裝調(diào)試..