FROM_DISK=True   #set True once this is written to the Flash drive
SYSTEM_NAME="FIDO Production SN 02"  # change to name once written to Flash drive

# The following are the valve channel numbers. A total of 16 valves are spread across 2 boards of 8 valves each. 
#board 0 handles 0-7 and board 1 handles 8-15
#FIDO revA
#Board 0 (0-7)
SAMPLEPUMP = 5
INTAKEVALVE = 0
NITROAIRVALVE = 1    # air is a pressurized N2 gas canister
PRESERVATIVEVALVE = 2

#Board 1 (8-15)
EXHAUSTVALVE = 8
VACUUMVALVE = 9
WASTEVALVE = 10
DECONVALVE = 11
SUCTIONVALVE = 12  # Vacuum arm valve
SUCTIONBREAKVALVE = 13
VACUUMCLEARVALVE = 14

MIN_PRESSUREPOT_PRESSURE_PSI=5.0
SAMPLING_PRESSURE=20.0

CLAMP_MIN_PRELOAD_LBS = 10

GOODVACUUM = 100 #ADC counts related to a strong vacuum

#default values for sample if not specified in parameters
deconAtEnd = False
pressurePot = False