ST_SMIResponseTable
TYPE ST_SMIResponseTable :
STRUCT
arrResponseTable : ARRAY [1..SMI_COMMAND_BUFFER_ENTRIES] OF ST_SMIResponseTableItem;
byResponseTableCounter : BYTE;
byResponseTableMaxCounter : BYTE;
uiResponseTableOverflowCounter : UINT;
bLockSemaphore : BOOL;
END_STRUCT
END_TYPE
Requirements
Development Environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_SMI from 3.3.5.0 |