Merge Octets To Text MAC Address: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoMergeOctetsToTextMAC.png == Summary == Converts six separate octets into a formatted text representation of a MAC address. == Description == The **Merge Octets To Text MAC Address** component combines six input octets into a single string formatted as a standard MAC address (e.g., `00:1A:2B:3C:4D:5E`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default address..."
 
(No difference)

Latest revision as of 23:18, 14 September 2025

File:TArduinoMergeOctetsToTextMAC.png

Summary

Converts six separate octets into a formatted text representation of a MAC address.

Description

The **Merge Octets To Text MAC Address** component combines six input octets into a single string formatted as a standard MAC address (e.g., `00:1A:2B:3C:4D:5E`). 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:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value – Defines the default MAC address as six octets (Octet1, Octet2, Octet3, Octet4, Octet5, Octet6).

Pins

Input Pins

  • Octet0 – First octet of the MAC address.
  • Octet1 – Second octet of the MAC address.
  • Octet2 – Third octet of the MAC address.
  • Octet3 – Fourth octet of the MAC address.
  • Octet4 – Fifth octet of the MAC address.
  • Octet5 – Sixth octet of the MAC address.
  • Clock – Triggers update of the output text address.

Output Pins

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