Event Output Tag definitions (5034-ENC)

The following table lists the available event output tags.
Event Output Tags
Name
Data Type
Definition
Valid Values
Eventxx.En
BOOL
When set, the corresponding event trigger definition is active and events are triggered when conditions match the definition.
  • 0 = Event trigger definition is not active and events are not triggered when conditions match the definition
  • 1 = Event trigger definition is active and events are triggered when conditions match the definition
Eventxx.EventRisingEn
BOOL
Triggers an event each time a state change results in conditions that match the event trigger definition.
Values (EventRisingEn, EventFallingEn) represent:
  • (0, 0): Event trigger is disabled.
  • (1, 0): Event triggers on transitions to match the configured pattern.
  • (0, 1): Event triggers on transitions to not match the configured pattern.
  • (1, 1): Event triggers on transitions to either match or not match the configured pattern.
Eventxx.EventFallingEn
BOOL
Triggers an event each time a state change results in conditions that do not match the event trigger definition.
Eventxx.LatchEvent
BOOL
When set, events are latched until acknowledged.
When not set, new events overwrite old events.
  • 0 = Event is not latched
  • 1 = Event is latched
Eventxx.ResetEvent
BOOL
A transition from 0 to 1 resets all events and clears the event queue on the Eventxx.
  • 0 = Do not reset
  • 1 = Reset
Eventxx.IndependentConditionTriggerEn
BOOL
Determines whether each condition indicated in the Event trigger definition can initiate an event independently.
  • 0 = Event is triggered when all participating conditions in the event trigger achieve their configured values
  • 1 = Event is triggered when any participating condition in the event trigger achieves its configured value
Eventxx.CounterSelect
SINT
Indicates the counter with which the event is associated, if any.
  • 0 = Counter00
Eventxx.SSISelect
SINT
Indicates the SSI with which the event is associated, if any.
  • 0 = SSI00
Eventxx.EventNumberAck
DINT
The controller writes back EventNumber into EventNumberAck to indicate receipt of the event.
All values
Eventxx.InWindowxxSelect
BOOL
Indicates that the specified window participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.ResetSelect
BOOL
Indicates that the counter's Reset function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.HoldSelect
BOOL
Indicates that the counter’s Hold function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.LoadSelect
BOOL
Indicates that the counter’s Load function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.StoreSelect
BOOL
Indicates that the counter’s Store function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.RolloverSelect
BOOL
Indicates that the counter’s Rollover function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.RollunderSelect
BOOL
Indicates that the counter’s Rollunder function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.DirectionSelect
BOOL
Indicates that the counter's or SSI's Direction function participates in the Event trigger definition.
  • 0 = Does not participate in event trigger
  • 1 = Participates in event trigger
Eventxx.InWindowxxValue
BOOL
If the specified window is selected in the Event trigger definition, this tag indicates the value to match after the status change.
  • 0 = InWindow value of 0 matches the event pattern
  • 1 = InWindow value of 1 matches the event pattern
Eventxx.ResetValue
BOOL
If the Reset function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Reset value of 0 matches the event pattern
  • 1 = Reset value of 1 matches the event pattern
Eventxx.HoldValue
BOOL
If the Hold function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Hold value of 0 matches the event pattern
  • 1 = Hold value of 1 matches the event pattern
Eventxx.LoadValue
BOOL
If the Load function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Load value of 0 matches the event pattern
  • 1 = Load value of 1 matches the event pattern
Eventxx.StoreValue
BOOL
If the Store function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Store value of 0 matches the event pattern
  • 1 = Store value of 1 matches the event pattern
Eventxx.RolloverValue
BOOL
If the Rollover function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Rolllover value of 0 matches the event pattern
  • 1 = Rolllover value of 1 matches the event pattern
Eventxx.RollunderValue
BOOL
If the Rollunder function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Rollunder value of 0 matches the event pattern
  • 1 = Rollunder value of 1 matches the event pattern
Eventxx.DirectionValue
BOOL
If the Direction function is selected in the Event trigger definition, this tag indicates that value that is to trigger the event.
  • 0 = Direction value of 0 matches the event pattern
  • 1 = Direction value of 1 matches the event pattern
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal