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.
Using SpinTAC velocity controller, I want to adjust the speed controller bandwidth. According to your user guide spruhj1g, there should be a max and min limit for this bandwidth. (Page 429 Table 12.2)
Statement is exactly as follows:
Set cfg.BwMax within [0, min(2000, 0.2/cfg.T)]
But I see that even if I increase Bandwith more than 2000 or more than 0.2/cfg.T, no error code is set. Moreover, in this cfg struct there is no variable called BwMax.