Limit Analog between Min and Max
Summary
Passes an analog signal only if it is within a specified minimum and maximum range.
Description
The Limit Analog component outputs the input signal only if it falls within the defined minimum and maximum bounds. If the input value is below the minimum or above the maximum, no output is passed. This is useful for filtering signals to a valid operating range.
Diagram:
Properties
- Enabled – Enables or disables the limiting operation.
- Min – Minimum allowed value (default 0).
- Max – Maximum allowed value (default 1).
Pins
Input Pins
- In (analog) – Input analog signal to be filtered.
Output Pins
- Out (analog) – Output analog signal if the input is within the min-max range.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.