Touch On/Off Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoTouchSwitch.png

Summary

Summaries:Summary Touch On/Off Switch

Description

The Touch On/Off Switch component allows you to Enable or Disable the signal from the Touch input to be sent to the output.

When disabled, no signal is forwarded.

When enabled, the input touch signal is mirrored to the output, with optional control behavior via additional properties.

Diagram:

Categories

Properties

  • Initial Enabled – Defines whether the component starts in the enabled (True) or disabled (False) state.
  • Ignore Same – Boolean; when True, identical consecutive input values will not be resent to the output.
  • Send On Enable – Boolean; when True, the current input is sent immediately upon enabling, even if unchanged.

Pins

  • In – Touch input signal.
  • Enable – Boolean input controlling whether the input is passed to the output.
  • Out – Touch output; mirrors In when enabled.