Merge Octets To Text TCP/IP IPv4 Address

From Visuino
Revision as of 23:14, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToTextIPv4.png == Summary == Converts four separate octets into a formatted text representation of an IPv4 address. == Description == The **Merge Octets To Text TCP/IP IPv4 Address** component combines four input octets into a single string formatted as a standard IPv4 address (e.g., `192.168.0.1`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMergeOctetsToTextIPv4.png

Summary

Converts four separate octets into a formatted text representation of an IPv4 address.

Description

The **Merge Octets To Text TCP/IP IPv4 Address** component combines four input octets into a single string formatted as a standard IPv4 address (e.g., `192.168.0.1`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default address can be set using the **Initial Value** property.

Diagram:


Properties

  • Enabled – Enables or disables the component.
  • Initial Value – Defines the default IPv4 address as four octets (Octet0, Octet1, Octet2, Octet3).

Pins

Input Pins

  • Octet0 – First octet of the IPv4 address.
  • Octet1 – Second octet of the IPv4 address.
  • Octet2 – Third octet of the IPv4 address.
  • Octet3 – Fourth octet of the IPv4 address.
  • Clock – Triggers update of the output text address.

Output Pins

  • Out (text) – Text representation of the IPv4 address.

Categories