New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

23 August 2025

22 August 2025

  • 23:5823:58, 22 August 2025 Unsigned Array Replace Items At Index (hist | edit) [1,225 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayReplaceItemsAtIndex.png == Summary == Replaces items in an unsigned array at a specified index with defined values. == Description == The **Unsigned Array Replace Items At Index** component allows modification of an unsigned array by replacing one or more items starting at a given **Index**. You can define the replacement values using **Value Elements**. The component is useful for updating parts of an array dynamically during e...")
  • 23:5523:55, 22 August 2025 Ignore Unsigned Ranges (hist | edit) [1,335 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsignedRanges.png == Summary == Filters out unsigned values that fall within specified ranges. == Description == The **Ignore Unsigned Ranges** component checks incoming unsigned values against a list of defined **Range** elements. If the value is inside one of the ranges, it will be marked as **ignored**. Otherwise, the value passes through the **Out** pin. This component is useful when you want to block specific intervals of value...")
  • 23:5123:51, 22 August 2025 Compare Unsigned Range (hist | edit) [1,399 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCompareUnsignedRange.png == Summary == Compares an unsigned value against a defined range and outputs a boolean result. == Description == The **Compare Unsigned Range** component checks if an incoming unsigned value falls within or outside a specified range. You can configure whether the **Min** and **Max** limits are inclusive with the **Include Limits** property, and invert the logic using **Is Outside Range**. This makes the component u...")
  • 23:4623:46, 22 August 2025 Unsigned Array Insert Items (hist | edit) [1,196 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayInsertItems.png == Summary == Inserts new items into an unsigned array at a specified index. == Description == The **Unsigned Array Insert Items** component allows inserting one or more values into an array at the specified position. The **Index** property determines where the new values will be inserted, and the **Value Elements** define the items to add. This component is useful for dynamically building or modifying arrays d...")
  • 09:5209:52, 22 August 2025 Unsigned Array Replace (hist | edit) [1,261 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayReplace.png == Summary == Replaces values in an incoming unsigned array with specified replacement values. == Description == The **Unsigned Array Replace** component scans an incoming unsigned array and replaces matching values with the specified replacements. The **From Value Elements** define which values to look for, while the **To Value Elements** specify their replacements. This component is useful when mapping or remappi...")
  • 09:4209:42, 22 August 2025 Ignore Unsigned Values (hist | edit) [1,215 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsignedValues.png == Summary == Filters incoming unsigned values based on comparison rules. == Description == The **Ignore Unsigned Values** component controls which unsigned input values are passed through. It compares incoming values with the specified **Value** and applies the rules defined by **Pass Equal Values** and **Pass Values Below**. When disabled, the component simply passes all input values unchanged. <b>Diagram:</b>...")
  • 09:2309:23, 22 August 2025 Ignore Unsigned 64 bit Values (hist | edit) [1,392 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsigned64BitValues.png == Summary == Filters incoming 64-bit unsigned values based on equality or magnitude rules. == Description == The **Ignore Unsigned 64-bit Values** component selectively blocks or passes incoming 64-bit unsigned values according to the configured **Value** property. The **Pass Equal Values** property determines if values equal to **Value** are passed. The **Pass Values Below** property determines if values sma...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)