This driver is the base driver for the library, it handles common CIP services used by the other drivers. Things like opening/closing a connection, register/unregister sessions, forward open/close ...
The AB_data_logger is a data logger for an Allen-Bradley PLC using the pycomm3 library. It continuously monitors a specified PLC tag, and when the tag value changes, it fetches data from other tags ...