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:19, 8 September 2025 Visuino talk contribs created page Analog Array To Text (Created page with "Image:TArduinoAnalogArrayToText.png == Summary == Converts an analog array into a formatted text string. == Description == The Analog Array To Text component takes an input analog array and converts its elements into a single text string. You can configure formatting options such as beginning and ending text, element separators, digit precision, and minimum width. This is useful for logging, display on text-based interfaces, or sending analog array data over te...")
- 04:19, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogArrayToText.Preview.png
- 04:19, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogArrayToText.Preview.png
- 04:12, 8 September 2025 Visuino talk contribs created page Map Range Analog (Created page with "Image:TArduinoMapRangeAnalog.png == Summary == Maps an analog input from one range to another output range, including negative ranges and reversed scaling. == Description == The Map Range Analog component scales an input analog signal from a defined input range to a specified output range. You can set any values for both the input and output ranges, including negative numbers. It also supports “reverse” mapping, where the input range is larger than the outp...")
- 04:12, 8 September 2025 Visuino talk contribs created page File:TArduinoMapRangeAnalog.Preview.png
- 04:12, 8 September 2025 Visuino talk contribs uploaded File:TArduinoMapRangeAnalog.Preview.png
- 04:07, 8 September 2025 Visuino talk contribs created page Dead Zone Scaled Analog(Map) (Created page with "Image:TArduinoDeadZoneScaledAnalog.png == Summary == Maps an analog input to an output range while ignoring a small “dead zone” around a center value. == Description == The Dead Zone Scaled Analog (Map) component processes an analog input, scaling it to a specified output range while ignoring a small input zone near the center. This dead zone prevents small input fluctuations from affecting the output, which is useful for joystick inputs, sensor noise filteri...")
- 04:06, 8 September 2025 Visuino talk contribs created page File:TArduinoDeadZoneScaledAnalog.Preview.png
- 04:06, 8 September 2025 Visuino talk contribs uploaded File:TArduinoDeadZoneScaledAnalog.Preview.png
- 04:02, 8 September 2025 Visuino talk contribs created page Analog Array To Analog (Created page with "Image:TArduinoAnalogArrayToAnalog.png == Summary == Splits an analog array into individual analog outputs. == Description == The Analog Array To Analog component takes an input analog array and outputs each element to separate analog pins. The number of output pins can be configured via the **Output Pins** property. This is useful for routing array data to multiple processing blocks, actuators, or display elements. <b>Diagram:</b> Image:TArduinoAnalogArra...")
- 04:00, 8 September 2025 Visuino talk contribs created page Analog To Analog Array (Created page with "Image:TArduinoAnalogToAnalogArray.png == Summary == Converts multiple individual analog inputs into a single analog array output. == Description == The Analog To Analog Array component collects multiple analog signals from individual input pins and combines them into one analog array. The number of inputs can be configured via the **Input Pins** property. A clock input can be used to control when the array is updated. This is useful for packaging multiple sen...")
- 03:57, 8 September 2025 Visuino talk contribs created page Multiply Analog (Created page with "Image:TArduinoMultiplyAnalog.png == Summary == Multiplies two or more analog input signals together to produce a single output. == Description == The Multiply Analog component computes the product of multiple incoming analog signals. The number of input pins can be configured using the **Input Pins** property. A clock input can be used to control when the multiplication occurs. This is useful for scaling signals, modulation, or combining multiple analog sourc...")
- 03:56, 8 September 2025 Visuino talk contribs created page File:TArduinoMultiplyAnalog.Preview.png
- 03:56, 8 September 2025 Visuino talk contribs uploaded File:TArduinoMultiplyAnalog.Preview.png
- 03:54, 8 September 2025 Visuino talk contribs created page Step/Iterate Analog Array Items (Created page with "Image:TArduinoStepIterateAnalogArray.png == Summary == Iterates through items in an analog array, outputting one item at a time. == Description == The Step/Iterate Analog Array Items component cycles through the elements of an input analog array. Each step outputs the current item, updates the index, and increments the count of items processed. The **Empty** clock can be used to trigger a step without producing output. This is useful for sequential processing...")
- 03:54, 8 September 2025 Visuino talk contribs created page File:TArduinoStepIterateAnalogArray.Preview.png
- 03:54, 8 September 2025 Visuino talk contribs uploaded File:TArduinoStepIterateAnalogArray.Preview.png
- 03:50, 8 September 2025 Visuino talk contribs created page Remember Analog Array (Created page with "Image:TArduinoRememberAnalogArray.png == Summary == Stores and recalls an analog array based on clock inputs, allowing temporary memory for analog data. == Description == The Remember Analog Array component can store an analog array when triggered by the **Remember (Write)** clock and output the stored array when triggered by the **Recall (Read)** clock. Initial values can be configured using the **Initial Value Elements** property. This is useful for temporary...")
- 03:50, 8 September 2025 Visuino talk contribs created page File:TArduinoRememberAnalogArray.Preview.png
- 03:50, 8 September 2025 Visuino talk contribs uploaded File:TArduinoRememberAnalogArray.Preview.png
- 02:26, 8 September 2025 Visuino talk contribs created page Analog Array Mux(Multi channel Switch) (Created page with "Image:TArduinoAnalogArrayMux.png == Summary == Selects one analog array input from multiple channels and passes it to the output based on a digital select signal. == Description == The Analog Array Mux component routes one of several analog array inputs to the output depending on the **Select** input value. The initial active channel can be configured via the **Initial Channel** property, and the number of input pins is adjustable. This is useful for multiplexi...")
- 02:26, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogArrayMux.Preview.png
- 02:26, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogArrayMux.Preview.png
- 02:19, 8 September 2025 Visuino talk contribs created page Accumulate(Integral) Angle (Created page with "Image:TArduinoAccumulateAngle.png == Summary == Computes the integral of an analog input representing an angle, accumulating its value over time. == Description == The Accumulate (Integral) Angle component continuously integrates the incoming analog signal and outputs the accumulated angle. It supports different units (**Degrees**, **Radians**, or **Normalized**) and can be reset via a digital input. This is useful for tracking rotational position or calculatin...")
- 02:13, 8 September 2025 Visuino talk contribs created page Analog Array Multi Source (Created page with "Image:TArduinoAnalogArrayMultiSource.png == Summary == Distributes a single analog array input to multiple output channels simultaneously. == Description == The Analog Array Multi Source component copies an incoming analog array to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This is useful for feeding the same array of signals to multiple processing blocks or devices without duplicating wiri...")
- 02:13, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogArrayMultiSource.Preview.png
- 02:13, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogArrayMultiSource.Preview.png
- 02:12, 8 September 2025 Visuino talk contribs created page Analog Multi Source (Created page with "Image:TArduinoAnalogMultiSource.png == Summary == Distributes a single analog input signal to multiple output channels simultaneously. == Description == The Analog Multi Source component copies an incoming analog signal to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This is useful for feeding the same signal to multiple processing blocks or devices without duplicating wiring. <b>Diagram:<...")
- 02:09, 8 September 2025 Visuino talk contribs created page Analog Array Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoAnalogArrayDemux.png == Summary == Routes an analog array input to one of multiple output channels based on a digital select signal. == Description == The Analog Array Demux component directs an incoming analog array to one of several output channels, determined by the **Select** input. The initial active channel can be set via the **Initial Channel** property, and the number of output pins is configurable. This is useful for conditional routing,...")
- 02:09, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogArrayDemux.Preview.png
- 02:09, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogArrayDemux.Preview.png
- 02:07, 8 September 2025 Visuino talk contribs created page Analog Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoAnalogDemux.png == Summary == Routes an analog input to one of multiple output channels based on a digital select signal. == Description == The Analog Demux component directs an incoming analog signal to one of several output pins, determined by the **Select** input. The initial active channel can be set via the **Initial Channel** property, and the number of output pins is configurable. This is useful for conditional routing, multiplexing analog...")
- 02:07, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogDemux.Preview.png
- 02:07, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogDemux.Preview.png
- 02:03, 8 September 2025 Visuino talk contribs created page Analog Array Toggle Switch (Created page with "Image:TArduinoAnalogArrayToggleSwitch.png == Summary == Selects between two analog array inputs and passes the selected array to the output based on a digital select signal. == Description == The Analog Array Toggle Switch component routes one of the two analog array inputs (**True** or **False**) to the output depending on the state of the **Select** pin. The initial selected input can be set using the **Initial Select Value** property. This is useful for swit...")
- 02:03, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogArrayToggleSwitch.Preview.png
- 02:03, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogArrayToggleSwitch.Preview.png
- 01:59, 8 September 2025 Visuino talk contribs created page Analog Array Toggle Demux (Created page with "Image:TArduinoAnalogArrayToggleDemux.png == Summary == Routes an analog array input to one of two outputs based on a boolean select signal. == Description == The Analog Array Toggle Demux component directs an incoming analog array to either the **True** or **False** output depending on the state of the select input. The initial selected output can be configured via the **Initial Select Value** property. This is useful for conditional routing of analog arrays, m...")
- 01:59, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogArrayToggleDemux.Preview.png
- 01:59, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogArrayToggleDemux.Preview.png
- 01:57, 8 September 2025 Visuino talk contribs created page Analog Toggle Demux (Created page with "Image:TArduinoAnalogToggleDemux.png == Summary == Routes an analog input to one of two outputs based on a boolean select signal. == Description == The Analog Toggle Demux component directs an incoming analog signal to either the **True** or **False** output depending on the state of the select input. The initial selected output can be set via the **Initial Select Value** property. This is useful for signal routing, conditional analog processing, or simple multi...")
- 01:57, 8 September 2025 Visuino talk contribs created page File:TArduinoAnalogToggleDemux.Preview.png
- 01:57, 8 September 2025 Visuino talk contribs uploaded File:TArduinoAnalogToggleDemux.Preview.png
- 01:54, 8 September 2025 Visuino talk contribs created page Compare Analog Range (Created page with "Image:TArduinoCompareAnalogRange.png == Summary == Compares an analog input against a defined range and outputs a digital signal based on the comparison. == Description == The Compare Analog Range component checks whether the incoming analog signal falls within or outside a specified range. It can optionally include the limits themselves and invert the logic to output high when the value is outside the range. This is useful for threshold detection, alarm system...")
- 01:54, 8 September 2025 Visuino talk contribs created page File:TArduinoCompareAnalogRange.Preview.png
- 01:54, 8 September 2025 Visuino talk contribs uploaded File:TArduinoCompareAnalogRange.Preview.png
- 01:47, 8 September 2025 Visuino talk contribs created page Limit Analog between Min and Max (Created page with "Image:TArduinoLimitAnalog.png == Summary == Clamps an analog signal between specified minimum and maximum values. == Description == The Limit Analog component restricts an incoming analog signal to stay within a defined range. Values below the minimum are set to the minimum, and values above the maximum are set to the maximum. This is useful for protecting downstream components or normalizing sensor outputs. <b>Diagram:</b> Image:TArduinoLimitAnalog.Previ...")
- 01:47, 8 September 2025 Visuino talk contribs created page File:TArduinoLimitAnalog.Preview.png
- 01:47, 8 September 2025 Visuino talk contribs uploaded File:TArduinoLimitAnalog.Preview.png
- 01:42, 8 September 2025 Visuino talk contribs created page Divide Analog Value (Created page with "Image:TArduinoDivideAnalogValue.png == Summary == Divides a constant analog value by an incoming analog signal. == Description == The Divide Analog Value component calculates the ratio of a fixed value divided by the input analog signal. This can be useful for inverse scaling, normalization, or creating proportional control signals. <b>Diagram:</b> Image:TArduinoDivideAnalogValue.Preview.png == Properties == *'''Enabled''' – Enables or disables the div...")