Implementations of several subsystem interfaces
Name | Description |
---|---|
ThreeZonePlantModel | A plant model with three zones |
ConventionalPIControl | PIControl using conventional architecture |
ConventionalActuator | Actuator in conventional architecture |
ConventionalSensor | Ideal sensor in a conventional architecture |
ConventionalOnOffControl | Attempt to implement on-off control |
ConventionOnOffActuator | Attempt to implement on-off actuator |
ExpandablePIControl | PI controller implemented with an expandable bus |
ContinuousActuator | Actuator taking continuous heat command from expandable bus |
TemperatureSensor | Temperature sensor using an expandable bus |
OnOffControl | An example of an on-off controller without hysteresis |
OnOffActuator | On-off actuator implemented with an expandable bus |
OnOffControl_WithHysteresis | An example of an on-off controller with hysteresis |