This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

i want set the motor Parameters form variable ,not user.h

hi,chris:

I find the motor parameters set by user.h,but i want set motor Parameters by variable ,my program need to dentify motor Parameters by itself。

if(flag_enableUserMotorParams)
{
// initialize the motor parameters using values from the user.h file
    CTRL_setUserMotorParams(handle);
}