Can anyone give me advice or tell me what I'm doing "wrong"?
I use "enumeration", but via, via (maybe that's the problem?) Similar situation in Codesys 2.3 this worked correctly.
Now the BOOL is not found in the ENUM.
GVL.g_IPC2AMK.dwDO.DO_AMK_REMOTE_ACTIVE
GVL = Global Variabel List
g_IPC2AMK = STRUCT
dwDO = ENUM
DO_AMK_REMOTE_ACTIVE = BOOL
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Can anyone give me advice or tell me what I'm doing "wrong"?
I use "enumeration", but via, via (maybe that's the problem?) Similar situation in Codesys 2.3 this worked correctly.
Now the BOOL is not found in the ENUM.
GVL.g_IPC2AMK.dwDO.DO_AMK_REMOTE_ACTIVE
GVL = Global Variabel List
g_IPC2AMK = STRUCT
dwDO = ENUM
DO_AMK_REMOTE_ACTIVE = BOOL