Adds pump-off logic

This commit is contained in:
Patrick McDonagh
2017-02-22 14:57:56 -06:00
parent 88d30e5a9b
commit 6b60d0f806
5 changed files with 137 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ public class IOControl implements Runnable {
}
private void exitPOC(){
poc.thisWell.db.newRunStatus("Shutdown", "io");
allOutputsOff();
System.exit(0);
}