Hi,
is anythere any description of values can be stored in IoConfigParameter.wType (from IoStandard)? Experimentally I found out that
std:BOOL 0 std:BYTE 2 std:WORD 3 std:DWORD 4 std:LWORD 5 std:INT 7 std:DINT 8 std:LINT 9 std:UINT 11 std:REAL 14 std:LREAL 15 std:STRING 16 std:ARRAY [] OF BYTE 26 user type 28
Is somewhere official enumeration from 3S?
AndreyS hat geschrieben: Is somewhere official enumeration from 3S?
Ok. I think the enumeration is defined in CODESYS IDE in system library "Bases Interfaces", see TypeClass enumeration.
Log in to post a comment.
Hi,
is anythere any description of values can be stored in IoConfigParameter.wType (from IoStandard)? Experimentally I found out that
std:BOOL 0
std:BYTE 2
std:WORD 3
std:DWORD 4
std:LWORD 5
std:INT 7
std:DINT 8
std:LINT 9
std:UINT 11
std:REAL 14
std:LREAL 15
std:STRING 16
std:ARRAY [] OF BYTE 26
user type 28
Is somewhere official enumeration from 3S?
Ok. I think the enumeration is defined in CODESYS IDE in system library "Bases Interfaces", see TypeClass enumeration.