Commit 0af8f2bd authored by Ibrahim Ahmed's avatar Ibrahim Ahmed
Browse files

docs: Added notes to ESB controller operation.

parent b5c2d9bd
Loading
Loading
Loading
Loading
+7 −2
Changes for docs/ESB-Controller-Notes.md: 7 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -6,12 +6,17 @@ hasequations: false

## Periods

Timestamps for various system changes.

    2021-03-09 0845-6   System starts reading setpoint, but setpoint is stale
    2021-03-09 0730-6   Controller script restarted, setpoint static
    2021-03-11 1100-6   Controller script restarted, setpoint starts varying
    2021-03-15 1415-5   New version, setpoint capped on top to TempCondOut
    2021-03-18 1220-5   Switched from Chiller 2 to Chiller 1
    2021-03-26 1010-5   Switched from Chiller 1 to Chiller 2
    2021-03-18 1220-5   Chiller 1 online
    2021-03-26 1010-5   Chiller 2 online
    2021-05-16 0610-5   Chiller 1 online
    2021-05-23 0610-5   Both chillers offline. Controller script stopped to patch server
    2021-05-24 1240-5   Chiller 1 online. Controller script restarted after patch

## Timespans to investigate

+9 −0
Changes for docs/index.md: 9 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ The documentation is divided into a discussion of background concepts in physics

7. [Relationships](7-relationships.md)

8. [ESB Controller Deployment Notes](ESB-Controller-Notes.md)


## Installation

@@ -53,3 +55,10 @@ Currently `IPyVolume` does not work with Jupyter Lab. Instead use Jupyter Notebo

[1]: https://www.imagemagick.org/script/index.php
[2]: https://ipyvolume.readthedocs.io/en/latest/install.html


## Deployment

The controller is currently deployed for Engineering Science Building using a rudimentary feedback logic. This logic is contained in the `controller.py` script in the repository. This is the first step to gathering data to generate data-driven models. A log of various events during deployment is maintained [here](ESB-Controller-Notes.md).

To read instructions on deployment, read the (you guessed it) [README](https://git.isis.vanderbilt.edu/SmartBuildings/EngineeringScienceBuilding).