Find Analog Array Position

From Visuino
Revision as of 00:27, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoFindAnalogArrayPosition.png == Summary == Finds the index of a specified value within an analog array. == Description == The **Find Analog Array Position** component searches the input analog array for a matching value from the **Value Elements**. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> Image:TArduinoFindAnalogArrayPosition.Preview.png == Propertie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoFindAnalogArrayPosition.png

Summary

Finds the index of a specified value within an analog array.

Description

The **Find Analog Array Position** component searches the input analog array for a matching value from the **Value Elements**. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Value Elements – Defines the values to search for in the input array.

Pins

Input Pins

  • In – Input analog array to search.

Output Pins

  • Out – Index of the found value in the array.
  • Missing (clock) – Triggered if the value is not found.