ottowayi / pycomm3

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

Can I communicate with SMC EX-260-SEN module using this library? #289

Closed darkhorse0322 closed 11 months ago

darkhorse0322 commented 1 year ago

Hi @ottowayi Thank you so much for your efforts for this project.

So I am contacting you as I have one question. So, I am going to communicate with EX-260-SEN module using this library, I know I can use the CIP driver and generic message for this goal.

I have the manual of this device, but I can't know how I can use this library to communicate with this device. Can you please provide any help for me? EXxx-OMP0013-D.pdf

Thanks in advance.

ottowayi commented 1 year ago

yeah it should work if you use the CIPDriver and generic_message, but it depends on what you want to do. Typically, if you can find some documentation on using the MSG instruction, you can replicate that with generic_message