EEIP.NET icon indicating copy to clipboard operation
EEIP.NET copied to clipboard

Ethernet/IP compatible library for .NET implementations

Results 27 EEIP.NET issues
Sort by recently updated
recently updated
newest added

I am running into an issue where after approximately 2-3 minutes, the connection to the hardware disconnects and I am unable to call `SetAttributeSingle()`. The current work-around has been to...

Hello, i tried to connect to a BL20-E-GW-EN gateway but when i read from it, T_O_IOData array is empty. I tried your python version witch works just fine. Please update...

Our project using your nuget package is warning us that this package may not be supported due to it being .net framework. I noticed the conversion in [PR](https://github.com/rossmann-engineering/EEIP.NET/pull/16). Can that...

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...

First of all, congratulations on this library, it is very good! The thing is, I can't connect to two devices FEN20s at the same time from a PC. Error: **Only...

T_O_Length is a UInt16, but when adding it and the t_o_headerOffset variables together to get the connectionSize, it was typecast to a byte. When working with a device that returns...

Fix crash when network is down. Checks first if network is up before sending data Because you can't open a socket on a network interface that is down.

This patch does a few things: - Removed the Program.Main from the library - Added .editorconfig and ReSharper settings to help edits stay with project coding style - Converted project...

I'm using EEIP.NET to connect a moxa ilogik e1200 card through CIP protocol . I'm already using the explicit messaging, everything works like a charm. However, i encountered some issues...