I_GseAdapterSettingsClass

Objects that implement this interface are used to configure a network adapter that can be used for GSE communication.

Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)

Inheritance hierarchy

I_GseAdapterSettingsClass

INTERFACE I_GseAdapterSettingsClass

I_GseAdapterSettingsClass 1: Properties

Name

Type

Access

Description

bExecGoCBPubs

BOOL

Get

Enables/disables automatic calling of the "Execute" method of the Publisher GOOSE control blocks by the adapter.

bExecGoCBSubs

BOOL

Get

Enables/disables automatic calling of the "Execute" method of the Subscriber GOOSE control blocks by the adapter.

bSimulation

BOOL

Get

Enables/disables the GOOSE simulation bit field.

eAdapterPrio

TcEthernetAdapterPriority

Get

Priority of the network adapter.

eDispatchMode

E_GseDispatchMode

Get

Setting whether received Ethernet telegrams are forwarded to the operating system.

macAddr

ETHERNET_ADDRESS

Get

MAC address of the network adapter.

Set

multicastAddr

ETHERNET_ADDRESS

Get

Selected single subscriber multicast address of the network adapter. If set, the network adapter block instance receives only the subscriber messages sent to this exact address. In this case, the address is used as a filter for the subscriber messages. All other messages are forwarded either to the operating system or (if available) to further instances of the network adapter block.

INFO:
From TwinCAT TF6510 IEC 61850 Telecontrol v3.1.98.0 and higher: If this address has not been set ('00-00-00-00-00-00'), then all multicast addresses and APPIDs configured on the subscriber control block instances are used as filters for the subscriber messages. In this case, different multicast addresses can be configured in the GOOSE control block instances, for example.

The configured Subscriber APPID's (if used > 0), must correspond to the APPID's on the Publisher page. All received messages that cannot be assigned to a control block are forwarded to the operating system or to further instances of the network adapter block.

oid

OTCID

Get

TwinCAT object ID of the network adapter.

sMacAddr

STRING(17)

Get

Text representation of the MAC address of the network adapter.

sMulticastAddr

STRING(17)

Get

Text representation of the multicast address of the network adapter.

Set