ST_SoE_DiagNumList
The ST_SoE_DiagNumList structure contains the list length (Minimum, Maximum) in bytes as well as the history of the diagnosis numbers.
TYPE ST_SoE_DiagNumList :
STRUCT
iActualSize : UINT;
iMaxSize : UINT;
arrDiagNumbers : ARRAY [0..29] OF UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
iActualSize | UINT | Current length of the string (without closing \0) |
iMaxSize | UINT | Maximum length of the string (without closing \0) |
arrDiagNumbers | ARRAY [0..29] OF UDINT | List of the maximum 30 last error numbers (as UDINT) |