Loading...
Searching...
No Matches
Syncing Satellite Time (from any source)
Procedure
- Temporarily disable the "set OBC time based on EPS" periodic operation with CTS1+config_set_int_var(EPS_time_sync_period_sec,0)!.
- Update the OBC's time based on the GNSS or Ground Station time.
- Enable the GNSS EPS channel if using the GNSS for the time sync.
- Run the main time sync command (e.g., set_obc_time_based_on_gnss_time, correct_system_time, set_system_time).
- Optionally, run the set_obc_time_based_on_gnss_pps to bump the OBC time based on the GNSS PPS feature (makes small adjustments of <=500ms).
- Optionally, set the EPS time based on the OBC time (set_eps_time_based_on_obc_time).
- Restore the default configuration: CTS1+config_set_int_var(EPS_time_sync_period_sec,600)! (where 600 sec = 10 minutes).