Commit Graph

33 Commits

Author SHA1 Message Date
Patrick McDonagh
56af1e1916 Re-worked command endpoint to be update endpoint
all values must first go through the database to be sent to the POC
2017-03-07 14:28:37 -06:00
Patrick McDonagh
361d3dc93a moves all collections to class variables 2017-03-03 18:08:23 -06:00
Patrick McDonagh
bb1323e146 Adds indexes for query optimization 2017-03-03 17:56:32 -06:00
Patrick McDonagh
082c13666b Update & Delete users, adds username to control requests 2017-03-02 10:41:48 -06:00
Patrick McDonagh
a90e776cdb Start, stop, and update config from main webserver 2017-03-01 17:20:36 -06:00
Patrick McDonagh
5ae934ce86 Added ability to configure/ command the well via a lightweight HTTP server in the java program
Also adds another csv file for testing
2017-03-01 12:16:21 -06:00
Patrick McDonagh
0c42974921 Lightweight web server for web commands, start of web config post 2017-02-28 21:49:52 -06:00
Patrick McDonagh
1124d3b10e Adds ability to view configuration 2017-02-27 16:27:05 -06:00
Patrick McDonagh
ab2bec692d prettifies run status, fixed constantly writing running to status 2017-02-23 17:36:03 -06:00
Patrick McDonagh
bc38ab3404 Adds run status to dashboard. Fixes type in run status db script 2017-02-23 14:58:09 -06:00
Patrick McDonagh
6b60d0f806 Adds pump-off logic 2017-02-22 14:57:56 -06:00
Patrick McDonagh
db2ed2432c Fixes issue of measurements not storing
seconds to store were being multiplied by 1000
2017-02-16 17:07:23 -06:00
Patrick McDonagh
0b5cdf1f8e Adds well name to config file. Option to startup with external DB 2017-02-15 16:26:44 -06:00
Patrick McDonagh
5c75bbeeab Uses $group aggregator to get last stroke number rather than looping through all strokes 2017-02-15 12:34:57 -06:00
Patrick McDonagh
17e49a536c Drawing cards is working 2017-02-13 17:40:59 -06:00
Patrick McDonagh
fe60ba2292 Uses external MongoDB, uses dates instead of strings for timestamps 2017-02-13 12:23:03 -06:00
Patrick McDonagh
a8c3a9d90b Accurately computes friction in well and checks for stored values on updateTaper 2017-02-10 14:58:16 -06:00
Patrick McDonagh
5b060cf6af Fluid Shots can be entered and stored in the database 2017-02-10 14:39:45 -06:00
Patrick McDonagh
0c6e09a6a4 A few fixes for keeping things private 2017-02-10 13:46:49 -06:00
Patrick McDonagh
1384c40add Adds CLI for manually gauging off 2017-02-10 13:46:29 -06:00
Patrick McDonagh
61cc02cc7f Fixes Measurement class to gauge-off correctly 2017-02-10 13:45:44 -06:00
Patrick McDonagh
e443ecfc49 Adds timestamp to card data in the database 2017-02-10 13:45:07 -06:00
Patrick McDonagh
062771a1e9 removes control IO from the Well class, creates threaded IOControl class 2017-02-10 10:26:45 -06:00
Patrick McDonagh
419f42cf17 control the well from a text-based cli 2017-02-08 17:15:04 -06:00
Patrick McDonagh
a65597d3e1 Production Calculation uses K-Factor 2017-02-07 19:13:48 -06:00
Patrick McDonagh
1771df0730 WellTest class no longer depends on Well class
This will allow it to be run from another thread if necessary
2017-02-07 19:09:32 -06:00
Patrick McDonagh
2a13a25f06 Stores well test and gets latest kFactor 2017-02-07 19:02:10 -06:00
Patrick McDonagh
1699b82067 converted from Maven to Gradle 2017-02-06 18:48:49 -06:00
Patrick McDonagh
02b28ca1e6 Well measurements now can be stored in database
also added some more sample data
2017-02-06 18:06:35 -06:00
Patrick McDonagh
73d376038c Daily Totals storing, with max min average total 2017-02-03 16:41:42 -06:00
Patrick McDonagh
2730d2ee0f Database and IO Simulation working 2017-02-02 18:01:18 -06:00
Patrick McDonagh
3093ddcdd9 POC class is working and threadable 2017-02-01 18:42:55 -06:00
Patrick McDonagh
a7073aae9c AnalogIn, DigitalIn, DigitalOut, Simulation, and Card classes all working correctly so far 2017-02-01 14:24:35 -06:00