I am using simulink and TI F28335 to implement close loop control logic via PID control.
Inverter output voltage drops by 4V when i connect resistive load.
How to overcome this?
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.
I am using simulink and TI F28335 to implement close loop control logic via PID control.
Inverter output voltage drops by 4V when i connect resistive load.
How to overcome this?
i am taking output voltage feedback to do control. Do i need output current feedback also?
it is full bridge inverter. i am taking output voltage between cross lags using voltage divider.
DC input for test is 30V.
R=300Ohm only.
I want to maintain its level at 20V peak.(coming 30V in open loop)
ashish ahir said:1)how to implement current loop logic
The PI loop libraries are available in controlSuite under : C:\ti\controlSUITE\libs\app_libs\motor_control\math_blocks\v4.3
ashish ahir said:2)i am not getting user's guides for the solar inverters on the C2000 application kits web page.
You can either refer to this doc: C:\ti\controlSUITE\development_kits\SolarExplorer_v1.0\SolarExplorer_PVInverter_F2803x\~Docs
This has the info on current control.
I didn't understand the rest of the 2 questions.
ashish ahir said:4)is there any paper describing P+R method?
Are you seeking info on designing a PR controller? If yes then refer this doc: http://www.mdpi.com/1996-1073/7/6/3934/pdf
Regards,
Guatam
3)"From a control perspective you'll need to get high gain into the voltage loop at the inverter frequency". why?
Ashish,
You will only get good control if you have high loop gain over the frequency range of interest. The integral term in your PI controller will provide high loop gain at low frequencies, and therefore good DC performance, but this may not be true at the inverter frequency. PR control is popular in inverter applications for this reason.
Also, see this thread: https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/451917
Regards,
Richard