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

iActCount: The number of parameters skipped (in this case 3 = 3 parameter errors).

iMaxCount: The number of parameters skipped (in this case 3 = 3 parameter errors).

iList: A field of up to 2048 parameter numbers where access errors occurred.

iError: A 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;
Beckhoff FC750x PCI

Tc2_IoFunctions (IO)