Ignore Analog Values

From Visuino
Revision as of 04:18, 7 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreAnalogValues.png == Summary == Module to filter and ignore certain analog values. Supports blocking repeated values, values below a threshold, or both. == Description == The Ignore Analog Values module processes incoming analog signals and filters them based on configurable conditions. It can block equal consecutive values, ignore values below a defined threshold, or pass all values if enabled. Useful for reducing noise or redundant data...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Module to filter and ignore certain analog values. Supports blocking repeated values, values below a threshold, or both.

Description

The Ignore Analog Values module processes incoming analog signals and filters them based on configurable conditions. It can block equal consecutive values, ignore values below a defined threshold, or pass all values if enabled. Useful for reducing noise or redundant data in sensor processing pipelines.

Diagram:

Properties

  • Enabled – Enables or disables the module.
  • Pass Equal Values – Boolean flag to allow or block consecutive equal values.
  • Pass Values Bellow – Boolean flag to pass or block values below the threshold.
  • Value – Threshold reference for filtering.

Pins

Input Pins

  • In (analog) – Analog input signal.

Output Pins

  • Out (analog) – Filtered analog output signal.

Categories