【正文】
Rewiring/reprogramming ?Extra functions The additional equipment/a vast array of builtin functions ?Reliability Moving partMechanical failure ?Communication 22 23 The structure of programmable control 24 PLC Product Application Ranges The PLC market can be segmented into five groups: ? 1. micro PLCs ? 2. small PLCs ? 3. medium PLCs ? 4. large PLCs ? 5. very large PLCs 25 26 Ladder Diagrams And The PLC 27 1) . 常見的 PLC的梯形圖符號 28 2) 梯形圖與繼電器的區(qū)別 繼-接控制:并行工作方式 ,PLC控制:循環(huán)掃描的串行方式 29 30 31 EASE OF MAINTENANCE AND TROUBLESHOOTING 32 17 Principles Of Operation 33 34 The CPU pletes three processes: (1) it reads, or accepts, the input data from the field devices via the input interfaces, (2) it executes, or performs, the control program stored in the memory system, (3) it writes, or updates, the output devices via the output interfaces. This process of sequentially reading the inputs, executing the program in memory, and updating the outputs is known as scanning. 35 1. 可編程序控制器的工作過程 PLC最主要的方式是周期掃描方式。 36 ? 上電處理過程 PLC上電后 , 要進行上電的初始化處理 。 占用的時間為 T0 。 ? 共同處理過程 共同處理的主要任務是復位監(jiān)視計時器 、 檢查I/O總線 、 檢查掃描周期 、 檢查程序存儲器 。 該過程占用的時間為 T1 。 ? 通訊服務過程 當 PLC和微機構成通訊網(wǎng)絡或由 PLC構成網(wǎng)絡時 ,需要有通訊服務過程 。 該過程占用的時間為 T2 。 ? 外設服務過程 當 PLC接有外部設備如編程器 、 打印機等 , 則需要進行外設服務過程 。 該過程占用的時間為 T3 。