I am trying to model a PV system connected to 2MW Grid. The goals are to scope the output power and monitor frequency on the grid.Now I have several questions:
g input for DC-AC inverter should be control but I do not know what kind of control should I do. I just want the inverter to convert DC voltage from PV to AC.
I have irradiance data to be used for this model, but I do not know how to input it to workspace block. Somehow I could not change the Data parameters in'From Workspace' block.
What block should I add so I could monitor the effect of PV power fluctuation on the frequency of the Grid?
The Grid should be set to 2 MW, but I am not sure whther to use RLC Load or Dynamic load?
I would really appreciate it if someone could give me some advice.
For Question 2. Create a variable in workspace with 2 columns (one form and the another for irradiation) and named as you want. Then use the 'from workspace block' and put the variable name in 'Data'. If your 'from workspace' block does not work You could use the "Repeating Sequence Interpolated" block.
Ques 1: If you are using MPPT technique along with boost converter then use a voltage reference based MPPT and regulate that Vref using a simple PI controller to regulate Output voltage of PV. That is faster than duty cycle based control with less issues. The DC-Link voltage (DC input capacitor to inverter) can easily be regulated via another PI controller. Further you need to regulate current of Grid that's it.
Ques 2: Go to library and write workspace. Take workspace block and insert it to scope of any signal you want to send it to workspace.
Ques 3: Mux signals of ouput power of PV and frequency of grid. That way you can analyze the effect of power fluctuation at a specific time on frequency.
Ques 4: First try to evaluate all this using no load situation. When it is done then add load what ever you want and it will work.
For more explanation read my paper below. I hope this helps.
Conference Paper Particle Swarm Optimization Based DC-Link Voltage Control fo...