cpppo icon indicating copy to clipboard operation
cpppo copied to clipboard

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP

Results 60 cpppo issues
Sort by recently updated
recently updated
newest added

I've been working on getting this library to properly write to my PLC for the past couple of days. Now this is not a device I myself programmed, but something...

I had an import failing when trying to run my `cpppo` code in python 3.11: ``` File "/Users/maxj/Documents/Charge/factory/factory/drivers/al1120.py", line 16, in from cpppo.server.enip.get_attribute import proxy_simple File "/Users/maxj/Library/Caches/pypoetry/virtualenvs/factory-4i3Wbpjw-py3.11/lib/python3.11/site-packages/cpppo/__init__.py", line 29, in...

When I try to import client, like this: ```python from cpppo.server.enip import client ``` I get this: ``` Traceback (most recent call last): File "c:\Users\itsmemario\Documents\Python\eip\main.py", line 4, in from cpppo.server.enip...

Hi, did anyone successfully configure CPPPO Server/Adapter to communicate as Generic Ethernet Module in Studio 5000? I tried to use one of the provided examples (`poll_test.py`) and create my own...

Importing the proxy `from cpppo.server.enip.get_attribute import proxy` I get the error: ```Exception has occurred: TypeError code() argument 13 must be str, not int File "/workspace/app/main.py", line 46, in from cpppo.server.enip.get_attribute...

Some documentation or URL link to explanation is expected in the ReadMe

i needed support for set_attributes_all for simulation purposes, using `pycomm3` as a client library and `cpppo` as the Ethernet/IP server (no Logix). i am pretty sure someone else can benefit...

I am trying to use enip_server with FactoryTalk View SE and cannot resolve the tag references. Whenever the client loads it shows the standard message for the tag not existing...

I’d like to ask: is it possible to turn the PC into an adapter? What I’m trying to do is make my PC act as an adapter so that the...

### Error reading an Array as an Array ### Array Interpreted as single TAG ### PLC -> CompactLogix 5069-L306ER List Identity 0 from ('192.168.2.11', 44818): { 'count': 1, 'item[0].type_id': 12,...