Rockwell Automation 1732E-OB8M8SR EtherNet/IP Dual Port 8-Point SOE Input and Scheduled Output Modules UM User Manual

Page 108

Advertising
background image

98

Rockwell Automation Publication 1732E-UM003B-EN-E - March 2014

Appendix B Module Tags

C.FilterOnOff

INT

Sets the ON to OFF filter time for all 8 inputs. Times are set in

µs increments of 0, 1000 (default),

2000, 4000, 8000 and 16000

µs.

0 = no filtering
For more information on Software Configurable Input Filters, see

page 55

.

C.LatchEvents

BOOL

Latches events so that an event will not be overwritten until acknowledged.
0 = SOE not latched
1 = SOE latched (default)
Latched means that a sequence of events of LO to HI and HI to LO then LO to HI will cause the first
LO to HI transition to be recorded and the final LO to HI to be ignored. All subsequent transitions on
that point will be ignored until acknowledged/reset. If the bit is not set, the new LO to HI will
overwrite the first LO to HI event immediately, even if the controller has yet to extract that data.

C.MasterSyncEn

BOOL

PTP enabled bit indicates if the module is expected to sync to a master clock.
0 = Synchronization indication disabled (default)
1 = Synchronization indication enabled
If not enabled (0) then the Module Status Indicators will not flash green if we are not synched to a
master clock. Disabling the bit does not prevent the module from synchronizing to a master clock.

C.Pt0CaptureOffOn…Pt7Ca
ptureOffOn

BOOL

Enables capturing OFF to ON events on a per point basis. If disabled (0), that point will not record
timestamp data for OFF to ON input transitions.
0 = Capture disabled for OFF to ON input transitions
1 = Capture enabled (default) for OFF to ON input transitions
This option is useful if you want to avoid reporting data on the module for events in which you have
no interest.

C.Pt0CaptureOnOff…Pt7Ca
ptureOnOff

BOOL

Enables capturing ON to OFF events on a per point basis. If disabled (0), that point will not record
timestamp data for ON to OFF input transitions.
0 = Capture disabled for ON to OFF input transitions
1 = Capture enabled (default) for ON to OFF input transitions
This option is useful if you want to avoid reporting data on the module for events in which you have
no interest.

Input Tags – 1732E-IB8M8SOER

Tag Name

Type

Set on Per
Point or
Modulewide
basis

Description

I.Fault

DINT

Modulewide

Communication fault – The controller sets this tag to 1 for all 32 bits if a communication
fault occurs on the module otherwise all bits are zero.

I.Data

SINT

Per point

Status of the input point. This data is filtered if the Input Filter feature is used on the
module. Thus, an input change must pass through the filter before it is seen in this tag.
0 = input is OFF
1 = input is ON
For example, if input 3 is ON, I.Data.3 = 1.

I.NewData

SINT

Per point

(1)

Flag indicating if new timestamp data was detected on the input.
0 = no new timestamp data on the input
1 = new timestamp data on the input (since last acknowledged)
Because input data for all inputs is sent the next RPI after each timestamped transition,
this tag is useful to quickly determine on which input the transition occurred. For
example, if the module sends new input data to the owner-controller and I.NewData.5 =
1, you know that at least one of the timestamps for input 5 (I.Timestamp[5].OffOn or
I.Timestamp[5].OnOff) has new data.
This tag only clears when the controller acknowledges the new data or all events on the
module are reset. For more information, see

page 78

.

Configuration Tags – 1732E-IB8M8SOER

Tag Name

Type

Description

Advertising