E_RAIDType
TYPE E_RAIDType :
(
eRAID_TYPE_NONE := 0,
eRAID_TYPE_0 := 1,
eRAID_TYPE_1 := 2,
eRAID_TYPE_10 := 3,
eRAID_TYPE_5 := 4,
eRAID_TYPE_15 := 5,
eRAID_TYPE_OTHER := 255
);
END_TYPE
Name | Value | Meaning |
---|---|---|
eRAID_TYPE_NONE | 0 | Indicates that the RAID set consists of a single drive. No set exists with the specified number. |
eRAID_TYPE_0 | 1 | Indicates that the RAID set is a striped set without error tolerance. |
eRAID_TYPE_1 | 2 | Indicates that the RAID set is a mirrored set. |
eRAID_TYPE_10 | 3 | Indicates that the RAID set is a striped and mirrored set. |
eRAID_TYPE_5 | 4 | Indicates that the RAID set is a parity set. |
eRAID_TYPE_15 | 5 | Indicates that the RAID set is an advanced parity set. |
eRAID_TYPE_OTHER | 255 | Indicates that the configuration of the RAID set does not correspond to the standard types. |
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) |