bnjmnp / pysoem

Cython wrapper for the Simple Open EtherCAT Master Library
MIT License
95 stars 36 forks source link

How to read PDO or map PDO? #111

Open mpratikk opened 12 months ago

mpratikk commented 12 months ago

Hello,

I want to read and write PDO data and also wants to map it, I didn't find any function for the same. Can anyone please suggest how can we achieve this using pysoem library or by any other way?

bnjmnp commented 12 months ago

You might want to check out the examples (minimal_example.py or basic_example.py)