New pages
Jump to navigation
Jump to search
22 August 2025
- 09:2009:20, 22 August 2025 Remember 64 bit Unsigned Value (hist | edit) [1,321 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRememberUnsigned64BitValue.png == Summary == Stores and recalls a 64-bit unsigned value based on trigger inputs. == Description == The **Remember 64-bit Unsigned Value** component allows storing an incoming 64-bit unsigned value when the **Remember** pin is triggered. The stored value can later be output through the **Recall** pin, or directly passed to the **Out** pin. The **Initial Value** property sets the starting value, and the compon...")
- 09:1809:18, 22 August 2025 Ignore Unsigned 64 bit Ranges (hist | edit) [1,346 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsigned64BitRanges.png == Summary == Ignores incoming 64-bit unsigned values that fall within specified ranges. == Description == The **Ignore Unsigned 64-bit Ranges** component filters 64-bit unsigned input values based on user-defined ranges. Use the **Elements** property (click the 3-dots button) to add **Range** elements specifying the values to ignore. Values outside the defined ranges pass to the **Out** pin, while values insi...")
- 09:1509:15, 22 August 2025 Min Limit Unsigned 64 bit (hist | edit) [1,117 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a minimum specified value. == Description == The **Min Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not fall below the configured **Value** property. If the input is lower than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled*...")
- 09:1409:14, 22 August 2025 Max Limit Unsigned 64 bit (hist | edit) [1,130 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a maximum specified value. == Description == The **Max Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not exceed the configured **Value** property. If the input is higher than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled** p...")
- 09:1109:11, 22 August 2025 Multiply Unsigned 64 bit By Value (hist | edit) [1,106 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMultiplyUnsigned64BitByValue.png == Summary == Multiplies a stored 64-bit unsigned value by the incoming input and outputs the result. == Description == The **Multiply Unsigned 64-bit By Value** component performs a multiplication where the configured **Value** property is multiplied by the incoming 64-bit unsigned input. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** propert...")
- 09:0909:09, 22 August 2025 Divide Unsigned 64 bit By Value (hist | edit) [1,100 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDivideUnsigned64BitByValue.png == Summary == Divides a stored 64-bit unsigned value by the incoming input and outputs the result. == Description == The **Divide Unsigned 64-bit By Value** component performs a division where the configured **Value** property is the dividend and the incoming 64-bit unsigned input is the divisor. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** pr...")
- 09:0709:07, 22 August 2025 Divide Unsigned 64 bit Value (hist | edit) [1,071 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDivideUnsigned64BitValue.png == Summary == Divides the incoming 64-bit unsigned input by a stored value and outputs the result. == Description == The **Divide Unsigned 64-bit Value** component performs a division where the incoming 64-bit unsigned input is divided by the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b>...")
- 09:0109:01, 22 August 2025 Subtract Unsigned 64 bit From Value (hist | edit) [1,166 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSubtractUnsigned64BitFromValue.png == Summary == Subtracts the incoming 64-bit unsigned input from a stored value and outputs the result. == Description == The **Subtract Unsigned 64-bit From Value** component performs a subtraction where the configured **Value** property is the minuend and the incoming 64-bit unsigned input is the subtrahend. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using t...")
- 08:5908:59, 22 August 2025 Subtract Unsigned 64 bit Value (hist | edit) [1,080 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSubtractUnsigned64BitValue.png == Summary == Subtracts a stored 64-bit unsigned value from the incoming input and outputs the result. == Description == The **Subtract Unsigned 64-bit Value** component performs a subtraction between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:<...")
- 08:5608:56, 22 August 2025 Add Unsigned 64 bit Value (hist | edit) [1,036 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAddUnsigned64BitValue.png == Summary == Adds a stored 64-bit unsigned value to the incoming input and outputs the result. == Description == The **Add Unsigned 64-bit Value** component performs an addition between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TArd...")
- 08:5308:53, 22 August 2025 And Unsigned 64 bit Value (hist | edit) [1,062 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAndUnsigned64BitValue.png == Summary == Performs a bitwise AND operation between the input and a stored 64-bit unsigned value. == Description == The **And Unsigned 64-bit Value** component applies a bitwise AND between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
- 08:4408:44, 22 August 2025 Or Unsigned 64 bit Value (hist | edit) [1,054 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoOrUnsigned64BitValue.png == Summary == Performs a bitwise OR operation between the input and a stored 64-bit unsigned value. == Description == The **Or Unsigned 64-bit Value** component applies a bitwise OR between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TA...")
- 08:4208:42, 22 August 2025 Xor Unsigned 64 bit Value (hist | edit) [1,062 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoXorUnsigned64BitValue.png == Summary == Performs a bitwise XOR operation between the input and a stored 64-bit unsigned value. == Description == The **Xor Unsigned 64-bit Value** component applies a bitwise XOR between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
- 08:4008:40, 22 August 2025 Accumulate(Integral) Unsigned 64 bit (hist | edit) [1,180 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAccumulateUnsigned64Bit.png == Summary == Calculates the cumulative sum (integral) of incoming 64-bit unsigned values. == Description == The **Accumulate (Integral) Unsigned 64-bit** component continuously adds incoming 64-bit unsigned values to an internal accumulator. The **Initial Value** property sets the starting point of the accumulation. The **Reset** input clears the accumulator, and the component can be enabled or disabled using t...")
- 08:3708:37, 22 August 2025 Min Unsigned 64 bit Value (hist | edit) [1,054 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinUnsigned64BitValue.png == Summary == Outputs the minimum 64-bit unsigned value received on the input. == Description == The **Min Unsigned 64-bit Value** component monitors incoming 64-bit unsigned values and retains the lowest value received. The **Reset** input clears the stored minimum, allowing the component to start tracking anew. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image...")
- 08:3508:35, 22 August 2025 Max Unsigned 64 bit Value (hist | edit) [1,055 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxUnsigned64BitValue.png == Summary == Outputs the maximum 64-bit unsigned value received on the input. == Description == The **Max Unsigned 64-bit Value** component monitors incoming 64-bit unsigned values and retains the highest value received. The **Reset** input clears the stored maximum, allowing the component to start tracking anew. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
- 07:0107:01, 22 August 2025 Limit Unsigned 64 bit between Min and Max (hist | edit) [1,161 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoLimitUnsigned64Bit.png == Summary == Constrains a 64-bit unsigned input value within specified minimum and maximum limits. == Description == The **Limit Unsigned 64-bit between Min and Max** component ensures that an incoming 64-bit unsigned value stays within the defined range. Values below **Min** are raised to **Min**, and values above **Max** are lowered to **Max**. The component can be enabled or disabled using the **Enabled** propert...")
- 06:3806:38, 22 August 2025 64 bit Unsigned Mux(Multi channel Switch) (hist | edit) [1,225 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedMux.png == Summary == Selects one of multiple 64-bit unsigned inputs and routes it to a single output. == Description == The **64-bit Unsigned Mux (Multi Channel Switch)** component takes multiple 64-bit unsigned inputs and outputs the one selected by the **Select** pin. The number of input pins is determined by the **Input Pins** property, and the **Initial Channel** property sets the default active input at startup. <b>Diag...")
- 06:3706:37, 22 August 2025 64 bit Unsigned On/Off Switch (hist | edit) [1,344 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedOnOffSwitch.png == Summary == Controls the flow of a 64-bit unsigned input using an enable signal. == Description == The **64-bit Unsigned On/Off Switch** component acts as a gate for a 64-bit unsigned input. When enabled, the input is passed through to the output; when disabled, the output is blocked. The component includes options to ignore repeated values, set the initial enabled state, and send the input automatically when...")
- 06:2306:23, 22 August 2025 64 bit Unsigned Toggle Switch (hist | edit) [1,294 bytes] Visuino (talk | contribs) (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...")
- 06:1706:17, 22 August 2025 Add Unsigned 64 bit (hist | edit) [1,073 bytes] Visuino (talk | contribs) (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...")
- 06:1406:14, 22 August 2025 Multiply Unsigned 64 bit (hist | edit) [1,116 bytes] Visuino (talk | contribs) (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...")
- 06:0706:07, 22 August 2025 Unsigned 64 bit Value (hist | edit) [1,165 bytes] Visuino (talk | contribs) (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...")
- 06:0106:01, 22 August 2025 Unsigned 64 bit Schmitt Trigger (Hysteresis) (hist | edit) [1,887 bytes] Visuino (talk | contribs) (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...")
- 05:5605:56, 22 August 2025 Compare Unsigned 64 bit Value (hist | edit) [1,374 bytes] Visuino (talk | contribs) (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...")
- 05:5205:52, 22 August 2025 Compare Unsigned 64 bit Range (hist | edit) [1,441 bytes] Visuino (talk | contribs) (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...")
- 05:2905:29, 22 August 2025 Unsigned 64 bit To Text (hist | edit) [930 bytes] Visuino (talk | contribs) (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...")
- 05:2605:26, 22 August 2025 64 bit Unsigned Multi Source (hist | edit) [1,047 bytes] Visuino (talk | contribs) (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...")
- 05:2305:23, 22 August 2025 64 bit Unsigned Toggle Demux (hist | edit) [1,257 bytes] Visuino (talk | contribs) (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...")
- 05:2005:20, 22 August 2025 64 bit Unsigned Demux(Multiple Output channel Switch) (hist | edit) [1,301 bytes] Visuino (talk | contribs) (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:0205:02, 22 August 2025 Unsigned Toggle Demux (hist | edit) [1,208 bytes] Visuino (talk | contribs) (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...")
- 04:5904:59, 22 August 2025 Unsigned Demux(Multiple Output channel Switch) (hist | edit) [1,264 bytes] Visuino (talk | contribs) (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:5604:56, 22 August 2025 Digitals To Unsigned(Binary Encoder) (hist | edit) [1,234 bytes] Visuino (talk | contribs) (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:3904:39, 22 August 2025 Repeat Unsigned Array (hist | edit) [1,094 bytes] Visuino (talk | contribs) (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:3704:37, 22 August 2025 Unsigned Array Demux(Multiple Output channel Switch) (hist | edit) [1,302 bytes] Visuino (talk | contribs) (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:3404:34, 22 August 2025 Unsigned Array Toggle Demux (hist | edit) [1,190 bytes] Visuino (talk | contribs) (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:3204:32, 22 August 2025 Unsigned Array Toggle Switch (hist | edit) [1,329 bytes] Visuino (talk | contribs) (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:2904:29, 22 August 2025 Unsigned Array On/Off Switch (hist | edit) [1,284 bytes] Visuino (talk | contribs) (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:2604:26, 22 August 2025 Unsigned Array Mux(Multi channel Switch) (hist | edit) [1,222 bytes] Visuino (talk | contribs) (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>...")
20 August 2025
- 23:4623:46, 20 August 2025 Unsigned Array Multi Source (hist | edit) [1,053 bytes] Visuino (talk | contribs) (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:4423:44, 20 August 2025 Unsigned Array Change Only (hist | edit) [983 bytes] Visuino (talk | contribs) (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:3923:39, 20 August 2025 Integer Demux(Multiple Output channel Switch) (hist | edit) [1,254 bytes] Visuino (talk | contribs) (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:3323:33, 20 August 2025 Char Demux(Multiple Output channel Switch) (hist | edit) [1,248 bytes] Visuino (talk | contribs) (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...")
- 02:0702:07, 20 August 2025 Unsigned To Unsigned Array (hist | edit) [1,108 bytes] Visuino (talk | contribs) (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:0202:02, 20 August 2025 Text Demux(Multiple Output channel Switch) (hist | edit) [1,178 bytes] Visuino (talk | contribs) (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>...")
- 01:5601:56, 20 August 2025 Step/Iterate Unsigned Array Items (hist | edit) [1,195 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoStepIterateUnsignedArrayItems.png == Summary == Iterates through the elements of an unsigned array one at a time. == Description == The **Step/Iterate Unsigned Array Items** component steps through the items of an incoming unsigned array sequentially. Each step outputs the current element along with its index and the total count of items. If the array is empty, the **Empty** clock output is triggered. <b>Diagram:</b> Image:TArduinoSt...")
- 01:5301:53, 20 August 2025 Get Unsigned Array Item At Index (hist | edit) [1,315 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoGetUnsignedArrayItemAtIndex.png == Summary == Retrieves an unsigned array element at a specified index. == Description == The **Get Unsigned Array Item At Index** component outputs the value of an unsigned array element at the position specified by the **Index** property. If the index is invalid, the component can trigger the **Out Of Range** clock output. The **Empty** clock output activates when the array is empty. <b>Diagram:</b> ...")
- 01:5001:50, 20 August 2025 Unsigned Array Delete Items (hist | edit) [1,179 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayDeleteItems.png == Summary == Removes a specified number of items from an unsigned array starting at a given index. == Description == The **Unsigned Array Delete Items** component takes an input unsigned array and deletes items from it, beginning at the position defined by the **Index** property. The number of items to remove is defined by the **Count** property. The resulting array is available at the **Out** pin. <b>Diagram...")
- 01:4501:45, 20 August 2025 Unsigned Array Snapshot (hist | edit) [998 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArraySnapshot.png == Summary == Captures the current unsigned input value into an array snapshot. == Description == The **Unsigned Array Snapshot** component stores incoming unsigned values into an internal array, creating a snapshot of the data. The array can be reset using the **Reset** pin, and the contents can be output through the **Out** pin. <b>Diagram:</b> Image:TArduinoUnsignedArraySnapshot.Preview.png == Catego...")
- 01:4201:42, 20 August 2025 Min Limit Unsigned (hist | edit) [986 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitUnsigned.png == Summary == Limits an unsigned input signal to a specified minimum value. == Description == The **Min Limit Unsigned** component passes the input signal through but clamps it to the minimum defined by the **Value** property. This ensures the output never falls below the specified minimum limit. <b>Diagram:</b> Image:TArduinoMinLimitUnsigned.Preview.png == Categories == *Image:TArduinoSignalCategory.png...")