CAN bus Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image: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** pro..." |
(No difference)
|
Latest revision as of 10:51, 14 September 2025
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
- File:TArduinoCANCATEGORY.png Category CAN bus – CAN bus communication components.
- File:TArduinoDigitalCategory.png Category Digital – Digital selection control.