FROM_DISK=True   #set True once this is written to the Flash drive

REQUESTED_PV_VOLUME_ul = 4000
REQUESTED_PV_RATE = 500  #given in ul/sec
DECON_VOLUME = 1000 #how much Decon reagent to push out the intake, given in microliters
DECON_RATE = 500 #given in ul/sec
PV_SOAK_MINUTES = 1  #this must be an integer 0 or greater
PV_PURGE_SEC = 15 #time in seconds to push PV out from above the filter, depends on porosity
CLEAR_VOLUME = 0.1
CLEAR_MIN_RATE = 0.03
CLEAR_MAX_TIME = 300
CLEAR_UPDATE_RATE = 1

#minimum flowrate in l/min
sampleRate = 0.03
#Maximum sampling time in seconds
sampleTime = 1800
