CAN bus Demux(Multiple Output channel Switch)

From Visuino
Jump to navigation Jump to search

File:TArduinoCANDemux.png

Summary

The **CAN bus Demux (Multiple Output Channel Switch)** routes a single CAN bus input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input.

Description

This component allows dynamic distribution of a CAN bus message stream to multiple outputs. The number of output channels is configurable with the **Output Pins** property. Only the selected output channel receives the CAN messages, while others remain inactive.

Diagram:

Properties

  • Initial Channel – The default output channel that receives the CAN bus input on startup.
  • Output Pins – Number of output channels (default 2).

Pins

Input Pins

  • In – CAN bus input.
  • Select (integer) – Determines which output channel is active.

Output Pins

  • Pin [0] – First output channel (CAN bus).
  • Pin [1] – Second output channel (CAN bus).
  • – Additional outputs depend on **Output Pins** setting.

Categories