StatusFlags Enumeration
SEL Fast Message status word flags enumeration.
Namespace: Gemstone.PhasorProtocols.SelFastMessageAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
Gemstone.PhasorProtocols.SelFastMessage.StatusFlags = function();
Gemstone.PhasorProtocols.SelFastMessage.StatusFlags.createEnum('Gemstone.PhasorProtocols.SelFastMessage.StatusFlags', true);
NoFlags | 0 |
No flags.
|
TSOK | 1 |
Time synchronization OK, 1 when OK.
|
PMDOK | 2 |
Phasor measurement data OK, 1 when OK.
|
PSV51 | 4 |
User programmable bit 1.
|
PSV52 | 8 |
User programmable bit 2.
|
PSV53 | 16 |
User programmable bit 3.
|
PSV54 | 32 |
User programmable bit 4.
|
PSV55 | 64 |
User programmable bit 5.
|
PSV56 | 128 |
User programmable bit 6.
|
PSV57 | 256 |
User programmable bit 7.
|
PSV58 | 512 |
User programmable bit 8.
|
PSV59 | 1,024 |
User programmable bit 9.
|
PSV60 | 2,048 |
User programmable bit 10.
|
PSV61 | 4,096 |
User programmable bit 11.
|
PSV62 | 8,192 |
User programmable bit 12.
|
PSV63 | 16,384 |
User programmable bit 13.
|
PSV64 | 32,768 |
User programmable bit 14.
|