Changeset 294 for trunk/sample/controllers/sample_tanks_pid.mso
- Timestamp:
- Jun 21, 2007, 4:16:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/controllers/sample_tanks_pid.mso
r247 r294 30 30 DEVICES 31 31 Tanque1 as tank; 32 PID as PIDIncr _Ideal_AWBT;32 PID as PIDIncr; 33 33 34 34 PARAMETERS … … 45 45 h_max = 2 * 'm'; 46 46 h_min = 0 * 'm'; 47 47 PID.PID_Select = "Ideal_AWBT"; 48 48 49 EQUATIONS 49 50 PID.Parameters.tau = 1*'s';
Note: See TracChangeset
for help on using the changeset viewer.