Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62734-2014, developed in cooperation between IEC TC 65 (Industrial-process measurement, control and automation) and the ISA (International Society of Automation), adopts the ISA 100.11a standard as an International Standard for wireless communication networks used in industrial automation. This comprehensive standard specifies the complete protocol stack — from the physical layer through the application layer — for reliable, secure, and interoperable wireless communication in process control environments. It addresses the unique requirements of industrial applications: high reliability in the presence of RF interference, deterministic timing, low power consumption for battery-powered field devices, and robust security.
The standard defines a six-layer architecture aligned with the OSI model, plus cross-layer management and security planes. The key layers are: Physical Layer (IEEE 802.15.4-2006 2.4 GHz DSSS), Data Link Layer (time-slotted, channel-hopping TDMA with mesh networking), Network Layer (IPv6-compatible with routing), Transport Layer, and Application Layer (object-oriented using a structured object model).
The data link layer’s TSCH mechanism is the cornerstone of ISA 100.11a reliability. Devices synchronize to a global time reference and communicate in pre-assigned time slots, hopping across 16 channels in the 2.4 GHz band. This provides:
| Feature | ISA 100.11a (IEC 62734) | WirelessHART | Notes |
|---|---|---|---|
| Frequency Band | 2.4 GHz ISM | 2.4 GHz ISM | 16 channels |
| MAC Protocol | TSCH + CSMA | TDMA | Time-slotted with hopping |
| Network Layer | IPv6 (6LoWPAN) | Proprietary | Native IP support |
| Security | AES-128, ECC-256 | AES-128 | PKI support for key management |
| Data Rate | 250 kbps (per channel) | 250 kbps | Same base rate |
| Application Layer | Object-oriented model | HART commands | ISA 100 object model |
IEC 62734 incorporates security as a cross-layer function. The standard specifies:
The standard defines multiple QoS levels to support different types of industrial traffic:
The network manager is a key component that optimizes route selection, slot allocation, and channel hopping sequences based on link quality metrics. For redundancy, the standard supports graph routing and source routing, allowing multiple paths between any source-destination pair.
A: In typical industrial environments, the range is 100-300 m line-of-sight. Through walls and obstacles, the range reduces to 30-100 m. The mesh networking capability extends the overall network span since devices can relay data through intermediate nodes (up to 5 hops typically, more in some configurations).
A: Yes. The standard supports battery-powered devices with duty-cycled operation. With careful configuration, a device powered by two AA lithium batteries can operate for 3-5 years at typical update rates (1-60 seconds). The key is using the standard’s power-saving features: slow channel hopping, extended sleep modes, and optimized slot assignments.
A: Both are IEC standards for industrial wireless. IEC 62591 (WirelessHART) uses the HART application protocol, while IEC 62734 (ISA 100.11a) uses its own object-oriented application layer with native IPv6 support. The physical layer (IEEE 802.15.4) is the same, but the MAC, network, and application layers differ. They are not interoperable at the network level.
A: The standard uses a combination of time-based counters, message sequence numbers, and MICs to prevent replay attacks. Each message includes a freshness indicator, and the receiver checks this before accepting the message. Additionally, the TSCH slot timing itself provides a form of temporal authentication.