CAN bus Toggle Demux
Jump to navigation
Jump to search
File:TArduinoCANToggleDemux.png
Summary
Routes a single CAN bus input to one of two outputs based on a boolean control signal.
Description
The **CAN bus Toggle Demux** component takes a single CAN bus input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for CAN bus messages.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal routing and switching.
- File:TArduinoCANCATEGORY.png Category CAN bus – CAN bus communication components.
Properties
- Initial Select Value – Sets the default select state (boolean) at startup.
Pins
Input Pins
- In – CAN bus input.
- Select – Boolean control input determining the active output channel.
Output Pins
- True – CAN bus output when **Select** is true.
- False – CAN bus output when **Select** is false.