Control
These functions provide motor control without using effects from Feelix and are based on the SimpleFOC library. Visit simplefoc.com for more details.
Move Motor
feelix.move_feelix(float targetValue, MotionControlType controlType);Motor Control Parameters
feelix.bldc->P_angle.P = 14.0;
feelix.bldc->P_angle.I = 0.0;
feelix.bldc->P_angle.D = 0.0;feelix.bldc->PID_velocity.P = 0.5;
feelix.bldc->PID_velocity.I = 10.0;
feelix.bldc->PID_velocity.D = 0.0;Functions and Parameters
Set rotation range
Set voltage limit
Set velocity limit
Transmission Factor
Last updated
Was this helpful?