Complex Array On/Off Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexArraySwitch.png

Summary

Enables or disables the flow of a complex array signal from input to output.

Description

The **Complex Array On/Off Switch** component allows control over whether a complex array input is passed to the output. When the **Enable** pin is `true`, the input value at **In** is forwarded to the **Out** pin. When disabled, the output is blocked. This is useful for conditionally controlling complex array data flow.

Diagram:

Categories

Properties

  • Initial Enabled – Sets the initial enabled/disabled state at startup.
  • Ignore Same – If enabled, prevents resending the same value consecutively.
  • Send On Enable – If enabled, sends the current input immediately when switching to enabled.

Pins

  • In – Complex array input.
  • Enable – Boolean input that enables or disables the signal flow.
  • Out – Complex array output.