nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
224 stars 90 forks source link

Does EIPScanner support proxy connect #80

Open duqiuxu opened 2 years ago

duqiuxu commented 2 years ago

I am trying to use EIPScanner to connect AB 1794 IO. It seems the IO module only can be connected through adapter module's proxy connect. I got the connection path of " 01 00 20 04 24 03 2C 04 2C 02", but after set this value in EIPScanner, it always reports "Message router error=0x1 additional statuses [0x109].

I want to know if EIPScanner support proxy connect?

Thanks, David