Event Inputs

Event type inputs are defined using the EventApiEventInput class.

Input

Description

None

The condition always evaluates to FALSE.

AnotherEvent

Evaluates to TRUE when the input function of another specified event evaluates to TRUE.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image0.png

DelayAnotherEvent

Evaluates to TRUE when the input function of another specified event has continuously evaluated to TRUE for at least the specified amount of time.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image17.png

OrEvent

Evaluates to TRUE when the input function of either of two other specified events evaluates to TRUE.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image4.png

AndEvent

Evaluates to TRUE when the input function of both of two other specified events evaluate to TRUE.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image2.png

XorEvent

Evaluates to TRUE when the input function of only one of the two other specified events evaluates to TRUE.

../_images/WMXDOC_FUNC_TRG_EVENTS_INPUTFUNC_image6.png

DeviceCloseEvent

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.

DeviceTimeoutEvent

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.