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 ...
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 ...
Pycomm3: With four lines of python code you can grab tag data from AB PLCs. A while back we did a webinar detailing some of the work we did in relation to PLCs and Python, would something like that be ...