Stationstatus_3; STATIONSTATUS_3_TYPE

The diagnostic byte Stationstatus_3 (defined within the standard) is output at STAT_3 of the Function Block DPM_SLV_DIAG. It is represented as a structure of the data type STATIONSTATUS_3_TYPE.

The structure STATIONSTATUS_3_TYPE is declared as follows within the PROFIBUS DP library:

TYPE STATIONSTATUS_3_TYPE:
STRUCT
    reserved0:         BOOL;
    reserved1:         BOOL;
    reserved2:         BOOL;
    reserved3:         BOOL;
    reserved4:         BOOL;
    reserved5:         BOOL;
    reserved6:         BOOL;
    EXT_DIAG_OVERFLOW: BOOL;
END_STRUCT
END_TYPE