We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d24ce commit 1bc206bCopy full SHA for 1bc206b
1 file changed
src/libplctag.NativeImport/DEBUG_MODULE.cs
@@ -37,6 +37,9 @@ public enum DEBUG_MODULE
37
PLCTAG_MODULE_OMRON_RAW_TAG = 20,
38
PLCTAG_MODULE_MODBUS = 21,
39
PLCTAG_MODULE_SYSTEM = 22,
40
- PLCTAG_MODULE_PLATFORM = 23
+ PLCTAG_MODULE_PLATFORM = 23,
41
+ PLCTAG_MODULE_AB_CONNECTION = 24,
42
+ PLCTAG_MODULE_MB_CONNECTION = 25,
43
+ PLCTAG_MODULE_OMRON_CONNECTION = 26,
44
}
45
0 commit comments