Open
Description
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
redundantOwner = (bool)T_O_OwnerRedundant;
connectionType = (byte)T_O_ConnectionType; //1=Multicast, 2=P2P
priority = (byte)T_O_Priority;
variableLength = T_O_VariableLength;
connectionSize = (byte)(T_O_Length + t_o_headerOffset);`
Best Regards
Luca Sala
Metadata
Metadata
Assignees
Labels
No labels