【正文】
PLC控制電梯的系統(tǒng)設計摘 要PLC(可編程控制器)作為一種工業(yè)控制微型計算機,它以其編程方便、操作簡單尤其是它的高可靠性等優(yōu)點,在工業(yè)生產(chǎn)過程中得到了廣泛的應用。它應用大規(guī)模集成電路,微型機技術和通訊技術的發(fā)展成果,逐步形成了具有多種優(yōu)點和微型,中型,大型,超大型等各種規(guī)格的系列產(chǎn)品,應用于從繼電器控制系統(tǒng)到監(jiān)控計算機之間的許多控制領域。 隨著社會的不斷發(fā)展,樓房越來越高,而電梯成為了高層樓房的必須設備。電梯從手柄開關操縱電梯、按鈕控制電梯發(fā)展到了現(xiàn)在的群控電梯,為高層運輸做出了不可磨滅的貢獻。PLC在電梯控制上的應用主要體現(xiàn)在它的邏輯開關控制功能。由于PLC具有邏輯運算,計數(shù)和定時以及數(shù)據(jù)輸入輸出的功能。在電梯控制過程中,各種邏輯開關控制與PLC很好的結(jié)合,很好的實現(xiàn)了對電梯的控制。 本文主要討論研究利用三菱公司的可編程控制器對五層電梯的控制,形成電梯控制系統(tǒng)。關鍵詞:五層;電梯;PLC;ABSTRACTPLC (Programmable Logical Controller) took one kind most important, the application situation most industries control microputer, it is convenient, operation simple in particular by its programming merit and so on redundant reliability, obtained the widespread application in the industrial production process. It applies the large scale integrated circuit, the miniature machine technology and the munication technology development achievement, gradually formed had the many kinds of merits and miniature, medium, largescale, ultra largescale and so on each kind of specification series product, applied to monitors between the puter from the control system many controls domain. Along with society39。s unceasing development, the building is more and more high, but the elevator became the high level building to have the equipment. After humanity39。s more than centuries unremitting endeavors, the elevator already from the handle switch operation elevator, the pushbutton control elevator develops to the present group control elevator, has made the indelible contribution for the high level transportation. PLC in the control in the elevator the application mainly to manifest in its logical switch control function. This function enable PLC to have the logic operation, counts with fixed time as well as the data feeds output function. Rises and falls in the process in the elevator, each logical switch control and PLC very good union, very good realization to fluctuation control. This article main discussion studies using SANLING Corporation39。s PLC molding machine carries on the control to the 5floor elevator fluctuation, forms the elevator control systemKey words: 5floor , elevator。 PLC。 目 錄前 言 5第一章 PLC的概述 71.1 PLC的產(chǎn)生和發(fā)展 7 什么是PLC ? 8 PLC的結(jié)構(gòu) 8 PLC的特點 9 PLC的發(fā)展趨勢 9第二章 控制方案的選擇 繼電器控制 單片機控制 PLC控制 10第 三 章 PLC控制電梯硬件電路的設計 12 主電路 12 電氣元件 13 門機電路、抱閘電路、門鎖及安全運行電路 14 PLC的選型及輸入、輸入端口安排 15 PLC 的 I/O 接口配置 17第 四 章 PLC控制電梯梯形圖的設計 18第五章 系統(tǒng)干擾來源及處理方法 28 PLC系統(tǒng)中干擾的主要來源及途徑 28 主要抗干擾措施 30 總 結(jié) 31致 謝 31參考文獻 33 前 言 可編程控制器(Programmable Logical Controller)簡稱為PC或PLC,是60年代末發(fā)明的工業(yè)控制器件。日本電氣控制學會曾對可編程控制器作了一個定義:可編程控制器是將邏輯運算,順序控制,時序和計數(shù)以及算術運算等控制程序,用一串指令的形式存放到存儲器中,然后根據(jù)存儲的控制內(nèi)容,經(jīng)過模擬,數(shù)字等輸入輸出器件,對生產(chǎn)設備和生產(chǎn)過程進行控制的裝置。 PLC是基于計算機技術和自動控制理論發(fā)展來的,它既不同于普通的計算機,又不同于一般的計算機控制系統(tǒng),作為一種特殊形式的計算機控制裝置,它在系統(tǒng)結(jié)構(gòu),硬件組成,軟件結(jié)構(gòu)以及I/O通道,用戶界面諸多方面都有其特殊性。從原理上說,可編程控制器和計算機是一致的,為了和工業(yè)控制相適應,PLC采用掃描原理來工作,也就是對整個程序進行一遍又一遍的掃描,直到停機為止。之所以采用這樣的工作方式,是因為PLC是由繼電器控制發(fā)展來的,CPU的掃描用戶程序的時間遠遠短于繼電器的動作時間,只要采用循環(huán)掃描的辦法就可以解決其中的矛盾。循環(huán)掃描的工作方式是PLC區(qū)別于普通的計算機控制系統(tǒng)的一個重要方面。雖然各種PLC的組成各不相同,但是在結(jié)構(gòu)上是基本相同的,一般由CPU、存儲器、輸入輸出設備(I/O)和其他可選部件組成。其它可選部件包括編程器,外存儲器,模擬I/O盤,通信接口,擴展接口等。CPU是PLC的核心,它用于輸入各種指令,完成預定的任務,起到了大腦的作用,自整定、預測控制和模糊控制等先進的控制算法也已經(jīng)在CPU中得到了應用;存儲器包括隨機存儲器RAM和只讀存儲器ROM,通常將程序以及所有的固定參數(shù)固化在ROM中,RAM則為程序運行提供了存儲實時數(shù)據(jù)與計算中間變量的空間;輸入輸出系統(tǒng)(I/O)使過程狀態(tài)和參數(shù)輸入到PLC的通道以及實時控制信號輸出的通道,這些通道可以有模擬量輸入、模擬量輸出、開關量輸入、開關量輸出、脈沖量輸入