StatusFlags Enumeration
Macrodyne status flags enumeration (from Status 1 byte).
Namespace: Gemstone.PhasorProtocols.MacrodyneAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.153 -- Release Build+ada5559b3b674dd4675f3b08c42ff237a50f01ca
Gemstone.PhasorProtocols.Macrodyne.StatusFlags = function();
Gemstone.PhasorProtocols.Macrodyne.StatusFlags.createEnum('Gemstone.PhasorProtocols.Macrodyne.StatusFlags', true);
| NoFlags | 0 |
No flags.
|
| TriggerDetected | 1 |
TRG = 1 - Trigger detected, table being collected.
|
| OperationalLimitReached | 2 |
OP = 1 - Operational limit reached.
|
| ResetOccurred | 4 |
UR = 1 - Reset occurred.
|
| TimeError | 8 |
TTE = 1 - Error in GPS time or time tag.
|
| ReferenceLost | 16 |
RL = 1 - Reference expected but not received.
|
| InputReferenceEnabled | 32 |
RI = 1 - Unit enabled to receive reference.
|
| OuputReferenceEnabled | 64 |
RO = 1 - Unit set to output reference.
|
| TriggerDetectedMemoryFull | 128 |
Trigger detected, but memory full.
|