ST_SoE_DiagNumList

The structure ST_SoE_DiagNumList contains the length of the list (actual, maximum) in bytes and the history of diagnose numbers.

 

TYPE ST_SoE_DiagNumList :
STRUCT
    iActualSize     : UINT;
    iMaxSize        : UINT;
    arrDiagNumbers  : ARRAY [0..29] OF UDINT;
END_STRUCT
END_TYPE

 

iActualSize: actual length of the list in bytes
iMaxSize: maximum length of the list in bytes
arrDiagNumbers: list of the maximum 30 last error numbers (as UDINT).