20
Rockwell Automation Publication 1756-PM004D-EN-P - September 2012
Chapter 1
Communicate with I/O Modules
Buffer I/O
Buffering is a technique that logic does not directly reference or manipulate the
tags of real I/O devices. Instead, the logic uses a copy of the I/O data. Buffer I/O
in the following situations:
·
To prevent an input or output value from changing during the execution of
a program. (I/O updates asynchronous to the execution of logic.)
·
To copy an input or output tag to a member of a structure or element of an
array.
Follow these steps to buffer I/O.
1.
On the rung before the logic for the function, copy or move the data from
the required input tags to their corresponding buffer tags.
2.
In the logic of the function, reference the buffer tags.
3.
On the rung after the function, copy the data from the buffer tags to the
corresponding output tags.
Содержание 1756-L65 ControlLogix 5565
Страница 4: ...2 Rockwell Automation Publication 1756 PM004D EN P September 2012 Summary of Changes Notes...
Страница 8: ...6 Rockwell Automation Publication 1756 PM004D EN P September 2012 Preface Notes...
Страница 66: ...64 Rockwell Automation Publication 1756 PM004D EN P September 2012 Chapter 3 Force I O Notes...
Страница 88: ...86 Rockwell Automation Publication 1756 PM004D EN P September 2012 Index...
Страница 89: ......