ScubaMarc:
Check out this thread. I created a spreadsheet that gives charts for the oceanlog dive data.
http://www.scubaboard.com/showthread.php?t=151223
If you tell me I have the complete set of data to figure out the sac rate and you give me the formula, I will add it the this spreadsheet.
Very Cool Spread Sheet.
Here is how to calculate the SAC rate in terms of volume:
(I used the MS access object names)
(SPSI - EPSI) * (CYLINDERSIZE/WORKINGPSI) / BTIME / (( AVGDEPTH/33)+1)
The big problem is that Aeris/Oceanic has many versions
of s/w out there and only the latest Oceanic version allows filling
in the WORKINGPSI.
In order to get some useful graphs, you probably should
use 3000 if the WORKINGPSI is zero. This will at least
get some fairly accurate results for the older data sets.
See this page to test out your calculations and read more
about how to calculate these:
SAC calculator
The value AIRCONSUMP was supposed to be a SAC rate.
On the older s/w it was supposed to be in PSI/MIN (presure)
rather than Cubic ft (volume). However, the calculation
was broken and the value is garbage.
On the newest Oceanic release, it contains the SAC rate
in cubic feet/min which is what the above calculation does.
So.... If you wanted to fix peoples SAC rates in their log file
AIRCONSUMP values you would want to store the volume SAC
rate calculated above in the newer Oceanic log files.
For the older files you would leave off the volume conversion
and leave it as a pressure calculation:
(SPSI - EPSI) / BTIME / (( AVGDEPTH/33)+1)
--- bill