ottowayi / pycomm3

A Python Ethernet/IP library for communicating with Allen-Bradley PLCs.
MIT License
406 stars 88 forks source link

get_module_info() for Micrologix #274

Closed AndrewStuhr closed 1 year ago

AndrewStuhr commented 1 year ago

Are Micrologix supposed to support get_module_info()? I'm get errors when trying slot 0.

ottowayi commented 1 year ago

unfortunately that method won't work since Micro800's aren't chassis, there's no backplane/0 for the message to be routed to. Instead you can use get_plc_info to get the same info.