New pages
Jump to navigation
Jump to search
15 August 2025
- 04:0504:05, 15 August 2025 Xor Integer 64 bit Value (hist | edit) [1,029 bytes] Visuino (talk | contribs) (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:0204:02, 15 August 2025 And Integer 64 bit Value (hist | edit) [1,020 bytes] Visuino (talk | contribs) (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...")
- 03:5803:58, 15 August 2025 Or Integer 64 bit Value (hist | edit) [1,010 bytes] Visuino (talk | contribs) (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:5103:51, 15 August 2025 Add Integer 64 bit Value (hist | edit) [837 bytes] Visuino (talk | contribs) (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:4403:44, 15 August 2025 Divide Integer 64 bit By Value (hist | edit) [840 bytes] Visuino (talk | contribs) (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:4003:40, 15 August 2025 Limit Integer 64 bit between Min and Max (hist | edit) [981 bytes] Visuino (talk | contribs) (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:3803:38, 15 August 2025 Limit Integer between Min and Max (hist | edit) [929 bytes] Visuino (talk | contribs) (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...")
- 02:5602:56, 15 August 2025 Subtract Integer 64 bit From Value (hist | edit) [1,263 bytes] Visuino (talk | contribs) (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:5002:50, 15 August 2025 Subtract Integer 64 bit Value (hist | edit) [1,093 bytes] Visuino (talk | contribs) (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:2802:28, 15 August 2025 Divide Integer 64 bit Value (hist | edit) [1,057 bytes] Visuino (talk | contribs) (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:2402:24, 15 August 2025 Multiply Integer 64 bit By Value (hist | edit) [1,081 bytes] Visuino (talk | contribs) (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:1702:17, 15 August 2025 Multiply Integer 64 bit (hist | edit) [1,347 bytes] Visuino (talk | contribs) (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:1202:12, 15 August 2025 Add Integer 64 bit (hist | edit) [1,279 bytes] Visuino (talk | contribs) (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:0602:06, 15 August 2025 64 bit Integer Toggle Switch (hist | edit) [1,074 bytes] Visuino (talk | contribs) (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:0302:03, 15 August 2025 64 bit Integer On/Off Switch (hist | edit) [865 bytes] Visuino (talk | contribs) (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...")
- 01:5701:57, 15 August 2025 Remember 64 bit Integer Value (hist | edit) [984 bytes] Visuino (talk | contribs) (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:5101:51, 15 August 2025 64 bit Integer Demux(Multiple Output channel Switch) (hist | edit) [1,146 bytes] Visuino (talk | contribs) (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...")
- 01:3401:34, 15 August 2025 64 bit Integer Mux(Multi channel Switch) (hist | edit) [992 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Mux.png == Summary == Selects one of multiple 64-bit integer inputs and routes it to the output. == Description == The **Integer Mux (Int64)** component acts as a multi-channel switch for 64-bit integer signals. It forwards the selected input channel to the **Out** pin based on the value provided to the **Select** pin. This is useful for dynamically switching between different integer sources during program execution. <b>Diagram:</b>...")
- 01:2801:28, 15 August 2025 Ignore Integer 64 bit Ranges (hist | edit) [1,495 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreInteger64Values.png == Summary == Filters 64-bit integers based on one or more configurable numeric ranges. == Description == The **Ignore Integer Values (Int64)** component compares the incoming **In** value against a set of user-defined **Range** elements. Each range specifies minimum and maximum limits, along with inclusion rules for the boundaries. If the input falls within any of the defined ranges (respecting the “equal” settings...")
- 01:2201:22, 15 August 2025 Ignore Integer Ranges (hist | edit) [1,339 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreIntegerValues.png == Summary == Filters integers based on one or more configurable numeric ranges. == Description == The **Ignore Integer Values** component compares the incoming **In** value against a set of user-defined **Range** elements. Each range specifies minimum and maximum limits, along with inclusion rules for the boundaries. If the input falls within any of the defined ranges (respecting the “equal” settings), it will be blo...")
14 August 2025
- 09:1309:13, 14 August 2025 Ignore Integer Values (hist | edit) [1,254 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreIntegerValues.png == Summary == Configurable integer filter that forwards or suppresses values based on equality and “below” rules. == Description == The **Ignore Integer Values** component compares the incoming **In** value against the configured **Value**. Its behavior is controlled by: - **Pass Equal Values** – when **True**, inputs equal to **Value** are forwarded; when **False**, they are suppressed. - **Pass Values Bellow** – w...")
- 09:0609:06, 14 August 2025 64 bit Integer Toggle Demux (hist | edit) [939 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitIntegerToggleDemux.png == Summary == Routes an integer input to **True** or **False** outputs based on a boolean control. == Description == The **64 bit Integer Toggle Demux** sends the **In** 64 bit integer to one of two outputs: **True** or **False**, depending on the **select** control. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduino64BitIntegerToggleDemux.Preview.png == Categories == *Im...")
- 09:0109:01, 14 August 2025 Integer Toggle Demux (hist | edit) [840 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerToggleDemux.png == Summary == Routes an integer input to **True** or **False** outputs based on a boolean control. == Description == The **Integer Toggle Demux** sends the **In** integer to one of two outputs: **True** or **False**, depending on the **select** control. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduinoIntegerToggleDemux.Preview.png == Categories == *Image:TArduinoIntegerCateg...")
- 08:5808:58, 14 August 2025 Split Integer Digits (hist | edit) [951 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSplitIntegerDigits.png == Summary == Splits an integer into its base-N digits on multiple outputs. == Description == The **Split Integer Digits** component decomposes the input into individual digits in the specified **Base**. <b>Diagram:</b> Image:TArduinoSplitIntegerDigits.Preview.png == Categories == *Image:TArduinoIntegerCategory.png Category Integer – Decomposition == Properties == *'''Enabled''' – Enables or disables the...")
- 08:5308:53, 14 August 2025 64 bit Integer Multi Source (hist | edit) [839 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino64BitIntegerMultiSource.png == Summary == Replicates a single integer input to multiple outputs; you choose how many outputs. == Description == The **Integer Multi Source** component takes one integer on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same value and timing as **In**. <b>Diagram:</b> Image:TArduino64BitIntegerMultiSource.Preview.png == Properti...")
- 08:4608:46, 14 August 2025 Integer Multi Source (hist | edit) [817 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerMultiSource.png == Summary == Replicates a single integer input to multiple outputs; you choose how many outputs. == Description == The **Integer Multi Source** component takes one integer on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same value and timing as **In**. <b>Diagram:</b> Image:TArduinoIntegerMultiSource.Preview.png == Categories == *...")
- 08:4308:43, 14 August 2025 Integer 64 bit Schmitt Trigger (Hysteresis) (hist | edit) [1,615 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64SchmittTrigger.png == Summary == {{:Summaries:Summary Integer Schmitt Trigger (Hysteresis)}} == Description == Use this Schmitt Trigger component to compare with Hysteresis the Integer signal with a given Value. The Schmitt Trigger (Int64) component emits **True** when the input rises above **High Threshold** and returns to **False** only when it falls below **Low Threshold**. <b>Diagram:</b> Image:TArduinoIntegerSchmittTrigger.Preview....")
- 08:2308:23, 14 August 2025 Integer 64 bit To Text (hist | edit) [880 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInt64ToText.png == Summary == Converts a 64‑bit integer to a text string. == Description == The **Integer 64 bit To Text** component converts an 64 bit integer into its string representation. Configure **Base** to produce decimal, hexadecimal, binary, etc. <b>Diagram:</b> Image:Int64ToText.Preview.png == Categories == *Image:TArduinoIntegerToolbarCategory.png Category Converters/Integer - {{:Summaries:Summary Category Converters/Integ...")
- 08:1408:14, 14 August 2025 Max Limit Integer 64 bit (hist | edit) [880 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitInteger64.png == Summary == Passes a 64-bit integer only if it is below a specified maximum limit. == Description == The **Max Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is less than or equal to this limit, it is passed unchanged to **Out**. If it exceeds the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image:TArduin...")
- 08:0808:08, 14 August 2025 Max Limit Integer (hist | edit) [841 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitInteger.png == Summary == Passes an integer only if it is below a specified maximum limit. == Description == The **Max Limit Integer** component monitors the value on **In** and compares it to the **Value** property. If the input is less than or equal to this limit, it is passed unchanged to **Out**. If it exceeds the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image:TArduinoMaxLimitInteger...")
- 08:0208:02, 14 August 2025 Max Integer 64 bit Value (hist | edit) [895 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxValueInteger64.png == Summary == Tracks and outputs the running maximum of a 64-bit integer input; a reset pin clears the detection. == Description == The **Max Value (Int64)** component observes the value on **In** and keeps the largest value seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running maximum. <b>Diagram:</b> Image:...")
- 07:5807:58, 14 August 2025 Min Integer Value (hist | edit) [881 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinValueInteger.png == Summary == Tracks and outputs the running minimum of an integer input; a reset pin clears the detection. == Description == The **Min Integer Value** component observes the value on **In** and keeps the smallest integer seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum. <b>Diagram:</b> Image:TArdu...")
- 07:5507:55, 14 August 2025 Min Integer 64 bit Value (hist | edit) [896 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinValueInteger64.png == Summary == Tracks and outputs the running minimum of a 64-bit integer input; a reset pin clears the detection. == Description == The **Min Value (Int64)** component observes the value on **In** and keeps the smallest value seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum. <b>Diagram:</b> Image...")
- 07:2707:27, 14 August 2025 Image Multi-Source Merger (hist | edit) [704 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageMultiMerger.png == Summary == Merges multiple image inputs into a single composed output. == Description == The **Image Multi Merger** combines multiple images into one output stream. Typical uses include layering/overlay or composing tiles; the order of inputs determines composition priority. <b>Diagram:</b> Image:TArduinoImageMultiMerger.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image co...")
- 07:2207:22, 14 August 2025 Image Multi Source (hist | edit) [879 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageMultiSource.png == Summary == Replicates a single image input to multiple outputs; you choose how many outputs. == Description == The **Image Multi Source** component takes one image stream on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same frames and timing as the input. <b>Diagram:</b> Image:TArduinoImageMultiSource.Preview.png == Categories == *[...")
- 07:1807:18, 14 August 2025 Change Image Format (hist | edit) [914 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoChangeImageFormat.png == Summary == Converts an image from one pixel format to another. == Description == The **Change Image Format** component transforms the pixel format of an incoming image to the selected **Format**. Use it to match the requirements of displays, encoders, or downstream processing components. <b>Diagram:</b> Image:TArduinoChangeImageFormat.Preview.png == Categories == *Image:TArduinoImageCategory.png [[Category Image]...")
- 06:1906:19, 14 August 2025 Extract Image Info (hist | edit) [761 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoExtractImageInfo.png == Summary == Outputs metadata such as width, height, and format from an image stream. == Description == The **Extract Image Info** component inspects the **In** image and exposes its basic metadata on dedicated pins. <b>Diagram:</b> Image:TArduinoExtractImageInfo.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image inspection / metadata == Properties == *'''Enabled''' – Enab...")
- 06:1606:16, 14 August 2025 Image to JPEG (hist | edit) [723 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageToJpeg.png == Summary == Encodes the input image into a JPEG-compressed binary stream. == Description == The **Image To JPEG** component converts the **In** image to a JPEG-encoded byte stream suitable for storage or transmission. Adjust **Quality** to trade off size vs. fidelity. <b>Diagram:</b> Image:TArduinoImageToJpeg.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image compression / encodin...")
- 06:1206:12, 14 August 2025 Image Toggle Demux (hist | edit) [826 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageToggleDemux.png == Summary == Routes an image input to **True** or **False** outputs based on a boolean control. == Description == The **Image Toggle Demux** sends the **In** image to one of two outputs: **True** or **False**, depending on the value of **select**. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduinoImageToggleDemux.Preview.png == Categories == *Image:TArduinoImageCategory.png [...")
- 06:1006:10, 14 August 2025 Image Mux(Multi channel Switch) (hist | edit) [937 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageMux.png == Summary == Selects one of multiple image inputs to route to the output. == Description == The **Image Mux** component routes one of **N** image inputs to **Out**. The selected input index is provided over the **Select** pin (0‑based). Configure how many inputs you need with **Input Pins** and optionally specify **Initial Channel**. <b>Diagram:</b> Image:TArduinoImageMux.Preview.png == Categories == *Image:TArduinoImageCa...")
- 06:0706:07, 14 August 2025 Image Snapshot (hist | edit) [763 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoImageSnapshot.png == Summary == Takes a snapshot of the image stream when triggered. == Description == The **Image Snapshot** component captures and holds a single frame from the **In** image stream whenever a clock event arrives on **Snapshot**. The captured frame is provided on **Out** until a new snapshot is taken. <b>Diagram:</b> Image:TArduinoImageSnapshot.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Imag...")
- 06:0006:00, 14 August 2025 Image On/Off Switch (hist | edit) [774 bytes] Visuino (talk | contribs) (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...")
- 05:5905:59, 14 August 2025 Image Toggle Switch (hist | edit) [979 bytes] Visuino (talk | contribs) (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
- 04:2004:20, 14 August 2025 Image Demux(Multiple Output channel Switch) (hist | edit) [1,010 bytes] Visuino (talk | contribs) (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...")
- 03:3603:36, 14 August 2025 Binary To CAN bus (hist | edit) [1,306 bytes] Visuino (talk | contribs) (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. - **...")
- 03:2903:29, 14 August 2025 CAN bus Array (hist | edit) [1,608 bytes] Visuino (talk | contribs) (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...")
- 03:1003:10, 14 August 2025 Binary Array (hist | edit) [1,190 bytes] Visuino (talk | contribs) (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....")
- 02:5802:58, 14 August 2025 Binary To Image (hist | edit) [1,391 bytes] Visuino (talk | contribs) (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...")
- 02:4502:45, 14 August 2025 Binary On/Off Switch (hist | edit) [1,250 bytes] Visuino (talk | contribs) (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...")
- 02:4002:40, 14 August 2025 Binary Replace (hist | edit) [1,063 bytes] Visuino (talk | contribs) (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...")