nimbuscontrols / EIPScanner

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

Explicit Tag Read/Write #97

Open nnarain opened 11 months ago

nnarain commented 11 months ago

Hello.

I'm rather new to EIP. Does this library support read/write from/to tags or symbols (apologies in advance if I'm misusing the terms).

For example in the cpppo library a write could look like proxy.write("FOO = 5") (or something to that effect).

If it is possible could I get some help in how to achieve that. And if not what would I need to implement?

Thanks.

nnarain commented 11 months ago

I suppose this is a duplicate of https://github.com/nimbuscontrols/EIPScanner/issues/63