STR_Teach_In
Datenstruktur - Hersteller ID, Typ und Profil.
TYPE STR_Teach_In :
STRUCT
nManufacturerID : WORD;
nTYPE : BYTE;
nProfile : BYTE;
END_STRUCT
END_TYPE
nManufacturerID: Hersteller Id.
nTYPE: Typ.
nProfile: Profil.
Datenstruktur - Hersteller ID, Typ und Profil.
TYPE STR_Teach_In :
STRUCT
nManufacturerID : WORD;
nTYPE : BYTE;
nProfile : BYTE;
END_STRUCT
END_TYPE
nManufacturerID: Hersteller Id.
nTYPE: Typ.
nProfile: Profil.