Skip to content

Commit

Permalink
Merge pull request #139 from BuildingSync/feature/gas-engine-chiller
Browse files Browse the repository at this point in the history
Add Gas Engine Enumeration to Chiller Compressor Driver
  • Loading branch information
nllong authored Aug 8, 2019
2 parents 577bc19 + 44ac260 commit f3eefa1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7685,6 +7685,7 @@
<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"/>
</xs:restriction>
Expand Down
31 changes: 31 additions & 0 deletions proposals/2019/Add Gas Engine to Chiller Compressor Driver.md
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

0 comments on commit f3eefa1

Please sign in to comment.