Click or drag to resize
Grid Solutions Framework

ConcentratorCreateDataFrame Method

Creates a new IEC 61850-90-5 specific DataFrame for the given timestamp.

Namespace: PhasorProtocolAdapters.Iec61850_90_5
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public static DataFrame CreateDataFrame(
	Ticks timestamp,
	ConfigurationFrame configurationFrame,
	string msvID,
	int asduCount,
	byte[][] asduImages,
	uint configurationRevision
)
View Source

Parameters

timestamp  Ticks
Timestamp for new IFrame in Ticks.
configurationFrame  ConfigurationFrame
Associated ConfigurationFrame for the new DataFrame.
msvID  String
MSVID to use for DataFrame.
asduCount  Int32
ASDU count.
asduImages  Byte
Concentrator's ASDU image cache.
configurationRevision  UInt32
Configuration revision.

Return Value

DataFrame
New IEC 61850-90-5 DataFrame at given timestamp.
See Also