Analog Array Replace

From Visuino
Jump to navigation Jump to search

File:TArduinoAnalogArrayReplace.png

Summary

Replaces specified values in an analog array with new values.

Description

The Analog Array Replace component searches for values in the input array that match the defined "From" elements and replaces them with the corresponding "To" elements. This makes it useful for remapping array values, applying corrections, or substituting markers within analog data streams.

Diagram:

Properties

  • Enabled – Enables or disables the replacement operation.
  • From Value Elements – Values to search for in the array (added via the value elements editor).
  • To Value Elements – Values that will replace the matching "From" values.

Pins

Input Pins

  • In (analog array) – Incoming analog array.

Output Pins

  • Out (analog array) – Modified analog array with replaced values.

Categories