Changeset 108 for pmsm/simulator_zdenek
- Timestamp:
- 05/12/08 17:56:55 (17 years ago)
- Location:
- pmsm/simulator_zdenek
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pmsm/simulator_zdenek/simulator.cpp
r59 r108 17 17 #include "regulace.h" 18 18 #include "simulator.h" 19 19 20 20 21 #define REZIM_REGULACE 1 // 0...reg. momentu, 1...reg.rychlosti, 2... Isqw=sqrt(Imax^2-Id^2) - max. moment -
pmsm/simulator_zdenek/simulator.h
r59 r108 11 11 */ 12 12 13 // resi problem s M_PI ve VC8 14 #ifndef M_PI 15 #define M_PI 3.14159265358979323846 16 #endif 17 13 18 14 19 extern void pmsmsim_set_parameters(double Rs0, double Ls0, double Fmag0, double Bf0, double p0, double kp0, double J0, double Uc0, double DT0, double dt0);