ads-rs icon indicating copy to clipboard operation
ads-rs copied to clipboard

Rust crate to access PLCs via the Beckhoff ADS protocol

Results 6 ads-rs issues
Sort by recently updated
recently updated
newest added

Hey Georg, I am trying to read / write strings, that are 255 characters long from the PLC. I tried it like this, but this limits me to 32 bytes:...

This PR Updates all used libraries to their most recent version. It also updates the packages version to rust edition 2021 / rustc 17.74

Is there any way to decode further Symbols and Type data? You mentioned in the source code that some properties were jumped over. Is there any documentation on that?

When using this library, I am trying to get the symbol information for a specific handle. I am using the get_symbol_information method to retrieve all the symbols that are in...

Hi, this is a great library so far. I'm trying to share a single Device object across several different threads so I can make ADS requests using just 1 connection....

Client is now compatible with Sync/Send, and fixed an emergent issue with message ordering when sharing a Client across threads.