Changeset 667 for branches/gui/eml/controllers/PIDs.mso
- Timestamp:
- Oct 20, 2008, 5:40:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/controllers/PIDs.mso
r592 r667 303 303 MinInput as control_signal(Default=-1000); 304 304 MaxInput as control_signal(Default=1000); 305 MinOutput as control_signal(Default=-1000); 306 MaxOutput as control_signal(Default=1000); 305 307 306 308 VARIABLES … … 311 313 EQUATIONS 312 314 Ports.input*(MaxInput - MinInput) = Input - MinInput; 313 Ports.output = Output; 315 "Output ??????" 316 Output = Ports.output*(MaxOutput-MinOutput) +MinOutput; 314 317 Ports.setPoint*(MaxInput - MinInput) = SetPoint - MinInput; 318 315 319 end 316 320
Note: See TracChangeset
for help on using the changeset viewer.