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)

Inheritance hierarchy

I_AcsiCommonNodeClass -> I_AcsiCommonLogicalNodeClass

INTERFACE I_AcsiCommonLogicalNodeClass EXTENDS I_AcsiCommonNodeClass

I_AcsiCommonLogicalNodeClass 1: Methods

Name

Description

AddDataToContainer

Adds a new data object

AddDataSetToContainer

Adds a new data set

AddUnbufferedReportControlBlockToContainer

Adds a new report control block instance for unbuffered reports

AddBufferedReportControlBlockToContainer

Adds a new report control block instance for buffered reports

AddGooseControlBlockToContainer

Adds a new goose control block instance

I_AcsiCommonLogicalNodeClass 2: 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