Other Parts Discussed in Thread: DRV8412, CONTROLSUITE
Hi
I am working on closed loop stepper based on DRV8412 C2 kit.
The default project 'GUI_project' works fine with GUI Version G.
I can adjust the speed of stepper motor in index mode in the GUI app.
When I have changed project to 'Stepper' project, I can not adjust speed of motor by changing SpeedRef like as below.
_iq SpeedRef = _IQ(127.0); // Speed reference (pu)
Isn't this variable 'SpeedRef' related with speed of motor like as in Speed/Steps ( in the index mode GUI ) ?
Which variable should I adjust for speed rate of step motor ?