str_SW_Rec
Die Datenstruktur str_SW_REC enthält die Software-Version des PROFINET-Gerätes.
TYPE str_SW_Rec :
STRUCT
cSWRevPrefix :STRING(2);
nSWRevFuncEnhance :BYTE;
nSWRevBugFix :BYTE;
nSWRevIntCha :BYTE;
END_STRUCT
END_TYPE
Name | Beschreibung |
---|---|
cSWRevPrefix | Revision Prefix (V = officially released Version, R = Revision, P = Prototype, U = Under Test/Field Test, T = Test Device) |
nSWRevFunctionEnhance | Funktionserweiterung |
nSWRevBugFix | Bug Fix |
nSWRevIntCha | Internal Change |