Changeset 29 for mso/sample
- Timestamp:
- Sep 22, 2006, 8:31:25 PM (16 years ago)
- Location:
- mso/sample/controllers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/controllers/CSTR_noniso_pid.mso
r18 r29 160 160 OPTIONS 161 161 time = [0:0.1:1 1:1:100] * "h"; 162 outputLevel = "high";163 162 end -
mso/sample/controllers/Sample_flash_pid.mso
r7 r29 151 151 OPTIONS 152 152 relativeAccuracy = 1e-6; 153 outputLevel = "medium";154 153 time = [0:100:7000 7000:0.10:8150 8150:100:10000]; 155 154 end -
mso/sample/controllers/sample_tanks_pid.mso
r17 r29 61 61 62 62 #Perturbação regulatória 63 if time<10*"h" 63 if time<10*"h" then 64 64 Tanque1.Fin= 3*"m^3/h"; 65 65 else … … 73 73 OPTIONS 74 74 time = [0:0.1:30] * "h" ; 75 outputLevel = "medium";76 75 end 77 76 … … 117 116 118 117 #Perturbação regulatória 119 if time<10*"h" 118 if time<10*"h" then 120 119 Tanque1.Fin= 3*"m^3/h"; 121 120 else … … 129 128 OPTIONS 130 129 time = [0:0.1:30] * "h" ; 131 outputLevel = "medium";132 130 end 133 131
Note: See TracChangeset
for help on using the changeset viewer.