Unsigned Array Replace

From Visuino
Revision as of 09:52, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayReplace.png == Summary == Replaces values in an incoming unsigned array with specified replacement values. == Description == The **Unsigned Array Replace** component scans an incoming unsigned array and replaces matching values with the specified replacements. The **From Value Elements** define which values to look for, while the **To Value Elements** specify their replacements. This component is useful when mapping or remappi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedArrayReplace.png

Summary

Replaces values in an incoming unsigned array with specified replacement values.

Description

The **Unsigned Array Replace** component scans an incoming unsigned array and replaces matching values with the specified replacements. The **From Value Elements** define which values to look for, while the **To Value Elements** specify their replacements. This component is useful when mapping or remapping data inside arrays before further processing.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • From Value Elements – List of values to be searched for in the input array.
  • To Value Elements – Replacement values corresponding to the matching entries.

Pins

Input Pins

  • In – Unsigned array input.

Output Pins

  • Out – Modified unsigned array with replacements applied.