ST_RAIDStatusRes

TYPE ST_RAIDStatusRes :
STRUCT
    nRAIDSetIndex     : UDINT;
    eRAIDType         : E_RAIDType;
    eRAIDStatus       : E_RAIDStatus;
    nRAIDDriveCount   : UINT;
    nReserved         : UINT;
    stRAIDDriveStatus : ARRAY [1..g_nMAX_NUMBER_OF_RAID_DRIVES] OF ST_RAIDDriveStatus;
END_STRUCT
END_TYPE

Name

Type

Description

nRAIDSetIndex

UDINT

RAID set ID, as for the input.

eRAIDType

E_RAIDType

Contains the basic RAID type of the RAID set
eRAID_TYPE_NONE indicates that the RAID set consists of a single drive, i.e. no set with the specified number exists.

eRAIDStatus

E_RAIDStatus

Contains the status of the RAID set

nRAIDDriveCount

UINT

Contains the number of drives in the RAID set

nReserved

UINT

Reserved

stRAIDDriveStatus

ST_RAIDDriveStatus

Contains the status of the physical drive and information on whether the physical drive is part of the RAID set.

nRAIDSetIndex

ARRAY OF ST_RAIDDriveStatus

RAID set ID, as for the input.

g_nMAX_NUMBER_OF_RAID_DRIVES is the number of RAID drive states that can be read 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)