CAN bus Toggle Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoCANToggleSwitch.png == Summary == Selects between two CAN bus inputs based on a boolean control signal. == Description == The **CAN bus Toggle Switch** component acts as a binary selector for CAN bus signals. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initial Select Value** propert..." |
(No difference)
|
Latest revision as of 11:12, 14 September 2025
File:TArduinoCANToggleSwitch.png
Summary
Selects between two CAN bus inputs based on a boolean control signal.
Description
The **CAN bus Toggle Switch** component acts as a binary selector for CAN bus signals. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initial Select Value** property sets the default routing state at startup.
Diagram:
Properties
- Initial Select Value – Sets the default select state at startup (boolean).
Pins
Input Pins
- Select – Boolean input that determines which CAN bus input is routed to the output.
- True – CAN bus input routed when **Select** is true.
- False – CAN bus input routed when **Select** is false.
Output Pins
- Out – CAN bus output from the selected input.
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoCANCategory.png Category CAN – CAN bus signal components.