ST_SercosParamErrList
TYPE ST_SercosParamErrList :
STRUCT
iActCount : UINT;
iMaxCount : UINT;
iList : ARRAY [0..2047] OF UINT;
iError : ARRAY [0..2047] OF UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
iActCount | UINT | Number of parameters skipped (here 3 = 3 parameter errors). |
iMaxCount | UINT | Number of parameters skipped (here 3 = 3 parameter errors). |
iList | ARRAY OF UINT | Field of up to 2048 parameter numbers where access errors occurred. |
iError | ARRAY OF UDINT | Field of up to 2048 access error numbers. |
Requirements
Development environment |
Target platform |
IO hardware |
PLC libraries to be integrated (category group) |
---|---|---|---|
TwinCAT v3.1.0 |
PC (x86) |
Sercans SCS-P ISA; Sercans SCS-P PCI; |
Tc2_IoFunctions (IO) |