Unsigned Change Only: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 06:54, 19 August 2025

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.