ST_SMIMessageQueueItem
TYPE ST_SMIMessageQueueItem :
STRUCT
dwAddr : DWORD;
eAddrType : E_SMIAddrType;
eCommandType : E_SMICommandType;
eResponseFormat : E_SMIResponseFormat;
arrIdentificationBytes : ARRAY [0..2] OF BYTE;
arrParameters : ARRAY [0..2] OF DWORD;
udiMessageHandle : UDINT;
bSuppressResponseBuffer : BOOL;
END_STRUCT
END_TYPE
Voraussetzungen
Entwicklungsumgebung | Einzubindende SPS-Bibliothek |
---|---|
TwinCAT ab v3.1.4020.14 | Tc2_SMI ab 3.3.5.0 |