Find Last Analog Array Position
Jump to navigation
Jump to search
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.