-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from BuildingSync/feature/gas-engine-chiller
Add Gas Engine Enumeration to Chiller Compressor Driver
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
proposals/2019/Add Gas Engine to Chiller Compressor Driver.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ControlTechnology - Add Gas Engine to Chiller Compressor Driver | ||
|
||
## Overview | ||
|
||
The `BuildingSync/Facilities/Facility/Systems/HVACSystems/HVACSystem/Plants/CoolingPlants/CoolingPlant/Chiller/ChillerCompressorDriver` enumeration does not have a gas engine. | ||
|
||
## Justification | ||
|
||
Chillers can be driven by a gas engine. | ||
|
||
## Implementation | ||
|
||
This proposal is to: | ||
|
||
Add the following enumerations to `<auc:ChillerCompressorDriver>`: | ||
* Gas Engine | ||
|
||
After complete, the full list of enums will be: | ||
|
||
``` | ||
<xs:enumeration value="Electric Motor"/> | ||
<xs:enumeration value="Steam"/> | ||
<xs:enumeration value="Gas Turbine"/> | ||
<xs:enumeration value="Gas Engine"/> | ||
<xs:enumeration value="Other"/> | ||
<xs:enumeration value="Unknown"/> | ||
``` | ||
|
||
## References | ||
|
||
n/a |