Description of the project structure (simulation package) in the examples
The electrical drive or converter model package usually consists of two projects:
- Model project of the discrete part of the electrical driveThe project simulates a discrete (software) part of an electrical drive or converter consisting of:
- digital control system;
- AD converters.
- Model project of the continuous part of the electrical driveThe project simulates:
- power three-phase bridge inverter with PWM control unit;
- Motor (for electrical drive);
- mechanical part (for electrical drive);
- sensors;
- analog component for setting the controlled value.
The connection of the projects of the discrete and continuous parts in the package is carried out using a database (file *.db). The database is built according to the rules common to SimInTech.
Project synchronization (project data exchange) in the package is performed with the time of the discrete part, which allows to simulate the operation of the digital control system accurately.