annotate code_part1/OSTC_code_c_part2/changes_log.txt @ 224:49c90c5d9603
Gas usage
+ Show after last page of decoplan.
+ Units in 0.1 litters (or bars), hence 16bits.
+ Define CF#56 and CF#57, defaults to 20.0 l/min.
+ Go RED if volume > 6553.5 (saturated).
+ Calculate gas usage at bottom of ascent (safe bet).
+ Fix when first gas is not Gas1.
+ BUGFIX gas usage: first gas is not in the sorted gaslist (in general).
KNOWN BUG: wrong result if the gaslist is not sorted, or first gas do have a depth > 0.
author |
JeanDo |
date |
Thu, 03 Mar 2011 15:16:23 +0100 |
parents |
96a35aeda5f2 |
children |
|
rev |
line source |
0
|
1 changes for v.101_C last deco:
|
|
2
|
|
3 text_table_v111.asm : line 249
|
|
4 DA "Last Deco [m]}" ;65 (entspricht CF29)
|
|
5
|
|
6 menu_reset_v111.asm :
|
|
7 line 153
|
|
8 #DEFINE last_deco_depth d'3' ; 8Bit 3m
|
|
9 line 253f
|
|
10 movlw LOW last_deco_depth
|
|
11
|
|
12 divemode_v111.asm
|
|
13 line 421ff
|
|
14 GETCUSTOM8 d'29' ; Depth Last Deco in meter for simulation
|
|
15 movwf wait_temp
|
|
16 movff wait_temp,char_I_depth_last_deco
|
|
17
|
|
18 definitions_v111.asm
|
|
19 line 302
|
|
20 char_I_depth_last_deco; ; 0x51E new in v.101
|