Changeset 176 for branches/newlanguage/eml/controllers/ise.mso
- Timestamp:
- Mar 4, 2007, 1:56:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/controllers/ise.mso
r74 r176 35 35 VARIABLES 36 36 input as Real (Brief="input signal"); 37 output as Real (Brief="output signal", Unit= "s");37 output as Real (Brief="output signal", Unit='s'); 38 38 setPoint as Real (Brief="setpoint"); 39 39 sqError as Real (Brief="error^2"); … … 48 48 49 49 INITIAL 50 output=0* "s";50 output=0*'s'; 51 51 52 52 end
Note: See TracChangeset
for help on using the changeset viewer.