ST_IEC870_5_101DataUnit_Ident

Identifikationsfeld der Dateneinheit (ASDU).

TYPE ST_IEC870_5_101DataUnit_Ident:
STRUCT
    eType    : E_IEC870_5_101TcTypeID; (* TwinCAT ASDU type identifier *)
    bSQ      : BOOL; (* Single/Sequence *)
    nObj     : BYTE; (* Number of information objects or elements *)
    bT       : BOOL; (* Test bit *)
    bPN      : BOOL; (* Positive/Negative confirmation *)
    eCOT     : E_IEC870_5_101COTType; (* Cause of transmission *)
    nORG     : BYTE; (* Originator address (optional) *)
    asduAddr : DWORD; (* Common address of ASDU *)
    eClass   : E_IEC870_5_101ClassType; (* Object class *)
END_STRUCT
END_TYPE

eType: Typ.

bSQ: Sequence-Flag.

nObj: Anzahl der Informationsobjekte oder Informationselemente.

bT: Test-Flag

bPN: Positive/negative Bestätigung.

eCOT: Übertragungsursache.

nORG: Quelladresse.

asduAddr: Gemeinsame ASDU-Adresse

eClass: Prioritätsklasse.

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken

TwinCAT v2.9.0 Build >= 1030

PC oder CX (x86)

TcIEC870_5_101.Lib

( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib;  werden automatisch eingebunden )

TwinCAT v2.10.0 Build >= 1301

CX (ARM)