Class TriggerEventOutputFunction

Class Documentation

class TriggerEventOutputFunction

This enumerator class enumerates the output functions (actions) of trigger events. Also see Output Functions.

Public Types

enum T

Values:

enumerator TriggerMotion

Execute the trigger motion when the condition becomes TRUE.

This output function uses the parameters in the TriggerMotion structure of TriggerEvent.

enumerator SetReg

Set the value of the specified register to 1 when the condition becomes TRUE, and 0 when the condition becomes FALSE. Each trigger motion has 8 registers that may be used to temporarily store the results of input functions.

This output function uses the parameters in the SetReg structure of TriggerEvent.