Integer Array Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoIntegerArrayDemux.png == Summary == Routes an integer array input to one of multiple output channels based on the selected index. == Description == The **Integer Array Demux (Multiple Output Channel Switch)** component directs the incoming integer array signal to one of several output pins, as determined by the value at the **Select** input. Only the selected output pin will carry the array data, while the others remain inactive. This is useful fo..." |
(No difference)
|
Latest revision as of 06:49, 13 November 2025
File:TArduinoIntegerArrayDemux.png
Summary
Routes an integer array input to one of multiple output channels based on the selected index.
Description
The **Integer Array Demux (Multiple Output Channel Switch)** component directs the incoming integer array signal to one of several output pins, as determined by the value at the **Select** input. Only the selected output pin will carry the array data, while the others remain inactive. This is useful for distributing array data to different processing paths dynamically.
Diagram:
Properties
- Initial Channel – Sets the initial output channel that receives the array when the system starts.
- Output Pins – Specifies the number of output pins available (default is 2).
Pins
Input Pins
- In – Integer array input signal.
- Select – Integer input that determines which output pin will carry the signal.
Output Pins
- Out – Integer array outputs (number of pins depends on the **Output Pins** property), for example **Out[0]**, **Out[1]**, etc.
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer data handling.
- File:TArduinoArraysCategory.png Category Arrays – Array routing and selection.
