ST_RAIDCntlrFound
TYPE ST_RAIDCntlrFound :
STRUCT
nRAIDCntlrCount : UDINT;
nRAIDCntlrIds : ARRAY [1..g_nMAX_NUMBER_OF_RAID_CNTLRS] OF UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
nRAIDCntlrCount | UDINT | Number of RAID controllers |
nRAIDCntlrIds | ARRAY OF UDINT | ID of each RAID controller (default value is 4294967295 and therefore invalid). |
g_nMAX_NUMBER_OF_RAID_CNTLRS is the maximum number of RAID controllers and is defined as a global constant = 10.
Requirements
Development environment |
Target platform |
PLC libraries to be integrated (category group) |
---|---|---|
TwinCAT v3.1.0 |
PC or CX (x86, x64, ARM) |
Tc2_IoFunctions (IO) |