Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello everyone, I'm using the Launchpad F28379D with the DRV8305EVM to control the speed of a 2 phase DC motor. so I'm using the PID example in C2000ware.
:\C2000Ware_1_00_06_00\libraries\control\DCL\c28\examples\F28069_PID
My speed refrence value is 1500 rpm and let's say i'm getting as feedback 1000 rpm. the error would be 500. with Kp=1 and Ki=Kd=0 the output is 500. the values of the output of the PID example is limited between -1 and +1. so I'm gonna always get +1.
So my question is how can I change those limit values of the PID to suit my application ? (I mean how to calculate the new limits values)
hope someone can help.