Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC/PAS 62406 defines TCnet, a real-time Ethernet protocol designed for industrial control systems. Developed by Yokogawa and Toshiba, TCnet was standardized as an IEC PAS in 2005.
The standard specifies the complete communication profile across the Data Link Layer (DLL), Application Layer (AL), and the associated protocol state machines. It is structured around a ring topology where each node acts as a repeater, forwarding frames to the next node, eliminating the need for managed switches.
| Parameter | Specification |
|---|---|
| Physical Layer | 100BASE-TX |
| Topology | Ring |
| Min Cycle Time | 1 ms |
| Jitter | < 1 microsecond |
| Max Nodes | 100 |
The TCnet DLL is responsible for deterministic medium access control. Unlike CSMA/CD, TCnet employs a token-ring method where a SYN frame establishes cycle timing. The cycle has High-speed (HTP) and Low-speed (LTP) periods.
TCnet uses a Common Memory (CM) model where nodes publish data into shared memory synchronized across all ring members. The CM ASE defines object types including Boolean, Integer, Unsigned, and Float. The AR ASE manages application relationships.
From an engineering perspective, TCnet is simple: no managed switches needed, ring topology provides redundancy, and deterministic timing enables worst-case latency calculation.