You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PCS description the reference tracking tests are defined as follow:
The parameter setpoint_step_value (line 66) is the step size (final value - initial value) of the setpoint but its initial value is not configurable and is defined (I guess) as the initial voltage at PDR which is here pdr_U (line 49).
We should add a parameter that corresponds to the initial value of the setpoint. The reason is that, depending on the activated control mode, we don't necessary have U = Uref (even in the steady state before the event). Indeed a typical control mode for WT is Uref = U + lambda Q (lambda being a fixed parameter). (<=>Mwpqmode = 3 in the IEC WPP model). If we decide to define Q ≠ 0 at the initialization, we'll have U≠Uref, so the intial value of Uref should be configurable.
The text was updated successfully, but these errors were encountered:
In the PCS description the reference tracking tests are defined as follow:
![image](https://private-user-images.githubusercontent.com/157725110/384292868-f869f260-e15d-463c-b776-e817504dd811.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzIwODksIm5iZiI6MTczOTIzMTc4OSwicGF0aCI6Ii8xNTc3MjUxMTAvMzg0MjkyODY4LWY4NjlmMjYwLWUxNWQtNDYzYy1iNzc2LWU4MTc1MDRkZDgxMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQyMzU2MjlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iY2ZjODFhYmVhNWNlZGJkZjk2MzdlNDJlY2QyYmVlNzEyYTdlMTU2YmE3NjBlZGZkYzhjYjcxZmFlNWE0ZWY2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.J9vsjYSIyQy9SHBcAzuxcoKgV9Lq-n3PRyruc2exaW8)
The parameter setpoint_step_value (line 66) is the step size (final value - initial value) of the setpoint but its initial value is not configurable and is defined (I guess) as the initial voltage at PDR which is here pdr_U (line 49).
We should add a parameter that corresponds to the initial value of the setpoint. The reason is that, depending on the activated control mode, we don't necessary have U = Uref (even in the steady state before the event). Indeed a typical control mode for WT is Uref = U + lambda Q (lambda being a fixed parameter). (<=>Mwpqmode = 3 in the IEC WPP model). If we decide to define Q ≠ 0 at the initialization, we'll have U≠Uref, so the intial value of Uref should be configurable.
The text was updated successfully, but these errors were encountered: