Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The standard ISO/IEC 14543-3-2:2007, commonly referred to as IEC 14543-3-2-07, is a fundamental element of the Home Electronic System (HES) architecture series. It defines the communication protocol for transmitting Master-Slave/Token-Passing (MS/TP) data frames over Internet Protocol (IP) networks. This standard enables the integration of field-level control networks with IP backbones, facilitating remote monitoring, control, and management in smart homes, buildings, and industrial environments.
Within the ISO/IEC 14543 multi-part framework, Part 3-2 specifies the protocol that encapsulates MS/TP frames into UDP segments, preserving the deterministic behavior of the original token-passing bus while leveraging IP infrastructure. The standard addresses:
Applicable to building automation, home control, and industrial automation systems that rely on MS/TP variants (e.g., LonTalk, BACnet MS/TP), this standard fills a critical interoperability gap between legacy fieldbuses and modern IP networks.
The protocol operates at the network layer of the HES architecture, directly encapsulating MS/TP frames into UDP datagrams. Key technical parameters are summarized in Table 1.
| Parameter | Specification |
|---|---|
| Transport protocol | UDP (IPv4 or IPv6) |
| Default UDP port | 4700 (optional, configurable per deployment) |
| Maximum frame size (MTU) | 1500 bytes (Ethernet); fragmentation handled by IP layer |
| Address mapping | Map 16‑bit MS/TP identifiers to IP addresses and UDP ports |
| Frame encapsulation header | 4 octets: version, flags, length field, option byte |
| Timing compliance | Token rotation time ≤ 500 ms; response timeout ≤ 20 ms |
| Broadcast/multicast | Yes – via IP multicast group (recommended) or directed broadcast |
| Security | Not specified in the standard; implement IPsec, TLS, or application-layer security |
The encapsulation header indicates the version of the protocol and carries flags to manage segmentation (if the MS/TP frame exceeds the path MTU). The standard mandates that all implementations support a minimum reassembly buffer of 1500 bytes.
Each HES device on the IP network is uniquely identified by its IP address and UDP port. The address mapping function (optional but recommended) translates between local 16‑bit MS/TP addresses and their corresponding IP endpoints. The standard supports three delivery modes:
Successful deployment of systems conforming to IEC 14543-3-2-07 hinges on proper gateway design and protocol integration. The following aspects are critical.
A typical gateway bridges one or more MS/TP fieldbus segments with an IP network. It performs encapsulation/decapsulation, address translation, and token management. The gateway must buffer MS/TP frames awaiting IP transmission and handle retries for lost UDP packets.
Because MS/TP relies on a token for bus access, the gateway must emulate the token passing scheme when dealing with remote devices. This is usually achieved by creating a “virtual token” that circulates among the gateway and its local MS/TP nodes. The standard does not prescribe an exact algorithm but requires that the token rotation time on the local MS/TP segment remain within the original timing bounds.
Gateways from different manufacturers should be tested together using conformance test suites defined by ISO/IEC 14543-3-2:2007. The standard includes a Protocol Implementation Conformance Statement (PICS) template to document supported options. Key interoperability checkpoints include:
Compliance with IEC 14543-3-2-07 is typically voluntary unless specified by project contracts or local regulations. For Canada, the standard is adopted as CAN/CSA‑ISO/IEC 14543‑3‑2‑07, making compliance mandatory for certain government or public‑sector projects.
Conformance testing verifies that an implementation matches the PICS and passes a set of standardised test cases covering:
Certification is performed by accredited laboratories that comply with ISO/IEC 17025. After passing, products can display the CSA certification mark for the Canadian market or the ISO/IEC conformity mark globally.
Devices that do not conform to the standard may cause network instability, communication black holes, and in safety‑critical systems, may lead to hazardous conditions. For example, improper handling of the token timing could result in a “token‑loss” scenario that halts all MS/TP communication on that segment.
The standard is maintained by ISO/IEC JTC 1/SC 25 (Interconnection of information technology equipment). Users and implementers should monitor amendments or corrigenda issued after the 2007 edition to stay current.
© 2026 – IEC 14543-3-2-07 Technical Article. All rights reserved.