Changeset 292
- Timestamp:
- Jun 21, 2007, 3:00:37 PM (16 years ago)
- Location:
- trunk/eml/controllers
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/controllers/Comparator.mso
r291 r292 31 31 32 32 - Outputs: 33 * One output signal 33 * One output signal. 34 34 "; 35 35 -
trunk/eml/controllers/iae.mso
r176 r292 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model IAE17 *-----------------------------------------------------------------------18 * - Inputs19 * - One input signal20 * - a setpoint signal21 *22 * - Outputs23 * - One output signal24 *25 *26 14 *----------------------------------------------------------------------- 27 15 * Author: Tiago Osório … … 34 22 Model IAE 35 23 24 ATTRIBUTES 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 36 38 VARIABLES 37 39 input as Real (Brief="input signal"); -
trunk/eml/controllers/ise.mso
r176 r292 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model ISE17 *-----------------------------------------------------------------------18 * - Inputs19 * - One input signal20 * - a setpoint signal21 *22 * - Outputs23 * - One output signal24 *25 14 *----------------------------------------------------------------------- 26 15 * Author: Tiago Osório … … 33 22 Model ISE 34 23 24 ATTRIBUTES 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 35 38 VARIABLES 36 39 input as Real (Brief="input signal"); -
trunk/eml/controllers/multiply.mso
r74 r292 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model Multiply17 *-----------------------------------------------------------------------18 * - Inputs19 * - Two input signals20 *21 * - Outputs22 * - a output signal23 *24 *25 14 *----------------------------------------------------------------------- 26 15 * Author: Tiago Osório … … 33 22 Model Multiply 34 23 24 ATTRIBUTES 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 35 38 VARIABLES 36 39 input1 as Real (Brief="input signal 1"); -
trunk/eml/controllers/ratio.mso
r74 r292 12 12 * EMSO is distributed under the therms of the ALSOC LICENSE as 13 13 * available at http://www.enq.ufrgs.br/alsoc. 14 *15 *----------------------------------------------------------------------16 * Model Ratio17 *-----------------------------------------------------------------------18 * - Inputs19 * - Two input signals20 *21 * - Outputs22 * - a output signal23 *24 *25 14 *----------------------------------------------------------------------- 26 15 * Author: Tiago Osório … … 31 20 32 21 Model 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 "; 33 35 34 36 VARIABLES
Note: See TracChangeset
for help on using the changeset viewer.