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).
- 04:05, 15 August 2025 Visuino talk contribs created page Xor Integer 64 bit Value (Created page with "Image:TArduinoInteger64XorValue.png == Summary == Performs a bitwise XOR between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise XOR operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 if it is set in the input or in the **Value**, but not in both. <b>Diagram:</b> Image:TArduinoInteger64XorValue.Preview.png == Categories == *Image:T...")
- 04:04, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64XorValue.Preview.png
- 04:04, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64XorValue.Preview.png
- 04:02, 15 August 2025 Visuino talk contribs created page And Integer 64 bit Value (Created page with "Image:TArduinoInteger64AndValue.png == Summary == Performs a bitwise AND between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise AND operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 only if it is set in both the input and the **Value**. <b>Diagram:</b> Image:TArduinoInteger64AndValue.Preview.png == Categories == *Image:TMathToolb...")
- 04:01, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64AndValue.Preview.png
- 04:01, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64AndValue.Preview.png
- 03:58, 15 August 2025 Visuino talk contribs created page Or Integer 64 bit Value (Created page with "Image:TArduinoInteger64OrValue.png == Summary == Performs a bitwise OR between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise OR operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 if it is set in either the input or the **Value**. <b>Diagram:</b> Image:TArduinoInteger64OrValue.Preview.png == Categories == *Image:TMathToolbarCatego...")
- 03:57, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64OrValue.Preview.png
- 03:57, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64OrValue.Preview.png
- 03:51, 15 August 2025 Visuino talk contribs created page Add Integer 64 bit Value (Created page with "Image:TArduinoInteger64AddValue.png == Summary == Adds a specified value to a 64-bit integer input. == Description == Use this component to add a specified **Value** to the 64-bit Integer signal. <b>Diagram:</b> Image:ArduinoInteger64AddValue.Preview.png == Categories == *Image:TMathToolbarCategory.png Category Filters/Math – Math filtering operations *Image:TMathToolbarCategory.png Category Math – General mathematical operations *Image...")
- 03:49, 15 August 2025 Visuino talk contribs created page File:ArduinoInteger64AddValue.Preview.png
- 03:49, 15 August 2025 Visuino talk contribs uploaded File:ArduinoInteger64AddValue.Preview.png
- 03:44, 15 August 2025 Visuino talk contribs created page Divide Integer 64 bit By Value (Created page with "Image:TArduinoInteger64DivideByValue.png == Summary == Divides a 64-bit integer input by a specified value. == Description == Use this component to divide the 64-bit Integer signal by a specified **Value**. <b>Diagram:</b> Image:TArduinoInteger64DivideByValue.Preview.png == Categories == *Image:TMathToolbarCategory.png Category Filters/Math – Math filtering operations *Image:TMathToolbarCategory.png Category Math – General mathematical op...")
- 03:40, 15 August 2025 Visuino talk contribs created page Limit Integer 64 bit between Min and Max (Created page with "Image:TArduinoLimitInteger64BetweenMinMax.png == Summary == Restricts a 64-bit integer value to stay within a defined minimum and maximum range. == Description == The **Limit Integer 64-bit between Min and Max** component ensures that the incoming 64-bit integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within t...")
- 03:39, 15 August 2025 Visuino talk contribs created page File:TArduinoLimitInteger64BetweenMinMax.Preview.png
- 03:39, 15 August 2025 Visuino talk contribs uploaded File:TArduinoLimitInteger64BetweenMinMax.Preview.png
- 03:38, 15 August 2025 Visuino talk contribs created page Limit Integer between Min and Max (Created page with "Image:TArduinoLimitIntegerBetweenMinMax.png == Summary == Restricts an integer value to stay within a defined minimum and maximum range. == Description == The **Limit Integer between Min and Max** component ensures that the incoming integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within the range pass through...")
- 03:37, 15 August 2025 Visuino talk contribs created page File:TArduinoLimitIntegerBetweenMinMax.Preview.png
- 03:37, 15 August 2025 Visuino talk contribs uploaded File:TArduinoLimitIntegerBetweenMinMax.Preview.png
- 02:56, 15 August 2025 Visuino talk contribs created page Subtract Integer 64 bit From Value (Created page with "Image:TArduinoInteger64SubtractFromValue.png == Summary == Subtracts the incoming 64-bit integer from a specified constant value. == Description == The **Subtract Integer (Int64) From Value** component outputs the result of **Value − In**, where **Value** is a fixed 64-bit integer set in the properties and **In** is the incoming 64-bit integer signal. This is useful when you need to invert the subtraction order, such as calculating a remainder from a known...")
- 02:55, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64SubtractFromValue.Preview.png
- 02:55, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64SubtractFromValue.Preview.png
- 02:50, 15 August 2025 Visuino talk contribs created page Subtract Integer 64 bit Value (Created page with "Image:TArduinoInteger64SubtractByValue.png == Summary == Subtracts a specified constant from a 64-bit integer input. == Description == The **Subtract Integer (Int64) By Value** component subtracts a fixed **Value** property from the incoming 64-bit integer. This is useful for offset adjustments, calibration, or applying a constant negative shift to a signal. When **Enabled** is set to `False`, the subtraction is not applied and the output remains unchanged....")
- 02:46, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64SubtractByValue.Preview.png
- 02:46, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64SubtractByValue.Preview.png
- 02:28, 15 August 2025 Visuino talk contribs created page Divide Integer 64 bit Value (Created page with "Image:TArduinoInteger64DivideByValue.png == Summary == Divides a 64-bit integer input by a specified constant value. == Description == The **Divide Integer (Int64) By Value** component divides the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals down, converting units, or applying a fixed divisor. When **Enabled** is set to `False`, the output remains inactive (no division performed). <b>Diagram:</b> Image:TArduino...")
- 02:27, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64DivideByValue.Preview.png
- 02:27, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64DivideByValue.Preview.png
- 02:24, 15 August 2025 Visuino talk contribs created page Multiply Integer 64 bit By Value (Created page with "Image:TArduinoInteger64MultiplyByValue.png == Summary == Multiplies a 64-bit integer input by a specified constant value. == Description == The **Multiply Integer (Int64) By Value** component multiplies the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals, applying fixed multipliers, or converting units. When **Enabled** is set to `False`, the output is zero (or inactive), regardless of the input. <b>Diagram:</b> I...")
- 02:24, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64MultiplyByValue.Preview.png
- 02:24, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64MultiplyByValue.Preview.png
- 02:23, 15 August 2025 Visuino talk contribs deleted page File:TArduinoInteger64MultiplyByValue.Preview.png (content was: "", and the only contributor was "Visuino" (talk))
- 02:21, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64MultiplyByValue.Preview.png
- 02:21, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64MultiplyByValue.Preview.png
- 02:17, 15 August 2025 Visuino talk contribs created page Multiply Integer 64 bit (Created page with "Image:TArduinoInteger64Multiply.png == Summary == Multiplies the values from multiple 64-bit integer inputs together. == Description == The **Multiply Integer (Int64)** component multiplies all connected 64-bit integer inputs and outputs the product. An optional **Clock** input can be used to control when the multiplication result is updated — if connected, the product is recalculated only on clock pulses. When **Clock** is not used, the result updates cont...")
- 02:16, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64Multiply.Preview.png
- 02:16, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Multiply.Preview.png
- 02:12, 15 August 2025 Visuino talk contribs created page Add Integer 64 bit (Created page with "Image:TArduinoInteger64Add.png == Summary == Adds the values from multiple 64-bit integer inputs together. == Description == The **Add Integer (Int64)** component sums all connected 64-bit integer inputs and produces the total at its output. An optional **Clock** input can be used to control when the sum is updated — if connected, the sum is recalculated only on clock pulses. When **Clock** is not used, the sum updates continuously as inputs change. This...")
- 02:09, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64Add.Preview.png
- 02:09, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Add.Preview.png
- 02:06, 15 August 2025 Visuino talk contribs created page 64 bit Integer Toggle Switch (Created page with "Image:TArduinoInteger64ToggleSwitch.png == Summary == Selects between two 64-bit integer inputs based on a boolean control signal. == Description == The **Integer Toggle Switch (Int64)** component outputs one of two 64-bit integer inputs (**True** or **False**) depending on the state of the **Select** pin. If **Select** is `True`, the **True** input is sent to the output. If **Select** is `False`, the **False** input is sent instead. This is useful for cond...")
- 02:05, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64ToggleSwitch.Preview.png
- 02:05, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64ToggleSwitch.Preview.png
- 02:03, 15 August 2025 Visuino talk contribs created page 64 bit Integer On/Off Switch (Created page with "Image:TArduinoInteger64Switch.png == Summary == Controls whether a 64-bit integer input is passed through to the output. == Description == The **Integer On/Off Switch (Int64)** component enables or disables the flow of a 64-bit integer signal. When enabled, values from the **In** pin are forwarded directly to the **Out** pin. When disabled, the output is blocked, allowing conditional control of data flow. <b>Diagram:</b> Image:TArduinoInteger64Switch.Prev...")
- 02:02, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64Switch.Preview.png
- 02:02, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Switch.Preview.png
- 01:57, 15 August 2025 Visuino talk contribs created page Remember 64 bit Integer Value (Created page with "Image:TArduinoRememberInteger64.png == Summary == Stores a 64-bit integer value for later retrieval. == Description == The **Remember Integer (Int64)** component captures and stores the value from its **In** pin when triggered by the **Remember** pin. The stored value can be retrieved at any time by activating the **Recall** pin, sending it to the **Out** pin. This is useful for holding onto a value across events or processing steps until it is needed again....")
- 01:56, 15 August 2025 Visuino talk contribs created page File:TArduinoRememberInteger64.Preview.png
- 01:56, 15 August 2025 Visuino talk contribs uploaded File:TArduinoRememberInteger64.Preview.png
- 01:51, 15 August 2025 Visuino talk contribs created page 64 bit Integer Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoInteger64Demux.png == Summary == Routes a single 64-bit integer input to one of multiple output channels. == Description == The **Integer Demux (Int64)** component acts as a multiple-output channel switch for 64-bit integer values. It sends the value from the **In** pin to one of the configured output pins based on the **Select** pin’s value, while all other outputs remain inactive. This allows dynamically directing a single integer source to...")