CAN bus Multi-Source Merger

From Visuino
Revision as of 06:25, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCANBusMultiSourceMerger.png == Summary == Merges multiple CAN bus input signals into a single output channel. == Description == The **CAN bus Multi-Source Merger** component combines multiple CAN bus inputs into one unified output. This is useful when multiple CAN bus sources need to be routed to the same processing or transmission channel. The number of available input pins can be configured through the **Input Pins** property. <b>Diag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCANBusMultiSourceMerger.png

Summary

Merges multiple CAN bus input signals into a single output channel.

Description

The **CAN bus Multi-Source Merger** component combines multiple CAN bus inputs into one unified output. This is useful when multiple CAN bus sources need to be routed to the same processing or transmission channel. The number of available input pins can be configured through the **Input Pins** property.

Diagram:

Properties

  • Input Pins – Defines the number of CAN bus input pins (default 2).

Pins

Input Pins

  • Pin [0] – First CAN bus input.
  • Pin [1] – Second CAN bus input.
  • (Additional pins appear if more inputs are configured.)*

Output Pins

  • Out – Merged CAN bus output.

Categories