Binary Replace Items At Index

From Visuino
Revision as of 01:15, 14 August 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File: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 position in the binary stream where the replacement occurs. - **Value** is the binary data to insert; click the **3 dots** button to open the Binary Data Editor.

This component is useful for modifying specific bytes or segments in binary streams without affecting the rest of the data.

Diagram:

Categories

Properties

  • Enabled – When **False**, the component is disabled and no changes are made.
  • Index – The zero-based position in the binary stream to replace.
  • Value – Binary value to insert at the specified index; editable via the Binary Data Editor.

Pins

  • In – Input binary stream.
  • Out – Output binary stream with the specified items replaced.