hi guys,
my question is how can I control the speed in torque mode.
i am using proj_lab04.
the motor drives with the maximum speed.
speed can be reduced when i reducing the dc voltage.
my problem is that the motor must slowly start up with an ramp.
i thought about that i fake the voltage scale factor to control the speed. like this
DRV_setVoltageScaleFactor(drvHandle ,gVoltScale);
but it doesn't work.
the gMotorVars.Speed_krpm change when i fake the scale factor but the real motor speed don't change.
does it gives an another solution?
alex