MultiProtocolFrameParserConfigurationFrameVersion Property

Gets or sets specific configuration frame version to request from device which overrides default that otherwise requests latest configuration frame version for current protocol.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public DeviceCommand ConfigurationFrameVersion { get; set; }

Property Value

DeviceCommand

Remarks

If user selects IEEE C37.118-2011 protocol, this will default to requesting a configuration frame 3 frame. If remote device does not support this, this property can be set to send a configuration frame 2 frame instead.

This property can be assigned as a connection string parameter, e.g.: configurationFrameVersion=2 or configurationFrameVersion=SendConfigurationFrame2

See Also