//////////////////////////////////////////////////////////////// // // 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). // //////////////////////////////////////////////////////////////// CBIT_enable = 1 bool; CBIT_useHardware = 1 bool; CBIT.abortDepth = 150 m; // Depth at which we drop the weight. Should be greater than all depth envelopes CBIT.stopDepth = 125 m; // Depth at which we stop the mission. Should be greater than all depth envelopes and less than abort depth CBIT.vehicleOpen = 0 bool; CBIT.gfChan0_Threshold = 0.030 mA; // Current above baseline that triggers a ground fault CBIT.gfChan1_Threshold = 0.030 mA; // Current above baseline that triggers a ground fault CBIT.gfChan2_Threshold = 0.030 mA; // Current above baseline that triggers a ground fault CBIT.gfChan4_Threshold = 0.030 mA; // Current above baseline that triggers a ground fault CBIT.gfChan5_Threshold = 0.030 mA; // Current above baseline that triggers a ground fault CBIT.gfScanTimeout = 6 hour; // How often to scan for ground faults CBIT.abortDepthTimeout = 10 s; // If this time has elapsed and we're still below abort depth, drop the weight, end the mission. SBIT_enable = 1 bool; IBIT_enable = 1 bool;