ST_AcsiLogicalNodeClassInfo
Container information of the logical node.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
TYPE ST_AcsiLogicalNodeClassInfo :
STRUCT
nDatas : UDINT;
nDataSets : UDINT;
nBufferedReportControlBlocks : UDINT;
nUnbufferedReportControlBlocks : UDINT;
nLogControlBlocks : UDINT;
nSettingGroupControlBlocks : UDINT;
nGooseControlBlocks : UDINT;
nGsseControlBlocks : UDINT;
nMulticastSampledValueControlBlocks : UDINT;
nUnicastSampledValueControlBlocks : UDINT;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
nDatas | UDINT | Number of data and data attributes in the container of the logical node. |
nDataSets | UDINT | Number of data sets in the container of the logical node. |
nBufferedReportControlBlocks | UDINT | Number of BRCBs in the container of the logical node. |
nUnbufferedReportControlBlocks | UDINT | Number of URCBs in the container of the logical node. |
nLogControlBlocks | UDINT | Number of LCBs in the container of the logical node. |
nSettingGroupControlBlocks | UDINT | Number of SGCBs in the container of the logical node. |
nGooseControlBlocks | UDINT | Number of GOCBs in the container of the logical node. |
nGsseControlBlocks | UDINT | Number of GSCBs in the container of the logical node. |
nMulticastSampledValueControlBlocks | UDINT | Number of MSVCBs in the container of the logical node. |
nUnicastSampledValueControlBlocks | UDINT | Number of USVCBs in the container of the logical node. |