-
Hey,
when I do rotate left, like `motor.rotate_left(num)` where `num` is in [0,2048] the motor rotates left. If I put in values above that it starts turning right. There seems to be a bug with the …
-
## Here are the steps I follow to reproduce the issue:
1. open stepconf
2. configure stepper for at least one axis
3. click "test this axis"
4. in the dialog that opens, press *any* button
…
-
Hi, there is no command for the reference search implemented for module 6214.
-
When I run the tnc node with comm_interface set to 0, I get the error initializing interface index failed. I am using a USB to CAN converter https://www.waveshare.com/usb-can-b.htm. what other comm in…
-
TMCM-6214 and TMCM-1260 are identical in terms of USB identification.
On Linux, LSUSB command shows the following for TMCM-6214:
```
Bus 001 Device 003: ID 2a3c:0100 Trinamic Motion Control Gmb…
-
Hello,
can you please add the boards TMCM 0930 and TMCM 1230?
Thanks
-
strangely enough, this fails:
'''python
import pytrinamic
from pytrinamic.modules import TMCM6214, TMCM6110
isinstance(TMCM6214, pytrinamic.modules.TMCLModule)
'''
when I check the type of TMCM6…
-
I would like to improve the precision of homing by doing the following:
- Move to reference switch at speed
- once tripped, stop, and reverse off slowly, stop when switch turns off. Note position…
-
Can you please add the board TMCM-1021? Thanks!
-
Hello, thanks for sharing this amazing library . I am looking for TMCM6214 module, with the help of other modules I tried to create a new module file (TMCM6214 ), but when I am calling using the same …