Mercurial > public > mk2
annotate code_part1/OSTC_code_c_part2/p2_deco.c @ 275:4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
author | JeanDo |
---|---|
date | Mon, 18 Apr 2011 00:10:44 +0200 |
parents | fda90f19486a |
children | 02303915c199 |
rev | line source |
---|---|
116 | 1 // ************************************************************** |
2 // p2_deco.c | |
3 // | |
4 // Created on: 12.05.2009 | |
5 // Author: chsw | |
6 // | |
7 // ************************************************************** | |
8 | |
9 ////////////////////////////////////////////////////////////////////////////// | |
10 // OSTC - diving computer code | |
11 // Copyright (C) 2008 HeinrichsWeikamp GbR | |
12 // | |
13 // This program is free software: you can redistribute it and/or modify | |
14 // it under the terms of the GNU General Public License as published by | |
15 // the Free Software Foundation, either version 3 of the License, or | |
16 // (at your option) any later version. | |
17 // | |
18 // This program is distributed in the hope that it will be useful, | |
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 // GNU General Public License for more details. | |
22 // | |
23 // You should have received a copy of the GNU General Public License | |
24 // along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 // | |
26 ////////////////////////////////////////////////////////////////////////////// | |
27 | |
28 // ***************************** | |
29 // ** I N T R O D U C T I O N ** | |
30 // ***************************** | |
31 // | |
32 // OSTC | |
33 // | |
34 // code: | |
35 // p2_deco_main_c_v101.c | |
36 // part2 of the OSTC code | |
37 // code with constant O2 partial pressure routines | |
38 // under construction !! | |
39 // | |
40 // summary: | |
41 // decompression routines | |
42 // for the OSTC experimental project | |
43 // written by Christian Weikamp | |
44 // last revision __________ | |
45 // comments added _________ | |
46 // | |
47 // additional files: | |
48 // p2_tables_v100.romdata (other files) | |
49 // 18f4685_ostc_v100.lkr (linker script) | |
50 // | |
51 // history: | |
52 // 01/03/08 v100: first release candidate | |
53 // 03/13/08 v101: start of programming ppO2 code | |
54 // 03/13/25 v101a: backup of interrim version with ppO2 calculation | |
55 // 03/13/25 v101: open circuit gas change during deco | |
56 // 03/13/25 v101: CNS_fraction calculation | |
57 // 03/13/26 v101: optimization of tissue calc routines | |
58 // 07/xx/08 v102a: debug of bottom time routine | |
59 // 09/xx/08 v102d: Gradient Factor Model implemenation | |
60 // 10/10/08 v104: renamed to build v103 for v118 stable | |
171 | 61 // 10/14/08 v104: integration of char_I_depth_last_deco for Gradient Model |
116 | 62 // 03/31/09 v107: integration of FONT Incon24 |
63 // 05/23/10 v109: 5 gas changes & 1 min timer | |
64 // 07/13/10 v110: cns vault added | |
65 // 12/25/10 v110: split in three files (deco.c, main.c, definitions.h) | |
163 | 66 // 2011/01/20: [jDG] Create a common file included in ASM and C code. |
167 | 67 // 2011/01/23: [jDG] Added read_custom_function(). |
203 | 68 // 2011/01/24: [jDG] Make ascenttime an short. No more overflow! |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
69 // 2011/01/25: [jDG] Fusion deco array for both models. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
70 // 2011/01/25: [jDG] Use CF(54) to reverse deco order. |
193 | 71 // 2011/02/11: [jDG] Reworked gradient-factor implementation. |
197 | 72 // 2011/02/13: [jDG] CF55 for additional gas switch delay in decoplan. |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
73 // 2011/02/15: [jDG] Fixed inconsistencies introduced by gas switch delays. |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
74 // 2011/03/21: [jDG] Added gas consumption (CF56 & CF57) evaluation for OCR mode. |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
75 // 2011/04/10: [jDG] Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco() |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
76 // 2011/04/15: [jDG] Store low_depth in 32bits (w/o rounding), for a better stability. |
116 | 77 // |
167 | 78 // TODO: |
79 // + Allow to abort MD2 calculation (have to restart next time). | |
80 // | |
81 // Literature: | |
200 | 82 // Bühlmann, Albert: Tauchmedizin; 4. Auflage [2002]; |
116 | 83 // Schr"oder, Kai & Reith, Steffen; 2000; S"attigungsvorg"ange beim Tauchen, das Modell ZH-L16, Funktionsweise von Tauchcomputern; http://www.achim-und-kai.de/kai/tausim/saett_faq |
84 // Morrison, Stuart; 2000; DIY DECOMPRESSION; http://www.lizardland.co.uk/DIYDeco.html | |
85 // Balthasar, Steffen; Dekompressionstheorie I: Neo Haldane Modelle; http://www.txfreak.de/dekompressionstheorie_1.pdf | |
86 // Baker, Erik C.; Clearing Up The Confusion About "Deep Stops" | |
87 // Baker, Erik C.; Understanding M-values; http://www.txfreak.de/understanding_m-values.pdf | |
167 | 88 // |
89 // | |
116 | 90 |
91 // ********************* | |
92 // ** I N C L U D E S ** | |
93 // ********************* | |
94 #include <math.h> | |
167 | 95 |
192 | 96 // *********************************************** |
97 // ** V A R I A B L E S D E F I N I T I O N S ** | |
98 // *********************************************** | |
99 | |
100 #include "p2_definitions.h" | |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
101 #define TEST_MAIN |
192 | 102 #include "shared_definitions.h" |
103 | |
200 | 104 // Water vapour partial pressure in the lumb. |
233 | 105 #define ppWVapour 0.0627 |
200 | 106 |
167 | 107 // ************************* |
108 // ** P R O T O T Y P E S ** | |
109 // ************************* | |
110 | |
111 static void calc_hauptroutine(void); | |
112 static void calc_nullzeit(void); | |
113 | |
192 | 114 static void calc_tissue(PARAMETER unsigned char period); |
258 | 115 static void calc_limit(void); |
192 | 116 |
167 | 117 static void clear_tissue(void); |
118 static void calc_ascenttime(void); | |
119 static void update_startvalues(void); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
120 static void clear_deco_table(void); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
121 static void update_deco_table(void); |
192 | 122 |
123 static void backup_sim_pres_tissue(void); | |
124 static void restore_sim_pres_tissue(void); | |
125 static void sim_tissue(PARAMETER unsigned char period); | |
126 static void sim_limit(PARAMETER float GF_current); | |
167 | 127 static void calc_gradient_factor(void); |
128 static void calc_wo_deco_step_1_min(void); | |
129 | |
130 static void calc_hauptroutine_data_input(void); | |
131 static void calc_hauptroutine_update_tissues(void); | |
132 static void calc_hauptroutine_calc_deco(void); | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
133 static void sim_ascent_to_first_stop(void); |
167 | 134 |
241 | 135 static unsigned char gas_switch_deepest(void); |
136 static void gas_switch_set(void); | |
217 | 137 |
241 | 138 static unsigned char calc_nextdecodepth(void); |
116 | 139 |
200 | 140 //---- Bank 4 parameters ----------------------------------------------------- |
163 | 141 #pragma udata bank4=0x400 |
116 | 142 |
143 static float temp_limit; | |
144 static float GF_low; | |
145 static float GF_high; | |
146 static float GF_delta; | |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
147 static float low_depth; // Depth of deepest stop |
192 | 148 static float locked_GF_step; // GF_delta / low_depth |
149 | |
150 static unsigned char temp_depth_limit; | |
171 | 151 |
192 | 152 // Simulation context: used to predict ascent. |
153 static unsigned char sim_lead_tissue_no; // Leading compatiment number. | |
154 static float sim_lead_tissue_limit; // Buhlmann tolerated pressure. | |
116 | 155 |
192 | 156 // Real context: what we are doing now. |
157 static float calc_lead_tissue_limit; // | |
116 | 158 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
159 static unsigned char internal_deco_time[32]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
160 static unsigned char internal_deco_depth[32]; |
116 | 161 |
162 static float cns_vault; | |
163 static float pres_tissue_vault[32]; | |
164 | |
163 | 165 //---- Bank 5 parameters ----------------------------------------------------- |
166 #pragma udata bank5=0x500 | |
167 | |
167 | 168 static unsigned char ci; |
116 | 169 static float pres_respiration; |
170 static float pres_surface; | |
171 static float temp_deco; | |
236 | 172 static float ppN2; |
200 | 173 static float ppHe; |
116 | 174 static float temp_tissue; |
200 | 175 static float N2_ratio; // Breathed gas nitrogen ratio. |
176 static float He_ratio; // Breathed gas helium ratio. | |
177 static float var_N2_a; // Bühlmann a, for current N2 tissue. | |
178 static float var_N2_b; // Bühlmann b, for current N2 tissue. | |
179 static float var_He_a; // Bühlmann a, for current He tissue. | |
180 static float var_He_b; // Bühlmann b, for current He tissue. | |
181 static float var_N2_e; // Exposition, for current N2 tissue. | |
182 static float var_He_e; // Exposition, for current He tissue. | |
116 | 183 |
164 | 184 static float pres_diluent; // new in v.101 |
185 static float const_ppO2; // new in v.101 | |
186 static float deco_ppO2_change; // new in v.101 | |
187 static float deco_ppO2; // new in v.101 | |
116 | 188 |
241 | 189 static unsigned char sim_gas_last_depth; // Depth of last used gas, to detected a gas switch. |
190 static unsigned char sim_gas_last_used; // Number of last used gas, to detected a gas switch. | |
203 | 191 static unsigned short sim_gas_delay; // Time of gas-switch-stop ends [min on dive]. |
192 static unsigned short sim_dive_mins; // Simulated dive time. | |
200 | 193 static float calc_N2_ratio; // Simulated (switched) nitrogen ratio. |
194 static float calc_He_ratio; // Simulated (switched) helium ratio. | |
195 static float CNS_fraction; // new in v.101 | |
196 static float float_saturation_multiplier; // new in v.101 | |
197 static float float_desaturation_multiplier; // new in v.101 | |
167 | 198 static float float_deco_distance; // new in v.101 |
199 static char flag_in_divemode; // new in v.108 | |
200 | |
225 | 201 static unsigned char deco_gas_change[5]; // new in v.109 |
167 | 202 |
163 | 203 //---- Bank 6 parameters ----------------------------------------------------- |
204 #pragma udata bank6=0x600 | |
116 | 205 |
197 | 206 float pres_tissue[32]; |
116 | 207 |
163 | 208 //---- Bank 7 parameters ----------------------------------------------------- |
209 #pragma udata bank7=0x700 | |
210 | |
197 | 211 float sim_pres_tissue[32]; // 32 floats = 128 bytes. |
116 | 212 static float sim_pres_tissue_backup[32]; |
213 | |
163 | 214 //---- Bank 8 parameters ----------------------------------------------------- |
116 | 215 #pragma udata bank8=0x800 |
163 | 216 |
116 | 217 static char md_pi_subst[256]; |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
218 #define C_STACK md_pi_subst // Overlay C-code data stack here, too. |
116 | 219 |
163 | 220 //---- Bank 9 parameters ----------------------------------------------------- |
167 | 221 #pragma udata bank9=0x900 |
116 | 222 |
163 | 223 static char md_state[48]; // DONT MOVE !! // has to be at the beginning of bank 9 for the asm code!!! |
116 | 224 |
164 | 225 // internal, dbg: |
167 | 226 static unsigned char DBG_char_I_deco_model; // new in v.108. |
164 | 227 static unsigned char DBG_char_I_depth_last_deco; // new in v.108 |
212 | 228 static unsigned char DBG_deco_gas_change; // new in v.108 |
224 | 229 static unsigned char DBG_deco_N2_ratio; // new in v.108 |
230 static unsigned char DBG_deco_He_ratio; // new in v.108 | |
164 | 231 static float DBG_pres_surface; // new in v.108 |
232 static float DBG_GF_low; // new in v.108 | |
233 static float DBG_GF_high; // new in v.108 | |
234 static float DBG_const_ppO2; // new in v.108 | |
235 static float DBG_deco_ppO2_change; // new in v.108 | |
236 static float DBG_deco_ppO2; // new in v.108 | |
237 static float DBG_float_saturation_multiplier; // new in v.108 | |
238 static float DBG_float_desaturation_multiplier; // new in v.108 | |
239 static float DBG_float_deco_distance; // new in v.108 | |
240 static float DBG_N2_ratio; // new in v.108 | |
241 static float DBG_He_ratio; // new in v.108 | |
242 | |
167 | 243 ////////////////////////////////////////////////////////////////////////////// |
244 ////////////////////////////////////////////////////////////////////////////// | |
245 ///////////////////////////// THE LOOKUP TABLES ////////////////////////////// | |
246 ////////////////////////////////////////////////////////////////////////////// | |
247 ////////////////////////////////////////////////////////////////////////////// | |
248 // | |
249 // End of PROM code is 17F00, So push tables on PROM top... | |
250 // | |
251 #pragma romdata buhlmann_tables = 0x017B00 // Needs to be in UPPER bank. | |
252 #include "p2_tables.romdata" // new table for deco_main_v.101 (var_N2_a modified) | |
116 | 253 |
167 | 254 // Magic table to compute the MD2 HASH |
255 // | |
256 #pragma romdata hash_tables = 0x017E00 // Address fixed by ASM access... | |
203 | 257 rom const rom unsigned short md_pi[] = |
116 | 258 { |
259 0x292E, 0x43C9, 0xA2D8, 0x7C01, 0x3D36, 0x54A1, 0xECF0, 0x0613 | |
260 , 0x62A7, 0x05F3, 0xC0C7, 0x738C, 0x9893, 0x2BD9, 0xBC4C, 0x82CA | |
261 , 0x1E9B, 0x573C, 0xFDD4, 0xE016, 0x6742, 0x6F18, 0x8A17, 0xE512 | |
262 , 0xBE4E, 0xC4D6, 0xDA9E, 0xDE49, 0xA0FB, 0xF58E, 0xBB2F, 0xEE7A | |
263 , 0xA968, 0x7991, 0x15B2, 0x073F, 0x94C2, 0x1089, 0x0B22, 0x5F21 | |
264 , 0x807F, 0x5D9A, 0x5A90, 0x3227, 0x353E, 0xCCE7, 0xBFF7, 0x9703 | |
265 , 0xFF19, 0x30B3, 0x48A5, 0xB5D1, 0xD75E, 0x922A, 0xAC56, 0xAAC6 | |
266 , 0x4FB8, 0x38D2, 0x96A4, 0x7DB6, 0x76FC, 0x6BE2, 0x9C74, 0x04F1 | |
267 , 0x459D, 0x7059, 0x6471, 0x8720, 0x865B, 0xCF65, 0xE62D, 0xA802 | |
268 , 0x1B60, 0x25AD, 0xAEB0, 0xB9F6, 0x1C46, 0x6169, 0x3440, 0x7E0F | |
269 , 0x5547, 0xA323, 0xDD51, 0xAF3A, 0xC35C, 0xF9CE, 0xBAC5, 0xEA26 | |
270 , 0x2C53, 0x0D6E, 0x8528, 0x8409, 0xD3DF, 0xCDF4, 0x4181, 0x4D52 | |
271 , 0x6ADC, 0x37C8, 0x6CC1, 0xABFA, 0x24E1, 0x7B08, 0x0CBD, 0xB14A | |
272 , 0x7888, 0x958B, 0xE363, 0xE86D, 0xE9CB, 0xD5FE, 0x3B00, 0x1D39 | |
273 , 0xF2EF, 0xB70E, 0x6658, 0xD0E4, 0xA677, 0x72F8, 0xEB75, 0x4B0A | |
274 , 0x3144, 0x50B4, 0x8FED, 0x1F1A, 0xDB99, 0x8D33, 0x9F11, 0x8314 | |
275 }; | |
276 | |
167 | 277 ////////////////////////////////////////////////////////////////////////////// |
278 ////////////////////////////////////////////////////////////////////////////// | |
279 ////////////////////////////// THE SUBROUTINES /////////////////////////////// | |
280 ////////////////////////////////////////////////////////////////////////////// | |
281 ////////////////////////////////////////////////////////////////////////////// | |
282 // | |
116 | 283 // all new in v.102 |
284 // moved from 0x0D000 to 0x0C000 in v.108 | |
285 | |
286 #pragma code p2_deco = 0x0C000 | |
287 | |
167 | 288 ////////////////////////////////////////////////////////////////////////////// |
289 // DBS - debug on start of dive | |
290 // | |
291 static void create_dbs_set_dbg_and_ndl20mtr(void) | |
116 | 292 { |
167 | 293 overlay char i; // Local loop index. |
294 | |
295 //---- Reset DEBUG bit fields -------------------------------------------- | |
116 | 296 int_O_DBS_bitfield = 0; |
297 int_O_DBS2_bitfield = 0; | |
298 if(int_O_DBG_pre_bitfield & DBG_RUN) | |
299 int_O_DBG_pre_bitfield = DBG_RESTART; | |
300 else | |
301 int_O_DBG_pre_bitfield = DBG_RUN; | |
302 int_O_DBG_post_bitfield = 0; | |
167 | 303 |
304 //---- Set 20meters ND limit --------------------------------------------- | |
116 | 305 char_O_NDL_at_20mtr = 255; |
306 | |
167 | 307 //---- Copy all dive parameters ------------------------------------------ |
116 | 308 DBG_N2_ratio = N2_ratio; |
309 DBG_He_ratio = He_ratio; | |
310 DBG_char_I_deco_model = char_I_deco_model; | |
311 DBG_char_I_depth_last_deco = char_I_depth_last_deco; | |
312 DBG_pres_surface = pres_surface; | |
313 DBG_GF_low = GF_low; | |
314 DBG_GF_high = GF_high; | |
315 DBG_const_ppO2 = const_ppO2; | |
316 DBG_deco_ppO2_change = deco_ppO2_change; | |
317 DBG_deco_ppO2 = deco_ppO2; | |
224 | 318 DBG_deco_N2_ratio = char_I_deco_N2_ratio[0]; |
319 DBG_deco_He_ratio = char_I_deco_He_ratio[0]; | |
225 | 320 DBG_deco_gas_change = deco_gas_change[0]; |
116 | 321 DBG_float_saturation_multiplier = float_saturation_multiplier; |
322 DBG_float_desaturation_multiplier = float_desaturation_multiplier; | |
323 DBG_float_deco_distance = float_deco_distance; | |
324 | |
167 | 325 //---- Setup some error (?) conditions ----------------------------------- |
116 | 326 if(char_I_deco_model) |
327 int_O_DBS_bitfield |= DBS_mode; | |
328 if(const_ppO2) | |
329 int_O_DBS_bitfield |= DBS_ppO2; | |
167 | 330 for(i = 16; i < 32; i++) |
331 if(pres_tissue[i]) | |
116 | 332 int_O_DBS_bitfield |= DBS_HE_sat; |
333 if(deco_ppO2_change) | |
334 int_O_DBS_bitfield |= DBS_ppO2chg; | |
335 if(float_saturation_multiplier < 0.99) | |
336 int_O_DBS_bitfield |= DBS_SAT2l; | |
337 if(float_saturation_multiplier > 1.3) | |
338 int_O_DBS_bitfield |= DBS_SAT2h; | |
339 if(GF_low < 0.19) | |
340 int_O_DBS_bitfield |= DBS_GFLOW2l; | |
341 if(GF_low > 1.01) | |
342 int_O_DBS_bitfield |= DBS_GFLOW2h; | |
343 if(GF_high < 0.6) | |
344 int_O_DBS_bitfield |= DBS_GFHGH2l; | |
345 if(GF_high > 1.01) | |
346 int_O_DBS_bitfield |= DBS_GFHGH2h; | |
347 if((N2_ratio + He_ratio) > 0.95) | |
348 int_O_DBS_bitfield |= DBS_GASO22l; | |
349 if((N2_ratio + He_ratio) < 0.05) | |
350 int_O_DBS_bitfield |= DBS_GASO22h; | |
351 if(float_deco_distance > 0.25) | |
352 int_O_DBS_bitfield |= DBS_DIST2h; | |
353 if(char_I_depth_last_deco > 8) | |
354 int_O_DBS_bitfield |= DBS_LAST2h; | |
224 | 355 if(DBG_deco_gas_change && ((char_I_deco_N2_ratio[0] + char_I_deco_He_ratio[0]) > 95)) |
116 | 356 int_O_DBS_bitfield |= DBS_DECOO2l; |
224 | 357 if(DBG_deco_gas_change && ((char_I_deco_N2_ratio[0] + char_I_deco_He_ratio[0]) < 5)) |
116 | 358 int_O_DBS_bitfield |= DBS_DECOO2h; |
359 if(pres_respiration > 3.0) | |
360 int_O_DBS2_bitfield |= DBS2_PRES2h; | |
361 if(pres_surface - pres_respiration > 0.2) | |
362 int_O_DBS2_bitfield |= DBS2_PRES2l; | |
363 if(pres_surface < 0.75) | |
364 int_O_DBS2_bitfield |= DBS2_SURF2l; | |
365 if(pres_surface > 1.11) | |
366 int_O_DBS2_bitfield |= DBS2_SURF2h; | |
367 if(float_desaturation_multiplier < 0.70) | |
368 int_O_DBS2_bitfield |= DBS2_DESAT2l; | |
369 if(float_desaturation_multiplier > 1.01) | |
370 int_O_DBS2_bitfield |= DBS2_DESAT2h; | |
371 if(GF_low > GF_high) | |
372 int_O_DBS2_bitfield |= DBS2_GFDneg; | |
373 } | |
374 | |
167 | 375 ////////////////////////////////////////////////////////////////////////////// |
376 // DBG - set DBG to end_of_dive | |
377 // | |
378 static void set_dbg_end_of_dive(void) | |
116 | 379 { |
380 int_O_DBG_pre_bitfield &= (~DBG_RUN); | |
381 int_O_DBG_post_bitfield &= (~DBG_RUN); | |
382 } | |
383 | |
167 | 384 ////////////////////////////////////////////////////////////////////////////// |
385 // DBG - NDL at first 20 m. hit | |
386 // | |
387 static void check_ndl(void) | |
116 | 388 { |
167 | 389 if( char_O_NDL_at_20mtr == 255 // Still in NDL mode ? |
390 && int_I_pres_respiration > 3000 // And we hit the 20m limit ? | |
391 ) | |
116 | 392 { |
167 | 393 char_O_NDL_at_20mtr = char_O_nullzeit; // change to max bottom time. |
394 if( char_O_NDL_at_20mtr == 255) // and avoid confusion. | |
184 | 395 char_O_NDL_at_20mtr = 254; |
116 | 396 } |
397 } | |
398 | |
167 | 399 ////////////////////////////////////////////////////////////////////////////// |
400 // DBG - multi main during dive | |
401 // | |
184 | 402 static void check_dbg(PARAMETER char is_post_check) |
116 | 403 { |
203 | 404 overlay unsigned short temp_DBS = 0; |
200 | 405 overlay unsigned char i; // Local loop index. |
167 | 406 |
116 | 407 if( (DBG_N2_ratio != N2_ratio) || (DBG_He_ratio != He_ratio) ) |
408 temp_DBS |= DBG_c_gas; | |
409 if(DBG_const_ppO2 != const_ppO2) | |
410 temp_DBS |= DBG_c_ppO2; | |
167 | 411 if( DBG_float_saturation_multiplier != float_saturation_multiplier |
412 || DBG_float_desaturation_multiplier != float_desaturation_multiplier | |
413 ) | |
116 | 414 temp_DBS |= DBG_CdeSAT; |
415 if(DBG_char_I_deco_model != char_I_deco_model) | |
416 temp_DBS |= DBG_C_MODE; | |
417 if(DBG_pres_surface != pres_surface) | |
418 temp_DBS |= DBG_C_SURF; | |
167 | 419 |
420 if( !DBS_HE_sat && !He_ratio) | |
421 for(i = 16; i < 32; i++) | |
422 if(pres_tissue[i]) | |
116 | 423 temp_DBS |= DBG_HEwoHE; |
167 | 424 |
116 | 425 if(DBG_deco_ppO2 != deco_ppO2) |
426 temp_DBS |= DBG_C_DPPO2; | |
167 | 427 |
225 | 428 if( DBG_deco_gas_change != deco_gas_change[0] |
224 | 429 || DBG_deco_N2_ratio != char_I_deco_N2_ratio[0] |
430 || DBG_deco_He_ratio != char_I_deco_He_ratio[0] ) | |
116 | 431 temp_DBS |= DBG_C_DGAS; |
167 | 432 |
116 | 433 if(DBG_float_deco_distance != float_deco_distance) |
434 temp_DBS |= DBG_C_DIST; | |
435 if(DBG_char_I_depth_last_deco != char_I_depth_last_deco) | |
436 temp_DBS |= DBG_C_LAST; | |
167 | 437 if( DBG_GF_low != GF_low |
438 || DBG_GF_high != GF_high ) | |
116 | 439 temp_DBS |= DBG_C_GF; |
440 if(pres_respiration > 13.0) | |
441 temp_DBS |= DBG_PHIGH; | |
442 if(pres_surface - pres_respiration > 0.2) | |
443 temp_DBS |= DBG_PLOW; | |
444 if(is_post_check) | |
445 int_O_DBG_post_bitfield |= temp_DBS; | |
446 else | |
447 int_O_DBG_pre_bitfield |= temp_DBS; | |
448 } | |
449 | |
167 | 450 ////////////////////////////////////////////////////////////////////////////// |
451 // DBG - prior to calc. of dive | |
452 // | |
453 static void check_pre_dbg(void) | |
116 | 454 { |
455 check_dbg(0); | |
456 } | |
457 | |
167 | 458 ////////////////////////////////////////////////////////////////////////////// |
459 // DBG - after decocalc of dive | |
460 // | |
461 static void check_post_dbg(void) | |
116 | 462 { |
463 check_dbg(1); | |
464 } | |
465 | |
165 | 466 ////////////////////////////////////////////////////////////////////////////// |
167 | 467 ////////////////////////////////////////////////////////////////////////////// |
468 /////////////////////// U T I L I T I E S ///////////////////////////////// | |
469 ////////////////////////////////////////////////////////////////////////////// | |
470 ////////////////////////////////////////////////////////////////////////////// | |
471 | |
235 | 472 ////////////////////////////////////////////////////////////////////////////// |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
473 // Bump to blue-screen when an assert is wrong |
235 | 474 #ifdef __DEBUG |
475 void assert_failed(PARAMETER short int line) | |
476 { | |
477 extern void PLED_resetdebugger(void); | |
478 extern unsigned short temp10; | |
479 | |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
480 temp10 = line; // Show source line number as stack depth. |
235 | 481 PLED_resetdebugger(); |
482 } | |
483 #endif | |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
484 |
235 | 485 ////////////////////////////////////////////////////////////////////////////// |
486 // When calling C code from ASM context, the data stack pointer and | |
487 // frames should be reset. Bank8 is used by stack, when not doing hashing. | |
488 | |
489 #ifdef CROSS_COMPILE | |
490 # define RESET_C_STACK | |
491 #else | |
492 # ifdef __DEBUG | |
493 # define RESET_C_STACK fillDataStack(); | |
494 void fillDataStack(void) | |
495 { | |
496 _asm | |
497 LFSR 1,C_STACK | |
498 MOVLW 0xCC | |
499 loop: MOVWF POSTINC1,0 | |
500 TSTFSZ FSR1L,0 | |
501 BRA loop | |
502 | |
503 LFSR 1,C_STACK | |
504 LFSR 2,C_STACK | |
505 _endasm | |
506 } | |
507 # else | |
508 # define RESET_C_STACK \ | |
509 _asm \ | |
510 LFSR 1, C_STACK \ | |
511 LFSR 2, C_STACK \ | |
512 _endasm | |
513 # endif | |
514 #endif | |
515 | |
516 ////////////////////////////////////////////////////////////////////////////// | |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
517 // Read CF values from the C code. |
235 | 518 |
203 | 519 static short read_custom_function(PARAMETER unsigned char cf) |
167 | 520 { |
184 | 521 #ifdef CROSS_COMPILE |
522 extern unsigned short custom_functions[]; | |
523 return custom_functions[cf]; | |
524 #else | |
167 | 525 extern unsigned char hi, lo; |
526 extern void getcustom15(); | |
527 _asm | |
528 movff cf,WREG | |
529 call getcustom15,0 | |
530 movff lo,PRODL | |
531 movff hi,PRODH | |
532 _endasm | |
184 | 533 #endif |
167 | 534 } |
535 | |
536 ////////////////////////////////////////////////////////////////////////////// | |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
537 // Fast subroutine to read RTC timer 3. |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
538 // Note: result is in 1/32 of msecs. |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
539 static unsigned short tmr3(void) |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
540 { |
261 | 541 #ifndef CROSS_COMPILE |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
542 _asm |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
543 movff 0xfb2,PRODL // TMR3L |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
544 movff 0xfb3,PRODH // TMR3H |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
545 _endasm // result in PRODH:PRODL. |
261 | 546 #else |
547 return 0; | |
548 #endif | |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
549 } |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
550 |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
551 ////////////////////////////////////////////////////////////////////////////// |
258 | 552 // read buhlmann tables A and B for compatriment ci |
553 // | |
554 static void read_buhlmann_coefficients(void) | |
165 | 555 { |
184 | 556 #ifndef CROSS_COMPILE |
167 | 557 // Note: we don't use far rom pointer, because the |
558 // 24 bits is to complex, hence we have to set | |
559 // the UPPER page ourself... | |
560 // --> Set zero if tables are moved to lower pages ! | |
561 _asm | |
562 movlw 1 | |
563 movwf TBLPTRU,0 | |
564 _endasm | |
184 | 565 #endif |
258 | 566 |
197 | 567 assert( 0 <= ci && ci < 16 ); |
165 | 568 var_N2_a = buhlmann_a[ci]; |
569 var_N2_b = buhlmann_b[ci]; | |
167 | 570 var_He_a = (buhlmann_a+16)[ci]; |
571 var_He_b = (buhlmann_b+16)[ci]; | |
572 | |
165 | 573 // Check reading consistency: |
574 if( (var_N2_a < 0.231) | |
575 || (var_N2_a > 1.27) | |
576 || (var_N2_b < 0.504) | |
577 || (var_N2_b > 0.966) | |
578 || (var_He_a < 0.510) | |
579 || (var_He_a > 1.75) | |
580 || (var_He_b < 0.423) | |
581 || (var_He_b > 0.927) | |
582 ) | |
258 | 583 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; |
584 } | |
585 | |
586 ////////////////////////////////////////////////////////////////////////////// | |
587 // read buhlmann tables for compatriment ci | |
588 // If period == 0 : 2sec interval | |
589 // 1 : 1 min interval | |
590 // 2 : 10 min interval. | |
591 static void read_buhlmann_times(PARAMETER char period) | |
592 { | |
593 #ifndef CROSS_COMPILE | |
594 // Note: we don't use far rom pointer, because the | |
595 // 24 bits is to complex, hence we have to set | |
596 // the UPPER page ourself... | |
597 // --> Set zero if tables are moved to lower pages ! | |
598 _asm | |
599 movlw 1 | |
600 movwf TBLPTRU,0 | |
601 _endasm | |
602 #endif | |
603 assert( 0 <= ci && ci < 16 ); | |
604 | |
165 | 605 // Integration intervals. |
167 | 606 switch(period) |
165 | 607 { |
608 case 0: //---- 2 sec ----------------------------------------------------- | |
609 var_N2_e = e2secs[ci]; | |
167 | 610 var_He_e = (e2secs+16)[ci]; |
165 | 611 |
612 // Check reading consistency: | |
613 if( (var_N2_e < 0.0000363) | |
614 || (var_N2_e > 0.00577) | |
615 || (var_He_e < 0.0000961) | |
616 || (var_He_e > 0.150) | |
617 ) | |
618 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
619 | |
620 break; | |
621 | |
622 case 1: //---- 1 min ----------------------------------------------------- | |
623 var_N2_e = e1min[ci]; | |
167 | 624 var_He_e = (e1min+16)[ci]; |
165 | 625 |
626 // Check reading consistency: | |
627 if( (var_N2_e < 1.09E-3) | |
628 || (var_N2_e > 0.1592) | |
629 || (var_He_e < 0.00288) | |
630 || (var_He_e > 0.3682) | |
631 ) | |
632 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
633 | |
634 break; | |
635 | |
636 case 2: //---- 10 min ---------------------------------------------------- | |
637 var_N2_e = e10min[ci]; | |
167 | 638 var_He_e = (e10min+16)[ci]; |
165 | 639 |
640 // Check reading consistency: | |
641 if( (var_N2_e < 0.01085) | |
642 || (var_N2_e > 0.82323) | |
643 || (var_He_e < 0.02846) | |
644 || (var_He_e > 0.98986) | |
645 ) | |
646 int_O_DBG_pre_bitfield |= DBG_ZH16ERR; | |
647 | |
648 break; | |
197 | 649 |
650 default: | |
651 assert(0); // Never go there... | |
165 | 652 } |
653 } | |
654 | |
655 ////////////////////////////////////////////////////////////////////////////// | |
167 | 656 // calc_next_decodepth_GF |
165 | 657 // |
116 | 658 // new in v.102 |
165 | 659 // |
116 | 660 // INPUT, changing during dive: |
192 | 661 // low_depth |
167 | 662 // |
116 | 663 // INPUT, fixed during dive: |
167 | 664 // pres_surface |
665 // GF_delta | |
666 // GF_high | |
667 // GF_low | |
171 | 668 // char_I_depth_last_deco |
167 | 669 // float_deco_distance |
670 // | |
241 | 671 // RETURN TRUE iff a stop is needed. |
672 // | |
116 | 673 // OUTPUT |
171 | 674 // locked_GF_step |
167 | 675 // temp_depth_limt |
192 | 676 // low_depth |
167 | 677 // |
241 | 678 static unsigned char calc_nextdecodepth(void) |
167 | 679 { |
241 | 680 //--- Max ascent speed --------------------------------------------------- |
681 // Recompute leading gas limit, at current depth: | |
682 overlay float depth = (temp_deco - pres_surface) / 0.09985; | |
683 | |
684 // At most, ascent 1 minute, at 10m/min == 10.0 m. | |
685 overlay float min_depth = depth - 10.0; | |
686 | |
687 // Do we need to stop at current depth ? | |
688 overlay unsigned char need_stop = 0; | |
689 | |
690 assert( depth >= -0.2 ); // Allow for 200mbar of weather change. | |
691 | |
212 | 692 //---- ZH-L16 + GRADIENT FACTOR model ------------------------------------ |
116 | 693 if (char_I_deco_model == 1) |
694 { | |
241 | 695 if( depth >= low_depth ) |
192 | 696 sim_limit( GF_low ); |
697 else | |
698 sim_limit( GF_high - depth * locked_GF_step ); | |
699 | |
700 // Stops are needed ? | |
701 if( sim_lead_tissue_limit > pres_surface ) | |
702 { | |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
703 // Compute tolerated depth, for the leading tissue [metre]: |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
704 overlay float depth_tol = (sim_lead_tissue_limit - pres_surface) / 0.09985; |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
705 |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
706 // Deepest stop, in multiples of 3 metres. |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
707 overlay unsigned char first_stop = 3 * (short)(0.99999 + depth_tol * 0.33333 ); |
192 | 708 assert( first_stop < 128 ); |
171 | 709 |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
710 // Is it a new deepest needed stop ? If yes this is the reference for |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
711 // the varying gradient factor. So reset that: |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
712 if( depth_tol > min_depth && depth_tol > low_depth ) |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
713 { |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
714 // Store the deepest stop depth, as reference for GF_low. |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
715 low_depth = depth_tol; |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
716 locked_GF_step = GF_delta / low_depth; |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
717 } |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
718 |
264 | 719 #if defined(__DEBUG) || defined(CROSS_COMPILE) |
261 | 720 { |
721 // Extra testing code to make sure the first_stop formula | |
722 // and rounding provides correct depth: | |
723 overlay float pres_stop = first_stop * 0.09985 // Meters to bar | |
724 + pres_surface; | |
725 | |
726 // Keep GF_low until a first stop depth is found: | |
727 if( first_stop >= low_depth ) | |
728 sim_limit( GF_low ); | |
729 else | |
730 // current GF is GF_high - alpha (GF_high - GF_low) | |
731 // With alpha = currentDepth / maxDepth, hence in [0..1] | |
732 sim_limit( GF_high - first_stop * locked_GF_step ); | |
733 | |
734 // upper limit (lowest pressure tolerated): | |
735 assert( sim_lead_tissue_limit < pres_stop ); | |
736 } | |
737 #endif | |
738 | |
212 | 739 // Apply correction for the shallowest stop. |
192 | 740 if( first_stop == 3 ) // new in v104 |
741 first_stop = char_I_depth_last_deco; // Use last 3m..6m instead. | |
171 | 742 |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
743 // Because gradient factor at first_stop might be bigger than at |
261 | 744 // current depth, we might ascent a bit more. |
745 // Hence, check all stops until one is indeed higher than tolerated presure: | |
746 while(first_stop > 0) | |
192 | 747 { |
748 overlay unsigned char next_stop; // Next index (0..30) | |
749 overlay float pres_stop; // Next depth (0m..90m) | |
171 | 750 |
241 | 751 // Check max speed, or reaching surface. |
752 if( first_stop <= min_depth ) | |
753 break; | |
754 | |
755 // So, there is indeed a stop needed: | |
756 need_stop = 1; | |
757 | |
192 | 758 if( first_stop <= char_I_depth_last_deco ) // new in v104 |
759 next_stop = 0; | |
216 | 760 else if( first_stop == 6 ) |
761 next_stop = char_I_depth_last_deco; | |
192 | 762 else |
763 next_stop = first_stop - 3; // Index of next (upper) stop. | |
167 | 764 |
241 | 765 pres_stop = next_stop * 0.09985 // Meters to bar |
192 | 766 + pres_surface; |
767 | |
212 | 768 // Keep GF_low until a first stop depth is found: |
769 if( next_stop >= low_depth ) | |
770 sim_limit( GF_low ); | |
771 else | |
772 // current GF is GF_high - alpha (GF_high - GF_low) | |
773 // With alpha = currentDepth / maxDepth, hence in [0..1] | |
774 sim_limit( GF_high - next_stop * locked_GF_step ); | |
171 | 775 |
192 | 776 // upper limit (lowest pressure tolerated): |
777 if( sim_lead_tissue_limit >= pres_stop ) // check if ascent to next deco stop is ok | |
778 break; | |
779 | |
780 // Else, validate that stop and loop... | |
781 first_stop = next_stop; | |
212 | 782 } |
783 | |
784 // next stop is the last validated depth found, aka first_stop | |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
785 temp_depth_limit = first_stop; // Stop depth, in metre. |
192 | 786 } |
171 | 787 else |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
788 temp_depth_limit = 0; // stop depth, in metre. |
116 | 789 } |
167 | 790 else //---- ZH-L16 model ------------------------------------------------- |
116 | 791 { |
192 | 792 overlay float pres_gradient; |
793 | |
794 // Original model | |
116 | 795 // optimized in v.101 |
171 | 796 // char_I_depth_last_deco included in v.101 |
116 | 797 |
192 | 798 // Compute sim_lead_tissue_limit too, but just once. |
799 sim_limit(1.0); | |
800 | |
801 pres_gradient = sim_lead_tissue_limit - pres_surface; | |
167 | 802 if (pres_gradient >= 0) |
116 | 803 { |
241 | 804 pres_gradient /= 0.29955; // Bar --> stop number; |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
805 temp_depth_limit = 3 * (short) (pres_gradient + 0.99); // --> metre : depth for deco |
241 | 806 need_stop = 1; // Hit. |
807 | |
808 // Implement last stop at 4m/5m/6m... | |
809 if( temp_depth_limit == 3 ) | |
810 temp_depth_limit = char_I_depth_last_deco; | |
171 | 811 } |
116 | 812 else |
241 | 813 temp_depth_limit = 0; |
171 | 814 } |
212 | 815 |
217 | 816 //---- Check gas change -------------------------------------------------- |
241 | 817 need_stop |= gas_switch_deepest(); // Update temp_depth_limit if there is a change, |
818 | |
819 return need_stop; | |
167 | 820 } |
116 | 821 |
167 | 822 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
823 // copy_deco_table |
167 | 824 // |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
825 // Buffer the stops, once computed, so we can continue to display them |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
826 // while computing the next set. |
167 | 827 // |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
828 static void copy_deco_table(void) |
116 | 829 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
830 // Copy depth of the first (deepest) stop, because when reversing |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
831 // order, it will be hard to find... |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
832 char_O_first_deco_depth = internal_deco_depth[0]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
833 char_O_first_deco_time = internal_deco_time [0]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
834 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
835 if( read_custom_function(54) & 1 ) //---- Should we reverse table ? ------ |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
836 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
837 overlay unsigned char x, y; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
838 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
839 //---- First: search the first non-null depth |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
840 for(x=31; x != 0; --x) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
841 if( internal_deco_depth[x] != 0 ) break; |
116 | 842 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
843 //---- Second: copy to output table (in reverse order) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
844 for(y=0; y<32; y++, --x) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
845 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
846 char_O_deco_depth[y] = internal_deco_depth[x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
847 char_O_deco_time [y] = internal_deco_time [x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
848 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
849 // Stop only once the last transfer is done. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
850 if( x == 0 ) break; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
851 } |
116 | 852 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
853 //---- Third: fill table end with null |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
854 for(y++; y<32; y++) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
855 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
856 char_O_deco_time [y] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
857 char_O_deco_depth[y] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
858 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
859 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
860 else //---- Straight copy ------------------------------------------------ |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
861 { |
167 | 862 overlay unsigned char x; |
863 | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
864 for(x=0; x<32; x++) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
865 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
866 char_O_deco_depth[x] = internal_deco_depth[x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
867 char_O_deco_time [x] = internal_deco_time [x]; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
868 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
869 } |
167 | 870 } |
116 | 871 |
167 | 872 ////////////////////////////////////////////////////////////////////////////// |
116 | 873 // temp_tissue_safety // |
167 | 874 // |
116 | 875 // outsourced in v.102 |
167 | 876 // |
877 // Apply safety factors for brand ZH-L16 model. | |
878 // | |
879 static void temp_tissue_safety(void) | |
116 | 880 { |
197 | 881 assert( 0.0 < float_desaturation_multiplier && float_desaturation_multiplier <= 1.0 ); |
882 assert( 1.0 <= float_saturation_multiplier && float_saturation_multiplier <= 2.0 ); | |
883 | |
167 | 884 if( char_I_deco_model == 0 ) |
116 | 885 { |
886 if (temp_tissue < 0.0) | |
126 | 887 temp_tissue *= float_desaturation_multiplier; |
116 | 888 else |
126 | 889 temp_tissue *= float_saturation_multiplier; |
116 | 890 } |
167 | 891 } |
116 | 892 |
167 | 893 ////////////////////////////////////////////////////////////////////////////// |
894 ////////////////////////////////////////////////////////////////////////////// | |
116 | 895 // ** THE JUMP-IN CODE ** |
896 // ** for the asm code ** | |
167 | 897 ////////////////////////////////////////////////////////////////////////////// |
898 ////////////////////////////////////////////////////////////////////////////// | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
899 |
167 | 900 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
901 // Called every 2 seconds during diving. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
902 // update tissues every time. |
184 | 903 // |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
904 // Every 6 seconds (or slower when TTS > 16): |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
905 // - update deco table (char_O_deco_time/depth) with new values. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
906 // - update ascent time, |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
907 // - set status to zero (so we can check there is new results). |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
908 // |
116 | 909 void deco_calc_hauptroutine(void) |
910 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
911 RESET_C_STACK |
116 | 912 calc_hauptroutine(); |
913 int_O_desaturation_time = 65535; | |
914 } | |
915 | |
167 | 916 ////////////////////////////////////////////////////////////////////////////// |
184 | 917 // Reset decompression model: |
918 // + Set all tissues to equilibrium with Air at ambient pressure. | |
919 // + Reset last stop to 0m | |
920 // + Reset all model output. | |
116 | 921 void deco_clear_tissue(void) |
922 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
923 RESET_C_STACK |
116 | 924 clear_tissue(); |
925 } | |
926 | |
167 | 927 ////////////////////////////////////////////////////////////////////////////// |
928 | |
116 | 929 void deco_calc_wo_deco_step_1_min(void) |
930 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
931 RESET_C_STACK |
116 | 932 calc_wo_deco_step_1_min(); |
933 deco_calc_desaturation_time(); | |
934 } | |
935 | |
167 | 936 ////////////////////////////////////////////////////////////////////////////// |
937 | |
116 | 938 void deco_debug(void) |
939 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
940 RESET_C_STACK |
116 | 941 } |
942 | |
241 | 943 |
944 ////////////////////////////////////////////////////////////////////////////// | |
945 // Find current gas in the list (if any). | |
946 // | |
947 // Input: char_I_deco_N2_ratio[] and He, to detect breathed gas. | |
948 // | |
949 // Output: sim_gas_depth_used | |
950 // | |
951 static void gas_switch_find_current(void) | |
952 { | |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
953 overlay unsigned char j; |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
954 overlay unsigned char N2 = (unsigned char)(N2_ratio * 100 + 0.5); |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
955 overlay unsigned char He = (unsigned char)(He_ratio * 100 + 0.5); |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
956 |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
957 for(j=0; j<5; ++j) |
241 | 958 { |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
959 // Make sure to detect if we are already breathing some gas in |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
960 // the current list (happends when first gas do have a depth). |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
961 if( N2 == char_I_deco_N2_ratio[j] |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
962 && He == char_I_deco_He_ratio[j] |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
963 ) |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
964 { |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
965 temp_depth_limit = sim_gas_last_depth = char_I_deco_gas_change[j]; |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
966 sim_gas_last_used = j+1; |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
967 break; |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
968 } |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
969 } |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
970 |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
971 // If there is no gas-switch-delay running ? |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
972 if( sim_gas_delay <= sim_dive_mins) |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
973 { |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
974 // Compute current depth: |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
975 overlay unsigned char depth = (unsigned char)((pres_respiration - pres_surface) / 0.09985); |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
976 assert( depth < 130 ); |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
977 |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
978 // And if I'm above the last decostop (with the 3m margin) ? |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
979 if( (sim_gas_last_depth-3) > depth ) |
241 | 980 { |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
981 for(j=0; j<5; ++j) |
241 | 982 { |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
983 // And If I am in the range of a valide stop ? |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
984 // (again, with the same 3m margin) |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
985 if( char_I_deco_gas_change[j] |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
986 && depth <= char_I_deco_gas_change[j] |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
987 && depth >= (char_I_deco_gas_change[j] - 3) |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
988 ) |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
989 { |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
990 // Then start gas-switch timer there, |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
991 sim_gas_delay = sim_dive_mins |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
992 + read_custom_function(55); |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
993 |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
994 // And make sure decostop will be recorded at the right depth. |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
995 temp_depth_limit = char_I_deco_gas_change[j]; |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
996 break; |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
997 } |
241 | 998 } |
999 } | |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1000 else |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1001 // Make clear there is no deay anymore. |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1002 sim_gas_delay = 0; |
241 | 1003 } |
1004 } | |
1005 | |
167 | 1006 ////////////////////////////////////////////////////////////////////////////// |
217 | 1007 // Find deepest available gas. |
201 | 1008 // |
241 | 1009 // Input: temp_depth_limit, |
1010 // deco_gas_change[] | |
1011 // sim_gas_delay, sim_gas_depth_used, sim_dive_mins. | |
212 | 1012 // |
241 | 1013 // RETURNS TRUE if a stop is needed for gas switch. |
1014 // | |
1015 // Output: temp_depth_limit, sim_gas_delay, sim_gas_depth_used IFF the is a switch. | |
212 | 1016 // |
241 | 1017 // NOTE: might be called from bottom (when sim_gas_delay and sim_gas_depth_used |
1018 // are null), or during the ascent to make sure we are not passing a | |
1019 // stop (in which case both can be already set). | |
1020 // | |
1021 static unsigned char gas_switch_deepest(void) | |
201 | 1022 { |
241 | 1023 overlay unsigned char switch_deco = 0, switch_last = 0; |
201 | 1024 |
1025 if (char_I_const_ppO2 == 0) | |
1026 { | |
225 | 1027 overlay unsigned char j; |
1028 | |
241 | 1029 // Loop over all enabled gas, to find the deepest one, |
1030 // above las gas, but below temp_depth_limit. | |
1031 for(j=0; j<5; ++j) | |
225 | 1032 { |
241 | 1033 // Gas not (yet) allowed ? Skip ! |
1034 if( temp_depth_limit > deco_gas_change[j] ) | |
1035 continue; | |
1036 | |
1037 // Gas deeper than the current/previous one ? Skip ! | |
1038 if( sim_gas_last_depth && deco_gas_change[j] >= sim_gas_last_depth ) | |
1039 continue; | |
1040 | |
1041 // First, or deeper ? | |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1042 if( switch_deco < deco_gas_change[j] ) |
241 | 1043 { |
1044 switch_deco = deco_gas_change[j]; | |
1045 switch_last = j+1; | |
1046 } | |
225 | 1047 } |
201 | 1048 } |
1049 | |
203 | 1050 // If there is a better gas available |
241 | 1051 if( switch_deco ) |
201 | 1052 { |
241 | 1053 assert( !sim_gas_last_depth || sim_gas_last_depth > switch_deco ); |
201 | 1054 |
241 | 1055 // Should restart gas-switch delay only when gas do changes... |
1056 assert( sim_gas_delay <= sim_dive_mins ); | |
217 | 1057 |
241 | 1058 sim_gas_last_depth = switch_deco; |
1059 sim_gas_last_used = switch_last; | |
1060 sim_gas_delay = read_custom_function(55); | |
217 | 1061 |
241 | 1062 // Apply depth correction ONLY if CF#55 is not null: |
1063 if( sim_gas_delay > 0 ) | |
225 | 1064 { |
241 | 1065 sim_gas_delay += sim_dive_mins; |
1066 temp_depth_limit = switch_deco; | |
1067 return 1; | |
225 | 1068 } |
241 | 1069 |
1070 return 0; | |
217 | 1071 } |
1072 | |
241 | 1073 sim_gas_delay = 0; |
1074 return 0; | |
217 | 1075 } |
1076 | |
1077 ////////////////////////////////////////////////////////////////////////////// | |
1078 // Calculate gas switches | |
1079 // | |
1080 // | |
1081 // Input: N2_ratio, He_ratio. | |
1082 // sim_gas_last_used | |
1083 // | |
1084 // Output: calc_N2_ratio, calc_He_ratio | |
1085 // | |
241 | 1086 static void gas_switch_set(void) |
217 | 1087 { |
224 | 1088 assert( 0 <= sim_gas_last_used && sim_gas_last_used <= 5 ); |
217 | 1089 |
224 | 1090 if( sim_gas_last_used == 0 ) |
1091 { | |
1092 calc_N2_ratio = N2_ratio; | |
1093 calc_He_ratio = He_ratio; | |
1094 } | |
1095 else | |
1096 { | |
1097 calc_N2_ratio = char_I_deco_N2_ratio[sim_gas_last_used-1] * 0.01; | |
1098 calc_He_ratio = char_I_deco_He_ratio[sim_gas_last_used-1] * 0.01; | |
217 | 1099 } |
201 | 1100 |
1101 assert( 0.0 <= calc_N2_ratio && calc_N2_ratio <= 0.95 ); | |
1102 assert( 0.0 <= calc_He_ratio && calc_He_ratio <= 0.95 ); | |
1103 assert( (calc_N2_ratio + calc_He_ratio) <= 1.00 ); | |
1104 } | |
1105 | |
1106 ////////////////////////////////////////////////////////////////////////////// | |
1107 // | |
212 | 1108 // Input: calc_N2_ratio, calc_He_ratio : simulated gas mix. |
1109 // temp_deco : simulated respiration pressure + security offset (deco_distance) | |
1110 // Water-vapor pressure inside lumbs (ppWVapour). | |
1111 // | |
236 | 1112 // Output: ppN2, ppHe. |
212 | 1113 // |
1114 static void sim_alveolar_presures(void) | |
201 | 1115 { |
212 | 1116 overlay float deco_diluent = temp_deco; // new in v.101 |
1117 | |
1118 //---- CCR mode : deco gas switch ? -------------------------------------- | |
201 | 1119 if (char_I_const_ppO2 != 0) |
1120 { | |
212 | 1121 // In CCR mode, calc_XX_ratio == XX_ratio. |
1122 if( temp_deco > deco_ppO2_change ) | |
1123 deco_diluent = ((temp_deco - const_ppO2)/(calc_N2_ratio + calc_He_ratio)); | |
201 | 1124 else |
212 | 1125 deco_diluent = ((temp_deco - deco_ppO2)/(calc_N2_ratio + calc_He_ratio)); |
1126 | |
1127 if (deco_diluent > temp_deco) | |
1128 deco_diluent = temp_deco; | |
201 | 1129 } |
1130 | |
212 | 1131 // Take deco offset into account, but not at surface. |
1132 if( deco_diluent > pres_surface ) | |
1133 deco_diluent += float_deco_distance; | |
1134 | |
1135 if( deco_diluent > ppWVapour ) | |
201 | 1136 { |
236 | 1137 ppN2 = calc_N2_ratio * (deco_diluent - ppWVapour); |
201 | 1138 ppHe = calc_He_ratio * (deco_diluent - ppWVapour); |
1139 } | |
1140 else | |
1141 { | |
236 | 1142 ppN2 = 0.0; |
201 | 1143 ppHe = 0.0; |
1144 } | |
236 | 1145 assert( 0.0 <= ppN2 && ppN2 < 14.0 ); |
201 | 1146 assert( 0.0 <= ppHe && ppHe < 14.0 ); |
1147 } | |
1148 | |
1149 ////////////////////////////////////////////////////////////////////////////// | |
167 | 1150 // clear_tissue |
1151 // | |
165 | 1152 // optimized in v.101 (var_N2_a) |
167 | 1153 // |
1154 // preload tissues with standard pressure for the given ambient pressure. | |
1155 // Note: fixed N2_ratio for standard air. | |
201 | 1156 // |
167 | 1157 static void clear_tissue(void) |
116 | 1158 { |
1159 flag_in_divemode = 0; | |
1160 int_O_DBS_bitfield = 0; | |
1161 int_O_DBS2_bitfield = 0; | |
1162 int_O_DBG_pre_bitfield = 0; | |
1163 int_O_DBG_post_bitfield = 0; | |
1164 char_O_NDL_at_20mtr = 255; | |
1165 | |
167 | 1166 // Kludge: the 0.0002 of 0.7902 are missing with standard air. |
1167 N2_ratio = 0.7902; | |
212 | 1168 pres_respiration = int_I_pres_respiration * 0.001; |
164 | 1169 |
167 | 1170 for(ci=0; ci<16; ci++) |
126 | 1171 { |
197 | 1172 // cycle through the 16 Bühlmann tissues |
200 | 1173 overlay float p = N2_ratio * (pres_respiration - ppWVapour); |
164 | 1174 pres_tissue[ci] = p; |
197 | 1175 |
1176 // cycle through the 16 Bühlmann tissues for Helium | |
167 | 1177 (pres_tissue+16)[ci] = 0.0; |
126 | 1178 } // for 0 to 16 |
116 | 1179 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1180 clear_deco_table(); |
126 | 1181 char_O_deco_status = 0; |
1182 char_O_nullzeit = 0; | |
168 | 1183 int_O_ascenttime = 0; |
126 | 1184 char_O_gradient_factor = 0; |
1185 char_O_relative_gradient_GF = 0; | |
197 | 1186 char_I_depth_last_deco = 0; // for compatibility with v.101pre_no_last_deco |
258 | 1187 |
1188 calc_lead_tissue_limit = 0.0; | |
1189 char_O_gtissue_no = 0; | |
167 | 1190 } |
116 | 1191 |
167 | 1192 ////////////////////////////////////////////////////////////////////////////// |
1193 // calc_hauptroutine | |
1194 // | |
1195 // this is the major code in dive mode calculates: | |
116 | 1196 // the tissues, |
167 | 1197 // the bottom time, |
1198 // and simulates the ascend with all deco stops. | |
171 | 1199 // |
1200 // The deco_state sequence is : | |
1201 // 3 (at surface) | |
1202 // +---> 0 : calc nullzeit | |
1203 // | 2 : simulate ascent to first stop (at 10m/min, less that 16x 1min simu) | |
1204 // | +-> 1 : simulate up to 16min of stops. | |
1205 // | +------< not finished | |
1206 // +--------< finish | |
1207 // | |
167 | 1208 static void calc_hauptroutine(void) |
116 | 1209 { |
241 | 1210 static unsigned char backup_gas_used = 0; |
1211 static unsigned char backup_gas_depth = 0; | |
217 | 1212 static unsigned char backup_gas_delay = 0; |
186 | 1213 |
116 | 1214 calc_hauptroutine_data_input(); |
1215 | |
1216 if(!flag_in_divemode) | |
1217 { | |
1218 flag_in_divemode = 1; | |
1219 create_dbs_set_dbg_and_ndl20mtr(); | |
1220 } | |
1221 else | |
1222 check_pre_dbg(); | |
1223 | |
1224 calc_hauptroutine_update_tissues(); | |
1225 calc_gradient_factor(); | |
1226 | |
167 | 1227 // toggle between calculation for nullzeit (bottom time), |
1228 // deco stops | |
1229 // and more deco stops (continue) | |
1230 switch( char_O_deco_status ) | |
116 | 1231 { |
186 | 1232 case 3: //---- At surface: start a new dive ------------------------------ |
1233 clear_deco_table(); | |
1234 copy_deco_table(); | |
200 | 1235 int_O_ascenttime = 0; // Reset DTR. |
1236 char_O_nullzeit = 0; // Reset bottom time. | |
1237 char_O_deco_status = 0; // Calc bottom-time/nullzeit next iteration. | |
201 | 1238 |
217 | 1239 // Values that should be reset just once for the full real dive. |
1240 // This is used to record the lowest stop for the whole dive, | |
1241 // Including ACCROSS all simulated ascent. | |
1242 low_depth = 0; | |
1243 | |
1244 // Reset gas switch history. | |
241 | 1245 backup_gas_used = sim_gas_last_used = 0; |
1246 backup_gas_depth = sim_gas_last_depth = 0; | |
217 | 1247 backup_gas_delay = sim_gas_delay = 0; |
203 | 1248 sim_dive_mins = 0; |
1249 break; | |
186 | 1250 |
167 | 1251 case 0: //---- bottom time ----------------------------------------------- |
1252 calc_nullzeit(); | |
1253 check_ndl(); | |
186 | 1254 char_O_deco_status = 2; // calc ascent next time. |
1255 break; | |
1256 | |
1257 case 2: //---- Simulate ascent to first stop ----------------------------- | |
203 | 1258 // Check proposed gas at begin of ascent simulation |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1259 sim_dive_mins = int_I_divemins; // Init current time. |
241 | 1260 |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1261 gas_switch_find_current(); // Lookup for current gas & time. |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1262 gas_switch_set(); // setup calc_ratio's |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1263 |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1264 backup_gas_used = sim_gas_last_used; // And save for later simu steps. |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1265 backup_gas_depth = sim_gas_last_depth; // And save for later simu steps. |
203 | 1266 backup_gas_delay = sim_gas_delay; |
186 | 1267 |
1268 sim_ascent_to_first_stop(); | |
201 | 1269 |
1270 char_O_deco_status = 1; // Calc stops next time (deco or gas switch). | |
167 | 1271 break; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1272 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1273 case 1: //---- Simulate stops -------------------------------------------- |
167 | 1274 calc_hauptroutine_calc_deco(); |
186 | 1275 |
1276 // If simulation is finished, restore the GF low reference, so that | |
1277 // next ascent simulation is done from the current depth: | |
217 | 1278 if( char_O_deco_status == 0 ) |
186 | 1279 { |
241 | 1280 sim_gas_last_used = backup_gas_used; |
1281 sim_gas_last_depth = backup_gas_depth; | |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1282 sim_gas_delay = backup_gas_delay; |
186 | 1283 } |
167 | 1284 break; |
116 | 1285 } |
167 | 1286 |
116 | 1287 check_post_dbg(); |
1288 } | |
1289 | |
167 | 1290 ////////////////////////////////////////////////////////////////////////////// |
1291 // calc_hauptroutine_data_input | |
1292 // | |
1293 // Reset all C-code dive parameters from their ASM-code values. | |
1294 // Detect gas change condition. | |
1295 // | |
116 | 1296 void calc_hauptroutine_data_input(void) |
1297 { | |
203 | 1298 overlay short int_temp; |
126 | 1299 |
197 | 1300 pres_respiration = int_I_pres_respiration * 0.001; |
1301 pres_surface = int_I_pres_surface * 0.001; | |
1302 N2_ratio = char_I_N2_ratio * 0.01; | |
1303 He_ratio = char_I_He_ratio * 0.01; | |
1304 float_deco_distance = char_I_deco_distance * 0.01; // Get offset is in mbar. | |
116 | 1305 |
126 | 1306 // ____________________________________________________ |
1307 // | |
1308 // _____________ G A S _ C H A N G E S ________________ | |
1309 // ____________________________________________________ | |
1310 | |
212 | 1311 // Keep a margin of 150mbar = 1.50m |
1312 int_temp = (int_I_pres_respiration - int_I_pres_surface) | |
1313 + MBAR_REACH_GASCHANGE_AUTO_CHANGE_OFF; | |
126 | 1314 |
225 | 1315 deco_gas_change[0] = 0; |
1316 deco_gas_change[1] = 0; | |
1317 deco_gas_change[2] = 0; | |
1318 deco_gas_change[3] = 0; | |
1319 deco_gas_change[4] = 0; | |
116 | 1320 |
203 | 1321 // Gas are selectable if we did not pass the change depth by more than 1.50m: |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1322 if(char_I_deco_gas_change[0]) |
126 | 1323 { |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1324 if( int_temp > 100 *(short)char_I_deco_gas_change[0] ) |
225 | 1325 deco_gas_change[0] = char_I_deco_gas_change[0]; |
126 | 1326 } |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1327 if(char_I_deco_gas_change[1]) |
126 | 1328 { |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1329 if( int_temp > 100 *(short)char_I_deco_gas_change[1] ) |
225 | 1330 deco_gas_change[1] = char_I_deco_gas_change[1]; |
126 | 1331 } |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1332 if(char_I_deco_gas_change[2]) |
126 | 1333 { |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1334 if( int_temp > 100 *(short)char_I_deco_gas_change[2] ) |
225 | 1335 deco_gas_change[2] = char_I_deco_gas_change[2]; |
126 | 1336 } |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1337 if(char_I_deco_gas_change[3]) |
126 | 1338 { |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1339 if( int_temp > 100 *(short)char_I_deco_gas_change[3] ) |
225 | 1340 deco_gas_change[3] = char_I_deco_gas_change[3]; |
126 | 1341 } |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1342 if(char_I_deco_gas_change[4]) |
126 | 1343 { |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
1344 if( int_temp > 100 *(short)char_I_deco_gas_change[4] ) |
225 | 1345 deco_gas_change[4] = char_I_deco_gas_change[4]; |
126 | 1346 } |
116 | 1347 |
197 | 1348 const_ppO2 = char_I_const_ppO2 * 0.01; |
1349 deco_ppO2_change = char_I_deco_ppO2_change / 99.95 | |
1350 + pres_surface | |
1351 + float_deco_distance; | |
1352 deco_ppO2 = char_I_deco_ppO2 * 0.01; | |
1353 float_desaturation_multiplier = char_I_desaturation_multiplier * 0.01; | |
1354 float_saturation_multiplier = char_I_saturation_multiplier * 0.01; | |
1355 GF_low = char_I_GF_Low_percentage * 0.01; | |
1356 GF_high = char_I_GF_High_percentage * 0.01; | |
126 | 1357 GF_delta = GF_high - GF_low; |
116 | 1358 } |
1359 | |
167 | 1360 ////////////////////////////////////////////////////////////////////////////// |
171 | 1361 // |
1362 // | |
116 | 1363 void calc_hauptroutine_update_tissues(void) |
1364 { | |
197 | 1365 assert( 0.00 <= N2_ratio && N2_ratio <= 1.00 ); |
1366 assert( 0.00 <= He_ratio && He_ratio <= 1.00 ); | |
1367 assert( (N2_ratio + He_ratio) <= 0.95 ); | |
237 | 1368 assert( 0.800 < pres_respiration && pres_respiration < 14.0 ); |
197 | 1369 |
1370 if (char_I_const_ppO2 == 0) // new in v.101 | |
167 | 1371 pres_diluent = pres_respiration; // new in v.101 |
186 | 1372 else |
1373 { | |
167 | 1374 pres_diluent = ((pres_respiration - const_ppO2)/(N2_ratio + He_ratio)); // new in v.101 |
186 | 1375 if (pres_diluent > pres_respiration) // new in v.101 |
1376 pres_diluent = pres_respiration; // new in v.101 | |
1377 } | |
200 | 1378 if (pres_diluent > ppWVapour) // new in v.101 |
116 | 1379 { |
236 | 1380 ppN2 = N2_ratio * (pres_diluent - ppWVapour); // changed in v.101 |
200 | 1381 ppHe = He_ratio * (pres_diluent - ppWVapour); // changed in v.101 |
116 | 1382 char_O_diluent = (char)(pres_diluent/pres_respiration*100.0); |
1383 } | |
167 | 1384 else // new in v.101 |
116 | 1385 { |
236 | 1386 ppN2 = 0.0; // new in v.101 |
200 | 1387 ppHe = 0.0; // new in v.101 |
116 | 1388 char_O_diluent = 0; |
1389 } | |
1390 | |
1391 if(!char_I_step_is_1min) | |
192 | 1392 calc_tissue(0); |
116 | 1393 else |
192 | 1394 calc_tissue(1); |
186 | 1395 |
192 | 1396 // Calc limit for surface, ie. GF_high. |
258 | 1397 calc_limit(); |
186 | 1398 |
203 | 1399 int_O_gtissue_limit = (short)(calc_lead_tissue_limit * 1000); |
1400 int_O_gtissue_press = (short)((pres_tissue[char_O_gtissue_no] + (pres_tissue+16)[char_O_gtissue_no]) * 1000); | |
192 | 1401 |
1402 // if guiding tissue can not be exposed to surface pressure immediately | |
1403 if( calc_lead_tissue_limit > pres_surface && char_O_deco_status == 0) | |
116 | 1404 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1405 char_O_nullzeit = 0; // deco necessary |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1406 char_O_deco_status = 2; // calculate ascent on next iteration. |
116 | 1407 } |
171 | 1408 } |
1409 | |
116 | 1410 |
167 | 1411 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1412 // Compute stops. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1413 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1414 // Note: because this can be very long, break on 16 iterations, and set state |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1415 // to 0 when finished, or to 1 when needing to continue. |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
1416 // Note: because this might be very long (~ 66 ms by iteration in 1.84beta), |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
1417 // break the loop when total time > 512msec. |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1418 // |
116 | 1419 void calc_hauptroutine_calc_deco(void) |
1420 { | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1421 overlay unsigned char loop; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1422 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1423 for(loop = 0; loop < 16; ++loop) |
116 | 1424 { |
257
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
1425 // Limit loops to 512ms, using the RTC timer 3: |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
1426 if( tmr3() & (512*32) ) |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
1427 break; |
f8f869bafd92
Use timer TMR3 to limit loops in calc_hauptroutine_calc_deco()
JeanDo
parents:
252
diff
changeset
|
1428 |
241 | 1429 // Do not ascent while doing a gas switch ? |
203 | 1430 if( sim_gas_delay <= sim_dive_mins ) |
1431 { | |
241 | 1432 if( calc_nextdecodepth() ) |
1433 { | |
1434 if( temp_depth_limit == 0 ) | |
1435 goto Surface; | |
116 | 1436 |
241 | 1437 //---- We hit a stop at temp_depth_limit --------------------- |
1438 temp_deco = temp_depth_limit * 0.09985 // Convert to relative bar, | |
1439 + pres_surface; // To absolute. | |
1440 update_deco_table(); // Adds a one minute stops. | |
1441 } | |
1442 else | |
1443 { | |
1444 //---- No stop ----------------------------------------------- | |
1445 temp_deco -= 0.9985; // Ascend 10m, no wait. | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1446 |
241 | 1447 //---- Finish computations once surface is reached ----------- |
1448 if( temp_deco <= pres_surface ) | |
1449 { | |
1450 Surface: | |
1451 copy_deco_table(); | |
1452 calc_ascenttime(); | |
1453 char_O_deco_status = 0; // calc nullzeit next time. | |
1454 return; | |
1455 } | |
1456 } | |
212 | 1457 } |
1458 else | |
241 | 1459 update_deco_table(); // Just pass one minute. |
197 | 1460 |
241 | 1461 //---- Then update tissue -------------------------------------------- |
203 | 1462 sim_dive_mins++; // Advance simulated time by 1 minute. |
241 | 1463 gas_switch_set(); // Apply any simulated gas change, once validated. |
212 | 1464 sim_alveolar_presures(); // Updates ppN2 and ppHe. |
192 | 1465 sim_tissue(1); // Simulate compartiments for 1 minute. |
116 | 1466 } |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1467 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1468 // Surface not reached, need more stops... |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1469 char_O_deco_status = 1; // calc more stops next time. |
116 | 1470 } |
1471 | |
167 | 1472 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1473 // Simulation ascention to first deco stop. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1474 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1475 // Note: because we ascent with a constant speed (10m/mn, ie. 1bar/mn), |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1476 // there is no need to break on more that 16 iterations |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1477 // (or we are already in deep shit). |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1478 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1479 void sim_ascent_to_first_stop(void) |
116 | 1480 { |
171 | 1481 update_startvalues(); |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1482 clear_deco_table(); |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1483 |
200 | 1484 temp_deco = pres_respiration; // Starts from current real depth. |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1485 |
212 | 1486 // Do we have a gas switch going on ? |
1487 if( sim_gas_delay > sim_dive_mins ) | |
1488 return; | |
1489 | |
241 | 1490 //---- Loop until first stop, gas switch, or surface is reached ---------- |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1491 for(;;) |
116 | 1492 { |
241 | 1493 // Try ascending 1 full minute. |
1494 temp_deco -= 0.9985; // 1 min, at 10m/min. ~ 1bar. | |
203 | 1495 |
212 | 1496 // Compute sim_lead_tissue_limit at GF_low (deepest stop). |
1497 sim_limit(GF_low); | |
1498 | |
1499 // Did we reach deepest remaining stop ? | |
241 | 1500 if( temp_deco < sim_lead_tissue_limit ) |
212 | 1501 { |
241 | 1502 temp_deco += 0.9985; // Restore last correct depth, |
1503 break; // End fast ascent. | |
212 | 1504 } |
1505 | |
203 | 1506 // Did we reach surface ? |
1507 if( temp_deco <= pres_surface ) | |
1508 { | |
1509 temp_deco = pres_surface; // Yes: finished ! | |
1510 break; | |
1511 } | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1512 |
241 | 1513 // Check for gas change below new depth ? |
1514 temp_depth_limit = (temp_deco - pres_surface) / 0.09985; | |
1515 | |
1516 if( gas_switch_deepest() ) | |
1517 { | |
1518 temp_deco = temp_depth_limit * 0.09985 + pres_surface; | |
212 | 1519 break; |
241 | 1520 } |
171 | 1521 |
203 | 1522 sim_dive_mins++; // Advance simulated time by 1 minute. |
241 | 1523 sim_alveolar_presures(); // temp_deco --> ppN2/ppHe |
203 | 1524 sim_tissue(1); // and update tissues for 1 min. |
1525 } | |
167 | 1526 } |
116 | 1527 |
167 | 1528 ////////////////////////////////////////////////////////////////////////////// |
1529 // calc_tissue | |
1530 // | |
116 | 1531 // optimized in v.101 |
167 | 1532 // |
184 | 1533 static void calc_tissue(PARAMETER unsigned char period) |
116 | 1534 { |
251 | 1535 assert( 0.00 <= ppN2 && ppN2 < 11.2 ); // 80% N2 at 130m |
1536 assert( 0.00 <= ppHe && ppHe < 12.6 ); // 90% He at 130m | |
236 | 1537 |
126 | 1538 for (ci=0;ci<16;ci++) |
1539 { | |
258 | 1540 read_buhlmann_times(period); // 2 sec or 1 min period. |
116 | 1541 |
126 | 1542 // N2 |
236 | 1543 temp_tissue = (ppN2 - pres_tissue[ci]) * var_N2_e; |
126 | 1544 temp_tissue_safety(); |
167 | 1545 pres_tissue[ci] += temp_tissue; |
165 | 1546 |
126 | 1547 // He |
200 | 1548 temp_tissue = (ppHe - (pres_tissue+16)[ci]) * var_He_e; |
126 | 1549 temp_tissue_safety(); |
167 | 1550 (pres_tissue+16)[ci] += temp_tissue; |
192 | 1551 } |
167 | 1552 } |
116 | 1553 |
167 | 1554 ////////////////////////////////////////////////////////////////////////////// |
192 | 1555 // calc_limit |
167 | 1556 // |
192 | 1557 // New in v.111 : separated from calc_tissue(), and depends on GF value. |
167 | 1558 // |
258 | 1559 static void calc_limit(void) |
167 | 1560 { |
192 | 1561 char_O_gtissue_no = 255; |
1562 calc_lead_tissue_limit = 0.0; | |
1563 | |
1564 for (ci=0;ci<16;ci++) | |
1565 { | |
1566 overlay float p = pres_tissue[ci] + (pres_tissue+16)[ci]; | |
1567 | |
258 | 1568 read_buhlmann_coefficients(); |
192 | 1569 var_N2_a = (var_N2_a * pres_tissue[ci] + var_He_a * (pres_tissue+16)[ci]) / p; |
1570 var_N2_b = (var_N2_b * pres_tissue[ci] + var_He_b * (pres_tissue+16)[ci]) / p; | |
116 | 1571 |
192 | 1572 // Apply the Eric Baker's varying gradient factor correction. |
1573 // Note: the correction factor depends both on GF and b, | |
1574 // Actual values are in the 1.5 .. 1.0 range (for a GF=30%), | |
1575 // so that can change who is the leading gas... | |
1576 // Note: Also depends of the GF. So the calcul is different for | |
1577 // GF_low, current GF, or GF_high... | |
1578 // *BUT* calc_tissue() is used to compute bottom time, | |
1579 // hence what would happend at surface, | |
1580 // hence at GF_high. | |
1581 if( char_I_deco_model == 1 ) | |
258 | 1582 p = ( p - var_N2_a * GF_high) * var_N2_b |
1583 / (GF_high + var_N2_b * (1.0 - GF_high)); | |
192 | 1584 else |
1585 p = (p - var_N2_a) * var_N2_b; | |
258 | 1586 if( p < 0.0 ) p = 0.0; |
192 | 1587 |
1588 if( p > calc_lead_tissue_limit ) | |
1589 { | |
1590 char_O_gtissue_no = ci; | |
1591 calc_lead_tissue_limit = p; | |
1592 } | |
1593 } | |
197 | 1594 |
1595 assert( char_O_gtissue_no < 16 ); | |
1596 assert( 0.0 <= calc_lead_tissue_limit && calc_lead_tissue_limit <= 14.0); | |
167 | 1597 } |
1598 | |
1599 ////////////////////////////////////////////////////////////////////////////// | |
1600 // calc_nullzeit | |
1601 // | |
1602 // calculates the remaining bottom time | |
1603 // | |
1604 // unchanged in v.101 | |
1605 // | |
1606 static void calc_nullzeit(void) | |
1607 { | |
203 | 1608 overlay unsigned char loop; |
200 | 1609 update_startvalues(); |
167 | 1610 |
116 | 1611 char_O_nullzeit = 0; |
167 | 1612 for(loop = 1; loop <= 17; loop++) |
116 | 1613 { |
1614 backup_sim_pres_tissue(); | |
197 | 1615 sim_tissue(2); // 10 min. |
192 | 1616 sim_limit(GF_high); |
167 | 1617 |
192 | 1618 if( sim_lead_tissue_limit > pres_surface ) // changed in v.102 , if guiding tissue can not be exposed to surface pressure immediately |
185 | 1619 { |
1620 restore_sim_pres_tissue(); | |
1621 break; | |
1622 } | |
1623 // Validate once we know its good. | |
1624 char_O_nullzeit += 10; | |
167 | 1625 } |
1626 | |
116 | 1627 if (char_O_nullzeit < 60) |
1628 { | |
167 | 1629 for(loop=1; loop <= 10; loop++) |
116 | 1630 { |
197 | 1631 sim_tissue(1); // 1 min |
192 | 1632 sim_limit(GF_high); |
1633 | |
1634 if( sim_lead_tissue_limit > pres_surface) // changed in v.102 , if guiding tissue can not be exposed to surface pressure immediately | |
185 | 1635 break; |
1636 char_O_nullzeit++; | |
167 | 1637 } |
185 | 1638 } |
1639 } | |
116 | 1640 |
167 | 1641 ////////////////////////////////////////////////////////////////////////////// |
1642 // backup_sim_pres_tissue | |
1643 // | |
116 | 1644 void backup_sim_pres_tissue(void) |
1645 { | |
167 | 1646 overlay unsigned char x; |
1647 | |
1648 for(x = 0; x<32; x++) | |
126 | 1649 sim_pres_tissue_backup[x] = sim_pres_tissue[x]; |
167 | 1650 } |
116 | 1651 |
167 | 1652 ////////////////////////////////////////////////////////////////////////////// |
1653 // restore_sim_pres_tissue | |
1654 // | |
116 | 1655 void restore_sim_pres_tissue(void) |
1656 { | |
167 | 1657 overlay unsigned char x; |
1658 | |
1659 for(x = 0; x<32; x++) | |
126 | 1660 sim_pres_tissue[x] = sim_pres_tissue_backup[x]; |
167 | 1661 } |
116 | 1662 |
167 | 1663 ////////////////////////////////////////////////////////////////////////////// |
1664 // calc_ascenttime | |
1665 // | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1666 static void calc_ascenttime(void) |
116 | 1667 { |
126 | 1668 if (pres_respiration > pres_surface) |
1669 { | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1670 overlay unsigned char x; |
168 | 1671 |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
1672 // + 0.7 to count 1 minute ascent time from 3 metre to surface |
192 | 1673 overlay float ascent = pres_respiration - pres_surface + 0.7; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1674 if (ascent < 0.0) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1675 ascent = 0.0; |
203 | 1676 int_O_ascenttime = (unsigned short)(ascent + 0.99); |
168 | 1677 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1678 for(x=0; x<32 && internal_deco_depth[x]; x++) |
203 | 1679 int_O_ascenttime += (unsigned short)internal_deco_time[x]; |
126 | 1680 } |
1681 else | |
168 | 1682 int_O_ascenttime = 0; |
167 | 1683 } |
116 | 1684 |
167 | 1685 ////////////////////////////////////////////////////////////////////////////// |
1686 // update_startvalues | |
1687 // | |
116 | 1688 // updated in v.102 |
167 | 1689 // |
116 | 1690 void update_startvalues(void) |
1691 { | |
167 | 1692 overlay unsigned char x; |
116 | 1693 |
201 | 1694 // Start ascent simulation with current tissue partial pressures. |
116 | 1695 for (x = 0;x<16;x++) |
1696 { | |
1697 sim_pres_tissue[x] = pres_tissue[x]; | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1698 (sim_pres_tissue+16)[x] = (pres_tissue+16)[x]; |
116 | 1699 } |
197 | 1700 |
201 | 1701 // No leading tissue (yet) for this ascent simulation. |
197 | 1702 sim_lead_tissue_limit = 0.0; |
1703 sim_lead_tissue_no = 255; | |
167 | 1704 } |
116 | 1705 |
167 | 1706 ////////////////////////////////////////////////////////////////////////////// |
192 | 1707 // sim_tissue |
167 | 1708 // |
116 | 1709 // optimized in v.101 |
167 | 1710 // |
1711 // Function very simular to calc_tissue, but: | |
1712 // + Use a 1min or 10min period. | |
1713 // + Do it on sim_pres_tissue, instead of pres_tissue. | |
184 | 1714 static void sim_tissue(PARAMETER unsigned char period) |
116 | 1715 { |
251 | 1716 assert( 0.00 <= ppN2 && ppN2 < 11.2 ); // 80% N2 at 130m |
1717 assert( 0.00 <= ppHe && ppHe < 12.6 ); // 90% He at 130m | |
236 | 1718 |
192 | 1719 for(ci=0; ci<16; ci++) |
126 | 1720 { |
258 | 1721 read_buhlmann_times(period); // 1 or 10 minute(s) interval |
165 | 1722 |
126 | 1723 // N2 |
236 | 1724 temp_tissue = (ppN2 - sim_pres_tissue[ci]) * var_N2_e; |
126 | 1725 temp_tissue_safety(); |
167 | 1726 sim_pres_tissue[ci] += temp_tissue; |
126 | 1727 |
1728 // He | |
200 | 1729 temp_tissue = (ppHe - (sim_pres_tissue+16)[ci]) * var_He_e; |
126 | 1730 temp_tissue_safety(); |
167 | 1731 (sim_pres_tissue+16)[ci] += temp_tissue; |
192 | 1732 } |
167 | 1733 } |
116 | 1734 |
167 | 1735 ////////////////////////////////////////////////////////////////////////////// |
192 | 1736 // sim_limit() |
1737 // | |
1738 // New in v.111 | |
1739 // | |
1740 // Function separated from sim_tissue() to allow recomputing limit on | |
1741 // different depth, because it depends on current gradient factor. | |
167 | 1742 // |
192 | 1743 static void sim_limit(PARAMETER float GF_current) |
116 | 1744 { |
212 | 1745 assert( 0.0 < GF_current && GF_current <= 1.0f); |
1746 | |
192 | 1747 sim_lead_tissue_limit = 0.0; |
212 | 1748 sim_lead_tissue_no = 0; // If no one is critic, keep first tissue. |
192 | 1749 |
1750 for(ci=0; ci<16; ci++) | |
1751 { | |
241 | 1752 overlay float N2 = sim_pres_tissue[ci]; |
1753 overlay float He = (sim_pres_tissue+16)[ci]; | |
1754 overlay float p = N2 + He; | |
192 | 1755 |
258 | 1756 read_buhlmann_coefficients(); |
241 | 1757 var_N2_a = (var_N2_a * N2 + var_He_a * He) / p; |
1758 var_N2_b = (var_N2_b * N2 + var_He_b * He) / p; | |
192 | 1759 |
1760 // Apply the Eric Baker's varying gradient factor correction. | |
1761 // Note: the correction factor depends both on GF and b, | |
1762 // Actual values are in the 1.5 .. 1.0 range (for a GF=30%), | |
1763 // so that can change who is the leading gas... | |
1764 // Note: Also depends of the GF_current... | |
1765 if( char_I_deco_model == 1 ) | |
1766 p = ( p - var_N2_a * GF_current) * var_N2_b | |
1767 / (GF_current + var_N2_b * (1.0 - GF_current)); | |
1768 else | |
1769 p = (p - var_N2_a) * var_N2_b; | |
237 | 1770 if( p < 0.0 ) p = 0.0; |
192 | 1771 |
1772 if( p > sim_lead_tissue_limit ) | |
1773 { | |
1774 sim_lead_tissue_no = ci; | |
1775 sim_lead_tissue_limit = p; | |
1776 } | |
1777 } // for ci | |
197 | 1778 |
1779 assert( sim_lead_tissue_no < 16 ); | |
237 | 1780 assert( 0.0 <= sim_lead_tissue_limit && sim_lead_tissue_limit <= 14.0 ); |
167 | 1781 } |
116 | 1782 |
167 | 1783 ////////////////////////////////////////////////////////////////////////////// |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1784 // clear_deco_table |
167 | 1785 // |
1786 // unchanged in v.101 | |
1787 // | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1788 static void clear_deco_table(void) |
116 | 1789 { |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1790 overlay unsigned char x; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1791 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1792 for(x=0; x<32; ++x) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1793 { |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1794 internal_deco_time [x] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1795 internal_deco_depth[x] = 0; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1796 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1797 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1798 |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1799 ////////////////////////////////////////////////////////////////////////////// |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1800 // update_deco_table |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1801 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1802 // Add 1 min to current stop. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1803 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1804 // Inputs: |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1805 // temp_depth_limit = stop's depth, in meters. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1806 // In/Out: |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
1807 // internal_deco_depth[] : depth (in metres) of each stops. |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1808 // internal_deco_time [] : time (in minutes) of each stops. |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1809 // |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1810 static void update_deco_table() |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1811 { |
192 | 1812 overlay unsigned char x; |
247
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1813 assert( temp_depth_limit < 128 ); // Can't be negativ (overflown). |
ce869aad7440
BUGFIX Count gas switch delay down during ascent (bug bb26)
JeanDo
parents:
241
diff
changeset
|
1814 assert( temp_depth_limit > 0 ); // No stop at surface... |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1815 |
192 | 1816 for(x=0; x<32; ++x) |
1817 { | |
212 | 1818 // Make sure deco-stops are recorded in order: |
1819 assert( !internal_deco_depth[x] || temp_depth_limit <= internal_deco_depth[x] ); | |
1820 | |
200 | 1821 if( internal_deco_depth[x] == temp_depth_limit ) |
192 | 1822 { |
1823 // Do not overflow (max 255') | |
1824 if( internal_deco_time[x] < 255 ) | |
1825 { | |
1826 internal_deco_time[x]++; | |
1827 return; | |
1828 } | |
1829 // But store extra in the next stop... | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1830 } |
192 | 1831 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1832 if( internal_deco_depth[x] == 0 ) |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1833 { |
192 | 1834 internal_deco_depth[x] = temp_depth_limit; |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1835 internal_deco_time[x] = 1; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1836 return; |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1837 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1838 } |
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1839 |
192 | 1840 // Can't store stops at more than 96m. |
1841 // Or stops at less that 3m too. | |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
1842 // Just do nothing with that... |
167 | 1843 } |
116 | 1844 |
167 | 1845 ////////////////////////////////////////////////////////////////////////////// |
1846 // calc_gradient_factor | |
1847 // | |
165 | 1848 // optimized in v.101 (var_N2_a) |
116 | 1849 // new code in v.102 |
167 | 1850 // |
1851 static void calc_gradient_factor(void) | |
116 | 1852 { |
197 | 1853 overlay float gf; |
237 | 1854 |
197 | 1855 assert( char_O_gtissue_no < 16 ); |
237 | 1856 assert( 0.800 <= pres_respiration && pres_respiration < 14.0 ); |
197 | 1857 |
116 | 1858 // tissue > respiration (entsaettigungsvorgang) |
1859 // gradient ist wieviel prozent an limit mit basis tissue | |
1860 // dh. 0% = respiration == tissue | |
1861 // dh. 100% = respiration == limit | |
197 | 1862 temp_tissue = pres_tissue[char_O_gtissue_no] + (pres_tissue+16)[char_O_gtissue_no]; |
1863 if( temp_tissue < pres_respiration ) | |
1864 gf = 0.0; | |
1865 else | |
1866 { | |
1867 gf = (temp_tissue - pres_respiration) | |
258 | 1868 / (temp_tissue - calc_lead_tissue_limit) |
197 | 1869 * 100.0; |
1870 if( gf > 255.0 ) gf = 255.0; | |
1871 if( gf < 0.0 ) gf = 0.0; | |
1872 } | |
1873 char_O_gradient_factor = (unsigned char)gf; | |
116 | 1874 |
1875 if (char_I_deco_model == 1) // calculate relative gradient factor | |
1876 { | |
197 | 1877 overlay float rgf; |
1878 | |
1879 if( low_depth == 0 ) | |
1880 rgf = GF_high; | |
1881 else | |
1882 { | |
241 | 1883 overlay float temp1 = low_depth * 0.09985; |
197 | 1884 overlay float temp2 = pres_respiration - pres_surface; |
186 | 1885 |
197 | 1886 if (temp2 <= 0) |
1887 rgf = GF_high; | |
1888 else if (temp2 >= temp1) | |
1889 rgf = GF_low; | |
1890 else | |
1891 rgf = GF_low + (temp1 - temp2)/temp1*GF_delta; | |
1892 } | |
186 | 1893 |
197 | 1894 rgf = gf / rgf; // gf is already in percent |
1895 if( rgf < 0.0 ) rgf = 0.0; | |
1896 if( rgf > 255.0 ) rgf = 255.0; | |
1897 char_O_relative_gradient_GF = (unsigned char)rgf; | |
116 | 1898 } // calc relative gradient factor |
1899 else | |
1900 { | |
186 | 1901 char_O_relative_gradient_GF = char_O_gradient_factor; |
116 | 1902 } |
167 | 1903 } |
116 | 1904 |
167 | 1905 ////////////////////////////////////////////////////////////////////////////// |
1906 // deco_calc_desaturation_time | |
1907 // | |
116 | 1908 // FIXED N2_ratio |
1909 // unchanged in v.101 | |
233 | 1910 // Inputs: int_I_pres_surface, ppWVapour, char_I_desaturation_multiplier |
1911 // Outputs: int_O_desaturation_time, char_O_tissue_saturation[0..31] | |
167 | 1912 // |
116 | 1913 void deco_calc_desaturation_time(void) |
1914 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1915 RESET_C_STACK |
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
1916 |
233 | 1917 assert( 800 < int_I_pres_surface && int_I_pres_surface < 1100 ); |
1918 assert( 0 < char_I_desaturation_multiplier && char_I_desaturation_multiplier <= 100 ); | |
1919 | |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1920 #ifndef CROSS_COMPILE |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1921 // Note: we don't use far rom pointer, because the |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1922 // 24 bits is to complex, hence we have to set |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1923 // the UPPER page ourself... |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1924 // --> Set zero if tables are moved to lower pages ! |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1925 _asm |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1926 movlw 1 |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1927 movwf TBLPTRU,0 |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1928 _endasm |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1929 #endif |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1930 |
237 | 1931 N2_ratio = 0.7902; // FIXED sum as stated in bühlmann |
233 | 1932 pres_surface = int_I_pres_surface * 0.001; |
236 | 1933 ppN2 = N2_ratio * (pres_surface - ppWVapour); |
126 | 1934 int_O_desaturation_time = 0; |
1935 float_desaturation_multiplier = char_I_desaturation_multiplier / 142.0; // new in v.101 (70,42%/100.=142) | |
233 | 1936 |
126 | 1937 for (ci=0;ci<16;ci++) |
1938 { | |
251 | 1939 overlay unsigned short desat_time; // For a particular compartiment, in min. |
1940 overlay float temp1; | |
1941 overlay float temp2; | |
1942 overlay float temp3; | |
1943 overlay float temp4; | |
1944 | |
126 | 1945 // saturation_time (for flight) and N2_saturation in multiples of halftime |
1946 // version v.100: 1.1 = 10 percent distance to totally clean (totally clean is not possible, would take infinite time ) | |
1947 // new in version v.101: 1.07 = 7 percent distance to totally clean (totally clean is not possible, would take infinite time ) | |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1948 // changes in v.101: 1.05 = 5 percent dist to totally clean is new desaturation point for display and NoFly calculations |
126 | 1949 // N2 |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1950 temp1 = 1.05 * ppN2 - pres_tissue[ci]; |
236 | 1951 temp2 = ppN2 - pres_tissue[ci]; |
126 | 1952 if (temp2 >= 0.0) |
1953 { | |
233 | 1954 temp1 = 0.0; |
1955 temp2 = 0.0; | |
126 | 1956 } |
1957 else | |
1958 temp1 = temp1 / temp2; | |
251 | 1959 if( 0.0 < temp1 && temp1 < 1.0 ) |
126 | 1960 { |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1961 overlay float var_N2_halftime = buhlmann_ht[ci]; |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1962 assert( 4.0 <= var_N2_halftime && var_N2_halftime <= 635.0 ); |
252 | 1963 |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1964 // 0.6931 is ln(2), because the math function log() calculates with a base of e not 2 as requested. |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1965 // minus because log is negative. |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1966 temp1 = log(1.0 - temp1) / -0.6931; // temp1 is the multiples of half times necessary. |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1967 temp2 = var_N2_halftime * temp1 / float_desaturation_multiplier; // time necessary (in minutes ) for complete desaturation (see comment about 5 percent) , new in v.101: float_desaturation_multiplier |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1968 |
126 | 1969 } |
1970 else | |
1971 { | |
233 | 1972 temp1 = 0.0; |
1973 temp2 = 0.0; | |
126 | 1974 } |
116 | 1975 |
126 | 1976 // He |
167 | 1977 temp3 = 0.1 - (pres_tissue+16)[ci]; |
126 | 1978 if (temp3 >= 0.0) |
1979 { | |
233 | 1980 temp3 = 0.0; |
1981 temp4 = 0.0; | |
126 | 1982 } |
1983 else | |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1984 temp3 = - temp3 / (pres_tissue+16)[ci]; |
251 | 1985 if( 0.0 < temp3 && temp3 < 1.0 ) |
126 | 1986 { |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1987 overlay float var_He_halftime = (buhlmann_ht+16)[ci]; |
261 | 1988 assert( 1.51 <= var_He_halftime && var_He_halftime <= 240.03 ); |
260
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1989 |
bde83cac971f
BUGFIX bb13 : deco_calc_desaturation_time() should reset TBLPTR Upper register.
JeanDo
parents:
258
diff
changeset
|
1990 temp3 = log(1.0 - temp3) / -0.6931; // temp1 is the multiples of half times necessary. |
126 | 1991 // 0.6931 is ln(2), because the math function log() calculates with a base of e not 2 as requested. |
1992 // minus because log is negative | |
165 | 1993 temp4 = var_He_halftime * temp3 / float_desaturation_multiplier; // time necessary (in minutes ) for "complete" desaturation, new in v.101 float_desaturation_multiplier |
126 | 1994 } |
1995 else | |
1996 { | |
233 | 1997 temp3 = 0.0; |
1998 temp4 = 0.0; | |
126 | 1999 } |
116 | 2000 |
126 | 2001 // saturation_time (for flight) |
2002 if (temp4 > temp2) | |
203 | 2003 desat_time = (unsigned short)temp4; |
126 | 2004 else |
203 | 2005 desat_time = (unsigned short)temp2; |
252 | 2006 |
251 | 2007 if(desat_time > int_O_desaturation_time) |
2008 int_O_desaturation_time = desat_time; | |
116 | 2009 |
126 | 2010 // N2 saturation in multiples of halftime for display purposes |
2011 temp2 = temp1 * 20.0; // 0 = 1/8, 120 = 0, 249 = 8 | |
2012 temp2 = temp2 + 80.0; // set center | |
2013 if (temp2 < 0.0) | |
2014 temp2 = 0.0; | |
2015 if (temp2 > 255.0) | |
2016 temp2 = 255.0; | |
2017 char_O_tissue_saturation[ci] = (char)temp2; | |
233 | 2018 |
126 | 2019 // He saturation in multiples of halftime for display purposes |
2020 temp4 = temp3 * 20.0; // 0 = 1/8, 120 = 0, 249 = 8 | |
2021 temp4 = temp4 + 80.0; // set center | |
2022 if (temp4 < 0.0) | |
2023 temp4 = 0.0; | |
2024 if (temp4 > 255.0) | |
2025 temp4 = 255.0; | |
167 | 2026 (char_O_tissue_saturation+16)[ci] = (char)temp4; |
126 | 2027 } // for |
167 | 2028 } |
116 | 2029 |
167 | 2030 ////////////////////////////////////////////////////////////////////////////// |
2031 // calc_wo_deco_step_1_min | |
2032 // | |
116 | 2033 // FIXED N2 Ratio |
2034 // optimized in v.101 (...saturation_multiplier) | |
2035 // desaturation slowed down to 70,42% | |
167 | 2036 // |
2037 static void calc_wo_deco_step_1_min(void) | |
116 | 2038 { |
251 | 2039 assert( 800 < int_I_pres_surface && int_I_pres_surface < 1100 ); |
2040 assert( 800 < int_I_pres_respiration && int_I_pres_respiration < 1100 ); | |
2041 assert( 100 <= char_I_saturation_multiplier && char_I_saturation_multiplier < 200 ); | |
2042 assert( 0 < char_I_desaturation_multiplier && char_I_desaturation_multiplier <= 100 ); | |
2043 | |
116 | 2044 if(flag_in_divemode) |
2045 { | |
2046 flag_in_divemode = 0; | |
2047 set_dbg_end_of_dive(); | |
2048 } | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2049 |
126 | 2050 N2_ratio = 0.7902; // FIXED, sum lt. buehlmann |
233 | 2051 pres_respiration = int_I_pres_respiration * 0.001; // assembler code uses different digit system |
2052 pres_surface = int_I_pres_surface * 0.001; // the b"uhlmann formula using pres_surface does not use the N2_ratio | |
236 | 2053 ppN2 = N2_ratio * (pres_respiration - ppWVapour); // ppWVapour is the extra pressure in the body |
200 | 2054 ppHe = 0.0; |
126 | 2055 float_desaturation_multiplier = char_I_desaturation_multiplier / 142.0; // new in v.101 (70,42%/100.=142) |
197 | 2056 float_saturation_multiplier = char_I_saturation_multiplier * 0.01; |
126 | 2057 |
192 | 2058 calc_tissue(1); // update the pressure in the 32 tissues in accordance with the new ambient pressure |
167 | 2059 |
169
e26f49674956
Merge decoplan display for both GF and Buhlmann models.
JeanDo
parents:
168
diff
changeset
|
2060 clear_deco_table(); |
200 | 2061 char_O_deco_status = 3; // surface new in v.102 : stays in surface state. |
126 | 2062 char_O_nullzeit = 0; |
168 | 2063 int_O_ascenttime = 0; |
126 | 2064 calc_gradient_factor(); |
167 | 2065 } |
126 | 2066 |
167 | 2067 ////////////////////////////////////////////////////////////////////////////// |
2068 ////////////////////////////////////////////////////////////////////////////// | |
2069 ////////////////////////////////// deco_hash ///////////////////////////////// | |
2070 ////////////////////////////////////////////////////////////////////////////// | |
2071 ////////////////////////////////////////////////////////////////////////////// | |
126 | 2072 |
184 | 2073 #ifndef CROSS_COMPILE |
116 | 2074 void deco_hash(void) |
2075 { | |
167 | 2076 overlay unsigned char md_i, md_j; // Loop index. |
2077 overlay unsigned char md_t; | |
2078 overlay unsigned char md_buffer[16]; | |
2079 overlay unsigned char md_temp; | |
203 | 2080 overlay unsigned short md_pointer; |
167 | 2081 |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2082 RESET_C_STACK |
126 | 2083 |
2084 // init | |
164 | 2085 for(md_i=0;md_i<16;md_i++) |
126 | 2086 { |
2087 md_state[md_i] = 0; | |
164 | 2088 char_O_hash[md_i] = 0; |
126 | 2089 } // for md_i 16 |
116 | 2090 |
126 | 2091 _asm |
167 | 2092 movlw 0x01 // md_pi address. |
2093 movwf TBLPTRU,0 | |
2094 movlw 0x7E | |
2095 movwf TBLPTRH,0 | |
2096 movlw 0x00 | |
2097 movwf TBLPTRL,0 | |
126 | 2098 _endasm; |
165 | 2099 md_i = 0; |
2100 do { | |
126 | 2101 _asm |
2102 TBLRDPOSTINC | |
2103 movff TABLAT,md_temp | |
2104 _endasm | |
165 | 2105 md_pi_subst[md_i++] = md_temp; |
2106 } while( md_i != 0 ); | |
2107 | |
126 | 2108 _asm |
167 | 2109 movlw 0x00 |
2110 movwf TBLPTRU,0 | |
2111 movlw 0x00 | |
2112 movwf TBLPTRH,0 | |
2113 movlw 0x00 | |
2114 movwf TBLPTRL,0 | |
126 | 2115 _endasm |
167 | 2116 |
126 | 2117 // cycle buffers |
2118 for (md_pointer=0x0000;md_pointer<0x17f3;md_pointer++) | |
2119 { | |
2120 md_t = 0; | |
2121 for (md_i=0;md_i<16;md_i++) | |
2122 { | |
2123 if(md_pointer == 9) | |
164 | 2124 md_temp = char_O_hash[md_i]; |
126 | 2125 else |
2126 { | |
2127 _asm | |
167 | 2128 TBLRDPOSTINC |
2129 movff TABLAT,md_temp | |
126 | 2130 _endasm |
2131 } // else | |
167 | 2132 |
2133 md_buffer[md_i] = md_temp; | |
186 | 2134 md_state[md_i+16] = md_temp; |
2135 md_state[md_i+32] = (unsigned char)(md_temp ^ md_state[md_i]); | |
126 | 2136 } // for md_i 16 |
2137 | |
2138 for (md_i=0;md_i<18;md_i++) | |
2139 { | |
2140 for (md_j=0;md_j<48;md_j++) | |
2141 { | |
167 | 2142 md_state[md_j] ^= md_pi_subst[md_t]; |
126 | 2143 md_t = md_state[md_j]; |
2144 } // for md_j 48 | |
2145 md_t = (unsigned char)(md_t+1); | |
2146 } // for md_i 18 | |
164 | 2147 md_t = char_O_hash[15]; |
126 | 2148 |
2149 for (md_i=0;md_i<16;md_i++) | |
2150 { | |
167 | 2151 char_O_hash[md_i] ^= md_pi_subst[(md_buffer[md_i] ^ md_t)]; |
164 | 2152 md_t = char_O_hash[md_i]; |
126 | 2153 } // for md_i 16 |
2154 } // for md_pointer | |
116 | 2155 } // void deco_hash(void) |
184 | 2156 #endif |
116 | 2157 |
167 | 2158 ////////////////////////////////////////////////////////////////////////////// |
2159 // deco_clear_CNS_fraction | |
2160 // | |
116 | 2161 // new in v.101 |
167 | 2162 // |
116 | 2163 void deco_clear_CNS_fraction(void) |
2164 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2165 RESET_C_STACK |
237 | 2166 |
126 | 2167 CNS_fraction = 0.0; |
2168 char_O_CNS_fraction = 0; | |
167 | 2169 } |
116 | 2170 |
167 | 2171 ////////////////////////////////////////////////////////////////////////////// |
2172 // deco_calc_CNS_fraction | |
2173 // | |
116 | 2174 // new in v.101 |
2175 // optimized in v.102 : with new variables char_I_actual_ppO2 and actual_ppO2 | |
167 | 2176 // |
116 | 2177 // Input: char_I_actual_ppO2 |
2178 // Output: char_O_CNS_fraction | |
2179 // Uses and Updates: CNS_fraction | |
2180 // Uses: acutal_ppO2 | |
167 | 2181 // |
116 | 2182 void deco_calc_CNS_fraction(void) |
2183 { | |
167 | 2184 overlay float actual_ppO2; |
126 | 2185 RESET_C_STACK |
167 | 2186 |
237 | 2187 assert( 0.0 <= CNS_fraction && CNS_fraction <= 2.5 ); |
2188 assert( char_I_actual_ppO2 > 15 ); | |
2189 | |
126 | 2190 actual_ppO2 = (float)char_I_actual_ppO2 / 100.0; |
116 | 2191 |
126 | 2192 if (char_I_actual_ppO2 < 50) |
2193 CNS_fraction = CNS_fraction;// no changes | |
2194 else if (char_I_actual_ppO2 < 60) | |
2195 CNS_fraction = 1/(-54000.0 * actual_ppO2 + 54000.0) + CNS_fraction; | |
2196 else if (char_I_actual_ppO2 < 70) | |
2197 CNS_fraction = 1/(-45000.0 * actual_ppO2 + 48600.0) + CNS_fraction; | |
2198 else if (char_I_actual_ppO2 < 80) | |
2199 CNS_fraction = 1/(-36000.0 * actual_ppO2 + 42300.0) + CNS_fraction; | |
2200 else if (char_I_actual_ppO2 < 90) | |
2201 CNS_fraction = 1/(-27000.0 * actual_ppO2 + 35100.0) + CNS_fraction; | |
2202 else if (char_I_actual_ppO2 < 110) | |
2203 CNS_fraction = 1/(-18000.0 * actual_ppO2 + 27000.0) + CNS_fraction; | |
2204 else if (char_I_actual_ppO2 < 150) | |
2205 CNS_fraction = 1/(-9000.0 * actual_ppO2 + 17100.0) + CNS_fraction; | |
2206 else if (char_I_actual_ppO2 < 160) | |
2207 CNS_fraction = 1/(-22500.0 * actual_ppO2 + 37350.0) + CNS_fraction; | |
2208 else if (char_I_actual_ppO2 < 165) | |
2209 CNS_fraction = 0.000755 + CNS_fraction; // Arieli et all.(2002): Modeling pulmonary and CNS O2 toxicity... Formula (A1) based on value for 1.55 and c=20 | |
2210 else if (char_I_actual_ppO2 < 170) | |
2211 CNS_fraction = 0.00102 + CNS_fraction; // example calculation: Sqrt((1.7/1.55)^20)*0.000404 | |
2212 else if (char_I_actual_ppO2 < 175) | |
2213 CNS_fraction = 0.00136 + CNS_fraction; | |
2214 else if (char_I_actual_ppO2 < 180) | |
2215 CNS_fraction = 0.00180 + CNS_fraction; | |
2216 else if (char_I_actual_ppO2 < 185) | |
2217 CNS_fraction = 0.00237 + CNS_fraction; | |
2218 else if (char_I_actual_ppO2 < 190) | |
2219 CNS_fraction = 0.00310 + CNS_fraction; | |
2220 else if (char_I_actual_ppO2 < 195) | |
2221 CNS_fraction = 0.00401 + CNS_fraction; | |
2222 else if (char_I_actual_ppO2 < 200) | |
2223 CNS_fraction = 0.00517 + CNS_fraction; | |
2224 else if (char_I_actual_ppO2 < 230) | |
2225 CNS_fraction = 0.0209 + CNS_fraction; | |
2226 else | |
2227 CNS_fraction = 0.0482 + CNS_fraction; // value for 2.5 | |
116 | 2228 |
126 | 2229 if (CNS_fraction > 2.5) |
2230 CNS_fraction = 2.5; | |
2231 if (CNS_fraction < 0.0) | |
2232 CNS_fraction = 0.0; | |
2233 | |
2234 char_O_CNS_fraction = (char)((CNS_fraction + 0.005)* 100.0); | |
167 | 2235 } |
116 | 2236 |
167 | 2237 ////////////////////////////////////////////////////////////////////////////// |
2238 // deco_calc_CNS_decrease_15min | |
2239 // | |
116 | 2240 // new in v.101 |
167 | 2241 // |
116 | 2242 // calculates the half time of 90 minutes in 6 steps of 15 min |
200 | 2243 // (Used in sleepmode, for low battery mode). |
167 | 2244 // |
116 | 2245 // Output: char_O_CNS_fraction |
2246 // Uses and Updates: CNS_fraction | |
167 | 2247 // |
116 | 2248 void deco_calc_CNS_decrease_15min(void) |
2249 { | |
237 | 2250 RESET_C_STACK |
2251 assert( 0.0 <= CNS_fraction && CNS_fraction <= 2.5 ); | |
2252 | |
126 | 2253 CNS_fraction = 0.890899 * CNS_fraction; |
167 | 2254 char_O_CNS_fraction = (char)(CNS_fraction * 100.0 + 0.5); |
2255 } | |
116 | 2256 |
167 | 2257 ////////////////////////////////////////////////////////////////////////////// |
2258 // deco_calc_percentage | |
2259 // | |
116 | 2260 // new in v.101 |
167 | 2261 // |
116 | 2262 // calculates int_I_temp * char_I_temp / 100 |
2263 // output is int_I_temp | |
200 | 2264 // |
2265 // Used to compute NoFly remaining time. | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2266 // |
116 | 2267 void deco_calc_percentage(void) |
2268 { | |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2269 RESET_C_STACK |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2270 |
237 | 2271 assert( 60 <= char_I_temp && char_I_temp <= 100 ); |
2272 assert( 0 <= int_I_temp && int_I_temp < 2880 ); // Less than 48h... | |
2273 | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2274 int_I_temp = (unsigned short)(((float)int_I_temp * (float)char_I_temp) * 0.01 ); |
237 | 2275 |
2276 assert( int_I_temp < 1440 ); // Less than 24h... | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2277 } |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2278 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2279 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2280 ////////////////////////////////////////////////////////////////////////////// |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2281 // deco_gas_volumes |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2282 // |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2283 // new in v.111 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2284 // |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2285 // calculates volumes for each gas. |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2286 // |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2287 // Input: char_I_bottom_depth, char_I_bottom_time for planned dive. |
240
d995e220ddac
BUGFIX Gas Usage when first gas is not #1 (bug BB22).
JeanDo
parents:
237
diff
changeset
|
2288 // Gas list. |
d995e220ddac
BUGFIX Gas Usage when first gas is not #1 (bug BB22).
JeanDo
parents:
237
diff
changeset
|
2289 // char_I_first_gas is the bottom gas. |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2290 // decoplan (char_O_deco_depth, char_O_deco_time). |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2291 // CF#54 == TRUE if shallowest stop first. |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
2292 // CF#56 == bottom deci-liters/minutes (0.5 .. 50.0) or bar/min. |
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
2293 // CF#57 == deco deci-liters/minutes (0.5 .. 50.0) or bar/min. |
224 | 2294 // Output: int_O_gas_volumes[0..4] in litters * 0.1 |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2295 // |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2296 void deco_gas_volumes(void) |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2297 { |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2298 overlay float volumes[5]; |
265 | 2299 overlay float bottom_usage, ascent_usage; |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2300 overlay unsigned char i, deepest_first; |
241 | 2301 overlay unsigned char gas; |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2302 RESET_C_STACK |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2303 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2304 //---- initialize with bottom consumption -------------------------------- |
240
d995e220ddac
BUGFIX Gas Usage when first gas is not #1 (bug BB22).
JeanDo
parents:
237
diff
changeset
|
2305 for(i=0; i<5; ++i) // Nothing yet... |
d995e220ddac
BUGFIX Gas Usage when first gas is not #1 (bug BB22).
JeanDo
parents:
237
diff
changeset
|
2306 volumes[i] = 0.0; |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2307 |
241 | 2308 assert(1 <= char_I_first_gas && char_I_first_gas <= 5); |
2309 gas = char_I_first_gas - 1; | |
2310 | |
265 | 2311 bottom_usage = read_custom_function(56) * 0.1; |
2312 if( bottom_usage > 0.0 ) | |
2313 volumes[gas] | |
2314 = (char_I_bottom_depth*0.1 + 1.0) // Use Psurface = 1.0 bar. | |
2315 * char_I_bottom_time // in minutes. | |
2316 * bottom_usage; // In liter/minutes. | |
2317 else | |
2318 volumes[gas] = 65535.0; | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2319 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2320 //---- Ascent usage ------------------------------------------------------ |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2321 |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2322 deepest_first = read_custom_function(54) == 0; |
240
d995e220ddac
BUGFIX Gas Usage when first gas is not #1 (bug BB22).
JeanDo
parents:
237
diff
changeset
|
2323 ascent_usage = read_custom_function(57) * 0.1; // In liter/minutes. |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2324 |
224 | 2325 // Usage up to the first stop: |
2326 // - computed at MAX depth (easier, safer), | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2327 // - with an ascent speed of 10m/min. |
224 | 2328 // - with ascent litter / minutes. |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2329 // - still using bottom gas: |
265 | 2330 if( ascent_usage > 0.0 ) |
2331 volumes[gas] | |
2332 += (char_I_bottom_depth*0.1 + 1.0) // Depth -> bar | |
2333 * (char_I_bottom_depth - char_O_first_deco_depth) * 0.1 // ascent time (min) | |
2334 * ascent_usage; // Consumption ( xxx / min @ 1 bar) | |
2335 else | |
2336 volumes[gas] = 65535.0; | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2337 |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2338 for(i=0; i<32; ++i) |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2339 { |
241 | 2340 overlay unsigned char j; |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2341 overlay unsigned char depth, time, ascent; |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2342 |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2343 // Manage stops in reverse order (CF#54) |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2344 if( deepest_first ) |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2345 { |
241 | 2346 time = char_O_deco_time[i]; |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2347 if( time == 0 ) break; // End of table: done. |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2348 |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2349 ascent = depth = char_O_deco_depth[i]; |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2350 if( i < 31 ) |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2351 ascent -= char_O_deco_depth[i+1]; |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2352 } |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2353 else |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2354 { |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2355 time = char_O_deco_time[31-i]; |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2356 if( time == 0 ) continue; // not yet: still searh table. |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2357 |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2358 ascent = depth = char_O_deco_depth[31-i]; |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2359 if( i < 31 ) |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2360 ascent -= char_O_deco_depth[30-i]; |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2361 } |
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2362 |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2363 // Gas switch depth ? |
241 | 2364 for(j=0; j<5; ++j) |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2365 { |
234
bb8940caebe1
BUGFIX Gas Usage when stops are shallowest first: CF54 (bug BB24).
JeanDo
parents:
233
diff
changeset
|
2366 if( depth <= char_I_deco_gas_change[j] ) |
241 | 2367 if( !char_I_deco_gas_change[gas] || (char_I_deco_gas_change[gas] > char_I_deco_gas_change[j]) ) |
224 | 2368 gas = j; |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2369 } |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2370 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2371 // usage during stop: |
224 | 2372 // Note: because first gas is not in there, increment gas+1 |
265 | 2373 if( ascent_usage > 0.0 ) |
2374 volumes[gas] += (depth*0.1 + 1.0) // depth --> bar. | |
2375 * time // in minutes. | |
2376 * ascent_usage // in xxx / min @ 1bar. | |
2377 // Plus usage during ascent to the next stop, at 10m/min. | |
2378 + (depth*0.1 + 1.0) | |
275
4310ab395dbe
Keep low_depth in float 32bits (w/o rounding) for a better stability.
JeanDo
parents:
270
diff
changeset
|
2379 * ascent*0.1 // metre --> min |
265 | 2380 * ascent_usage; |
2381 else | |
2382 volumes[gas] = 65535.0; | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2383 } |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2384 |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2385 //---- convert results for the ASM interface ----------------------------- |
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2386 for(i=0; i<5; ++i) |
224 | 2387 if( volumes[i] > 6553.4 ) |
2388 int_O_gas_volumes[i] = 65535; | |
222
638f8e17bd51
Prototyping deco_gas_volumes() to compute gas consumption per tank with decoplanning.
JeanDo
parents:
218
diff
changeset
|
2389 else |
224 | 2390 int_O_gas_volumes[i] = (unsigned short)(volumes[i]*10.0 + 0.5); |
116 | 2391 } |
2392 | |
167 | 2393 ////////////////////////////////////////////////////////////////////////////// |
2394 | |
116 | 2395 void deco_push_tissues_to_vault(void) |
2396 { | |
167 | 2397 overlay unsigned char x; |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2398 RESET_C_STACK |
167 | 2399 |
116 | 2400 cns_vault = CNS_fraction; |
167 | 2401 for (x=0;x<32;x++) |
2402 pres_tissue_vault[x] = pres_tissue[x]; | |
116 | 2403 } |
167 | 2404 |
116 | 2405 void deco_pull_tissues_from_vault(void) |
2406 { | |
167 | 2407 overlay unsigned char x; |
122
3003a8040b78
FIX again reset C data stack and frame pointer when entering C code.
JeanDo
parents:
116
diff
changeset
|
2408 RESET_C_STACK |
167 | 2409 |
116 | 2410 CNS_fraction = cns_vault; |
167 | 2411 for (x=0;x<32;x++) |
2412 pres_tissue[x] = pres_tissue_vault[x]; | |
116 | 2413 } |
2414 | |
167 | 2415 ////////////////////////////////////////////////////////////////////////////// |
2416 // | |
184 | 2417 #ifndef CROSS_COMPILE |
2418 void main() {} | |
2419 #endif |