ST_RAIDDriveStatus
TYPE ST_RAIDDriveStatus :
STRUCT
eRAIDDriveStatus : E_RAIDDriveStatus;
eRAIDDriveUsage : E_RAIDDriveUsage;
nSATAPort : UINT;
sRAIDDriveSerial : STRING [39];
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
eRAIDDriveStatus | Contains the status of the physical drive. | |
eRAIDDriveUsage | States whether the physical drive is part of the RAID set. | |
nSATAPort | UINT | Contains the SAS address of the physical drive. If the drive has no SAS address, e.g. with a directly attached SATA drive, then this field should be filled with 0. |
sRAIDDriveSerial | STRING | 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) |