Forum

Please or Register to create posts and topics.

Emergency stop

Hello, Professor David, I want to know how to set it in the wind turbine Simulation Definition Module, such as allowing the wind turbine to enter a shutdown state after running for 200 seconds, as shown in the following figure.

Uploaded files:
  • You need to login to have access to uploads.

Hi Sun,

typically, such events are handled by the turbine controller library. For instance the Basic DTU Controller has the ability to trigger such events. Check out the Basic DTU Controller documentation.

However, in QBlade there is also the option to define custom events that override the controller settings and work the same for all types of controllers. Check out the documentation of the Event Definition File.

If you want to simulate an emergency brake event, dont forget to also define the brake model in the Main Definition File.

BR,

David

Thank you very much, Professor David.