CAN bus Mux(Multi channel Switch): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoCANBusMux.png == Summary == Selects one of multiple CAN bus input signals based on an integer channel index. == Description == The **CAN bus Mux (Multi Channel Switch)** component allows routing of multiple CAN bus input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple CAN bus sources into one processing or output path. <b>Diagram:</b> Image..."
 
(No difference)

Latest revision as of 11:42, 14 September 2025

File:TArduinoCANBusMux.png

Summary

Selects one of multiple CAN bus input signals based on an integer channel index.

Description

The **CAN bus Mux (Multi Channel Switch)** component allows routing of multiple CAN bus input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple CAN bus sources into one processing or output path.

Diagram:


Properties

  • Initial Channel – Sets the default selected channel index at startup.
  • Input Pins – Defines the number of available input pins (default 2).

Pins

  • In – Multiple CAN bus inputs (count defined by **Input Pins**).
  • Select – Integer input that selects the active channel.
  • Out – CAN bus output of the selected input channel.

Categories