Please enable JavaScript.
Coggle requires JavaScript to display documents.
Implementing PTP in Substations
Link1 Link2 (Precision Time Protocol (2.5…
Implementing PTP in Substations
Link1 Link2
Executive Summary
1.1 Advanced substation automation applications (PMU, SV Process bus) require synchronising accuracy to be better than 1 µs, rather than the 1–2 ms
-
- Challenges in substation timing
-
-
2.1. PTP terminology
grandmaster clock
the ultimate source of time for synchronisation using PTP,
and usually has a GPS (or other satellite system) receiver built in
-
slave clock
the end-user of PTP, which may be a protection relay with native support forPTP or a translation device (such as Tekron’s PTP Translator) that generates a legacy timesynchronisation signal such as IRIG-B or 1-PPS
transparent clock
an Ethernet switch that measures the time taken for a PTP synchronisation message to transit the device and provides this information to clocks receiving the PTP event message
boundary clock
has multiple PTP ports and may serve as a source of time, i.e. be a slave clock to an upstream source and a master clock to downstream devices
2.2 PTP Messages
Sync messages
These contain the time value from the master clock in the form of the number of seconds and nanoseconds since midnight on 1 January 1970. The Sync messages (using two-step clocks) are transmitted unaltered by the transparent clocks. ta represents the time at the grandmaster clock. Announce messages are treated the same way.
-
Peer delay messages
Peer delay (Request /Response /Follow up) are exchanged between neighbours to estimate the propagation delay of each path between devices. The Peer Delay mechanism uses two or three separate message types to measure the propagation delay (depending on one-step or two-step operation).
-
Follow Up messages
These contain the precise time stamp of when the previous Sync message was sent, along with Correction information.
Follow Up messages contain information updated by transparent clocks in the network. Follow Up messages will differ throughout the network, reflecting the different network delays to each node.
Each transparent clock records the propagation delay of links between itself and it’s immediate peers. As a Sync message passes through a transparent clock, the clock calculates a local correction value by adding the propagation delay of the link the message arrived on and the residence time of the message within the clock. This local correction value is then added to correction field of the corresponding Follow Up message. When the messages arrive at the slave clock it adds it’s recorded link propagation delay to the correction value which then represents the total time taken for the sync message to travel from the Master to the slave, the path delay.
Because the total path delay value is contributed to by each component in the path the sync message takes, the peer-to-peer mechanism used in the Power Profile is very responsive to changes in network topology.
It is important to note that while the Follow Up messages may look identical, they will be different at each point in the network. Transparent clocks alter the contents of the message while retaining the original source address of the grandmaster.
-
The Correction is the sum of the transparent clock residence times and propagation delays been the grandmaster and that point in the network,and is represented as nanoseconds and fractions of nanoseconds.
Announce messages
These are information messages transmitted by the grandmaster that provide details of time accuracy of the reference (e.g. GPS receiver) and other PTP protocol information.
-
-
-
-
-