add CIP Protocol

This commit is contained in:
Wien.b
2023-10-11 02:22:00 -07:00
parent 242c7d66d2
commit 51299c6b79
25 changed files with 2110 additions and 7 deletions

View File

@@ -27,3 +27,11 @@ config CONTROL_PROTOCOL_S7
if CONTROL_PROTOCOL_S7
source "$APP_DIR/Framework/control/plc_protocol/s7/Kconfig"
endif
config CONTROL_PROTOCOL_CIP
bool "Using cip control protocol"
default n
select CONTROL_USING_SOCKET
if CONTROL_PROTOCOL_CIP
source "$APP_DIR/Framework/control/plc_protocol/cip/Kconfig"
endif