Binary Replace

From Visuino
Jump to navigation Jump to search

File: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 binary patterns within a stream.

Diagram:

Categories

Properties

  • Enabled – When **False**, the component is disabled and no replacements are made.
  • From Value – The binary value to search for in the input stream.
  • To Value – The binary value to replace the **From Value** with.

Pins

  • In – Binary input stream.
  • Out – Binary output stream with replacements applied.