This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

some parameters in parameter.h

Dear,

I checked around but did not find below parameters is used in anywhere in the PMSM3_3 project. Did I miss something or these parameters defined but NOT used at  all:-

// This machine parameters are based on 1-hp PacSci PMSM motor
// Define the PMSM motor parameters
#define RS   0.9                 // Stator resistance (ohm)
#define RR    0                 // Rotor resistance (ohm)
#define LS    0.00435        // Stator inductance (H)
#define LR    0      // Rotor inductance (H)  
#define LM    0      // Magnetizing inductance (H)
#define P     4      // Number of poles

// Define the base quantites
#define BASE_VOLTAGE    30       // Base peak phase voltage (volt)
#define BASE_CURRENT    5             // Base peak phase current (amp)
#define BASE_TORQUE     0.735105194    // Base torque (N.m)
#define BASE_FLUX       0.79616       // Base flux linkage (volt.sec/rad)