Unsigned Change Only
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
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoNumericCategory.png Category Numeric – Numeric operations and value manipulation.
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.