I'm using your library to communicate with my techman cobot, everything is working wonderfull but I now need to set some IO. I saw you added a function to set internal parameters, I'm assuming I can set some IO with this but what would be the (key, value) to for example set DO1 to high?
Hi,
I'm using your library to communicate with my techman cobot, everything is working wonderfull but I now need to set some IO. I saw you added a function to set internal parameters, I'm assuming I can set some IO with this but what would be the (key, value) to for example set DO1 to high?
The function: await conn.set_value(key, value)
Kind regards