Changeset 292 for trunk/eml/controllers


Ignore:
Timestamp:
Jun 21, 2007, 3:00:37 PM (16 years ago)
Author:
gerson bicca
Message:

added documentation in controllers models

Location:
trunk/eml/controllers
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/controllers/Comparator.mso

    r291 r292  
    3131       
    3232        - Outputs:
    33         * One output signal
     33        * One output signal.
    3434        ";
    3535       
  • trunk/eml/controllers/iae.mso

    r176 r292  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model IAE
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - One input signal
    20 *               - a setpoint signal
    21 *
    22 * - Outputs
    23 *               - One output signal
    24 *
    25 *
    2614*-----------------------------------------------------------------------
    2715* Author: Tiago Osório
     
    3422Model IAE
    3523
     24ATTRIBUTES
     25        Pallete         = true;
     26        Icon            = "iae";
     27        Brief           = "Model IAE.";
     28        Info            =
     29        "
     30        - Inputs:
     31        * One input signal.
     32        * One setpoint signal.
     33       
     34        - Outputs:
     35        * One output signal.
     36        ";
     37       
    3638        VARIABLES
    3739        input    as Real (Brief="input signal");
  • trunk/eml/controllers/ise.mso

    r176 r292  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model ISE
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - One input signal
    20 *               - a setpoint signal
    21 *
    22 * - Outputs
    23 *               - One output signal
    24 *
    2514*-----------------------------------------------------------------------
    2615* Author: Tiago Osório
     
    3322Model ISE
    3423
     24ATTRIBUTES
     25        Pallete         = true;
     26        Icon            = "ISE";
     27        Brief           = "Model ISE.";
     28        Info            =
     29        "
     30        - Inputs:
     31        * One input signal.
     32        * One setpoint signal.
     33       
     34        - Outputs:
     35        * One output signal.
     36        ";
     37       
    3538        VARIABLES
    3639        input    as Real (Brief="input signal");
  • trunk/eml/controllers/multiply.mso

    r74 r292  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model Multiply
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - Two input signals
    20 *
    21 * - Outputs
    22 *               - a output signal
    23 *
    24 *
    2514*-----------------------------------------------------------------------
    2615* Author: Tiago Osório
     
    3322Model Multiply
    3423
     24ATTRIBUTES
     25        Pallete         = true;
     26        Icon            = "Multiply";
     27        Brief           = "Model Multiply.";
     28        Info            =
     29        "
     30        - Inputs:
     31        * Two input signals.
     32       
     33        - Outputs:
     34        * One output signal.
     35       
     36        ";
     37       
    3538        VARIABLES
    3639        input1 as Real (Brief="input signal 1");
  • trunk/eml/controllers/ratio.mso

    r74 r292  
    1212* EMSO is distributed under the therms of the ALSOC LICENSE as
    1313* available at http://www.enq.ufrgs.br/alsoc.
    14 *
    15 *----------------------------------------------------------------------
    16 * Model Ratio
    17 *-----------------------------------------------------------------------
    18 * - Inputs
    19 *               - Two input signals
    20 *
    21 * - Outputs
    22 *               - a output signal
    23 *
    24 *
    2514*-----------------------------------------------------------------------
    2615* Author: Tiago Osório
     
    3120 
    3221Model Ratio
     22       
     23        ATTRIBUTES
     24        Pallete         = true;
     25        Icon            = "Ratio";
     26        Brief           = "Model Ratio.";
     27        Info            =
     28        "
     29        - Inputs:
     30        * Two input signals.
     31       
     32        - Outputs:
     33        * One output signal.
     34        ";
    3335       
    3436        VARIABLES
Note: See TracChangeset for help on using the changeset viewer.