DeviceCommand Enumeration
Phasor enabled device commands enumeration.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
Gemstone.PhasorProtocols.DeviceCommand = function();
Gemstone.PhasorProtocols.DeviceCommand.createEnum('Gemstone.PhasorProtocols.DeviceCommand', false);
DisableRealTimeData | 1 |
0000 0000 0000 0001 Turn off transmission of data frames.
|
EnableRealTimeData | 2 |
0000 0000 0000 0010 Turn on transmission of data frames.
|
SendHeaderFrame | 3 |
0000 0000 0000 0011 Send header file.
|
SendConfigurationFrame1 | 4 |
0000 0000 0000 0100 Send configuration file 1.
|
SendConfigurationFrame2 | 5 |
0000 0000 0000 0101 Send configuration file 2.
|
SendConfigurationFrame3 | 6 |
0000 0000 0000 0110 Send configuration file 3.
|
ReceiveExtendedFrame | 8 |
0000 0000 0000 1000 Receive extended frame for IEEE C37.118 / receive reference phasor for IEEE 1344.
|
SendLatestConfigurationFrameVersion | 2,048 |
0000 1000 0000 0000 User designated command. Used to send latest configuration frame version.
|
ReservedBits | 65,520 |
Reserved bits.
|