You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered a type mismatch when running a controller board using the TMC429 and TMC262. It is a USB device (MCST 3601), but I managed to get the commands working correctly with an edit to TMCL/bus.py.
Things seemed to operate normally without error. I'm not sure if this is just a newer controller or driver board issue or related to the USB-to-serial conversion happening. Let me know if you'd like me to submit a pull request either way.
Thanks,
Greg
The text was updated successfully, but these errors were encountered:
@astrophysaxist Since it seems like this project is dead and I need a version of this which is installable via pip asap I made a clone of this project under https://github.com/LukeSkywalker92/pyTMCL. This bug is already fixed. I also added functionality for calling callback functions when the motor has reached the position. Maybe this is also helpful for you. I'm planning to do some more development on this project and will also be happy about other contributions.
Hi,
I discovered a type mismatch when running a controller board using the TMC429 and TMC262. It is a USB device (MCST 3601), but I managed to get the commands working correctly with an edit to TMCL/bus.py.
The specific error was:
When I changed line 101 in TMCL/bus.py from:
to
Things seemed to operate normally without error. I'm not sure if this is just a newer controller or driver board issue or related to the USB-to-serial conversion happening. Let me know if you'd like me to submit a pull request either way.
Thanks,
Greg
The text was updated successfully, but these errors were encountered: