You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: