Input Eventxx View

The Input Eventxx view, where 'xx' represents the index of an event definition, shows the configuration options available for that event. You cannot configure the parameters from this view, you must use the configuration tags.
Use this view to review the following tasks:
  • Whether the input event is enabled.
  • Whether the input event is latched.
  • Whether independent point triggers for the input event is enabled.
  • Check the trigger condition for the input event.
  • Check the participants and their State Transition behavior for the input event.
Input Eventxx View Example
The Input Eventxx view includes these parameters.
Parameter
Description
Member Name
Value
Enable Event
Displays whether the corresponding event trigger is active. Events are triggered when conditions match the event definition.
EO.Eventxx.En
  • 0 = Event trigger definition is not active.
  • 1 = Event trigger definition is active.
Latch Event
Displays whether an event is latched until it is acknowledged.
EO.Eventxx.LatchEvent
  • 0 = Event is not latched. New events overwrite old events.
  • 1 = Event is latched. Events are latched until acknowledged. New events are not reported until the current event is acknowledged. Up to four new events are stored in the memory buffer. When the memory buffer is full, additional events are lost.
Enable Independent Point Triggers
Displays whether each condition indicated in the Event trigger definition can initiate an event independently.
EO.Eventxx. IndependentConditionTriggerEn
  • 0 = When all selected conditions achieve the configured values an event is triggered.
  • 1 = When any selected condition achieves the configured value an event is triggered.
Trigger Event
Triggers an event each time an input state change results in one of the following conditions:
  • Matching the event trigger definition
  • No longer matching the event trigger definition
EO.Eventxx.EventRisingEn
EO.Eventxx.EventFallingEn
Values (EventRisingEn, EventFallingEn) represent:
  • (0, 0): Event trigger is disabled.
  • (1, 0): Event triggers on input transitions to matching the configured pattern.
  • (0, 1): Event triggers on input transitions to not matching the configured pattern.
  • (1, 1): Event triggers on input transitions to either matching or not matching the configured pattern.
Event Trigger Pattern – Participate in Event Trigger
Displays whether the specified point participates in the Event trigger definition for the event.
EO.Eventxx.CounterxxSelect
EO.Eventxx.PtxxDataSelect
  • 0 = Point does not participate in the Event trigger definition.
  • 1 = Point participates in the Event trigger definition.
Event Trigger Pattern – State Transition
Displays the state of the input to match after the transition.
EO.Eventxx.CounterxxValue
EO.Eventxx.PtxxDataValue
For PtxxDataValue:
  • 0 = Off (default)
  • 1 = On
For CounterxxValue:
  • 0 = Not done (default)
  • 1 = Done
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal