I am trying to simulate a system in MATLAB in which PV system is feeding the GRID.The system configuration is like
PV-Boost Converter(MPPT)-Inverter-GRID
I applied abc to dq transform for grid current and set the reference current Id* as xA and passed (Id-Id*) it through PI controller
Secondly I have set the reference current Iq* as 0 and passed the difference through PI controller.
I have got few doubts..
1)Can I set the reference current Iq* as 0?
2)My system is able to track Id* but is not able to track Iq*.what can be the possible reason for it..changing on P,I values is of no help.