- Learning RSLogix 5000 Programming
- Austin Scott
- 187字
- 2021-06-18 18:31:44
Understanding the ControlLogix operating cycle
Historically, PLCs such as the SLC-500 and PLC-5, and even ControlLogix controllers such as the Series 5 (L5), execute sequentially in a predictable, single-threaded manner, as illustrated here:

Newer models of the ControlLogix family, such as Series 6 (L6), Series 7 (L7), and Series 8 (L8), perform much differently than the previous synchronous PLC scan example. Newer ControlLogix versions take advantage of the performance increases afforded by the multithreaded asynchronous operation.
Asynchronous operation simply means that the controller will execute multiple tasks at the same time and will not wait for a previous task to complete before continuing to the next task (as the following diagram illustrates):

The trade-off for the performance gained, however, is some level of unpredictability, where the inputs and outputs are now continuously scanned while the logic executes. This has the potential to create a situation where the state of the process can change midway through the logic execution. We will look into this in Chapter 8, Writing Ladder Logic, in more detail, and also discuss a commonly used buffering technique to protect code from unpredictable state changes.
- 繪制進程圖:可視化D++語言(第1冊)
- 基于LabWindows/CVI的虛擬儀器設計與應用
- 輕松學PHP
- 教父母學會上網
- 空間傳感器網絡復雜區域智能監測技術
- FPGA/CPLD應用技術(Verilog語言版)
- 奇點將至
- 大數據案例精析
- Redash v5 Quick Start Guide
- Raspberry Pi 3 Projects for Java Programmers
- 機器人手工制作
- Mastering Windows Group Policy
- 服務科學概論
- Pentaho Data Integration Beginner's Guide(Second Edition)
- 從0到1 TensorFlow編程手記