ST_IPCDiag_Module

Die Struktur enthält Modulinformationen zu einer Modulinstanz. Der Modultyp, der Modulindex (sofern mehrere Module eines Typen existieren) und die dynamisch erstellte Modul-ID sind angegeben.

TYPE ST_IPCDiag_Module :
STRUCT
    eModType   : E_IPCDiag_ModuleType;
    nModId     : BYTE;     (* dynamically created module id *)
    nModIdx    : USINT;    (* 1= first instance of this module type (= default) *)
    nModCnt    : USINT;    (* quantity of instances of this module type in the module list *)
END_STRUCT
END_TYPE