Analog Array On/Off Switch: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoAnalogArrayOnOffSwitch.png == Summary == Analog array switching component that can enable or disable the flow of analog array signals with configurable behavior. == Description == The Analog Array On/Off Switch controls the passing of analog array values from input to output. It can ignore repeated values, set an initial enabled state, and optionally send values immediately when enabled. <b>Diagram:</b> Image:TArduinoAnalogArrayOnOffSwitch.Pre..."
 
(No difference)

Latest revision as of 09:37, 7 September 2025

File:TArduinoAnalogArrayOnOffSwitch.png

Summary

Analog array switching component that can enable or disable the flow of analog array signals with configurable behavior.

Description

The Analog Array On/Off Switch controls the passing of analog array values from input to output. It can ignore repeated values, set an initial enabled state, and optionally send values immediately when enabled.

Diagram:

Properties

  • Ignore Same (boolean) – Prevents repeated identical values from being sent.
  • Initial Enabled (boolean) – Determines if the switch starts in the enabled state.
  • Send On Enable (boolean) – When enabled, immediately sends the current value upon activation.

Pins

Input Pins

  • In (analog array) – Incoming analog array values.
  • Enable (digital) – Digital signal to enable or disable the switch.

Output Pins

  • Out (analog array) – Forwarded analog array values when enabled.

Categories