Hello everyone,
I'm trying to use a Dynamic Table component to feed a power profile (P and Q) from a CSV file into a Three-phase Variable Load. My goal is to make the load follow a time-varying active and reactive power pattern.
What I did:
CSV file has three columns: time, P, Q (p.u.).
I placed a Dynamic Table and imported the CSV directly (graphical method).
I connected the scaled P to Pref and scaled Q to Qref of the load.
I connected a constant 1 to the Enable input of the load.
I also tried connecting Balance_en = 0 and ROC = 0 as suggested in some posts.
The problem:
When I try to compile the model, I get a huge list of errors
I want to know if it is another method to make an variable load using data from a csv. PLEASE HELP