str_SW_Rec
The data structure str_SW_REC contains the software version of the PROFINET device.
TYPE str_SW_Rec :
STRUCT
cSWRevPrefix :STRING(2);
nSWRevFuncEnhance :BYTE;
nSWRevBugFix :BYTE;
nSWRevIntCha :BYTE;
END_STRUCT
END_TYPE
Name | Description |
---|---|
cSWRevPrefix | Revision Prefix (V = officially released Version, R = Revision, P = Prototype, U = Under Test/Field Test, T = Test Device) |
nSWRevFunctionEnhance | Function extension |
nSWRevBugFix | Bug Fix |
nSWRevIntCha | Internal Change |