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

基于plc的十字交通燈控制系統(tǒng).zip

ZIP格式版權(quán)申訴手機(jī)打開展開

基于plc的十字交通燈控制系統(tǒng),摘要                                                                                                                                                       當(dāng)今時(shí)代是一個(gè)...
編號(hào):98-315734大小:498.87K
分類: 論文>電氣自動(dòng)化/電力論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會(huì)員 電氣小工 發(fā)布

摘要
                                                                                                                                                       當(dāng)今時(shí)代是一個(gè)自動(dòng)化時(shí)代,交通燈控制等很多行業(yè)的設(shè)備都與計(jì)算機(jī)密切相關(guān)。因此,一個(gè)好的交通燈控制系統(tǒng),將給道路擁擠、違章控制等方面給予技術(shù)革新。隨著大規(guī)模集成電路及計(jì)算機(jī)技術(shù)的迅速發(fā)展,以及人工智能在控制技術(shù)方面的廣泛運(yùn)用,智能設(shè)備有了很大的發(fā)展,是現(xiàn)代科技發(fā)展的主流方向。
                                      本論文設(shè)計(jì)了一種基于PLC的十字路口交通燈控制系統(tǒng)。首先提出了兩個(gè)方案并進(jìn)行了比較。接著選擇PLC的型號(hào),分配I/O地址,使用基本指令和順序控制指令分別實(shí)現(xiàn)了十字路口交通燈的基本控制功能。使用基本功能指令編寫程序的時(shí)候,主要使用了“啟動(dòng)-保持-停止”的簡單設(shè)計(jì)法。找出要控制的線圈和線圈的啟動(dòng)/停止條件,根據(jù)邏輯公式寫出梯形圖。使用順序控制指令編寫程序的時(shí)候,使用“狀態(tài)步”的概念,把十字路口交通燈的控制按時(shí)間分為若干個(gè)狀態(tài)步,分析每個(gè)狀態(tài)步內(nèi)要控制的線圈和線圈的啟動(dòng)/停止條件,再分析狀態(tài)步和狀態(tài)步之間的轉(zhuǎn)換關(guān)系。狀態(tài)步內(nèi)的控制使用簡單設(shè)計(jì)法,狀態(tài)步間的轉(zhuǎn)換使用順序控制指令實(shí)現(xiàn)。在完成基本功能的設(shè)計(jì)以后,完成了擴(kuò)展功能的設(shè)計(jì),擴(kuò)展功能增加了夜晚模式,根據(jù)新的交通法規(guī),還設(shè)計(jì)了大功率數(shù)碼管數(shù)碼管的驅(qū)動(dòng)和剩余時(shí)間的顯示?!                                                             ?/div>
關(guān)鍵詞 交通燈 ,  PLC ,  控制系統(tǒng)


English title
Abstract
                                                          The ages is an automation ages nowadays and transportation light control's waiting a lot of equipmentses of professions all is closely related with calculator.Therefore, a good transportation light control system, will hustle for road, illegal control etc. give technique innovation.Along with the technical quick development of the large scale integration and the calculator, and the artificial intelligence is control the extensive usage of technique, the intelligence equipments had a very big development, is the essential direction that modern science and technology develop. 
                                                                            This paper designs a kind of crossroad traffic light control system which is based on PLC.Firstly,it put forward two schemes and compared with them,then choose PLC model,distributed I/O address,and used the basic instructions and sequence control instructions respectively achieve the basic control functions of crossroads traffic lights.When writes the program by using basic function instruction,mainly uses the simple design method,namely "start - keep - stop" .Find out the controlled coil and start/stop conditions of coil,and write trapezoid diagram according to the logic formula.When writes the program by using sequential control instruction, using the concept of "condition step",and according to time divide the crossroads traffic lights control into several condition steps,analyze the controlled coil and start/stop conditions of coil within each step condition, further more analyze transformation relationship between the condition steps.The simple design methods are used in the control of condition steps,sequential control commands are used between the transitions of condition steps.After completed the basic design,then completed the extended function design,at the same time the extended function added the night pattern, according to the new traffic laws, also designed the superpower digital tube driver and the display of rest time.
                                                                                                                 
Keywords  traffic light, Programmable Logic Controller,control system
                                                                                                                 
目錄
摘要
Abstract
1 前言 2
1.1 交通燈控制的研究意義 2
1.2 交通燈的控制歷史 2
1.3 交通燈控制的研究現(xiàn)狀 2
1.3.1 國外交通等控制研究的現(xiàn)狀 2
1.3.2 國內(nèi)交通等控制研究的現(xiàn)狀 2
2 交通燈控制總體設(shè)計(jì) 2
2.1 交通燈控制方案論證 2
2.1.1 方案一 2
2.1.2 方案二 2
2.1.3 方案選擇 2
2.2 交通燈他控制總體設(shè)計(jì) 2
2.2.1 控制任務(wù)分析 2
2.2.2 I/O點(diǎn)及地址分配 2
3 交通燈控制基本功能的實(shí)現(xiàn) 2
3.1 時(shí)序圖分析 2
3.2 基于基本指令的交通燈控制 2
3.2.1 基于基本指令的流程圖 2
3.2.2 基于基本指令控制程序的實(shí)現(xiàn) 2
3.2.3 工作過程分析 2
3.3 基于順控指令的交通燈控制 2
3.3.1 基于順控指令的狀態(tài)轉(zhuǎn)移圖 2
3.3.2 基于順控指令控制程序的實(shí)現(xiàn) 2
3.3.3 工作過程分析 2
4 交通燈控制的擴(kuò)展功能 2
4.1 計(jì)時(shí)功能程序的實(shí)現(xiàn) 2
4.2 數(shù)碼管驅(qū)動(dòng)程序的實(shí)現(xiàn) 2
結(jié)論 2
參考文獻(xiàn) 2
附錄1十字路口交通燈控制的實(shí)驗(yàn)面板圖: 2
附錄2十字路口交通燈控制程序 2
致謝 2