ClockStatusFlags Enumeration
Macrodyne clock status flags enumeration (from byte 1 in time string).
Namespace: Gemstone.PhasorProtocols.MacrodyneAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
Gemstone.PhasorProtocols.Macrodyne.ClockStatusFlags = function();
Gemstone.PhasorProtocols.Macrodyne.ClockStatusFlags.createEnum('Gemstone.PhasorProtocols.Macrodyne.ClockStatusFlags', true);
NoFlags | 0 |
No flags.
|
DacBeyondLimits | 1 |
Set when DAC811 adjustment on the GPS board is beyond limits.
|
GpsComIssue | 2 |
Set when the time output is that from the internal buffer (in GPS board processor) incremented by one second.
|
GpsUnlocked | 4 |
Set when the internal oscillator is not disciplined (the GPS clock is not locked).
|
GpsTimeInvalid | 8 |
Set when the last GPS receiver time tag was invalid.
|
ResynchronizationPending | 16 |
Set when the system is about to be resynchronized to the GPS receiver.
|
ErrorCondition | 32 |
Set when an error condition exists.
|
UsingLocalTime | 64 |
Set for local time mode, cleared for UTC mode.
|
ClockAndReceiverOutOfSync | 128 |
Set when the GPS clock 1 PPS and the GPS receiver 1 PPS differ by more than 5 microseconds.
|