CAN bus On/Off Switch

From Visuino
Revision as of 12:09, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCANBusOnOffSwitch.png == Summary == Enables or disables the flow of a CAN bus input signal to the output. == Description == The **CAN bus On/Off Switch** component allows conditional control of a CAN bus signal. When **Enable** is active, the value from **In** is passed to **Out**. When **Enable** is inactive, the output is blocked. This is useful for gating, selectively routing, or pausing CAN bus signal propagation. <b>Diagram:</b> Ima...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCANBusOnOffSwitch.png

Summary

Enables or disables the flow of a CAN bus input signal to the output.

Description

The **CAN bus On/Off Switch** component allows conditional control of a CAN bus signal. When **Enable** is active, the value from **In** is passed to **Out**. When **Enable** is inactive, the output is blocked. This is useful for gating, selectively routing, or pausing CAN bus signal propagation.

Diagram:

Categories

Properties

  • Initial Enabled – Defines whether the component starts enabled or disabled.
  • Ignore Same – When enabled, prevents re-sending the same output value if unchanged.
  • Send On Enable – If enabled, immediately outputs the current input when the switch is enabled.

Pins

  • In – CAN bus input signal.
  • Enable – Boolean input to enable or disable the output.
  • Out – CAN bus output signal.