Hi! I’m new to this super exciting project but i’m struggling a bit.
I’m following the getting started guide, and everythings fine until the
odrv0.axis0.requested_state = AXIS_STATE_CLOSED_LOOP_CONTROL
command. The motor won’t try to hold the position and i doesn’t resist at all. Also the pos_setpoint command doesn’t do anything.
when i look for the errors via dump_errors(odrv0), i’m getting:
axis: ERROR_CONTROLLER_FAILED
Motor: ERROR_CONTROLL_DEADLINE_MISSED
encoder: no error
Controller: ERROR_OVERSPEED
when i restart the odrive, the errors are gone, but the motor still doesn’t move at all.
i’m using am odrive 3.6, 24V, firmware 0.4.10 on windows, with Python Anaconda.
i hope somebody can help me. Thanks Guys!
- Clemens