On 31 October, 2014 - Artur Wroblewski wrote:
Inert gas pressure in tissue compartments data is quite common in many decompression models (ZH-L16, VVAL 18, VPM, RGBM) and, if I understand well, the Cochran backend could provide such data, too. We could ask HeinrichsWeikamp to have it in OSTC dive computers.
The OSTC3 already stores the following according to the manual:
N2 compartment desaturation time in min. 16Bytes N2 compartments at end of dive in mbar 64Bytes 16*4Byte (Float), See Note 9 He compartment desaturation time in min. 16Bytes He compartments at end of dive in mbar 64Bytes 16*4Byte (Float), See Note 9
Note 9: Compartment assignment according to Bühlmann, Albert: Tauchmedizin; 4. Auflage [2002], values after dive
Libdivecomputer currently doesn't read those values, but it would be quite simple to add that.
//Anton