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

Implicit Messaging Error#262 #458

Closed
MarioMay25 opened this issue May 25, 2023 · 4 comments
Closed

Implicit Messaging Error#262 #458

MarioMay25 opened this issue May 25, 2023 · 4 comments

Comments

@MarioMay25
Copy link

Hello everyone,

I have been trying to establish communication with a 1734-AENTR that only has only one input module (1734-IV8) but I always keep getting a constant error

image

This is part of the code I am using:

image

I used Wireshark to see where the problem was, getting the following result:

image

image

I have been trying to check if my computer ethernet network is configured to accept multicast data but have not been succesful. In addition, I am not sure if I am focusing on something that might not be the source of the problem.

I appreciate any help I can get to see if I can get this running.

Thanks everyone.

@rednexela1941
Copy link

I'd look around at these. (error code 262 == 0x0106)

cip/cipioconnection.c
674:          kConnectionManagerExtendedStatusCodeErrorOwnershipConflict;
682:            kConnectionManagerExtendedStatusCodeErrorOwnershipConflict;

cip/appcontype.c
199:            kConnectionManagerExtendedStatusCodeErrorOwnershipConflict;
213:            kConnectionManagerExtendedStatusCodeErrorOwnershipConflict;

cip/cipconnectionmanager.h
41:  kConnectionManagerExtendedStatusCodeErrorOwnershipConflict = 0x0106, /**< General Status has to be 0x01, Another connection has already reserved some needed resources */

@rednexela1941
Copy link

Also, I have ran into bugs with that eeip.py library you seem to be using. Here is one fix: rossmann-engineering/eeip.py#8.

@MartinMelikMerkumians
Copy link
Member

Hi @MarioMay25
sorry, I had to delete your last comment, as it features a screenshot from the ENIP specification.

@EIPStackGroup EIPStackGroup deleted a comment from MarioMay25 Aug 16, 2023
@MartinMelikMerkumians
Copy link
Member

closing also this issue, as it seems its not about OpENer, but a different library

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

No branches or pull requests

3 participants