How can I import dynamic models via DGS?

Category:
Data Model
Answer

First of all it is important to mention that import means in this context "only" creating the common model and the DSL model objects. It is expected that the types (BlkDef) exist already in the project. It is helpful to use foreign keys (these fields are available on the "Description" page of all objects). The attached example contains in the export project one synchronous generator with a composite model and two DSL models (AVR and GOV). Starting the DGS export while the project is active will show an already fully configured export dialogue.

The exported control can be imported in the project "DGS_ElmComp_ElmDsl_Import" by selecting File --> Import --> DGS, select existing project, select the project and as data format "Microsoft Excel File". Press then "Execute". The DGS converter will add to the existing project the composite model, AVR and GOV DSL model.

More information about DGS can be found via Help --> Additional Packages --> DGS Data Exchange Format.

Hint: The export makes use of vectors, available since DGS 7.0. More information about this in the "DGS_Documentation.pdf", chapter "6.7 Normalise vectors and matrices in own tables".

Back