Repeat CAN bus: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatCANBus.png == Summary == The **Repeat CAN Bus** component repeats a CAN bus message a specified number of times. == Description == This component receives a CAN bus message and outputs it multiple times according to the configured count. Useful for testing, simulation, or repeating CAN messages in automotive or industrial applications. <b>Diagram:</b> Image:TArduinoRepeatCANBus.Preview.png == Properties == *'''Enabled''' (boolean) –..." |
(No difference)
|
Latest revision as of 02:37, 14 September 2025
Summary
The **Repeat CAN Bus** component repeats a CAN bus message a specified number of times.
Description
This component receives a CAN bus message and outputs it multiple times according to the configured count. Useful for testing, simulation, or repeating CAN messages in automotive or industrial applications.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the CAN message is repeated.
Pins
Input Pins
- in – Input CAN message to repeat.
Output Pins
- out – Output repeated CAN messages.
Categories
- File:TArduinoCANCategory.png Category CAN Bus – CAN bus communication components.