User contributions for Visuino
Jump to navigation
Jump to search
22 August 2025
- 06:3606:36, 22 August 2025 diff hist 0 N File:TArduino64BitUnsignedOnOffSwitch.Preview.png No edit summary current
- 06:2306:23, 22 August 2025 diff hist +1,294 N 64 bit Unsigned Toggle Switch Created page with "Image:TArduino64BitUnsignedToggleSwitch.png == Summary == Selects between two 64-bit unsigned inputs based on a boolean control signal. == Description == The **64-bit Unsigned Toggle Switch** component routes one of two 64-bit unsigned inputs to the output depending on the **Select** pin. When **Select** is true, the **True** input is passed to the output; when false, the **False** input is passed. The **Initial Select Value** property sets the default..." current
- 06:2306:23, 22 August 2025 diff hist 0 N File:TArduino64BitUnsignedToggleSwitch.Preview.png No edit summary current
- 06:1706:17, 22 August 2025 diff hist +1,073 N Add Unsigned 64 bit Created page with "Image:TArduinoAddUnsigned64Bit.png == Summary == Adds multiple 64-bit unsigned inputs and outputs the result. == Description == The **Add Unsigned 64-bit** component takes two or more 64-bit unsigned inputs and calculates their sum. The number of inputs is determined by the **Input Pins** property (default is 2). A **Clock** input triggers the addition operation, and the result is sent to the output. <b>Diagram:</b> Image:TArduinoAddUnsigned64Bi..." current
- 06:1706:17, 22 August 2025 diff hist 0 N File:TArduinoAddUnsigned64Bit.Preview.png No edit summary current
- 06:1406:14, 22 August 2025 diff hist +1,116 N Multiply Unsigned 64 bit Created page with "Image:TArduinoMultiplyUnsigned64Bit.png == Summary == Multiplies multiple 64-bit unsigned inputs and outputs the result. == Description == The **Multiply Unsigned 64-bit** component takes two or more 64-bit unsigned inputs and calculates their product. The number of inputs is determined by the **Input Pins** property (default is 2). A **Clock** input triggers the multiplication operation, and the result is sent to the output. <b>Diagram:</b> Ima..." current
- 06:1406:14, 22 August 2025 diff hist 0 N File:TArduinoMultiplyUnsigned64Bit.Preview.png No edit summary current
- 06:0706:07, 22 August 2025 diff hist +1,165 N Unsigned 64 bit Value Created page with "Image:TArduinoUnsigned64BitValue.png == Summary == Represents a 64-bit unsigned value that can be set or modified using configurable elements. == Description == The **Unsigned 64-bit Value** component holds a 64-bit unsigned number. You can set a default value that is output when the **Clock** pin is triggered. Additional **Elements** (click the 3-dots button) like **Set Value State**, **Add Value**, and **Set Value** have their own input pins for progr..." current
- 06:0406:04, 22 August 2025 diff hist 0 N File:TArduinoUnsigned64BitValue.Preview.png No edit summary current
- 06:0106:01, 22 August 2025 diff hist +1,887 N Unsigned 64 bit Schmitt Trigger (Hysteresis) Created page with "Image:TArduinoUnsigned64BitSchmittTrigger.png == Summary == {{:Summaries:Summary Unsigned 64-bit Schmitt Trigger (Hysteresis)}} == Description == Use this Schmitt Trigger component to compare with hysteresis a 64-bit unsigned signal with a given **Value**. The Schmitt Trigger component emits **True** when the input rises above the **High Threshold** and returns to **False** only when it falls below the **Low Threshold**. The **Inverted** property can rev..." current
- 06:0106:01, 22 August 2025 diff hist 0 N File:TArduinoUnsigned64BitSchmittTrigger.Preview.png No edit summary current
- 05:5605:56, 22 August 2025 diff hist +1,374 N Compare Unsigned 64 bit Value Created page with "Image:TArduinoCompareUnsigned64BitValue.png == Summary == Compares a 64-bit unsigned input with a specified value using a selected comparison type. == Description == The **Compare Unsigned 64-bit Value** component evaluates an incoming 64-bit unsigned input against the configured **Value** property. The **Compare Type** property defines the type of comparison: equal, not equal, greater, smaller, greater or equal, or smaller or equal. The component outpu..." current
- 05:5505:55, 22 August 2025 diff hist 0 N File:TArduinoCompareUnsigned64BitValue.Preview.png No edit summary current
- 05:5205:52, 22 August 2025 diff hist +1,441 N Compare Unsigned 64 bit Range Created page with "Image:TArduinoCompareUnsigned64BitRange.png == Summary == Checks if a 64-bit unsigned input is within a specified range. == Description == The **Compare Unsigned 64-bit Range** component evaluates whether an incoming 64-bit unsigned value falls within the defined **Min** and **Max** range. The **Include Limits** property determines whether the boundary values are considered inside the range. The **Is Outside Range** property inverts the output logic, tr..." current
- 05:5205:52, 22 August 2025 diff hist 0 N File:TArduinoCompareUnsigned64BitRange.Preview.png No edit summary current
- 05:2905:29, 22 August 2025 diff hist +930 N Unsigned 64 bit To Text Created page with "Image:TArduinoUnsigned64BitToText.png == Summary == Converts a 64-bit unsigned integer into a text representation. == Description == The **Unsigned 64-bit To Text** component transforms an incoming 64-bit unsigned integer into a text string. The numeric base for conversion can be set using the **Base** property (default is 10 for decimal representation). <b>Diagram:</b> Image:TArduinoUnsigned64BitToText.Preview.png == Categories == *Image..." current
- 05:2905:29, 22 August 2025 diff hist 0 N File:TArduinoUnsigned64BitToText.Preview.png No edit summary current
- 05:2605:26, 22 August 2025 diff hist +1,047 N 64 bit Unsigned Multi Source Created page with "Image:TArduino64BitUnsignedMultiSource.png == Summary == Duplicates a 64-bit unsigned input to multiple output pins. == Description == The **64-bit Unsigned Multi Source** component takes a single 64-bit unsigned input and distributes it to all available output pins. The number of outputs is controlled by the **Output Pins** property, allowing the same input to be sent to multiple components simultaneously. <b>Diagram:</b> Image:TArduino64BitUnsig..." current
- 05:2505:25, 22 August 2025 diff hist 0 N File:TArduino64BitUnsignedMultiSource.Preview.png No edit summary current
- 05:2305:23, 22 August 2025 diff hist +1,257 N 64 bit Unsigned Toggle Demux Created page with "Image:TArduino64BitUnsignedToggleDemux.png == Summary == Routes a 64-bit unsigned input to one of two outputs based on a boolean control signal. == Description == The **64-bit Unsigned Toggle Demux** component takes a single 64-bit 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 determines which output is active at startup, providing conditional ro..." current
- 05:2305:23, 22 August 2025 diff hist 0 N File:TArduino64BitUnsignedToggleDemux.Preview.png No edit summary current
- 05:2005:20, 22 August 2025 diff hist +1,301 N 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*..." current
- 05:2005:20, 22 August 2025 diff hist 0 N File:TArduino64BitUnsignedDemux.Preview.png No edit summary current
- 05:0205:02, 22 August 2025 diff hist +1,208 N 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..." current
- 05:0105:01, 22 August 2025 diff hist 0 N File:TArduinoUnsignedToggleDemux.Preview.png No edit summary current
- 04:5904:59, 22 August 2025 diff hist 0 N File:TArduinoUnsignedDemux.Preview.png No edit summary current
- 04:5904:59, 22 August 2025 diff hist +1,264 N 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..." current
- 04:5604:56, 22 August 2025 diff hist +1,234 N 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..." current
- 04:3904:39, 22 August 2025 diff hist +1,094 N 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..." current
- 04:3904:39, 22 August 2025 diff hist 0 N File:TArduinoRepeatUnsignedArray.Preview.png No edit summary current
- 04:3704:37, 22 August 2025 diff hist +1,302 N 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..." current
- 04:3704:37, 22 August 2025 diff hist 0 N File:TArduinoUnsignedArrayDemux.Preview.png No edit summary current
- 04:3404:34, 22 August 2025 diff hist +1,190 N 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> [..." current
- 04:3404:34, 22 August 2025 diff hist 0 N File:TArduinoUnsignedArrayToggleDemux.Preview.png No edit summary current
- 04:3204:32, 22 August 2025 diff hist +1,329 N 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..." current
- 04:3104:31, 22 August 2025 diff hist 0 N File:TArduinoUnsignedArrayToggleSwitch.Preview.png No edit summary current
- 04:2904:29, 22 August 2025 diff hist +1,284 N 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..." current
- 04:2904:29, 22 August 2025 diff hist 0 N File:TArduinoUnsignedArrayOnOffSwitch.Preview.png No edit summary current
- 04:2604:26, 22 August 2025 diff hist +1,222 N 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>..." current
- 04:2604:26, 22 August 2025 diff hist 0 N File:TArduinoUnsignedArrayMux.Preview.png No edit summary current
20 August 2025
- 23:4623:46, 20 August 2025 diff hist +1,053 N 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..." current
- 23:4623:46, 20 August 2025 diff hist 0 N File:TArduinoUnsignedArrayMultiSource.Preview.png No edit summary current
- 23:4423:44, 20 August 2025 diff hist +983 N 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..." current
- 23:4423:44, 20 August 2025 diff hist 0 N File:TArduinoUnsignedArrayChangeOnly.Preview.png No edit summary current
- 23:3923:39, 20 August 2025 diff hist +1,254 N 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..." current
- 23:3823:38, 20 August 2025 diff hist 0 N File:TArduinoIntegerDemux.Preview.png No edit summary current
- 23:3523:35, 20 August 2025 diff hist −19 Text Demux(Multiple Output channel Switch) No edit summary current
- 23:3323:33, 20 August 2025 diff hist +1,248 N 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..." current
- 23:3323:33, 20 August 2025 diff hist 0 N File:TArduinoCharDemux.Preview.png No edit summary current
- 02:0702:07, 20 August 2025 diff hist +1,108 N 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 =..." current