634
|
1
|
|
2 MENU_CALL ; Dive Setup
|
|
3 MENU_CALL ; Deco Setup
|
|
4 MENU_CALL ; Gas Setup
|
|
5 MENU_CALL ; ppO2 Setup
|
|
6 MENU_CALL ; Stops Setup
|
|
7
|
|
8
|
|
9
|
|
10 Dive Setup
|
|
11 MENU_OPTION tDvMode, oDiveMode, 0 ; Dive Mode
|
|
12 MENU_OPTION tCaveMode, oCaveMode, 0 ; cave mode
|
|
13 MENU_OPTION tFTTSMenu, oExtraTime, 0 ; fTTS/Delay
|
|
14 MENU_OPTION tTimeoutDive, oDiveTimeout, 0 ; dive timeout
|
|
15 MENU_OPTION tStoreApnoeDive, oStoreApnoeDive, 0 ; store Apnoe
|
|
16
|
|
17
|
|
18 Deco Setup
|
|
19 MENU_OPTION tDkMode, oDecoMode, 0 ; ZH-L16 /GF
|
|
20 MENU_OPTION tSaturationMult, osatmultgf, 0 ; saturation
|
|
21 MENU_OPTION tDesaturationMult, odesatmultgf, 0 ; desaturation
|
|
22 MENU_CALL ; GF Settings
|
|
23 MENU_OPTION taGFenable, oEnable_aGF, 0 ; aGF selectable
|
|
24
|
|
25 GF Setup
|
|
26 MENU_OPTION tGF_low, oGF_low, 0 ; GF low
|
|
27 MENU_OPTION tGF_high, oGF_high, 0 ; GF high
|
|
28 MENU_OPTION taGF_low, oaGF_low, 0 ; aGF low
|
|
29 MENU_OPTION taGF_high, oaGF_high, 0 ; aGF high
|
|
30
|
|
31
|
|
32 Gas Setup
|
|
33 MENU_OPTION tCalcGasNeeds, oCalcAscGas, 0 ; calc.gas
|
|
34 MENU_OPTION tSetWorkSAC, oWork_SAC, 0 ; work SAC
|
|
35 MENU_OPTION tSetDecoSAC, oDeco_SAC, 0 ; deco SAC
|
|
36 ; (bailout SAC)
|
|
37 MENU_OPTION tGasChangeTime, oGasChangeTime, 0 ; gas change time
|
|
38
|
|
39
|
|
40 ppO2 Setup
|
|
41 MENU_DYNAMIC divesets_ppo2_max, do_toggle_ppo2_max_work ; max work
|
|
42 MENU_DYNAMIC divesets_ppo2_max_deco, do_toggle_ppo2_max_deco ; max deco
|
|
43 MENU_DYNAMIC divesets_ppo2_min, do_toggle_ppo2_min ; min oc
|
|
44 MENU_DYNAMIC divesets_ppo2_min_cc, do_toggle_ppo2_min_cc ; min loop
|
|
45 ;
|
|
46
|
|
47
|
|
48 Stops Setup
|
|
49 MENU_OPTION tSafetyStop, oSafetyStop, 0 ; safety stop
|
|
50 MENU_OPTION tExtendedStops, oExtendedStops, 0 ; extended stops
|
|
51 MENU_OPTION tLastDecostop, oLastDeco, 0 ; last deco stop
|
|
52 ;
|
|
53 ;
|
|
54
|
|
55 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
56
|
|
57
|
|
58 -> Display Settings 2nd Page
|
|
59 MENU_OPTION tShowppO2, oShowppO2, 0 ; always show ppO2
|