Joylei / eip-rs

rseip - EIP&CIP client in pure Rust, for generic CIP and AB PLC
MIT License
47 stars 6 forks source link

How to read SLC 500 addresses? #16

Closed zagdrath closed 1 year ago

zagdrath commented 1 year ago

I was just wondering how I would read an address like O:1/0 from a SLC 500 style PLC. Trying to use something like this let tag = EPath::parse_tag("O:1/0")?; does not work.

Joylei commented 1 year ago

The library does not work with SLC 500 style PLC. It requires PCCC which is not supported by this library.

zagdrath commented 1 year ago

Would you ever be interested in adding PCCC support to this library? Or does your libplctag wrapper support it?

Joylei commented 1 year ago

Would you ever be interested in adding PCCC support to this library?

No plan for PCCC at the moment.

Or does your libplctag wrapper support it?

yes, libplctag wrapper supports it