//////////////////////////////////////////////////////////////// // // PURPOSE: This contains BITModule parameters for Tethys. // // NOTES: All values (except "strings") must be followed by // a unit abbreviation (or one of the unit-like // abbreviations: n/a, bool, enum, count). // //////////////////////////////////////////////////////////////// BITHumidityThreshold = 55 %; // relative humidity BITPressureThreshold = 1.5 psi; // Onboard pressure must measure greater than this offset from 1 ATM BITTempThreshold = 321.89 kelvin // Must use kelvin since celsius=kelvin-273 CBIT_enable = 1 bool; CBIT_useHardware = 0 bool; CBITVehicleOpen = 1 bool; CBITAbortDepthTimeout = 5 s; // If this time has elapsed and we're still below abort depth, drop the weight, end the mission. CBITBattFailReport = 10 count; // Report main battery failover at this multiple CBITEnvTimeout = 10 s; // If this time has elapsed and pressure or humidity are still above threshold, end the mission. battTempThreshold = 308 kelvin // Must use kelvin since celsius=kelvin-273. This is the allowable threshold for battery temperature CBITGFChan0_Threshold = 0.01 mA; // Current above baseline that triggers a ground fault CBITGFChan1_Threshold = 0.01 mA; // Current above baseline that triggers a ground fault CBITGFChan2_Threshold = 0.01 mA; // Current above baseline that triggers a ground fault CBITGFChan4_Threshold = 0.01 mA; // Current above baseline that triggers a ground fault CBITGFChan5_Threshold = 0.01 mA; // Current above baseline that triggers a ground fault CBITGFScanTimeout = 6 hour; // How often to scan for ground faults SBIT_enable = 1 bool; IBIT_enable = 1 bool;