Show
Ignore:
Timestamp:
11/14/10 23:11:49 (14 years ago)
Author:
smidl
Message:

restructuring of PMSM control

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/pmsm/experiments/ctrl.cfg

    r1247 r1251  
    99        params = "pmsm107@../cfg/zcu.cfg"; 
    1010        tstep = 1; // steps for profile in [s] 
    11 //      profileW = [0, 0, -30, -200, -90, -60, -30, 0, 30, 200]; 
    12         profileW = [0, -10, 30, 60, 90, 60, 30, 0, -30, -60, -30]; 
     11        profileW = [0, 30, 0, 2 ]; 
     12//      profileW = [0, -10, 30, 60, 90, 60, 30, 0, -30, -60, -30]; 
    1313//      profileW = [1, 10, 50, 200, 200, 30, 0, 0, -30, -30, -100, -100, -40, 0, 0]; 
    1414//      profileM = [0, 30, 0, 0, 30, 0, 0, 0, 0, 0, 10, 0, 0]; 
     
    2121         }; 
    2222         OM = {class="OMpmsm";}; 
    23         dQ=[0.01, 0.01, 0.0001, 0.0001]; 
     23        dQ=[0.01, 0.01, 0.0001, 0.0000000001]; 
    2424        dR=[0.05, 0.05]; 
    2525         //connect 
    26          yrv = {class="RV"; names=("o_ia","o_ib");};  // observed u 
    27          rvc = {class="RV"; names=("t_ua","t_ub");};  // observed u 
    28          rv = {class="RV"; names=("ia","ib","om","th");}; 
    29          log_level="logmean,logevidence,logU,logG,logD"; 
     26         log_level="logmean,logU,logG,logD"; 
    3027         name = "Est0"; 
    3128         };