You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the examples in red_test.c. My question is what data do I need to record to prove that the master and slave are perfectly synchronized, and how do I compare these data?
The text was updated successfully, but these errors were encountered:
The PDO cycle is 1ms, so I record the difference between the DC time received in two consecutive cycles and observe the error between this difference and 1ms. Can the synchronization between the master station and slave station be verified in this way?
Yes this an accurate way to measure the relative distances between the master and slave reference clock. For synchronization I often refer to my earlier post : #487 (comment)
Thank you so much Arthur.
I grabbed the ec_DCtime of two consecutive cycles on master, and then recorded the difference between ec_DCtime (x+1) and ec_DCtime (x). Here is the data I recorded. And I think master and slave have successfully synchronized, right?
Plus, in # 487, you mentioned "Then you need to place the transmission of the master PDO cycle in the time slot of the slave (again by slave manufacturer data). For example when the sync0 is fired every 1000us the PDO transmission reaches the slave at 500us offset“,what functions do I need to implement it?
I used the examples in red_test.c. My question is what data do I need to record to prove that the master and slave are perfectly synchronized, and how do I compare these data?
The text was updated successfully, but these errors were encountered: