# Tank Run Notes **Date: 2023.08.11** **Reporter: Eric Martin** **Test Date: 2023.07.31** ## Test Setup This was a trial run meant to collect some data at longer sleep periods, park period was 2 hours and parksample period was set to 2 hours. ## Results * 8 profiles were run, with consistent results * It recovered due to a hotel undervoltage error. It did read in the logs once at 25, but then returned to 32. * It slept, but only for 32 minute periods when I could've slept for 64. ## Issues ### Why is undervoltage still happening? Should we make it more fault tolerant? (The system data message is too infrequent) ### Why did it sleep 32 minutes instead of 64? A timespan.Minutes was being used without a timespan.Hours. Fixed. ### The pressure sensor readings logged were stuck at 5 after transitioning to Recovery mode The `DisableAllLoads()` added a while back prevents recovery mode from knowing pressure, which is power saving, but given recoverymode can happen anytime, including underwater, I'm going to add it back.