Find Last Analog Array Position: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoFindLastAnalogArrayPosition.png == Summary == Finds the index of the last occurrence of a specified value within an analog array. == Description == The **Find Last Analog Array Position** component searches the input analog array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> I..."
 
(No difference)

Latest revision as of 00:29, 15 September 2025

File:TArduinoFindLastAnalogArrayPosition.png

Summary

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

Description

The **Find Last Analog Array Position** component searches the input analog array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last 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 last found value in the array.
  • Missing (clock) – Triggered if the value is not found.