Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the description of system status values? #42

Open
ghost opened this issue May 20, 2020 · 1 comment
Open

Where is the description of system status values? #42

ghost opened this issue May 20, 2020 · 1 comment
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented May 20, 2020

Where is the description of system status values?

Do I know whether the system synchronization is completed or not by using those system status values?

  • Board TIme > Offset from time reference
  • Board Time > System time synced to board clock
  • Board Time > Time reference present
  • Error Code
@rtzoeller
Copy link
Contributor

The two channels that will provide the information you are looking for are Time reference present and Offset from time reference.

Offset from time reference contains the offset from the corresponding time reference in seconds, assuming the time reference exists. Time reference present tells you if the time reference exists; if Time reference present is zero, then Offset from time reference is meaningless.

If your controller is running PharLap, you will also want to confirm that System time synced to board clock is non-zero. This indicates that the controller time is correctly synchronized with the module time. This happens automatically on NI Linux RT, but requires a reboot after the first deployment on PharLap due to driver limitations (see #10).

@rtzoeller rtzoeller added the question Further information is requested label May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant