該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 電氣小工 發(fā)布摘要
當今時代是一個自動化時代,交通燈控制等很多行業(yè)的設(shè)備都與計算機密切相關(guān)。因此,一個好的交通燈控制系統(tǒng),將給道路擁擠、違章控制等方面給予技術(shù)革新。隨著大規(guī)模集成電路及計算機技術(shù)的迅速發(fā)展,以及人工智能在控制技術(shù)方面的廣泛運用,智能設(shè)備有了很大的發(fā)展,是現(xiàn)代科技發(fā)展的主流方向。
本論文設(shè)計了一種基于PLC的十字路口交通燈控制系統(tǒng)。首先提出了兩個方案并進行了比較。接著選擇PLC的型號,分配I/O地址,使用基本指令和順序控制指令分別實現(xiàn)了十字路口交通燈的基本控制功能。使用基本功能指令編寫程序的時候,主要使用了“啟動-保持-停止”的簡單設(shè)計法。找出要控制的線圈和線圈的啟動/停止條件,根據(jù)邏輯公式寫出梯形圖。使用順序控制指令編寫程序的時候,使用“狀態(tài)步”的概念,把十字路口交通燈的控制按時間分為若干個狀態(tài)步,分析每個狀態(tài)步內(nèi)要控制的線圈和線圈的啟動/停止條件,再分析狀態(tài)步和狀態(tài)步之間的轉(zhuǎn)換關(guān)系。狀態(tài)步內(nèi)的控制使用簡單設(shè)計法,狀態(tài)步間的轉(zhuǎn)換使用順序控制指令實現(xiàn)。在完成基本功能的設(shè)計以后,完成了擴展功能的設(shè)計,擴展功能增加了夜晚模式,根據(jù)新的交通法規(guī),還設(shè)計了大功率數(shù)碼管數(shù)碼管的驅(qū)動和剩余時間的顯示。
關(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è)計 2
2.1 交通燈控制方案論證 2
2.1.1 方案一 2
2.1.2 方案二 2
2.1.3 方案選擇 2
2.2 交通燈他控制總體設(shè)計 2
2.2.1 控制任務(wù)分析 2
2.2.2 I/O點及地址分配 2
3 交通燈控制基本功能的實現(xiàn) 2
3.1 時序圖分析 2
3.2 基于基本指令的交通燈控制 2
3.2.1 基于基本指令的流程圖 2
3.2.2 基于基本指令控制程序的實現(xiàn) 2
3.2.3 工作過程分析 2
3.3 基于順控指令的交通燈控制 2
3.3.1 基于順控指令的狀態(tài)轉(zhuǎn)移圖 2
3.3.2 基于順控指令控制程序的實現(xiàn) 2
3.3.3 工作過程分析 2
4 交通燈控制的擴展功能 2
4.1 計時功能程序的實現(xiàn) 2
4.2 數(shù)碼管驅(qū)動程序的實現(xiàn) 2
結(jié)論 2
參考文獻 2
附錄1十字路口交通燈控制的實驗面板圖: 2
附錄2十字路口交通燈控制程序 2
致謝 2