User contributions for Visuino
Jump to navigation
Jump to search
14 August 2025
- 06:0506:05, 14 August 2025 diff hist +205 Image Toggle Switch No edit summary current
- 06:0306:03, 14 August 2025 diff hist 0 N File:TArduinoImageToggleSwitch.Preview.png No edit summary current
- 06:0006:00, 14 August 2025 diff hist +774 N Image On/Off Switch Created page with "Image:TArduinoImageSwitch.png == Summary == Enables or disables the image stream based on a boolean control. == Description == The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**. When disabled, no image is produced at the output. <b>Diagram:</b> Image:TArduinoImageSwitch.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Signal gating / enabling == Properties == *'''Ena..." current
- 05:5905:59, 14 August 2025 diff hist +774 N Image Toggle Switch Created page with "Image:TArduinoImageSwitch.png == Summary == Enables or disables the image stream based on a boolean control. == Description == The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**. When disabled, no image is produced at the output. <b>Diagram:</b> Image:TArduinoImageSwitch.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Signal gating / enabling == Properties == *'''Ena..." Tag: Visual edit
- 05:5805:58, 14 August 2025 diff hist 0 N File:TArduinoImageSwitch.Preview.png No edit summary current
- 04:4604:46, 14 August 2025 diff hist +14 Image Demux(Multiple Output channel Switch) No edit summary current
- 04:2004:20, 14 August 2025 diff hist +996 N Image Demux(Multiple Output channel Switch) Created page with "Image:TArduinoImageDemux.png == Summary == Routes a single image stream to one of several output channels based on a selection index. == Description == The Image Demultiplexer component takes an image at its In pin and directs it to one of its configurable output pins (Out[0], Out[1], etc.). The specific output channel is chosen by the integer value received at the Select pin. For instance, a Select value of 0 routes the image to Out[0], a value of 1 routes it to O..."
- 04:1604:16, 14 August 2025 diff hist 0 N File:TArduinoImageDemux.Preview.png No edit summary current
- 03:3603:36, 14 August 2025 diff hist +1,306 N Binary To CAN bus Created page with "Image:TArduinoBinaryToCANbus.png == Summary == Converts binary data into a CAN bus message with configurable properties. == Description == The **Binary To CAN bus** component transforms binary input into a CAN message according to the settings in the **Info** property group: - **Extract From Data** (boolean) – If **True**, the component can extract CAN message parameters directly from the binary input. - **ID** (integer) – The CAN message identifier. - **..." current
- 03:3403:34, 14 August 2025 diff hist 0 N File:TArduinoBinaryToCANbus.Preview.png No edit summary current
- 03:2903:29, 14 August 2025 diff hist +1,608 N CAN bus Array Created page with "Image:TArduinoCANBusArray.png == Summary == Outputs predefined CAN bus messages based on the index pin. == Description == The **CAN bus Array** component stores a list of CAN message elements that can be accessed via the **Index** pin. - **Elements** – Click the **3 dots** button to open the elements editor, where you can add multiple CAN "Value" elements. For each **Value** element, you can configure: - **ID** (integer) – The CAN message ID. - **Is E..." current
- 03:2603:26, 14 August 2025 diff hist 0 N File:TArduinoCANBusArray.Preview.png No edit summary current
- 03:1003:10, 14 August 2025 diff hist +1,190 N Binary Array Created page with "Image:TArduinoBinaryArray.png == Summary == Outputs predefined binary values based on the index pin or initial index. == Description == The **Binary Array** component stores a list of binary values that can be accessed via the **Index** pin. - **Elements** – Click the **3 dots** button to open the elements editor, where you can add multiple binary value elements. - **Initial Index** – Sets the starting position in the array when the component initializes...." current
- 03:0703:07, 14 August 2025 diff hist 0 N File:TArduinoBinaryArray.Preview.png No edit summary current
- 03:0203:02, 14 August 2025 diff hist −40 CAN bus To Binary No edit summary current
- 02:5802:58, 14 August 2025 diff hist +1,391 N Binary To Image Created page with "Image:TArduinoBinaryToImage.png == Summary == Converts binary data into an image based on the specified image format settings. == Description == The **Binary To Image** component interprets incoming binary data as pixel information to generate an image output. You can configure the image using the **Format** property group: - **Extract From Data** – If **True**, image dimensions and format are derived from the binary data. - **Height** – Height of the out..." current
- 02:5502:55, 14 August 2025 diff hist 0 N File:TArduinoBinaryToImage.Preview.png No edit summary current
- 02:4502:45, 14 August 2025 diff hist +1,250 N Binary On/Off Switch Created page with "Image:TArduinoBinaryOnOffSwitch.png == Summary == Controls the passing of binary data based on an enable signal and configuration settings. == Description == The **Binary On/Off Switch** component allows binary data to pass through only when enabled. - **Ignore Same** – If **True**, repeated input values are ignored and not passed through. - **Initial Enabled** – Sets the initial enabled state of the component. - **Send On Enable** – If **True**, the cu..." current
- 02:4402:44, 14 August 2025 diff hist 0 N File:TArduinoBinaryOnOffSwitch.Preview.png No edit summary current
- 02:4002:40, 14 August 2025 diff hist +1,063 N Binary Replace Created page with "Image:TArduinoBinaryReplace.png == Summary == Replaces occurrences of a specified binary value with another binary value in the input stream. == Description == The **Binary Replace** component scans the binary input for the specified **From Value** and replaces every occurrence with the **To Value**. - **Enabled** controls whether the component is active. When **False**, the input is passed through unchanged. This component is useful for modifying specific bin..." current
- 02:3902:39, 14 August 2025 diff hist 0 N File:TArduinoBinaryReplace.Preview.png No edit summary current
- 02:1402:14, 14 August 2025 diff hist +970 N Binary Snapshot Created page with "Image:TArduinoBinarySnapshot.png == Summary == Captures the current binary input value when triggered by a clock signal. == Description == The **Binary Snapshot** component outputs the current binary input only when the **Snapshot** pin receives a clock trigger. - **Enabled** controls whether the component is active. When **False**, the component is disabled and no data is passed through. This component is useful for storing or sampling binary values at specif..." current
- 02:1402:14, 14 August 2025 diff hist 0 N File:TArduinoBinarySnapshot.Preview.png No edit summary current
- 02:1002:10, 14 August 2025 diff hist +1,065 N Binary Toggle Demux Created page with "Image:TArduinoBinaryToggleDemux.png == Summary == Directs a binary input to one of two outputs based on a boolean control signal. == Description == The **Binary Toggle Demux** component outputs the binary input to either the **True** or **False** output depending on the **Select** pin. - **Initial Select Value** sets the default output path when the component starts. This component is useful for dynamically splitting binary streams based on a boolean condition..." current
- 02:1002:10, 14 August 2025 diff hist 0 N File:TArduinoBinaryToggleDemux.Preview.png No edit summary current
- 02:0202:02, 14 August 2025 diff hist +1,261 N Binary Demux(Multiple Output channel Switch) Created page with "Image:TArduinoBinaryDemuxMultipleOutputChannelSwitch.png == Summary == Routes a binary input to one of multiple outputs based on a channel selection. == Description == The **Binary Demux (Multiple Output Channel Switch)** component allows a single binary input to be directed to one of several output pins depending on the **Select** pin value. - **Initial Channel** sets the default output channel when the component starts. - **Output Pins** defines the number of..." current
- 02:0102:01, 14 August 2025 diff hist 0 N File:TArduinoBinaryDemuxMultipleOutputChannelSwitch.Preview.png No edit summary current
- 01:2001:20, 14 August 2025 diff hist +1,036 N Binary Toggle Switch Created page with "Image:TArduinoBinaryToggleSwitch.png == Summary == Selects between two binary inputs based on a boolean control signal. == Description == The **Binary Toggle Switch** component outputs either the **True** or **False** binary input depending on the **Select** pin. - **Initial Select Value** sets the default selection when the component starts. This component is useful for switching between two binary data sources dynamically during operation. <b>Diagram:</b>..." current
- 01:1701:17, 14 August 2025 diff hist 0 N File:TArduinoBinaryToggleSwitch.Preview.png No edit summary current
- 01:1501:15, 14 August 2025 diff hist +1,365 N Binary Replace Items At Index Created page with "Image:TArduinoBinaryReplaceItemsAtIndex.png == Summary == Replaces binary data at a specified index within a binary stream. == Description == The **Binary Replace Items At Index** component allows you to replace existing items in a binary array with a new binary value at the specified **Index**. - **Enabled** controls whether the component is active. When **False**, the component is disabled and passes the input unchanged. - **Index** specifies the zero-based..." current
- 01:1401:14, 14 August 2025 diff hist 0 N File:TArduinoBinaryReplaceItemsAtIndex.Preview.png No edit summary current
- 01:1001:10, 14 August 2025 diff hist +969 N Binary Multi-Source Merger Created page with "Image:TArduinoBinaryMultiSourceMerger.png == Summary == Merges multiple binary input pins into a single binary output stream. == Description == The **Binary Multi-Source Merger** component combines multiple binary inputs into a single output. You can configure the number of input pins via the **Input Pins** property (default: 2). Each input pin contributes its binary data to the merged output. This component is useful for aggregating multiple binary streams or c..." current
- 01:0901:09, 14 August 2025 diff hist 0 N File:TArduinoBinaryMultiSourceMerger.Preview.png No edit summary current
- 01:0501:05, 14 August 2025 diff hist +856 N Binary Multi Source Created page with "Image:TArduinoBinaryMultiSource.png == Summary == Splits a binary input into multiple outputs based on the configured number of output pins. == Description == The **Binary Multi Source** component allows you to distribute a single binary input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry a value of the binary input. <b>Diagram:</b> Image:TArduinoBinaryMultiSource...." current
- 01:0001:00, 14 August 2025 diff hist 0 N File:TArduinoBinaryMultiSource.Preview.png No edit summary current
- 00:5600:56, 14 August 2025 diff hist +979 N Audio To Binary Created page with "Image:TArduinoAudioToBinary.png == Summary == Converts audio input into binary data, optionally including audio format information. == Description == The **Audio To Binary** component receives an audio signal and encodes it into binary form. You can choose to include the audio format metadata in the output by enabling the **Include Format** property. *Enabled controls whether the component is active. When **Enabled** is **False**, the component is disabled and n..." current
- 00:5400:54, 14 August 2025 diff hist 0 N File:TArduinoAudioToBinary.Preview.png No edit summary current
- 00:4200:42, 14 August 2025 diff hist +1,487 N Binary To Audio Created page with "Image:TArduinoBinaryToAudio.png == Summary == Converts binary data into an audio signal based on the specified audio format settings. == Description == The **Binary To Audio** component takes incoming binary data and interprets it as audio samples. You can control the output format via the **Bits Per Sample**, **Audio Channels**, **Extract From Data**, and **Sample Rate** properties. When you select the **Channels** property and click the **…** (three dots) bu..." current
- 00:4200:42, 14 August 2025 diff hist 0 N File:TArduinoBinaryToAudio.Preview.png No edit summary current
- 00:0100:01, 14 August 2025 diff hist +1,425 N Binary Value Created page with "Image:TArduinoBinaryValue.png == Summary == Outputs a predefined binary value or a sequence of binary values/states based on triggers. == Description == The **BinaryValue** component can operate in two modes: * **Single Value Mode** – Set the binary data directly in the **Value** property. Click the **…** (three dots) to open the Binary Data Editor. * **Sequence Mode** – Use the **Elements** list to add multiple items: - **Value** elements output their bin..." current
13 August 2025
- 23:4523:45, 13 August 2025 diff hist 0 N File:TArduinoBinaryValue.Preview.png No edit summary current
- 09:2909:29, 13 August 2025 diff hist +1,296 N Binary Data(Array) Delete Items Created page with "Image:TArduinoBinaryDataArrayDeleteItems.png == Summary == Removes a specified number of items starting from a given index in a binary data array. == Description == The **Binary Data (Array) Delete Items** component allows you to delete a segment from a binary array. - **Enabled**: When **False**, the component is disabled and passes the input unchanged. - **Count**: Defines how many items to remove starting at the specified index. - **Index**: Defines the st..." current
- 09:2809:28, 13 August 2025 diff hist 0 N File:TArduinoBinaryDataArrayDeleteItems.Preview.png No edit summary current
- 09:2509:25, 13 August 2025 diff hist +1,430 N Binary Insert In Items Created page with "Image:TArduinoBinaryInsertInItems.png == Summary == Inserts a binary value into an existing binary stream at a specified index. == Description == The **Binary Insert In Items** component allows you to insert a binary value into an existing binary data stream at the position defined by the **Index** input. - **Enabled**: When set to **False**, the component is disabled and passes the input unchanged. - **Index**: Specifies the position in the binary stream where the..." current
- 09:2409:24, 13 August 2025 diff hist 0 N File:TArduinoBinaryInsertInItems.Preview.png No edit summary current
- 09:2109:21, 13 August 2025 diff hist +1,412 N Binary Insert Items Created page with "Image:TArduinoBinaryInsertItems.png == Summary == Inserts a binary value into an existing binary stream at a specified position. == Description == The **Binary Insert Items** component allows you to insert a binary value into an existing binary data stream at the position defined by the **Index** input. - **Enabled**: When **False**, the component is disabled and passes the input unchanged. - **Index**: Specifies the position in the binary stream where the **Va..." current
- 09:2009:20, 13 August 2025 diff hist 0 N File:TArduinoBinaryInsertItems.Preview.png No edit summary current
- 09:1709:17, 13 August 2025 diff hist +1,589 N Remember Binary Data(Array) Created page with "Image:TArduinoRememberBinaryDataArray.png == Summary == Captures and recalls a binary data array, allowing you to store and retrieve values on demand. == Description == The **Remember Binary Data (Array)** component provides memory functionality for binary arrays. - **Enabled**: When **False**, the component is disabled and does not pass any data through. - **Initial Value**: A binary array that you can define using a visual editor—clicking the "..." button o..." current
- 09:1609:16, 13 August 2025 diff hist 0 N File:TArduinoRememberBinaryDataArray.Preview.png No edit summary current
- 09:0809:08, 13 August 2025 diff hist +1,169 N Image To Binary Created page with "Image:TArduinoImageToBinary.png == Summary == Converts image data into a binary stream, optionally including format metadata. == Description == The **Image To Binary** component transforms incoming image input into a raw binary output. - **Enabled**: When set to *False*, the component is disabled and **nothing is passed through** (it outputs nothing). - **Include Format**: When *True*, includes image format information (such as JPEG, PNG) alongside the binary dat..." current