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).
- 02:00, 20 August 2025 Visuino talk contribs uploaded File:TArduinoTextDemux.Preview.png
- 01:56, 20 August 2025 Visuino talk contribs created page Step/Iterate Unsigned Array Items (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:56, 20 August 2025 Visuino talk contribs created page File:TArduinoStepIterateUnsignedArrayItems.Preview.png
- 01:56, 20 August 2025 Visuino talk contribs uploaded File:TArduinoStepIterateUnsignedArrayItems.Preview.png
- 01:53, 20 August 2025 Visuino talk contribs created page Get Unsigned Array Item At Index (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:53, 20 August 2025 Visuino talk contribs created page File:TArduinoGetUnsignedArrayItemAtIndex.Preview.png
- 01:53, 20 August 2025 Visuino talk contribs uploaded File:TArduinoGetUnsignedArrayItemAtIndex.Preview.png
- 01:50, 20 August 2025 Visuino talk contribs created page Unsigned Array Delete Items (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:50, 20 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArrayDeleteItems.Preview.png
- 01:50, 20 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArrayDeleteItems.Preview.png
- 01:45, 20 August 2025 Visuino talk contribs created page Unsigned Array Snapshot (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:45, 20 August 2025 Visuino talk contribs created page File:TArduinoUnsignedArraySnapshot.Preview.png
- 01:45, 20 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedArraySnapshot.Preview.png
- 01:42, 20 August 2025 Visuino talk contribs created page Min Limit Unsigned (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...")
- 01:42, 20 August 2025 Visuino talk contribs created page File:TArduinoMinLimitUnsigned.Preview.png
- 01:42, 20 August 2025 Visuino talk contribs uploaded File:TArduinoMinLimitUnsigned.Preview.png
- 01:40, 20 August 2025 Visuino talk contribs created page Max Limit Unsigned (Created page with "Image:TArduinoMaxLimitUnsigned.png == Summary == Limits an unsigned input signal to a specified maximum value. == Description == The **Max Limit Unsigned** component passes the input signal through but clamps it to the maximum defined by the **Value** property. This ensures the output never exceeds the specified maximum limit. <b>Diagram:</b> Image:TArduinoMaxLimitUnsigned.Preview.png == Categories == *Image:TArduinoSignalCategory.png [...")
- 01:40, 20 August 2025 Visuino talk contribs created page File:TArduinoMaxLimitUnsigned.Preview.png
- 01:40, 20 August 2025 Visuino talk contribs uploaded File:TArduinoMaxLimitUnsigned.Preview.png
- 01:38, 20 August 2025 Visuino talk contribs created page Min Unsigned Value (Created page with "Image:TArduinoMinUnsignedValue.png == Summary == Outputs the minimum value observed from an unsigned input signal. == Description == The **Min Unsigned Value** component monitors an input signal and outputs the lowest value seen since the last reset. The minimum value can be reset using the **Reset** pin, allowing the measurement to start over. <b>Diagram:</b> Image:TArduinoMinUnsignedValue.Preview.png == Categories == *Image:TArduinoSign...")
- 01:37, 20 August 2025 Visuino talk contribs created page File:TArduinoMinUnsignedValue.Preview.png
- 01:37, 20 August 2025 Visuino talk contribs uploaded File:TArduinoMinUnsignedValue.Preview.png
- 07:03, 19 August 2025 Visuino talk contribs created page Max Unsigned Value (Created page with "Image:TArduinoMaxUnsignedValue.png == Summary == Outputs the maximum value observed from an unsigned input signal. == Description == The **Max Unsigned Value** component monitors an input signal and outputs the highest value seen since the last reset. The maximum value can be reset using the **Reset** pin, allowing the measurement to start over. <b>Diagram:</b> Image:TArduinoMaxUnsignedValue.Preview.png == Categories == *Image:TArduinoSig...")
- 07:03, 19 August 2025 Visuino talk contribs created page File:TArduinoMaxUnsignedValue.Preview.png
- 07:03, 19 August 2025 Visuino talk contribs uploaded File:TArduinoMaxUnsignedValue.Preview.png
- 07:00, 19 August 2025 Visuino talk contribs created page Accumulate(Integral) Unsigned (Created page with "Image:TArduinoAccumulateUnsigned.png == Summary == Calculates the running integral of an unsigned input signal. == Description == The **Accumulate (Integral) Unsigned** component continuously sums the input signal over time, producing an accumulated output. The accumulation can be reset using the **Reset** pin, and the starting value is defined by the **Initial Value** property. <b>Diagram:</b> Image:TArduinoAccumulateUnsigned.Preview.png ==...")
- 06:58, 19 August 2025 Visuino talk contribs created page Limit Unsigned between Min and Max (Created page with "Image:TArduinoLimitUnsigned.png == Summary == Constrains an unsigned input value to stay within a specified minimum and maximum range. == Description == The **Limit Unsigned between Min and Max** component ensures that the input signal does not exceed the **Max** value or fall below the **Min** value. It is useful for clamping signals to a safe or expected range in numeric and signal processing applications. <b>Diagram:</b> Image:TArduinoLimitUnsi...")
- 06:57, 19 August 2025 Visuino talk contribs created page File:TArduinoLimitUnsigned.Preview.png
- 06:57, 19 August 2025 Visuino talk contribs uploaded File:TArduinoLimitUnsigned.Preview.png
- 06:54, 19 August 2025 Visuino talk contribs created page Unsigned Change Only (Created page with "Image:TArduinoUnsignedChangeOnly.png == Summary == Outputs changes in an unsigned input signal that exceed a specified threshold. == Description == The **Unsigned Change Only** component monitors an input signal and outputs only the changes that exceed the **Threshold** value. It is useful for filtering small fluctuations and detecting significant changes in the input signal. <b>Diagram:</b> Image:TArduinoUnsignedChangeOnly.Preview.png == Cat...")
- 06:52, 19 August 2025 Visuino talk contribs created page File:TArduinoUnsignedChangeOnly.Preview.png
- 06:52, 19 August 2025 Visuino talk contribs uploaded File:TArduinoUnsignedChangeOnly.Preview.png
- 06:49, 19 August 2025 Visuino talk contribs created page Unsigned Multi Source (Created page with "Image:TArduinoUnsignedMultiSource.png == Summary == Distributes a single unsigned input value to multiple output pins. == Description == The **Unsigned Multi Source** component takes one input signal and copies it to all output pins. The number of output pins is defined by the **Output Pins** property, allowing the input to be replicated to multiple destinations. <b>Diagram:</b> Image:TArduinoUnsignedMultiSource.Preview.png == Categories ==...")
- 06:27, 19 August 2025 Visuino talk contribs created page Inverse Analog Fast Fourier (IFFT) (Created page with "Image:TArduinoInverseAnalogFFT.png == Summary == Converts a frequency-domain analog signal into a time-domain signal using the inverse Fast Fourier Transform (IFFT). == Description == The Inverse Analog Fast Fourier (IFFT) component reconstructs the original time-domain analog signal from its frequency-domain representation. It is useful for signal processing tasks where frequency-domain analog data needs to be converted back into the time domain. <b>Diagram:</b>...")
- 06:27, 19 August 2025 Visuino talk contribs created page File:TArduinoInverseAnalogFFT.Preview.png
- 06:27, 19 August 2025 Visuino talk contribs uploaded File:TArduinoInverseAnalogFFT.Preview.png
- 06:25, 19 August 2025 Visuino talk contribs created page Inverse Complex Fast Fourier (IFFT) (Created page with "Image:TArduinoInverseIFFT.png == Summary == Converts a frequency-domain signal into a time-domain signal using the inverse Fast Fourier Transform (IFFT). == Description == The Inverse Complex Fast Fourier (IFFT) component reconstructs the original time-domain signal from its complex frequency components. This is useful for signal processing tasks where a frequency-domain signal needs to be converted back to time-domain. <b>Diagram:</b> Image:TArduinoInverseIFFT...")
- 06:22, 19 August 2025 Visuino talk contribs created page File:TArduinoInverseIFFT.Preview.png
- 06:22, 19 August 2025 Visuino talk contribs uploaded File:TArduinoInverseIFFT.Preview.png
- 06:17, 19 August 2025 Visuino talk contribs created page Forward Fast Fourier (FFT) (Created page with "Image:TArduinoFFTForward.png == Summary == Performs a forward Fast Fourier Transform (FFT) on a complex input signal and outputs the frequency domain representation. == Description == The **Forward Fast Fourier (FFT)** component computes the frequency spectrum of an incoming complex signal using FFT. It processes blocks of samples (size determined by the **Order** property) and outputs both the transformed complex data and related frequency values. The componen...")
- 06:12, 19 August 2025 Visuino talk contribs created page File:TArduinoFFTForward.Preview.png
- 06:12, 19 August 2025 Visuino talk contribs uploaded File:TArduinoFFTForward.Preview.png
- 06:07, 19 August 2025 Visuino talk contribs created page Complex Array To Text (Created page with "Image:TArduinoComplexArrayToText.png == Summary == Converts a complex array into a formatted text string with customizable separators and formatting. == Description == The **Complex Array To Text** component transforms an incoming complex array into a text string. Each element of the array is converted into its textual representation, formatted according to the specified **Digits** and surrounded with optional **Begin Text**, **Element Prefix**, **Separator Text*...")
- 06:07, 19 August 2025 Visuino talk contribs created page File:TArduinoComplexArrayToText.Preview.png
- 06:07, 19 August 2025 Visuino talk contribs uploaded File:TArduinoComplexArrayToText.Preview.png
- 06:02, 19 August 2025 Visuino talk contribs created page Square Complex Generator (Created page with "Image:TArduinoSquareComplexGenerator.png == Summary == Generates a complex-valued square waveform with configurable amplitude, frequency, offset, and phase. == Description == The **Square Complex Generator** produces a periodic square waveform represented as a complex number output. The signal is controlled by its **Amplitude**, **Frequency**, **Offset**, and **Phase** properties. It supports **Elements**, allowing you to add **Reached Phase** triggers that ac...")
- 06:01, 19 August 2025 Visuino talk contribs created page File:TArduinoSquareComplexGenerator.Preview.png
- 06:01, 19 August 2025 Visuino talk contribs uploaded File:TArduinoSquareComplexGenerator.Preview.png
- 05:59, 19 August 2025 Visuino talk contribs created page Sine Complex Generator (Created page with "Image:TArduinoSineComplexGenerator.png == Summary == Generates a complex-valued sine waveform with configurable amplitude, frequency, offset, and phase. == Description == The **Sine Complex Generator** produces a periodic sine waveform represented as a complex number output. The signal is defined by its **Amplitude**, **Frequency**, **Offset**, and **Phase** properties. The generator also supports **Elements** that can trigger actions at specific phases of the...")
- 05:58, 19 August 2025 Visuino talk contribs created page File:TArduinoSineComplexGenerator.Preview.png