CAN bus Toggle Demux

From Visuino
Revision as of 10:55, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCANToggleDemux.png == Summary == Routes a single CAN bus input to one of two outputs based on a boolean control signal. == Description == The **CAN bus Toggle Demux** component takes a single CAN bus input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for CAN bus messages....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCANToggleDemux.png

Summary

Routes a single CAN bus input to one of two outputs based on a boolean control signal.

Description

The **CAN bus Toggle Demux** component takes a single CAN bus input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for CAN bus messages.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default select state (boolean) at startup.

Pins

Input Pins

  • In – CAN bus input.
  • Select – Boolean control input determining the active output channel.

Output Pins

  • True – CAN bus output when **Select** is true.
  • False – CAN bus output when **Select** is false.