Ignore:
Timestamp:
Jun 21, 2007, 4:16:17 PM (16 years ago)
Author:
gerson bicca
Message:

updated controllers models

Location:
trunk/sample/controllers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/controllers/Sample_flash_pid.mso

    r247 r294  
    5656        DEVICES
    5757        #Controlador para o nível
    58         pidL as PIDIncr_Parallel_AWBT;
     58        pidL as PIDIncr;
    5959        #Controlador para a pressão
    60         pidP as PIDIncr_Parallel_AWBT;
     60        pidP as PIDIncr;
    6161        fl as flash;
    6262        s1 as source;
     
    6464        SET
    6565        NComp = PP.NumberOfComponents;
     66       
     67        pidL.PID_Select = "Parallel_AWBT";
     68        pidP.PID_Select = "Parallel_AWBT";
    6669       
    6770        #Parâmetros do modelo de flash
  • trunk/sample/controllers/sample_tanks_pid.mso

    r247 r294  
    3030        DEVICES
    3131        Tanque1 as tank;
    32         PID     as PIDIncr_Ideal_AWBT;
     32        PID     as PIDIncr;
    3333       
    3434        PARAMETERS     
     
    4545        h_max = 2 * 'm';
    4646        h_min = 0 * 'm';
    47 
     47        PID.PID_Select = "Ideal_AWBT";
     48       
    4849        EQUATIONS
    4950        PID.Parameters.tau = 1*'s';     
Note: See TracChangeset for help on using the changeset viewer.