Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Visuino. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:23, 22 August 2025 Visuino talk contribs created page File:TArduino64BitUnsignedToggleDemux.Preview.png
- 05:23, 22 August 2025 Visuino talk contribs uploaded File:TArduino64BitUnsignedToggleDemux.Preview.png
- 05:20, 22 August 2025 Visuino talk contribs created page 64 bit Unsigned Demux(Multiple Output channel Switch) (Created page with "Image:TArduino64BitUnsignedDemux.png == Summary == Routes a 64-bit unsigned input to one of multiple outputs based on an integer control signal. == Description == The **64-bit Unsigned Demux (Multiple Output Channel Switch)** component takes a single 64-bit unsigned input and directs it to one of several outputs, depending on the value of the **Select** pin. The number of output pins is defined by the **Output Pins** property, while the **Initial Channel*...")
- 05:20, 22 August 2025 Visuino talk contribs created page File:TArduino64BitUnsignedDemux.Preview.png
- 05:20, 22 August 2025 Visuino talk contribs uploaded File:TArduino64BitUnsignedDemux.Preview.png
- 05:02, 22 August 2025 Visuino talk contribs created page Unsigned Toggle Demux (Created page with "Image:TArduinoUnsignedToggleDemux.png == Summary == Routes an unsigned input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Toggle Demux** component takes a single unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property defines which output is active at startup, making it useful for conditional routing of numeric...")
- 05:01, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedToggleDemux.Preview.png
- 05:01, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedToggleDemux.Preview.png
- 04:59, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedDemux.Preview.png
- 04:59, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedDemux.Preview.png
- 04:59, 22 August 2025 Visuino talk contribs created page Unsigned Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoUnsignedDemux.png == Summary == Routes an unsigned input value to one of multiple outputs based on a control signal. == Description == The **Unsigned Demux (Multiple Output Channel Switch)** component takes a single unsigned input and directs it to one of several outputs. The active output is determined by the value of the **Select** pin, while the **Initial Channel** property sets the default output at startup. The number of output pins i...")
- 04:56, 22 August 2025 Visuino talk contribs created page Digitals To Unsigned(Binary Encoder) (Created page with "Image:TArduinoDigitalsToUnsigned.png == Summary == Encodes multiple digital inputs into a single unsigned integer value. == Description == The **Digitals To Unsigned (Binary Encoder)** component reads several digital inputs and combines them into a single unsigned integer output. Each digital input represents a bit in the resulting value, where the first input corresponds to the least significant bit (LSB). The number of inputs is set by the **Input Pin...")
- 04:39, 22 August 2025 Visuino talk contribs created page Repeat Unsigned Array (Created page with "Image:TArduinoRepeatUnsignedArray.png == Summary == Repeats an incoming unsigned array a specified number of times. == Description == The **Repeat Unsigned Array** component takes an input unsigned array and produces an output where the array is repeated multiple times in sequence. The number of repetitions is defined by the **Count** property, and the component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TArdu...")
- 04:39, 22 August 2025 Visuino talk contribs created page File:TArduinoRepeatUnsignedArray.Preview.png
- 04:39, 22 August 2025 Visuino talk contribs uploaded File:TArduinoRepeatUnsignedArray.Preview.png
- 04:37, 22 August 2025 Visuino talk contribs created page Unsigned Array Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoUnsignedArrayDemux.png == Summary == Routes an unsigned array input to one of multiple outputs based on an integer control signal. == Description == The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channe...")
- 04:37, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayDemux.Preview.png
- 04:37, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayDemux.Preview.png
- 04:34, 22 August 2025 Visuino talk contribs created page Unsigned Array Toggle Demux (Created page with "Image:TArduinoUnsignedArrayToggleDemux.png == Summary == Routes an unsigned array input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Demux** component takes a single unsigned array input and directs it to either the **True** or **False** output depending on the value of the **Select** pin. The **Initial Select Value** property determines the default routing state at startup. <b>Diagram:</b> [...")
- 04:34, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayToggleDemux.Preview.png
- 04:34, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayToggleDemux.Preview.png
- 04:32, 22 August 2025 Visuino talk contribs created page Unsigned Array Toggle Switch (Created page with "Image:TArduinoUnsignedArrayToggleSwitch.png == Summary == Selects between two unsigned array inputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Switch** component acts as a binary selector for unsigned arrays. 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 **Initia...")
- 04:31, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayToggleSwitch.Preview.png
- 04:31, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayToggleSwitch.Preview.png
- 04:29, 22 August 2025 Visuino talk contribs created page Unsigned Array On/Off Switch (Created page with "Image:TArduinoUnsignedArrayOnOffSwitch.png == Summary == Controls the flow of an unsigned array input using an enable signal. == Description == The **Unsigned Array On/Off Switch** component passes an unsigned array input to the output only when enabled. It includes options to ignore repeated values, set the initial enabled state, and automatically send the array when the component is enabled. <b>Diagram:</b> Image:TArduinoUnsignedArrayOnOffSwitch...")
- 04:29, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayOnOffSwitch.Preview.png
- 04:29, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayOnOffSwitch.Preview.png
- 04:26, 22 August 2025 Visuino talk contribs created page Unsigned Array Mux(Multi channel Switch) (Created page with "Image:TArduinoUnsignedArrayMux.png == Summary == Selects one of multiple unsigned array inputs and routes it to a single output channel. == Description == The **Unsigned Array Mux (Multi Channel Switch)** component takes multiple unsigned array inputs and outputs the one selected by the **Select** pin. The number of inputs is set by the **Input Pins** property, while the **Initial Channel** property defines the default active input. <b>Diagram:</b>...")
- 04:26, 22 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayMux.Preview.png
- 04:26, 22 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayMux.Preview.png
- 23:46, 20 August 2025 Visuino talk contribs created page Unsigned Array Multi Source (Created page with "Image:TArduinoUnsignedArrayMultiSource.png == Summary == Duplicates an unsigned array input to multiple output pins. == Description == The **Unsigned Array Multi Source** component takes a single unsigned array input and distributes (copies) it to all available output pins. The number of outputs is controlled by the **Output Pins** property, making it useful for sending the same array to multiple components simultaneously. <b>Diagram:</b> Image:TA...")
- 23:46, 20 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayMultiSource.Preview.png
- 23:46, 20 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayMultiSource.Preview.png
- 23:44, 20 August 2025 Visuino talk contribs created page Unsigned Array Change Only (Created page with "Image:TArduinoUnsignedArrayChangeOnly.png == Summary == Outputs an unsigned array only when its value changes. == Description == The **Unsigned Array Change Only** component monitors an incoming unsigned array and passes it to the output only when the array has changed compared to the previous value. This helps reduce unnecessary processing and data transmission by ignoring unchanged values. <b>Diagram:</b> Image:TArduinoUnsignedArrayChangeOnly.Pr...")
- 23:44, 20 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayChangeOnly.Preview.png
- 23:44, 20 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayChangeOnly.Preview.png
- 23:39, 20 August 2025 Visuino talk contribs created page Integer Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoIntegerDemux.png == Summary == Routes an integer input to one of multiple output channels based on an integer selection input. == Description == The **Integer Demux (Multiple Output Channel Switch)** component takes an integer input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>D...")
- 23:38, 20 August 2025 Visuino talk contribs created page File:TArduinoIntegerDemux.Preview.png
- 23:38, 20 August 2025 Visuino talk contribs uploaded File:TArduinoIntegerDemux.Preview.png
- 23:33, 20 August 2025 Visuino talk contribs created page Char Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoCharDemux.png == Summary == Routes a character input to one of multiple output channels based on an integer selection input. == Description == The **Char Demux (Multiple Output Channel Switch)** component takes a character input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>Diagr...")
- 23:33, 20 August 2025 Visuino talk contribs created page File:TArduinoCharDemux.Preview.png
- 23:33, 20 August 2025 Visuino talk contribs uploaded File:TArduinoCharDemux.Preview.png
- 02:07, 20 August 2025 Visuino talk contribs created page Unsigned To Unsigned Array (Created page with "Image:TArduinoUnsignedToUnsignedArray.png == Summary == Combines multiple unsigned inputs into a single unsigned array. == Description == The **Unsigned To Unsigned Array** component collects values from multiple unsigned input pins and outputs them as an array. The number of input pins is determined by the **Input Pins** property, and a clock input triggers the array output. <b>Diagram:</b> Image:TArduinoUnsignedToUnsignedArray.Preview.png =...")
- 02:07, 20 August 2025 Visuino talk contribs created page File:TArduinoUnsignedToUnsignedArray.Preview.png
- 02:07, 20 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedToUnsignedArray.Preview.png
- 02:07, 20 August 2025 Visuino talk contribs deleted page File:TArduinoUnsignedToUnsignedArray.png (content was: "", and the only contributor was "Visuino" (talk))
- 02:06, 20 August 2025 Visuino talk contribs created page File:TArduinoUnsignedToUnsignedArray.png
- 02:06, 20 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedToUnsignedArray.png
- 02:02, 20 August 2025 Visuino talk contribs created page Text Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoTextDemux.png == Summary == Routes a text input to one of multiple output channels based on an unsigned selection input. == Description == The **Text Demux (Multiple Output Channel Switch)** component takes a text input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>Diagram:</b>...")
- 02:00, 20 August 2025 Visuino talk contribs created page File:TArduinoTextDemux.Preview.png