Integer Array On/Off Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoIntegerArraySwitch.png

Summary

Enables or disables the transmission of an integer array signal to the output.

Description

The **Integer Array On/Off Switch** component allows control over whether the input integer array signal is passed through to the output. When the **Enable** pin is set to `true`, the input is transmitted to the **Out** pin; when `false`, output is stopped. Optional properties such as **Ignore Same** and **Send On Enable** refine behavior to avoid redundant updates or trigger output when enabling.

Diagram:

Properties

  • Initial Enabled – Sets the initial enabled state of the component.
  • Ignore Same – When enabled, prevents sending identical values repeatedly.
  • Send On Enable – When enabled, sends the current value immediately upon activation.

Pins

Input Pins

  • Enable – Boolean input that controls whether data is passed through.
  • In – Integer array input signal.

Output Pins

  • Out – Integer array output (active only when enabled).

Categories