ST_RAIDDriveStatus

TYPE ST_RAIDDriveStatus :
STRUCT
    eRAIDDriveStatus  : E_RAIDDriveStatus;
    eRAIDDriveUsage   : E_RAIDDriveUsage;
    nSATAPort         : UINT;
    sRAIDDriveSerial  : STRING [39];
END_STRUCT
END_TYPE

eRAIDDriveStatus: Contains the status of the physical drive (type: E_RAIDDriveStatus).

eRAIDDriveUsage: States whether the physical drive is part of the RAID set (type: E_RAIDDriveUsage).

nSATAPort: Contains the SAS address of the physical drive. This box should contain a 0 if the drive has no SAS address, as is the case, for example, with a directly attached SATA drive.

sRAIDDriveSerial: Serial number of the RAID drive (40 letters).

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)