Hi,
I’m not completely sure, but I think you are saturating the brake resistor. What bus voltage are you running, what settings for current_lim, and what motors are you using?
We will be adding better error messages for brake resistor saturation, it’s already on the devel branch, and should be available soon.
I get the following errors when I spin the motor up. Once it hits a specific point, it trips and coasts to a stop. Then the errors for BRAKE_RESISTOR_DISARMED cannot be cleared.
Why is this happening and what can I do to stop it… am I going to fast?
motor.config.current_lim = 50.0
controller.config.vel_limit = 1000000.0
** I am new to this, so please bare with me on this
Axis: 0x30 Encoder: 0x0 Motor: 0x40
[ axis ] => ERROR_BRAKE_RESISTOR_DISARMED : the brake resistor was unexpectedly disarmed
[ axis ] => ERROR_MOTOR_DISARMED : the motor was unexpectedly disarmed
[ motor ] => ERROR_BRAKE_CURRENT_OUT_OF_RANGE :
Are there any “Best” settings you have found for this. I am fine limiting my project for now while this is being solved. This is my first robotics project and I am way over my head here on the electronics side. Any help is appreciated.