Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

has no attribute #313

Open
ecoandreb opened this issue Feb 26, 2024 · 1 comment
Open

has no attribute #313

ecoandreb opened this issue Feb 26, 2024 · 1 comment
Labels
question Further information is requested

Comments

@ecoandreb
Copy link

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 ecoandreb added the question Further information is requested label Feb 26, 2024
@Colt-H
Copy link
Contributor

Colt-H commented May 1, 2024

Can you post a code sample?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants