Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Hello,
I am implementing PFC on my C2000 28075 controller and right now I have obtained a working Simulink model. Next step is to move to the code implementation.
I need to implement 2-3 PI controllers as part of my logic.
Do i need to discreetise and convert the PI Kp Ki to a "Difference equation" form (in terms of a0 a1 b0 b1 etc) to implement this in the controller ?
I went through the ControlSUITE resources and in these the implementations seem to suggest a direct implementation without the difference equation conversion.
Which is correct and which library do i use for this?

