E_RAIDStatus
TYPE E_RAIDStatus :
(
eRAID_SET_STATUS_OK := 0,
eRAID_SET_STATUS_DEGRADED := 1,
eRAID_SET_STATUS_REBUILDING := 2,
eRAID_SET_STATUS_FAILED := 3
);
END_TYPE
Name |
Value |
Meaning |
---|---|---|
eRAID_SET_STATUS_OK |
0 |
Indicates that the RAID set is ready for operation. |
eRAID_SET_STATUS_DEGRADED |
1 |
Indicates that the RAID set is no longer operating in an error-tolerant mode. |
eRAID_SET_STATUS_REBUILDING |
2 |
Indicates that the RAID set is rebuilding. This means that operation is restricted. Once the rebuild has been successfully completed, the status changes to eRAID_SET_STATUS_OK. The status is updated accordingly if the rebuild fails. |
eRAID_SET_STATUS_FAILED |
3 |
Indicates that the RAID set has failed. There is no guarantee of the readiness for operation of the RAID set and loss of data has occurred or threatens. |
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) |