Re-worked command endpoint to be update endpoint

all values must first go through the database to be sent to the POC
This commit is contained in:
Patrick McDonagh
2017-03-07 14:28:37 -06:00
parent 361d3dc93a
commit 56af1e1916
7 changed files with 472 additions and 1077 deletions

View File

@@ -36,7 +36,6 @@ public class POC implements Runnable{
new Thread(new IOControl(this)).start();
}
long sleepMilliseconds = (long) (thisWell.getDt() * 1000);
thisWell.setupFluidRatio(0.50, 0.50, 1.12);
thisWell.checkSafeties();
while (true) {
for (int i = 0; i <= thisWell.sim.getLastFilledIndex(); i++) {