Analog Array Change Only

From Visuino
Jump to navigation Jump to search

File:TArduinoAnalogArrayChangeOnly.png

Summary

Passes through only changed values from an analog array, filtering out repeated identical values.

Description

The Analog Array Change Only component monitors an incoming analog array and outputs only the elements that have changed. This reduces redundant data processing and is useful for efficient handling of sensor arrays or streaming analog data.

Diagram:

Properties

  • Enabled – Enables or disables the filtering of unchanged values.

Pins

Input Pins

  • In (analog array) – Input analog array.

Output Pins

  • Out (analog array) – Output array containing only changed values.

Categories