Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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