Hello,
I’m a begginer with the controller and the BLDC motors.
I just connected my BLDC motor to the Odrive 3.6. The motor datasheet is: https://www.faulhaber.com/fileadmin/Import/Media/EN_3274_BP4_DFF.pdf and the encoder is an incremental encoder of 500 pulses/revolution: https://www.faulhaber.com/fileadmin/Import/Media/EN_IERS3-500_DFF.pdf
Somebody can help me to configure the elemental parameters of the motor to run in a safety mode just to play with the position and the velocity?
There are additional items to configure before move the motor?
odrv0.config.brake_resistance = 2
odrv0.config.dc_bus_undervoltage_trip_level = 12
odrv0.config.dc_bus_overvoltage_trip_level = 56
odrv0.config.dc_max_positive_current = 5
odrv0.axis1.motor.config.pole_pairs = 2
odrv0.axis1.encoder.config.mode = ENCODER_MODE_INCREMENTAL
odrv0.axis1.encoder.config.cpr = 500
odrv0.save_configuration()
By the way… the ODRIVE GUI is working well with Odrive v3.6? Or it is only for the latests boards?
Thanks for your patience!