ruscito / pycomm

pycomm is a package that includes a collection of modules used to communicate with PLCs
MIT License
139 stars 85 forks source link

Question: Can this library be used to test generic CIP required objects using get/set attributes? #51

Open rajatkmehta opened 6 years ago

rajatkmehta commented 6 years ago

Is this support for Explicit and Implicit messaging both? If I want to get any attribute id for any specif objects shown below, can i do that using this library?

0x01 | Identity Objects | CIP Required Object 0x04 | Assembly Object | CIP object for Drive Device 0x06 | Connection Manager Object | Communication Object 0XF4 | Port object | Communication Object 0xA0 | Vendor Parameters Object | Vendor Specific 0xF5 | TCP/IP Interface Object | CIP Required Object 0x02 | Message Router Object | Communication Object 0xF4 | Port Object | Communication Object 0xF6 | Ethernet Link Object | CIP Required Object

If yes, please give a code snippet using your library for the same.

rajatkmehta commented 5 years ago

Can anyone please answer my question asked above?