Integer Array Toggle Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoIntegerArrayToggleSwitch.png

Summary

Selects between two integer array inputs based on a boolean control signal.

Description

The Integer Array Toggle Switch component switches the output between the True and False integer array inputs according to the boolean state of the Select pin. When Select is True, the True input is passed to the Out pin; when False, the False input is passed instead.

The Initial Select Value property defines which input is active at startup or before any changes occur.

Diagram:

Properties

  • Initial Select Value – Boolean value that determines which input is initially selected.

Pins

Input Pins

  • In – Integer array input trigger or control (optional, depending on configuration).
  • True – Integer array input used when Select is True.
  • False – Integer array input used when Select is False.
  • Select – Boolean input that determines which array is passed through.

Output Pins

  • Out – Integer array output based on the current select state.

Categories