Unsigned Change Only

From Visuino
Revision as of 06:54, 19 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedChangeOnly.png == Summary == Outputs changes in an unsigned input signal that exceed a specified threshold. == Description == The **Unsigned Change Only** component monitors an input signal and outputs only the changes that exceed the **Threshold** value. It is useful for filtering small fluctuations and detecting significant changes in the input signal. <b>Diagram:</b> Image:TArduinoUnsignedChangeOnly.Preview.png == Cat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedChangeOnly.png

Summary

Outputs changes in an unsigned input signal that exceed a specified threshold.

Description

The **Unsigned Change Only** component monitors an input signal and outputs only the changes that exceed the **Threshold** value. It is useful for filtering small fluctuations and detecting significant changes in the input signal.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Threshold – Minimum change required to trigger an output (default: 0).

Pins

Input Pins

  • In – Unsigned input signal to monitor.

Output Pins

  • Difference – The difference between the current and previous value when it exceeds the threshold.
  • Out – The input value, passed through only if the change exceeds the threshold.