pycomm3 icon indicating copy to clipboard operation
pycomm3 copied to clipboard

has no attribute

Open ecoandreb opened this issue 2 years ago • 1 comments

I'm using Python 3.11.1 and pycomm3 version 1.2.14. I'm trying to connect an Omron NX1P2 device in EThernet/IP, but every command I use from this library, seems not found in it. I got multiple response as: cannot import name 'ServiceCode' from 'pycomm3' 'CIPDriver' object has no attribute 'build_common_packet' 'CIPDriver' object has no attribute 'get_encoder' 'CIPDriver' object has no attribute 'build_tag_read_request' 'CIPDriver' object has no attribute 'send_unit_data' 'CIPDriver' object has no attribute 'new_request' 'CIPDriver' object has no attribute 'is_connected' cannot import name 'DataFormat' from 'pycomm3' 'CIPDriver' object has no attribute 'read_tag' 'CIPDriver' object has no attribute 'read'

What could I have to check?

ecoandreb avatar Feb 26 '24 10:02 ecoandreb

Can you post a code sample?

Colt-H avatar May 01 '24 12:05 Colt-H