Change Detection Block

Change Detection Block

The Change Detection block emits True when the input signal changes value. It has three different modes of operation: Any, Rising, and Falling.

Parameters

  • Method [Any | Rising | Falling]
    • Any: Emits True on any change to input signal, otherwise False
    • Rising: Emits True when the input signal increases value, otherwise False.
    • Falling Emits True when the input signal decreases value, otherwise False.

Examples

Change Detection Example