I_AcsiCommonLogicalNodeClass
Objects that implement this interface are located in the third hierarchical level of the IEC 61850 data model. This level is referred to as logical node (LN). The TwinCAT Telecontrol Configurator generates function blocks for this level, which are derived/extended from FB_AcsiCommonLogicalNodeClass. All function blocks derived from FB_AcsiCommonLogicalNodeClass automatically have the interface referred to above implemented by default.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
INTERFACE I_AcsiCommonLogicalNodeClass EXTENDS I_AcsiCommonNodeClass
Methods
Name | Description |
---|---|
Adds a new data object | |
Adds a new data set | |
Adds a new report control block instance for unbuffered reports | |
Adds a new report control block instance for buffered reports | |
Adds a new goose control block instance |
Properties
Name | Type | Access | Description |
---|---|---|---|
nDataSets | UDINT | Get | Number of data sets in the container of the logical node |
nBufferedReportControlBlocks | UDINT | Get | Number of report control block instances for unbuffered reports |
nUnbufferedReportControlBlocks | UDINT | Get | Number of report control block instances for buffered reports |
nGooseControlBlocks | UDINT | Get | Number of goose control block instances |