pjkundert / cpppo

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
https://hardconsulting.com/products/6-cpppo-enip-api
Other
332 stars 109 forks source link

Question: Can this library be used to recieve generic CIP messages from a PLC? #60

Closed abcasada closed 5 years ago

abcasada commented 5 years ago

I've looked through the documentation and don't see any examples of this, but maybe I'm missing it due to not knowing a lot about the E/IP protocol.

je13fr commented 5 years ago

from command line, you can use: python -m cpppo.server.enip.get_attribute '@0x93/3/10=(REAL)1.0' Look in client secction for EIP Client, in previous doc it's server part who is documented I hope it helps