Rockwell Automation 1756-XXXX ControlLogix Digital I/O Modules User Manual
Page 94
94
Rockwell Automation Publication 1756-UM058G-EN-P - November 2012
Chapter 5
Fast Module Features
In example pattern 4, the input module triggers the event task when input points
0…3 are in the On state, and input points 12…15 are in the Off state.
Once you define a pattern, you can disable an event from being triggered without
clearing its output data by using the Event[
x].Disarm output tag.
You can change output tag values in program logic while normal module
operation continues or through the RSLogix 5000 tag editor. For more
information about module tags, refer to
To use a dedicated connection to trigger event tasks, you must set the module’s
connection format to Data with Event, as shown in
Figure 12
. For more
information about connection formats, see
.
Figure 12 - Event Connection Format
When you choose the Data with Event connection format, the following occurs:
•
A second connection dedicated to event data only is established with the
module. This dedicated event connection reduces controller overhead
when using inputs or input patterns to trigger event tasks in the controller.
•
A new set of event tags is created, as described in
Table 21 - Example Pattern 4
Output Tag
Bit Position
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Event[x].Mask
1
1
1
1
0
0
0
0
0
0
0
0
1
1
1
1
Event[x].Value
1
1
1
1
x
x
x
x
x
x
x
x
0
0
0
0
IMPORTANT
All event masks and event values must be defined in the module’s output tags.
TIP
You can change the connection format at any time after creating a new
module except when you are online. The AOP will apply all the
configuration data required for the new connection format.
Choose Data with Event from the
Connection pull-down menu.