Event Inputs
Event type inputs are defined using the EventApiEventInput class.
Input |
Description |
|---|---|
The condition always evaluates to FALSE. |
|
Evaluates to TRUE when the input function of another specified event evaluates to TRUE.
|
|
Evaluates to TRUE when the input function of another specified event has continuously evaluated to TRUE for at least the specified amount of time.
|
|
Evaluates to TRUE when the input function of either of two other specified events evaluates to TRUE.
|
|
Evaluates to TRUE when the input function of both of two other specified events evaluate to TRUE.
|
|
Evaluates to TRUE when the input function of only one of the two other specified events evaluates to TRUE.
|
|
Evaluates to TRUE when the specified device is closed. This condition does not evaluate to TRUE when the specified device has timed out due to the watchdog time out period elapsing. See Devices for additional information on devices. |
|
Evaluates to TRUE when the specified device has timed out due to the watchdog time out period elaspsing. See Watchdog for additional information on the watchdog function. |




