Open nnarain opened 1 year 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).
cpppo
proxy.write("FOO = 5")
If it is possible could I get some help in how to achieve that. And if not what would I need to implement?
Thanks.
I suppose this is a duplicate of https://github.com/nimbuscontrols/EIPScanner/issues/63
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 likeproxy.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.