Event Input Tag Definitions

IO-Link Master Module Event Input Tags
Name
Data Type
Definition
Valid Vaules
RunMode
BOOL
Indicates the operating state of the input.
0 = Idle
1 = Run mode
ConnectionFaulted
BOOL
Indicates if a connection is running.
The module sets this tag to 0 when connected. If the module is not connected, it sets this tag to 1.
0 = Connection running
1 = Connection not running
DiagnosticActive
BOOL
Indicates if any diagnostics are active or if the prognostics threshold is reached.
0 = No diagnostics active
1 = One or more diagnostics are active or the prognostics threshold is reached
DiagnosticSequenceCount
SINT
Increments each time that a distinct diagnostic condition is detected, and each time a distinct diagnostic condition transitions from detected to not detected.
-128…+127
The value of 0 is skipped except during module powerup.
Eventxx.Fault
BOOL
Detects whether the signal is good data. The fault is set to 1 by the originator when the connection is lost.
IMPORTANT: Once the condition that causes the tag to change to 1 is removed, the tag automatically resets to 0.
0 = Good
1 = Bad, causing fault
Eventxx.Uncertain
BOOL
Indicates that the channel data can be inaccurate but the degree of inaccuracy is not known.
IMPORTANT: Once the condition that causes the tag to change to 1 is removed, the tag automatically resets to 0.
0 = Good data
1 = Uncertain data
Eventxx.EventDropped
BOOL
Indicates when an event has been discarded because events are occurring faster than they are being acknowledged.
0 = An event status has not been dropped
1 = An event status has been dropped
Eventxx.EventRising
BOOL
Indicates whether an event triggered when an input transition results in an event pattern being matched.
0 or 1
Eventxx.EventFalling
BOOL
Indicates whether an event triggered when an input transition resulted in an event pattern no longer being matched.
0 or 1
Eventxx.CIPSyncValid
BOOL
Indicates whether the module is synced with a 1588 master when the event is occurred.
A set bit alone cannot indicate that it is synced to the same master clock of the owner controller.
0 = CIP Sync is not available
1 = CIP Sync is available
Eventxx.CIPSyncTimeout
BOOL
Indicates that the module was once synced with a 1588 master, but is not now due to a timeout when the event is occurred.
0 = A valid time master has not timed out
1 = A valid time master was detected on the backplane, but the time master has timed out.
The module is using its local clock and can be drifting away from the last known time master.
Eventxx.EventsPending
SINT
The number of events currently queued in the modules. A value greater than 0 indicates that the controller is not currently keeping up with the rate of events.
All positive values
Eventxx.EventNumber
DINT
Running count of events, which increments by one for each new time event.
The originator sets EventNumberAck to EventNumber to acknowledge receipt of the event.
When the number of events reaches its maximum value and rolls over, it rolls over to 1, not 0.
All values
Eventxx.EventTimestamp
LINT
The time the event occurred.
All positive values
Eventxx.PtxxData
BOOL
Indicates the data value of Input Ptxx when event was triggered.
0 = Off
1 = On
Eventxx.CounterxxDone
BOOL
Indicates the Done status of Counterxx when event was triggered.
0 = Not done
1 = Done
Eventxx.PtxxFault
BOOL
Indicates the fault status of Input Ptxx when event is triggered.
0 = No fault
1 = Faulted
Eventxx.CounterxxFault
BOOL
Indicates the fault status of Counterxx when event is triggered.
0 = No fault
1 = Faulted
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal