Binary Array

From Visuino
Jump to navigation Jump to search

File:TArduinoBinaryArray.png

Summary

Outputs predefined binary values based on the index pin or initial index.

Description

The **Binary Array** component stores a list of binary values that can be accessed via the **Index** pin. - **Elements** – Click the **3 dots** button to open the elements editor, where you can add multiple binary value elements. - **Initial Index** – Sets the starting position in the array when the component initializes.

The **Clock** pin does not advance the sequence; it simply triggers output of the element currently selected by the **Index** pin.

Diagram:

Categories

Properties

  • Elements – List of binary value elements; editable via the elements editor.
  • Initial Index – Zero-based index for the starting element.

Pins

  • Index – Integer input to select which element to output.
  • Clock – Triggers output of the element currently selected by the **Index** pin.
  • Out – Binary output of the selected element.