How can I automatically enter control devices for Generators?

Category:
Scripting
Answer

The attached project contains a small DPL example, where a controller will be created for asynchronous machines (ElmAsm). The DPL script is located inside the Scripts library.

1. Optionally it will move the ElmAsm into the controller. It creates a reference otherwise.
2. It will set the correct busbar and breaker
3. You can easily add more functionality to set other parameters as well.

To alter the parameters of a the DSL model, refer to Do you have an example for changing a parameter of a DSL model using DPL?.

Back