FB_ScsmMsvCBImplClass

The function block FB_ScsmMsvCBImplClass contains the client and server implementations of the properties and functions of an MSV control block (MSV = Multicast Sampled Value).
Namespace: Tc3_iec61850_8_1
Library: Tc3_iec61850_8_1 (Tc3_iec61850_8_1.compiled-library)
Inheritance hierarchy
FB_AcsiCommonNodeClass -> FB_AcsiCommonDataClass -> FB_AcsiCommonControlBlockClass -> FB_AcsiCommonMulticastSampledValueControlBlockClass -> FB_AcsiMulticastSampledValueControlBlock -> FB_ScsmMsvCBImplClass
FUNCTION_BLOCK FB_ScsmMsvCBImplClass EXTENDS FB_AcsiMulticastSampledValueControlBlock IMPLEMENTS I_ScsmMsvCBImplClass
VAR_INPUT
END_VAR
Inputs
Name | Type | Definition location | Description |
|---|---|---|---|
SvEna | Inherited from FB_AcsiMulticastSampledValueControlBlock | Data attribute | |
MsvID | -//- | Data attribute | |
DatSet | -//- | Data attribute | |
ConfRev | -//- | Data attribute | |
SmpRate | -//- | Data attribute | |
OptFlds | -//- | Data attribute | |
SmpMod | -//- | Data attribute | |
DstAddress | -//- | Data attribute | |
NoAsdu | -//- | Data attribute |
Properties
Name | Type | Access | Definition location | Description |
|---|---|---|---|---|
bSvEna | BOOL | Get, Set | Attribute value: Enables/disables the MSV control block. | |
sMsvID | Get, Set | -//- | Attribute value: The ID of the SV messages. | |
sDatSet | Get, Set | -//- | Attribute value: Name of the linked data set. | |
nConfRev | UDINT | Get | -//- | Attribute value: Revision number of the MSV control block configuration. |
nSmpRate | WORD | Get, Set | -//- | Attribute value: Sampling rate. |
cOptFlds | Get, Set | -//- | Attribute value: Configuration of the optional fields that are transmitted with an SV message. | |
eSmpMod | Get, Set | -//- | Attribute value: Sampling mode. | |
ePRIORITY | Get | -//- | DstAddress attribute value: Priority level in the VLAN network. | |
nVID | WORD(0..4095) | Get | -//- | DstAddress attribute value: ID of the VLAN network. |
nAPPID | WORD | Get | -//- | DstAddress attribute value: Application Identifier. |
macAddr | Get | -//- | DstAddress attribute value: Destination MAC address. | |
oAddr | Get | -//- | DstAddress attribute value: Destination MAC address. | |
sAddr | STRING(17) | Get | -//- | DstAddress attribute value: Destination MAC address. |
nNoASDU | WORD | Get, Set | -//- | Attribute value: Number of ASDUs in an SV message. |
ipDatSet | Get | -//- | Interface pointer to the linked data set. | |
ipClient | Get | -//- | Interface pointer of the client implementation of the MSV control block. | |
ipServer | Get | -//- | Interface pointer of the server implementation of the MSV control block. |
Interfaces