Find Binary Position: Difference between revisions

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

Latest revision as of 00:38, 15 September 2025

File:TArduinoFindBinaryArrayPosition.png

Summary

Finds the index of the first occurrence of a specified binary value within a binary array.

Description

The **Find Binary Position** component searches the input binary array for matching values from the **Value Elements**, starting from the beginning of the array. 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 binary values to search for in the input array.

Pins

Input Pins

  • In – Input binary array to search.

Output Pins

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