Benjamin Partzsch
Benjamin Partzsch
Closed due to inactivity of the OP.
It has bin a while, I actually solved this already in version [1.1.0](https://github.com/bnjmnp/pysoem/releases/tag/1.1.0). The description is now a raw byte array, so the decoding is up to the user. The...
Closed due to inactivity of the OP.
Closed due to inactivity of the OP.
Closed due to inactivity of the OP.
After `config_init()` was called `sdo_read_timeout` can be used to change the SDO read timeout for SDO read request to all device. It is given in microseconds (µs). Adding a timeout...
Hi, sorry I'm also no expert on Linux and don't know how to get around this. Maybe someone with enough knowledge reads this and can provide help. When searching on...
Hi. `config_map()`, calls if available the `master.slaves[x].config_func` of each device attached, then reads out the PDO mapping and PDO configuration of all devices and finally changes the state from PreOP...
You could read out the assign objects 0x1C12 and 0x1C13, and from there the listed PDO mapping objects using SDO read. I found an SOEM C code example that does...
Hi. That no device was found could be an issue with access rights, not sure. I never onderstood why on Windows sometimes one needs administrator rights.