Joylei / eip-rs

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

reading integer #15

Closed wotori closed 1 year ago

wotori commented 1 year ago

trying to read the data from omron controller. Getting this error

Error: custom - cip error: message reply status CIP general status: 1, extended status: 516
        timeout

What could be wrong? Type or what? With python I am able to read the data using CPPPO library btw so the problem not related to controller and it's settings

Joylei commented 1 year ago

general status: 1 for connection failure.

omron controller is not supported by this library.