Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC PAS 62413 adds precise time synchronisation to EtherNet/IP (CP 2/2) by integrating IEEE 1588/IEC 61588 Precision Time Protocol into the object model. This enables deterministic time-aware communication for demanding automation applications.
| Attr ID | Name | Type | Description |
|---|---|---|---|
| 1 | CurrentTime | STIME | Local time value |
| 2 | PTPTime | STRUCT | IEC 61588 PTP format |
STIME is an 8-octet fixed-length type expressing time in nanoseconds.
The Time Sync Object provides the Management_Message service for PTP clock commands including ObtainIdentity, InitializeClock, SetSubdomain, and SetTime.
| Command | Description |
|---|---|
| ObtainIdentity | Retrieves PTP clock identity |
| InitializeClock | Initialises local PTP clock |
| SetSubdomain | Configures PTP subdomain |
| SetSyncInterval | Sets sync message interval |
| SetTime | Sets local clock time |
| Enable/DisablePort | Controls PTP port state |
CIP Sync requires careful PTP clock hierarchy planning. A grandmaster clock serves as primary reference. Boundary clocks distribute time across network segments. Transparent clock switches compensate for switch-induced delay. CurrentTime provides simple nanosecond timestamps; PTPTime preserves full IEC 61588 structure for interoperability.