-
Notifications
You must be signed in to change notification settings - Fork 125
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
Wrong connection size for T-->O Network Parameters #30
Comments
Hey @holigo1 , I'm currently trying to establish a connection to an NX102-9000 PLC and facing similar issue to what you guys describe: I tried to implement your fix without any luck, so I'm wondering if you might have som more input to what might be wrong. Forward Open:
Answer
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Rossmann Engineering,
first of all thank you for your great work!
I would like to notify that in the definition of the connection Size for the T-->O parameters the variable is defined as a byte (instead of ushort) so for T-->O size greater than 256 bytes it leads to an error. For the O-->T side the variable is defined correctly as an ushort type.
Line Code 438 in EIPClient.cs:
`//----------------T->O Network Connection Parameters
Best Regards
Luca Sala
The text was updated successfully, but these errors were encountered: