Other Parts Discussed in Thread: C2000WARE, PMP23338, TIDA-010062
Tool/software:
We are trying to integrate the PID controller from C2000Ware_DigitalPower_SDK(5.04) at this link and we have a few questions related to this: dev.ti.com/.../node
Questions:
- Is the controller set point variable rk = 0.25f just an analogue value or is it normalized? In essence is that say 0.25V?
- It looks like yk is the ADC reading converted to it’s regular analogue value which is not normalized. Eg. yk will be equal to 3.3 and not 4096 if Vref in ADC setup is 3.3 for 12-bit. Is that correct?
- Same question as 2 for uk.
- In an example where my control variable is phase shift would upper and lowerlim still be .05 and .95?
- I will run this as a PI and not PID so in this case would I set c1,c2,Kr and Kd = 0.?
- Not sure what i10 and i14 do. Do I leave those as is? Same with Umax and Umin.
Thanks in advance