Mercurial > public > hwos_code
annotate src/divemode.asm @ 315:4f83470dcece new_screen_layout
VSIbar #3: remaining changes for the split style bar
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Wed, 10 Jun 2015 22:32:38 +0100 |
parents | 453a3d13570f |
children | 6d8c82fe5a01 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
3 ; File divemode.asm | |
4 ; | |
5 ; Divemode | |
6 ; | |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
8 ;============================================================================= | |
9 ; HISTORY | |
10 ; 2011-08-15 : [mH] moving from OSTC code | |
11 | |
275 | 12 #include "hwos.inc" ; Mandatory header |
0 | 13 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c |
14 #include "tft_outputs.inc" | |
15 #include "strings.inc" | |
16 #include "tft.inc" | |
17 #include "eeprom_rs232.inc" | |
18 #include "isr.inc" | |
19 #include "math.inc" | |
20 #include "wait.inc" | |
21 #include "customview.inc" | |
22 #include "start.inc" | |
23 #include "adc_lightsensor.inc" | |
24 #include "ghostwriter.inc" | |
25 #include "i2c.inc" | |
113 | 26 #include "calibrate.inc" |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
27 #include "convert.inc" |
0 | 28 |
29 gui CODE | |
30 | |
31 global diveloop | |
32 diveloop: | |
33 banksel common | |
34 call speed_normal | |
35 call diveloop_boot ; Boot tasks for all modes | |
36 | |
37 ; Startup Tasks for all modes | |
206 | 38 call TFT_boot ; Initialize TFT (includes clear screen) |
0 | 39 call TFT_divemode_mask ; Display mask |
40 call TFT_temp_divemode ; Displays temperature | |
39
e4e91fe8b09d
remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents:
38
diff
changeset
|
41 movff customview_divemode,menupos3 ; Reload last customview |
e4e91fe8b09d
remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents:
38
diff
changeset
|
42 call customview_mask ; Redraw last custom view |
0 | 43 |
44 btfsc FLAG_apnoe_mode | |
45 bsf realdive ; Set Realdive flag in Apnoe mode | |
46 | |
47 btfsc FLAG_apnoe_mode ; Done for Apnoe or Gauge mode | |
48 bra diveloop_loop | |
49 btfsc FLAG_gauge_mode ; Done for Apnoe or Gauge mode | |
50 bra diveloop_loop | |
51 | |
52 call TFT_active_gas_divemode ; Display gas/Setpoint | |
53 call TFT_display_ndl_mask ; display "NDL" | |
54 | |
55 ; +@5 init | |
56 setf WREG ; WAIT marker: display "---" | |
57 movff WREG,int_O_extra_ascenttime+0 | |
58 movff WREG,int_O_extra_ascenttime+1 | |
59 movlw 1 | |
60 movwf apnoe_mins ; Start compute after next cycle. | |
61 | |
62 ;-------------------------------------------------------------------------------------------------------- | |
63 diveloop_loop: ; The diveloop starts here | |
64 btfss onesecupdate | |
65 bra diveloop_loop3 | |
66 | |
67 ; tasks any new second... | |
178 | 68 bcf onesecupdate ; one seconds update, clear flag here in case it's set again in ISR before all tasks are done. |
69 | |
0 | 70 btfsc FLAG_apnoe_mode ; Only in apnoe mode |
71 bra diveloop_loop1b ; One Second Tasks in Apnoe mode | |
72 | |
73 call TFT_divemins ; Display (new) divetime! | |
74 call customview_second ; Do every-second tasks for the custom view area | |
131 | 75 call divemode_check_for_warnings ; Check for any warnings |
0 | 76 |
77 ; Tasks only for deco modes | |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
78 btfsc show_safety_stop ; Show the safety stop? |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
79 call TFT_show_safety_stop ; Yes, show/delete if done. |
0 | 80 call calc_deko_divemode ; calculate decompression and display result (any two seconds) |
81 bra diveloop_loop1x ; Common Tasks | |
82 | |
83 diveloop_loop1b: | |
84 ; Tasks only for Apnoe mode | |
131 | 85 rcall divemode_apnoe_tasks ; 1 sec. Apnoe tasks |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
86 call customview_second ; Do every-second tasks for the custom view area |
254
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
87 bra diveloop_loop1x ; Common Tasks |
0 | 88 |
89 diveloop_loop1x: | |
90 ; Common 1sec. tasks for all modes | |
131 | 91 rcall timeout_divemode ; dive finished? This routine sets the required flags |
92 rcall set_dive_modes ; tests if depth>threshold | |
93 rcall set_min_temp ; store min. temp if required | |
0 | 94 |
95 btfsc store_sample ; store new sample? | |
96 call store_dive_data ; Store profile data | |
97 | |
98 btfss divemode ; Dive finished? | |
99 goto ghostwriter_end_dive ; Dive finished! | |
100 | |
101 btfsc divemode_gaschange ; Gas switch flag set? | |
102 rcall gas_switched_common ; Yes | |
103 | |
104 btfsc toggle_gf ; =1: Toggle GF/aGF | |
105 rcall divemodemode_togglegf ; Toggle aGF/GF | |
106 | |
113 | 107 call compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays |
108 | |
0 | 109 diveloop_loop3: |
110 rcall test_switches_divemode ; Check switches in divemode | |
111 | |
112 global diveloop_loop4 | |
113 diveloop_loop4: ; Menu-Exit returns here... | |
114 btfsc toggle_customview ; Next view? | |
115 call customview_toggle ; Yes, show next customview (and delete this flag) | |
116 | |
117 btfsc pressure_refresh ; new pressure available? | |
118 rcall update_temp_and_or_depth ; Yes, display new depth and clear "pressure_refresh" flag | |
119 | |
120 btfsc oneminupdate ; one minute tasks | |
121 rcall update_divemode60 ; Update clock, etc. | |
122 | |
239
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
123 ; btfss quarter_second_update |
6c4ad243cb44
CNANGE: aGF pair has same range then normal GF pair
heinrichsweikamp
parents:
220
diff
changeset
|
124 ; bra diveloop_loop4a |
83 | 125 |
0 | 126 bcf quarter_second_update |
127 movlw .6 | |
128 cpfseq menupos3 ; in compass view? | |
129 bra diveloop_loop4a ; No | |
256
5b4ef0b9090d
place compass display code into compass_ops.asm
heinrichsweikamp
parents:
255
diff
changeset
|
130 extern TFT_dive_compass_heading |
0 | 131 call TFT_dive_compass_heading ; Yes, update compass heading value |
132 diveloop_loop4a: | |
133 btfsc enable_screen_dumps ; =1: Ignore vin_usb, wait for "l" command (Screen dump) | |
134 bra diveloop_loop5 | |
135 bra diveloop_loop6 | |
136 diveloop_loop5: | |
137 btfss vusb_in ; USB (still) plugged in? | |
138 bcf enable_screen_dumps ; No, clear flag | |
139 call rs232_get_byte | |
140 btfsc rs232_recieve_overflow | |
141 bra diveloop_loop6 | |
142 movlw "l" | |
143 cpfseq RCREG1 | |
144 bra diveloop_loop6 | |
145 call TFT_dump_screen ; Dump the screen contents | |
146 diveloop_loop6: | |
147 | |
148 bra diveloop_loop ; Loop the divemode | |
149 ;-------------------------------------------------------------------------------------------------------- | |
150 | |
151 | |
152 divemode_apnoe_tasks: ; 1 sec. Apnoe tasks | |
134
4574aed5cd4c
Show clock in Apnea mode, minor layout changes in Apnea mode
heinrichsweikamp
parents:
131
diff
changeset
|
153 call TFT_display_apnoe_descent ; Yes, Show descent timer |
0 | 154 call TFT_max_pressure ; use normal max. depth |
155 | |
156 btfsc divemode2 ; Time running? | |
157 bra divemode_apnoe_tasks2 ; New descent, reset data if flag is set | |
158 | |
159 rcall apnoe_calc_maxdepth | |
160 call TFT_display_apnoe_surface | |
161 call TFT_display_apnoe_last_max ; Show last max. depth | |
162 incf apnoe_surface_secs,F | |
163 movlw d'60' | |
164 cpfseq apnoe_surface_secs | |
165 bra divemode_apnoe_tasks1 | |
166 clrf apnoe_surface_secs | |
167 incf apnoe_surface_mins,F | |
168 | |
169 divemode_apnoe_tasks1: | |
170 bcf FLAG_active_descent ; Clear flag | |
171 btfsc divemode2 ; Time running? | |
172 return ; Yes, return | |
173 bsf FLAG_active_descent ; Set Flag | |
174 return | |
175 | |
176 divemode_apnoe_tasks2: | |
177 btfss FLAG_active_descent ; Are we descending? | |
178 return ; No, We are at the surface | |
179 rcall apnoe_calc_maxdepth ; Yes! | |
180 call TFT_apnoe_clear_surface ; Clear Surface timer | |
181 clrf apnoe_timeout_counter ; Delete timeout | |
182 clrf apnoe_surface_secs | |
183 clrf apnoe_surface_mins | |
184 clrf apnoe_secs | |
185 clrf apnoe_mins ; Reset Descent time | |
186 movlw .0 | |
187 movff WREG,max_pressure+0 | |
188 movff WREG,max_pressure+1 ; Reset Max. Depth | |
189 bcf FLAG_active_descent ; Clear flag | |
190 return | |
191 | |
192 global apnoe_calc_maxdepth | |
193 apnoe_calc_maxdepth: | |
194 movff apnoe_max_pressure+0,sub_a+0 | |
195 movff apnoe_max_pressure+1,sub_a+1 | |
196 movff max_pressure+0,sub_b+0 | |
197 movff max_pressure+1,sub_b+1 | |
198 call subU16 ; sub_c = sub_a - sub_b | |
199 ; apnoe_max_pressure<max_pressure -> neg_flag=1 | |
200 ; max_pressure<=apnoe_max_pressure -> neg_flag=0 | |
201 btfss neg_flag | |
202 return | |
203 ;apnoe_max_pressure<max_pressure | |
204 movff max_pressure+0,apnoe_max_pressure+0 | |
205 movff max_pressure+1,apnoe_max_pressure+1 | |
206 return | |
207 | |
208 | |
209 calc_deko_divemode: | |
210 btfsc twosecupdate ; two seconds after the last call | |
211 bra calc_deko_divemode2 ; Yes, calculate and display deco data ("first second") | |
212 | |
213 bsf twosecupdate ; No, but next second! | |
214 ; Routines used in the "other second" | |
215 call calc_average_depth ; calculate average depth | |
216 call calc_velocity ; calculate vertical velocity and display if > threshold (every two seconds) | |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
217 call set_reset_safety_stop ; Set flags for safety stop and/or reset safety stop |
0 | 218 call TFT_debug_output |
219 | |
220 btfsc FLAG_apnoe_mode ; Done for Apnoe or Gauge mode | |
221 return | |
222 btfsc FLAG_gauge_mode ; Done for Apnoe or Gauge mode | |
223 return | |
224 | |
225 ; Calculate CNS | |
226 rcall set_actual_ppo2 ; Set char_I_actual_ppO2 | |
227 clrf WREG | |
228 movff WREG,char_I_step_is_1min ; Make sure to be in 2sec mode. | |
229 call deco_calc_CNS_fraction ; calculate CNS | |
230 movlb b'00000001' ; rambank 1 selected | |
231 | |
232 ; Check for a gas change | |
233 rcall check_gas_change ; Checks if a better gas should be selected (by user) | |
234 | |
235 return | |
236 | |
237 global set_actual_ppo2 | |
238 set_actual_ppo2: ; calculate ppO2 in 0.01bar (e.g. 150 = 1.50 bar ppO2) | |
111 | 239 btfsc divemode ; in divemode |
240 bra set_actual_ppo2_dive ; Yes | |
241 ; No, use simulated ambient pressure for char_I_actual_ppO2 | |
242 movff char_I_bottom_depth,WREG | |
243 mullw .100 | |
244 movlw LOW(.1000) | |
245 addwf PRODL,W | |
246 movwf xA+0 | |
247 movlw HIGH(.1000) | |
248 addwfc PRODH,W | |
249 movwf xA+1 ; P_amb in millibar (1000 = 1.00 bar). | |
250 bra set_actual_ppo2_common | |
251 set_actual_ppo2_dive: | |
0 | 252 SAFE_2BYTE_COPY amb_pressure, xA ; P_amb in millibar (1000 = 1.00 bar). |
111 | 253 set_actual_ppo2_common: |
113 | 254 movlw d'10' |
0 | 255 movwf xB+0 |
256 clrf xB+1 | |
257 call div16x16 ; xC=p_amb/10 (100 = 1.00 bar). | |
258 movff xC+0,xA+0 | |
259 movff xC+1,xA+1 | |
260 movff char_I_O2_ratio,xB+0 | |
261 clrf xB+1 | |
262 call mult16x16 ; char_I_O2_ratio * (p_amb/10) | |
263 movff xC+0,xA+0 | |
264 movff xC+1,xA+1 | |
265 movlw d'100' | |
266 movwf xB+0 | |
267 clrf xB+1 | |
268 call div16x16 ; xC=(char_I_O2_ratio * p_amb/10)/100 | |
269 | |
270 ; Copy ppO2 for CNS calculation | |
271 tstfsz xC+1 ; Is ppO2 > 2.55bar ? | |
272 setf xC+0 ; yes: bound to 2.55... better than wrap around. | |
273 | |
274 movff xC+0, char_I_actual_ppO2 ; copy last ppO2 to buffer register | |
275 btfsc is_bailout ; In Bailout? | |
276 return ; Yes, done. | |
277 ; No Bailout, check for ccr mode | |
278 btfsc FLAG_ccr_mode ; If FLAG_ccr_mode=1... | |
279 movff char_I_const_ppO2, char_I_actual_ppO2 ; ...copy last ppO2 to buffer register | |
280 return | |
281 | |
195 | 282 check_fallback_clear: |
283 call check_sensors ; Setups "use_O2_sensorX" flags | |
284 ; Copy use flags to voting logic flags in case we are no longer in fallback | |
285 btfsc use_O2_sensor1 | |
286 bsf voting_logic_sensor1 | |
287 btfsc use_O2_sensor2 | |
288 bsf voting_logic_sensor2 | |
289 btfsc use_O2_sensor3 | |
290 bsf voting_logic_sensor3 | |
291 rcall divemode_setup_sensor_values ; Setup sensor values | |
292 call check_sensors ; Check O2 sensor thresholds for fallback | |
293 return | |
0 | 294 |
295 calc_deko_divemode2: | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
296 bcf twosecupdate |
0 | 297 |
298 btfsc FLAG_apnoe_mode ; Done for Apnoe or Gauge mode | |
299 return | |
300 btfsc FLAG_gauge_mode ; Done for Apnoe or Gauge mode | |
301 return | |
302 | |
303 extern deco_setup_dive | |
304 call deco_setup_dive ; Pass all parameters to the C code | |
305 | |
195 | 306 |
307 btfsc setpoint_fallback ; Are we in Fallback? | |
308 rcall check_fallback_clear ; Yes, check if we still have fallback condition | |
309 | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
310 bcf setpoint_fallback ; =1: Fallback to SP1 due to external O2 sensor failure |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
311 |
277
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
312 btfsc FLAG_ccr_mode ; In CCR mode? |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
313 rcall calc_deko_divemode_sensor ; External sensor stuff |
152
19ad15f04f60
BUGFIX: Clear Setpoint-Fallback warning when in bailout
heinrichsweikamp
parents:
148
diff
changeset
|
314 |
0 | 315 SAFE_2BYTE_COPY amb_pressure,int_I_pres_respiration ; C-code needs the ambient pressure |
316 clrf WREG | |
317 movff WREG,char_I_step_is_1min ; Force 2 second deco mode | |
318 | |
319 clrf TMR5L | |
320 clrf TMR5H ; 30,51757813µs/bit in TMR5L:TMR5H | |
321 call deco_calc_hauptroutine ; calc_tissue | |
322 movlb .1 | |
323 | |
324 movff char_O_deco_status,WREG ; Is a compute cycle finished ? | |
325 iorwf WREG,F | |
326 btfss STATUS,Z | |
327 return ; Return is status <> 0 | |
328 | |
329 ; Check if deco stops are necessary ? | |
330 movff char_O_first_deco_depth,wait_temp ; copy ceiling to temp register | |
331 tstfsz wait_temp ; Ceiling<0m? | |
332 bra calc_deko_divemode3 ; Yes! | |
333 | |
334 btfsc decostop_active ; Already in nodeco mode ? | |
335 call TFT_display_ndl_mask ; No, Clear deco data, display nostop time | |
336 bcf decostop_active ; clear flag (again) | |
337 | |
338 ; Copy for profile recording | |
339 clrf decodata+0 | |
340 movff char_O_nullzeit,decodata+1 ; NDL | |
341 | |
342 call TFT_display_ndl ; display no deco limit | |
343 return | |
344 | |
345 calc_deko_divemode3: | |
346 btfss decostop_active ; Already in deco mode ? | |
347 call TFT_display_deko_mask ; No, clear nostop time, display decodata | |
348 bsf decostop_active ; Set flag (again) | |
349 | |
350 ; Copy for profile recording | |
351 movff char_O_first_deco_depth,decodata+0 ; ceiling | |
352 movff char_O_first_deco_time,decodata+1 ; length of first stop in minues | |
353 call TFT_display_deko ; display decodata | |
354 call TFT_show_TTS_divemode ; display TTS | |
355 | |
356 movff char_I_extra_time,WREG | |
357 tstfsz WREG ; extra time = 0? | |
358 bra calc_deko_divemode4 ; No, compute it | |
359 return | |
360 | |
361 calc_deko_divemode4: | |
362 ; Check if extra cycles are needed to compute @5 variant: | |
363 decfsz apnoe_mins,F ; Reached count-down ? | |
364 return ; No: don't compute yet. | |
365 | |
366 movlw .6 | |
367 movff WREG,char_O_deco_status ; Stole next cycles for @5 variant. | |
368 | |
369 movlw .2 ; Restart countdown. | |
370 movwf apnoe_mins | |
371 return ; done. | |
277
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
372 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
373 calc_deko_divemode_sensor: ; External sensor stuff |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
374 TSTOSS opt_ccr_mode ; =0: Fixed SP, =1: Sensor |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
375 return |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
376 rcall divemode_setup_sensor_values ; Setup sensor values |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
377 call check_sensors ; Check O2 sensor thresholds for fallback |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
378 movff sensor_setpoint,char_I_const_ppO2; Copy sensor result |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
379 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
380 TSTOSS opt_sensor_fallback ; =1: Fallback to SP1 when sensor is lost |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
381 return ; Never fallback |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
382 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
383 btfsc is_bailout ; In bailout? |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
384 return ; Never fallback in bailout |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
385 ; Check if we should fallback to SP1 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
386 btfsc use_O2_sensor1 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
387 return ; At least one sensor is active, no fallback |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
388 btfsc use_O2_sensor2 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
389 return ; At least one sensor is active, no fallback |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
390 btfsc use_O2_sensor3 |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
391 return ; At least one sensor is active, no fallback |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
392 ; No sensor in use -> fallback |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
393 movff char_I_setpoint_cbar+0,char_I_const_ppO2 ; Setup fixed Setpoint (Always fallback to SP1), overwrite sensor result |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
394 bsf setpoint_fallback ; =1: Fallback to SP1 due to external O2 sensor failure |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
395 return |
0 | 396 |
397 ;----------------------------------------------------------------------------- | |
398 | |
399 divemodemode_togglegf: ; Toggle aGF/GF | |
400 bcf toggle_gf ; clear flag | |
401 btg use_agf ; Toggle GF | |
402 call TFT_gf_mask ; Setup Mask | |
403 clrf WREG | |
404 movff WREG,char_O_deco_status ; Restart decoplan computation | |
405 return | |
406 | |
193 | 407 global divemode_setup_sensor_values |
0 | 408 divemode_setup_sensor_values: |
409 ; sum up sensor values (in xA:2) and active sensors in (xB:2) | |
410 clrf xB+0 | |
411 clrf xB+1 | |
412 clrf xA+0 | |
413 clrf xA+1 | |
192 | 414 btfss use_O2_sensor1 ; Sensor1 active? |
415 bra divemode_setup_sensor_values2 ; No | |
416 btfss voting_logic_sensor1 ; Sensor within voting logic? | |
0 | 417 bra divemode_setup_sensor_values2 ; No |
418 movf o2_ppo2_sensor1,W | |
419 addwf xA+0 | |
420 movlw .0 | |
421 addwfc xA+1 ; Add into xA:2 | |
422 incf xB+0,F ; Add a sensor | |
423 divemode_setup_sensor_values2: | |
192 | 424 btfss use_O2_sensor2 ; Sensor2 active? |
425 bra divemode_setup_sensor_values3 ; No | |
426 btfss voting_logic_sensor2 ; Sensor within voting logic? | |
0 | 427 bra divemode_setup_sensor_values3 ; No |
428 movf o2_ppo2_sensor2,W | |
429 addwf xA+0 | |
430 movlw .0 | |
431 addwfc xA+1 ; Add into xA:2 | |
432 incf xB+0,F ; Add a sensor | |
433 divemode_setup_sensor_values3: | |
192 | 434 btfss use_O2_sensor3 ; Sensor3 active? |
435 bra divemode_setup_sensor_values4 ; No | |
436 btfss voting_logic_sensor3 ; Sensor within voting logic? | |
0 | 437 bra divemode_setup_sensor_values4 ; No |
438 movf o2_ppo2_sensor3,W | |
439 addwf xA+0 | |
440 movlw .0 | |
441 addwfc xA+1 ; Add into xA:2 | |
442 incf xB+0,F ; Add a sensor | |
443 divemode_setup_sensor_values4: | |
444 call div16x16 ; xA/xB=xC with xA+0 as remainder | |
445 movff xC+0,sensor_setpoint ; Copy result | |
446 return | |
447 | |
448 calc_velocity: ; called every two seconds | |
449 btfss divemode | |
307
14719662fb95
Merged Screen layout work #4 into VSItextv2
Janos Kovacs <kovjanos@gmail.com>
parents:
277
diff
changeset
|
450 return ; display velocity only in divemode (Not at the surface after dive) |
0 | 451 |
452 calc_velocity2: | |
453 SAFE_2BYTE_COPY amb_pressure, sub_a | |
454 movff last_pressure_velocity+0,sub_b+0 | |
455 movff last_pressure_velocity+1,sub_b+1 | |
456 movff sub_a+0,last_pressure_velocity+0 ; store old value for velocity | |
457 movff sub_a+1,last_pressure_velocity+1 | |
458 | |
459 call subU16 ; sub_c = amb_pressure - last_pressure | |
460 | |
461 movff sub_c+0,xA+0 | |
462 movff sub_c+1,xA+1 | |
463 movlw d'39' ; 77 when called every second.... | |
464 movwf xB+0 | |
465 clrf xB+1 | |
466 call mult16x16 ; differential pressure in mbar*77... | |
467 movff xC+0,divA+0 | |
468 movff xC+1,divA+1 | |
469 movlw d'7' | |
470 movwf divB+0 | |
471 call div16 ; devided by 2^7 equals velocity in m/min | |
472 | |
473 movlw d'99' | |
474 cpfsgt divA+0 ; limit to 99m/min | |
475 bra calc_velocity3 | |
476 movwf divA+0 ; divA=99 | |
477 | |
478 calc_velocity3: | |
479 call TFT_display_velocity ; With divA+0 = m/min... | |
480 return | |
481 | |
482 | |
483 ;============================================================================= | |
484 | |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
485 set_reset_safety_stop: ; Set flags for safety stop and/or reset safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
486 TSTOSS opt_enable_safetystop ; =1: A safety stop is shown |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
487 bra delete_safety_stop ; No, don't show safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
488 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
489 btfsc decostop_active ; Is a deco stop displayed? |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
490 bra delete_safety_stop ; Yes, don't show safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
491 ; Below "safety_stop_reset"? Set flag and reset count-down timer |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
492 SAFE_2BYTE_COPY rel_pressure, lo |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
493 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
494 movff lo,sub_a+0 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
495 movff hi,sub_a+1 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
496 movlw LOW safety_stop_reset |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
497 movwf sub_b+0 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
498 movlw HIGH safety_stop_reset |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
499 movwf sub_b+1 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
500 call subU16 ; sub_c = sub_a - sub_b |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
501 btfss neg_flag |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
502 bra reset_safety_stop ; Below 10m, reset safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
503 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
504 ; Above "safety_stop_end"? Clear flag. |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
505 SAFE_2BYTE_COPY rel_pressure, lo |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
506 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
507 movff lo,sub_a+0 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
508 movff hi,sub_a+1 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
509 movlw LOW safety_stop_end |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
510 movwf sub_b+0 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
511 movlw HIGH safety_stop_end |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
512 movwf sub_b+1 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
513 call subU16 ; sub_c = sub_a - sub_b |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
514 btfsc neg_flag |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
515 bra delete_safety_stop ; Above 3m, remove safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
516 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
517 ; Above "safety_stop_start"? Activate safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
518 SAFE_2BYTE_COPY rel_pressure, lo |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
519 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
520 movff lo,sub_a+0 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
521 movff hi,sub_a+1 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
522 movlw LOW safety_stop_start |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
523 movwf sub_b+0 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
524 movlw HIGH safety_stop_start |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
525 movwf sub_b+1 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
526 call subU16 ; sub_c = sub_a - sub_b |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
527 btfsc neg_flag |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
528 bra acivate_safety_stop ; Above 5m, activate safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
529 bra reset_safety_stop2 ; Pause safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
530 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
531 acivate_safety_stop: |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
532 tstfsz safety_stop_countdown ; Countdown at zero? |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
533 bsf show_safety_stop ; No, Set flag! |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
534 return |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
535 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
536 delete_safety_stop: |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
537 clrf safety_stop_countdown ; reset timer |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
538 bra reset_safety_stop2 ; Remove safety stop from display |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
539 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
540 reset_safety_stop: |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
541 movlw safety_stop_length ;[s] |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
542 movwf safety_stop_countdown ; reset timer |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
543 reset_safety_stop2: |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
544 bcf show_safety_stop ; Clear flag |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
545 btfss safety_stop_active ; Safety stop shown |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
546 return ; No, don't delete it |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
547 bcf safety_stop_active ; Clear flag |
131 | 548 call TFT_clear_safety_stop ; Clear safety stop |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
549 return |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
550 |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
551 ;============================================================================= |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
552 |
0 | 553 timeout_menuview: |
554 decfsz timeout_counter3,F ; timeout for menuview | |
555 return ; No timeout, return | |
556 ; Timeout, clear e.g. "Menu?" | |
557 goto menuview_toggle_reset ; "returns" | |
558 | |
559 timeout_divemode_menu: | |
560 decfsz timeout_counter3,F ; timeout for divemode menu | |
561 return | |
562 | |
563 global timeout_divemode_menu2 | |
564 timeout_divemode_menu2: ; Called from divemenu_tree.asm | |
565 bcf divemode_menu ; Timeout! Clear flag | |
566 call TFT_clear_divemode_menu ; Clear menu | |
567 call TFT_active_gas_divemode ; Redraw gas/setpoint/diluent | |
568 bcf blinking_better_gas ; Clear flag to have temperature updated once | |
569 call TFT_temp_divemode ; Displays temperature | |
315
4f83470dcece
VSIbar #3: remaining changes for the split style bar
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
570 call TFT_draw_gassep_line ; Gas separator grid in spec mode only |
0 | 571 |
572 btfss decostop_active ; In deco mode ? | |
573 bra timeout_divemode_menu_ndl ; No, show NDL again | |
574 ; Show deco | |
575 call TFT_display_deko_mask ; clear nostop time, display decodata | |
576 call TFT_display_deko | |
577 call TFT_show_TTS_divemode | |
578 return | |
579 timeout_divemode_menu_ndl: ; Show NDL | |
580 call TFT_display_ndl_mask ; Clear deco data, display nostop time | |
581 call TFT_display_ndl | |
582 return | |
583 | |
584 timeout_divemode: | |
585 btfsc divemode_menu ; Divemode menu active? | |
586 rcall timeout_divemode_menu ; Yes, check the timeout for it... | |
587 | |
588 btfsc menuview ; is a menuview shown? | |
589 rcall timeout_menuview ; Yes, check the timeout for it... | |
590 | |
591 btfss realdive ; Dive longer then one minute | |
592 return | |
593 | |
594 btfsc FLAG_apnoe_mode ; In Apnoe mode? | |
35
eca4a201d8cf
change apnea timeout, do no longer store apnea dives in logbook
heinrichsweikamp
parents:
23
diff
changeset
|
595 bra timeout_divemode2 ; Yes, use apnoe_timeout [min] for timeout |
0 | 596 |
597 ifndef __DEBUG | |
598 btfsc simulatormode_active ; In Simulator mode? | |
599 bra timeout_divemode3 ; Yes, use simulator timeout | |
600 endif | |
601 | |
602 bcf divemode | |
148 | 603 infsnz timeout_counter,F |
604 incf timeout_counter2,F ; timeout is 15bits | |
0 | 605 |
606 movlw LOW divemode_timeout | |
607 movwf sub_a+0 | |
608 movlw HIGH divemode_timeout | |
609 movwf sub_a+1 | |
610 | |
611 movff timeout_counter, sub_b+0 | |
612 movff timeout_counter2, sub_b+1 | |
613 call subU16 ; sub_c = sub_a - sub_b | |
614 btfss neg_flag ; Result negative? | |
615 bsf divemode ; No, set flag | |
616 return | |
617 | |
618 timeout_divemode2: | |
619 incf timeout_counter,F ; seconds... | |
620 movlw d'60' | |
621 cpfseq timeout_counter ; timeout_counter=60? | |
622 return ; No. | |
623 ; One minute timeout done. | |
624 clrf timeout_counter | |
625 bcf divemode | |
626 incf apnoe_timeout_counter,F | |
627 movlw apnoe_timeout ; apnoe timeout [min] | |
628 cpfseq apnoe_timeout_counter | |
629 bsf divemode | |
630 return | |
631 | |
632 timeout_divemode3: | |
633 bcf divemode | |
634 incf timeout_counter,F | |
635 movlw simulator_timeout ; simulator timeout | |
636 cpfsgt timeout_counter | |
637 bsf divemode | |
638 return | |
639 | |
640 update_temp_and_or_depth: ; New sensor data arrived... | |
641 btfsc temp_changed | |
642 call TFT_temp_divemode ; Displays temperature | |
643 | |
644 btfsc pressure_refresh | |
645 call TFT_depth ; Displays new depth | |
646 | |
647 rcall set_max_depth ; update max. depth if required | |
648 bcf pressure_refresh ; until new pressure is available | |
649 return | |
650 | |
651 update_divemode60: ; update any minute | |
652 call get_battery_voltage ; gets battery voltage | |
218 | 653 rcall set_powersafe ; Battery low? |
0 | 654 call TFT_max_pressure ; Update max. depth |
655 call customview_minute ; Do every-minute tasks for the custom view area | |
656 bcf oneminupdate | |
657 | |
658 btfss simulatormode_active ; in simulator mode? | |
659 return ; No | |
660 ; Yes, quite dive mode simulation after 21*256s=89min:36s | |
661 movlw .20 | |
662 cpfsgt total_divetime_seconds+1 ; Timeout? | |
663 return ; No | |
664 ifdef __DEBUG | |
665 return ; No simulator timeout in debug mode | |
666 endif | |
667 bra divemode_option1 ; Yes, set to 0m and "return" | |
668 | |
669 set_max_depth: | |
670 movff max_pressure+0,sub_a+0 | |
671 movff max_pressure+1,sub_a+1 | |
672 SAFE_2BYTE_COPY rel_pressure, sub_b | |
673 call subU16 ; sub_c = sub_a - sub_b | |
674 ; max_pressure<rel_pressure -> neg_flag=1 | |
675 ; rel_pressure<=max_pressure -> neg_flag=0 | |
676 btfss neg_flag | |
677 return | |
678 ; max_pressure<rel_pressure | |
679 movff sub_b+0,max_pressure+0 | |
680 movff sub_b+1,max_pressure+1 | |
681 call TFT_max_pressure ; No, use normal max. depth | |
682 return | |
683 | |
684 set_min_temp: | |
685 movff minimum_temperature+0,sub_a+0 | |
686 movff minimum_temperature+1,sub_a+1 | |
687 SAFE_2BYTE_COPY temperature,sub_b | |
688 call sub16 ; sub_c = sub_a - sub_b | |
689 ; minimum_temperature<T -> neg_flag=1 | |
690 ; T<=minimum_temperature -> neg_flag=0 | |
691 btfsc neg_flag | |
692 return | |
693 ; minimum_temperature>=T | |
694 movff sub_b+0,minimum_temperature+0 | |
695 movff sub_b+1,minimum_temperature+1 | |
696 return | |
697 | |
698 global set_dive_modes | |
699 set_dive_modes: | |
700 btfsc high_altitude_mode ; In high altitude (Fly) mode? | |
701 bra set_dive_modes3 ; Yes! | |
702 | |
703 set_dive_modes0: | |
704 movlw LOW start_dive_threshold | |
705 movwf sub_a+0 ; dive_treshold is in cm | |
706 movlw HIGH start_dive_threshold | |
707 movwf sub_a+1 ; dive_treshold is in cm | |
708 | |
709 set_dive_modes1: | |
710 SAFE_2BYTE_COPY rel_pressure, sub_b | |
711 call subU16 ; sub_c = sub_a - sub_b | |
712 | |
713 btfss neg_flag | |
714 bra set_dive_modes2 ; too shallow (rel_pressure<dive_threshold) | |
715 | |
716 btfsc realdive ; Dive longer than one minute? | |
717 clrf timeout_counter ; Yes, reset timout counter | |
718 | |
719 bsf divemode ; (Re-)Set divemode flag | |
720 bsf divemode2 ; displayed divetime is running | |
721 return | |
722 | |
723 set_dive_modes2: | |
724 bcf divemode2 ; Stop time | |
725 btfss realdive ; dive longer then one minute? | |
726 bcf divemode ; no -> this was no real dive | |
727 return ; No, return | |
728 | |
729 | |
730 set_dive_modes3: ; High-altitude mode | |
731 btfsc realdive ; dive longer then one minute? | |
732 bra set_dive_modes0 ; Yes -> this is a real dive -> Use start_dive_threshold or ascend | |
733 | |
734 movlw HIGH high_altitude_dive_threshold | |
735 movwf sub_a+1 | |
736 movlw LOW high_altitude_dive_threshold | |
737 movwf sub_a+0 | |
738 bra set_dive_modes1 | |
739 | |
740 set_powersafe: | |
741 movlw color_code_battery_low+1; [%] | |
742 cpfslt batt_percent | |
743 return | |
744 | |
745 movlw d'7' ; Type of Alarm (Battery Low) | |
746 movwf AlarmType ; Copy to Alarm Register | |
747 bsf event_occured ; Set Event Flag | |
748 movlw .0 | |
749 movff WREG,opt_brightness ; Set Brightness to ECO | |
750 return ; return | |
751 | |
752 calc_average_depth: | |
176 | 753 btfsc reset_average_depth ; Reset the Average depth? |
0 | 754 rcall reset_average1 ; Reset the resettable average depth |
755 | |
756 ; 1. Add new 2xdepth to the Sum of depths registers | |
757 SAFE_2BYTE_COPY rel_pressure, xB ; Buffer... | |
758 bcf STATUS,C | |
759 rlcf xB+0,F | |
760 rlcf xB+1,F ; x2 | |
761 | |
762 movf xB+0,w | |
763 addwf average_depth_hold+0,F | |
764 movf xB+1,w | |
765 addwfc average_depth_hold+1,F | |
766 movlw d'0' | |
767 addwfc average_depth_hold+2,F | |
768 addwfc average_depth_hold+3,F ; Will work up to 9999mbar*60*60*24=863913600mbar | |
769 | |
770 ; Do the same for the _total registers (Non-Resettable) | |
771 movf xB+0,w | |
772 addwf average_depth_hold_total+0,F | |
773 movf xB+1,w | |
774 addwfc average_depth_hold_total+1,F | |
775 movlw d'0' | |
776 addwfc average_depth_hold_total+2,F | |
777 addwfc average_depth_hold_total+3,F ; Will work up to 9999mbar*60*60*24=863913600mbar | |
778 | |
779 ; 2. Compute Average Depth on base of average_divesecs:2 | |
780 movff average_divesecs+0,xB+0 | |
781 movff average_divesecs+1,xB+1 ; Copy | |
782 movff average_depth_hold+0,xC+0 | |
783 movff average_depth_hold+1,xC+1 | |
784 movff average_depth_hold+2,xC+2 | |
785 movff average_depth_hold+3,xC+3 | |
786 | |
787 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
788 movff xC+0,avr_rel_pressure+0 | |
789 movff xC+1,avr_rel_pressure+1 | |
790 | |
89
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
86
diff
changeset
|
791 btfss divemode2 ; displayed divetime is running? |
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
86
diff
changeset
|
792 return ; No (e.g. too shallow) |
c34516c99ca8
BUGFIX: No average depth for end-of-dive portion (<1m)
heinrichsweikamp
parents:
86
diff
changeset
|
793 |
0 | 794 ; 3. Compute Total Average Depth on base of total_divetime_seconds:2 |
795 movff total_divetime_seconds+0,xB+0 | |
796 movff total_divetime_seconds+1,xB+1 ; Copy | |
797 movff average_depth_hold_total+0,xC+0 | |
798 movff average_depth_hold_total+1,xC+1 | |
799 movff average_depth_hold_total+2,xC+2 | |
800 movff average_depth_hold_total+3,xC+3 | |
801 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | |
802 movff xC+0,avr_rel_pressure_total+0 | |
803 movff xC+1,avr_rel_pressure_total+1 | |
804 return | |
805 | |
806 reset_average1: | |
807 clrf average_depth_hold+0 | |
808 clrf average_depth_hold+1 | |
809 clrf average_depth_hold+2 | |
810 clrf average_depth_hold+3 ; Clear average depth register | |
811 movlw d'2' | |
812 movwf average_divesecs+0 | |
813 clrf average_divesecs+1 | |
814 bcf reset_average_depth ; Clear flag | |
815 return | |
816 | |
817 test_switches_divemode: ; checks switches in divemode | |
818 btfsc divemode_menu ; Divemode menu shown? | |
819 bra test_switches_divemode_menu ; Yes, use menu processor | |
820 btfsc switch_left | |
821 bra test_switches_divemode2 ; Enter button pressed, check if we need to do something | |
822 btfss switch_right | |
823 return ; No button press | |
824 tstfsz menupos2 ; any option shown? | |
825 bra test_switches_divemode1 ; Yes, do option tasks | |
826 bsf toggle_customview ; No, toggle custom view | |
827 return | |
828 | |
829 test_switches_divemode_menu: | |
830 btfsc switch_left | |
831 bra test_switches_divemode_menu2 ; Move cursor | |
832 btfsc switch_right | |
833 bra test_switches_divemode_menu3 ; Enter submenu or do something | |
834 return ; No button press | |
835 | |
836 test_switches_divemode_menu1: | |
837 clrf menupos | |
838 test_switches_divemode_menu2: | |
839 incf menupos,F | |
840 incf menupos4,W ; menupos4+1 -> WREG | |
841 cpfslt menupos ; >menupos4 (Set in menu_processor.asm)? | |
842 bra test_switches_divemode_menu1; > Yes, set to 1 | |
843 call TFT_divemode_menu_cursor ; Update the cursor | |
844 bcf switch_left | |
845 movlw divemode_menu_timeout ; Reload timeout | |
846 movwf timeout_counter3 ; timeout for divemode menu | |
847 return | |
848 | |
849 test_switches_divemode_menu3: ; Enter submenu or do something | |
850 bcf switch_right | |
851 ; decf menupos,F ; menu_processor needs 0-5... | |
852 extern do_line_menu | |
853 goto do_line_menu ; Warning! Trashes STKPTR and returns to diveloop_loop4: | |
854 | |
855 test_switches_divemode1: | |
856 bcf switch_right | |
857 movlw divemode_menuview_timeout | |
858 movwf timeout_counter3 ; Reload timeout | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
859 movff menupos2,WREG ; menupos2 holds number of customview/divemode menu function |
0 | 860 dcfsnz WREG,F |
137 | 861 bra divemode_option_gaschange ; Switch to the indicated "better gas" |
862 dcfsnz WREG,F | |
0 | 863 bra divemode_option0 ; Start/Setup Divemode menu |
864 dcfsnz WREG,F | |
865 bra divemode_option1 ; Quit Simulation? | |
866 dcfsnz WREG,F | |
867 bra divemode_option2 ; Descent 1m | |
868 dcfsnz WREG,F | |
869 bra divemode_option3 ; Ascend 1m | |
870 dcfsnz WREG,F | |
871 bra divemode_option4 ; Quit Apnoe mode | |
872 dcfsnz WREG,F | |
873 bra divemode_option5 ; Reset Stopwatch (In Gauge mode) | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
874 dcfsnz WREG,F |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
875 bra divemode_option6 ; +5mins simulation |
254
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
876 dcfsnz WREG,F |
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
877 bra divemode_option7 ; Store heading |
0 | 878 return |
879 | |
880 test_switches_divemode2: | |
881 call menuview_toggle ; Menu or Simulator tasks | |
882 return | |
883 | |
884 gas_switched_common: | |
99
87cc1adfe4da
show event "bailout" in the internal logbook
heinrichsweikamp
parents:
98
diff
changeset
|
885 bcf divemode_gaschange ; Clear flag |
87cc1adfe4da
show event "bailout" in the internal logbook
heinrichsweikamp
parents:
98
diff
changeset
|
886 |
274
9347893b74ce
BUGFIX: Fast Gas change near the ppO2 limit could cause switching to a non-available Gas #0
heinrichsweikamp
parents:
256
diff
changeset
|
887 tstfsz menupos ; menupos=0? |
9347893b74ce
BUGFIX: Fast Gas change near the ppO2 limit could cause switching to a non-available Gas #0
heinrichsweikamp
parents:
256
diff
changeset
|
888 bra $+4 ; No |
9347893b74ce
BUGFIX: Fast Gas change near the ppO2 limit could cause switching to a non-available Gas #0
heinrichsweikamp
parents:
256
diff
changeset
|
889 return ; Yes, do not switch gas (There is no Gas #0 !) |
9347893b74ce
BUGFIX: Fast Gas change near the ppO2 limit could cause switching to a non-available Gas #0
heinrichsweikamp
parents:
256
diff
changeset
|
890 |
0 | 891 decf menupos,W ; 1-5 -> 0-4 |
892 btfss FLAG_ccr_mode ; Choose OC Gases | |
893 rcall setup_gas_registers ; With WREG=Gas 0-4 | |
894 btfsc FLAG_ccr_mode ; Choose CC Diluents | |
895 rcall setup_dil_registers ; With WREG=Gas 0-4 | |
896 | |
897 decf menupos,W ; 1-5 -> 0-4 | |
898 btfsc is_bailout ; Choose OC Bailouts (OC Gases) | |
899 rcall setup_gas_registers ; With WREG=Gas 0-4 | |
900 | |
901 call TFT_active_gas_divemode ; Display gas/Setpoint | |
902 clrf WREG | |
903 movff WREG,char_O_deco_status ; Restart decoplan computation | |
98 | 904 |
905 ; Set flags for profile recording | |
906 bsf event_occured ; Set global event byte | |
907 btfsc is_bailout ; Choose OC Bailouts (OC Gases) | |
908 bsf bailoutgas_event ; Bailout gas change | |
909 btfss is_bailout ; Choose OC Bailouts (OC Gases) | |
910 bsf stored_gas_changed ; OC gas change | |
0 | 911 return |
912 | |
913 global setup_gas_registers | |
914 setup_gas_registers: ; With WREG=Gas 0-4 | |
915 lfsr FSR1,opt_gas_O2_ratio+0 | |
916 movff PLUSW1,char_I_O2_ratio ; O2 (For ppO2 calculations) | |
917 lfsr FSR1,opt_gas_He_ratio+0 | |
918 movff PLUSW1,char_I_He_ratio ; He | |
919 incf WREG,W ; Gas# 1-5 | |
920 movff WREG,char_I_current_gas ; Set gas | |
921 movff WREG,active_gas ; Set for logbook and display | |
922 banksel char_I_O2_ratio | |
923 movf char_I_O2_ratio,W ; Add O2... | |
924 addwf char_I_He_ratio,W ; ...and He... | |
925 sublw .100 ; ...subtract both from 100 | |
926 movwf char_I_N2_ratio ; -> N2! | |
927 banksel common | |
928 return | |
929 | |
930 global setup_dil_registers | |
931 setup_dil_registers: ; With WREG=dil 0-4 | |
97
53a99a2dc6a1
CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents:
89
diff
changeset
|
932 btfsc is_bailout |
53a99a2dc6a1
CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents:
89
diff
changeset
|
933 return ; Ignore in bailout |
0 | 934 lfsr FSR1,opt_dil_O2_ratio+0 |
935 movff PLUSW1,char_I_O2_ratio ; O2 (For ppO2 calculations) | |
936 lfsr FSR1,opt_dil_He_ratio+0 | |
937 movff PLUSW1,char_I_He_ratio ; He | |
938 incf WREG,W ; Gas# 1-5 | |
939 movff WREG,char_I_current_gas ; Set gas | |
940 movff WREG,active_gas ; Set for logbook and display | |
97
53a99a2dc6a1
CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents:
89
diff
changeset
|
941 movff WREG,active_diluent ; As a backup when switching back from Bailout to CCR |
0 | 942 banksel char_I_O2_ratio |
943 movf char_I_O2_ratio,W ; Add O2... | |
944 addwf char_I_He_ratio,W ; ...and He... | |
945 sublw .100 ; ...subtract both from 100 | |
946 movwf char_I_N2_ratio ; -> N2! | |
947 banksel common | |
948 return | |
949 | |
137 | 950 divemode_option_gaschange: ; Switch to the better gas |
951 movff better_gas_number,menupos; 1-5 | |
952 bsf divemode_gaschange ; Change the gas in the dive mode loop... | |
953 call menuview_toggle_reset ; Reset to zero (Zero=no menuview) | |
138
2852b0bd6391
minor: some extra protection against wrong gas selection
heinrichsweikamp
parents:
137
diff
changeset
|
954 bcf better_gas_available ; Clear flag immediately |
137 | 955 return |
956 | |
0 | 957 divemode_option0: ; Start/Setup Divemode menu |
958 call TFT_clear_divemode_menu ; Clear menu area | |
959 bcf menuview | |
960 extern do_main_divemenu | |
961 call do_main_divemenu | |
962 global divemode_option0_return | |
963 divemode_option0_return: | |
964 ; movlw .1 | |
965 ; movwf menupos ; Set to first option in divemode menu | |
966 call TFT_divemode_menu_cursor; Show the cursor | |
967 movlw divemode_menu_timeout | |
968 movwf timeout_counter3 ; timeout for divemode menu | |
969 bsf divemode_menu ; Set flag | |
970 clrf menupos2 ; Clear option counter | |
971 bra diveloop_loop4 ; Goto back to diveloop (Menuprocessor trashes STKPTR!) | |
972 | |
973 divemode_option4: | |
974 movlw d'58' ; two seconds left | |
975 movwf timeout_counter | |
976 movlw apnoe_timeout-1 ; apnoe timeout [min] | |
977 movwf apnoe_timeout_counter | |
978 btfss simulatormode_active ; in simulator mode? | |
979 return ; No | |
980 divemode_option1: ; Quit simulation mode | |
981 banksel isr_backup | |
982 movlw low .1000 | |
983 movwf sim_pressure+0 | |
984 movlw high .1000 | |
985 movwf sim_pressure+1 ; Set to 0m -> End of Dive | |
986 banksel common | |
987 call menuview_toggle_reset ; Reset to zero (Zero=no menuview) | |
988 | |
989 btfss FLAG_apnoe_mode ; In Apnoe mode? | |
990 return ; No | |
991 movlw d'58' ; two seconds left | |
992 movwf timeout_counter | |
993 movlw apnoe_timeout-1 ; apnoe timeout [min] | |
994 movwf apnoe_timeout_counter | |
995 return | |
996 | |
997 divemode_option3: ; minus 1m | |
998 banksel isr_backup | |
315
4f83470dcece
VSIbar #3: remaining changes for the split style bar
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
999 movlw d'100' |
0 | 1000 subwf sim_pressure+0 |
1001 movlw .0 | |
1002 subwfb sim_pressure+1 | |
1003 rcall divemode_simulator_check_limits | |
1004 banksel common | |
1005 return | |
1006 | |
1007 divemode_option2: ; plus 1m | |
1008 banksel isr_backup | |
315
4f83470dcece
VSIbar #3: remaining changes for the split style bar
Janos Kovacs <kovjanos@gmail.com>
parents:
310
diff
changeset
|
1009 movlw d'100' |
0 | 1010 addwf sim_pressure+0 |
1011 movlw .0 | |
1012 addwfc sim_pressure+1 | |
1013 rcall divemode_simulator_check_limits | |
1014 banksel common | |
1015 return | |
1016 | |
1017 divemode_option5: | |
1018 call menuview_toggle_reset ; Reset to zero (Zero=no menuview) | |
1019 bsf reset_average_depth ; Set Flag | |
1020 return | |
1021 | |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1022 divemode_option6: |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1023 bcf divemode2 ; Stop divetime |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1024 movlw .5 |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1025 addwf divemins+0,F |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1026 movlw .0 |
254
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
1027 addwfc divemins+1,F ; Add 5 mins |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1028 movlw .5 |
254
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
1029 movwf up ; counter |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1030 ; 1min mode |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1031 divemode_option6_2: |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1032 movlw .1 |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1033 movff WREG,char_I_step_is_1min ; Force 1min mode |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1034 clrf TMR5L |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1035 clrf TMR5H ; 30,51757813µs/bit in TMR5L:TMR5H |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1036 call deco_calc_hauptroutine ; calc_tissue |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1037 movlb .1 |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1038 decfsz up,F ; Done? |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1039 bra divemode_option6_2 ; Not yet |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1040 bsf divemode2 ; continue divetime |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1041 call menuview_toggle_reset |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1042 return |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1043 |
254
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
1044 divemode_option7: |
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
1045 ; Store heading for compass view |
255 | 1046 movff compass_heading_shown+0,compass_bearing+0 |
1047 movff compass_heading_shown+1,compass_bearing+1 | |
1048 bsf compass_bearing_set ; set flag | |
254
5fe7aff622f3
preparations to set a course for the compass display
heinrichsweikamp
parents:
239
diff
changeset
|
1049 call menuview_toggle_reset ; Done. |
216
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1050 return |
973a0969e0ac
NEW: On-board simulator can increase divetime in 5min steps
heinrichsweikamp
parents:
206
diff
changeset
|
1051 |
0 | 1052 divemode_simulator_check_limits: |
1053 ; Check limits (150m and 0m) | |
1054 movlw LOW d'16000' ; Compare to 16bar=16000mbar (150m). | |
1055 subwf sim_pressure+0,W | |
1056 movlw HIGH d'16000' | |
1057 subwfb sim_pressure+1,W | |
1058 bnc divemode_simulator_check_limits2 ; No-carry = borrow = not deeper | |
1059 | |
1060 ; Too deep, limit to 150m | |
1061 movlw LOW d'16000' | |
1062 movwf sim_pressure+0 | |
1063 movlw HIGH d'16000' | |
1064 movwf sim_pressure+1 | |
1065 return | |
1066 divemode_simulator_check_limits2: | |
1067 movlw LOW d'1000' ; Compare to 1bar == 0m == 1000 mbar. | |
1068 subwf sim_pressure+0,W | |
1069 movlw HIGH d'1000' | |
1070 subwfb sim_pressure+1,W | |
1071 btfsc STATUS,C ; No-carry = borrow = not deeper. | |
1072 return ; Deeper than 0m == Ok. | |
1073 ; Too shallow, limit to 0m | |
1074 movlw LOW d'1000' | |
1075 movwf sim_pressure+0 | |
1076 movlw HIGH d'1000' | |
1077 movwf sim_pressure+1 | |
1078 return | |
1079 | |
1080 ;============================================================================= | |
1081 ; Compare all enabled gas in list, to see if a better one is available. | |
1082 ; | |
1083 ; Output: better_gas_available, better_gas_number | |
1084 ; | |
1085 check_gas_change: ; Checks if a better gas should be selected (by user) | |
1086 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode | |
1087 clrf better_gas_number ; Clear better gas register | |
1088 | |
1089 SAFE_2BYTE_COPY rel_pressure,xA | |
1090 movlw d'100' | |
1091 movwf xB+0 | |
1092 clrf xB+1 | |
1093 call div16x16 ; compute depth in full m -> result in xC+0 | |
1094 | |
1095 btfss FLAG_ccr_mode ; In CCR mode... | |
1096 bra check_gas_change_OC_bail; No, check for OC or bailout | |
1097 btfsc is_bailout ; Bailout? | |
1098 bra check_gas_change_OC_bail; Yes, check for OC or bailout | |
1099 | |
1100 ; Check Diluents | |
160
99ac325586ce
BUGFIX: Fast diluent (w/o dive mode menu) change did not work correctly
heinrichsweikamp
parents:
152
diff
changeset
|
1101 bsf ccr_diluent_setup ; in CCR menus |
0 | 1102 movlw .0 |
1103 rcall check_dil_common ; With Gas 0-4 in WREG | |
1104 movlw .1 | |
1105 rcall check_dil_common ; With Gas 0-4 in WREG | |
1106 movlw .2 | |
1107 rcall check_dil_common ; With Gas 0-4 in WREG | |
1108 movlw .3 | |
1109 rcall check_dil_common ; With Gas 0-4 in WREG | |
1110 movlw .4 | |
1111 rcall check_dil_common ; With Gas 0-4 in WREG | |
1112 bra check_gas_change_exit | |
1113 | |
1114 check_gas_change_OC_bail: | |
160
99ac325586ce
BUGFIX: Fast diluent (w/o dive mode menu) change did not work correctly
heinrichsweikamp
parents:
152
diff
changeset
|
1115 bcf ccr_diluent_setup ; in OC menus |
0 | 1116 movlw .0 |
1117 rcall check_gas_common ; With Gas 0-4 in WREG | |
1118 movlw .1 | |
1119 rcall check_gas_common ; With Gas 0-4 in WREG | |
1120 movlw .2 | |
1121 rcall check_gas_common ; With Gas 0-4 in WREG | |
1122 movlw .3 | |
1123 rcall check_gas_common ; With Gas 0-4 in WREG | |
1124 movlw .4 | |
1125 rcall check_gas_common ; With Gas 0-4 in WREG | |
1126 ; bra check_gas_change_exit | |
1127 check_gas_change_exit: | |
1128 btfss better_gas_available ; Is a better gas available | |
1129 bcf blinking_better_gas ; No, Clear blinking flag | |
1130 btfss better_gas_available ; Is a better gas available | |
1131 clrf better_gas_number ; No, Clear better_gas_number (For gaslist display) | |
1132 call TFT_active_gas_divemode ; Display gas/Setpoint | |
1133 return | |
1134 | |
1135 check_gas_common: ; With Gas 0-4 in WREG | |
1136 btfsc better_gas_available ; Better Gas already found? | |
1137 return ; Yes, return | |
1138 lfsr FSR1,opt_gas_type ; 0=Disabled, 1=First, 2=Travel, 3=Deco | |
1139 btfss PLUSW1,0 ; Test for Bit0 and 1 -> type=3 -> Deco | |
1140 return ; No | |
1141 btfss PLUSW1,1 ; Test for Bit0 and 1 -> type=3 -> Deco | |
1142 return ; No | |
1143 incf WREG,W ; 1-5 | |
1144 cpfseq active_gas ; is this gas currently selected? | |
1145 bra check_gas_common2 ; No | |
1146 return ; Yes, skip test for active gas | |
1147 check_gas_common2: | |
1148 decf WREG,W ; 0-4 | |
1149 movwf hi ; Save tested gas 0-4 | |
97
53a99a2dc6a1
CHANGE: Always compute bailout plan based on all active gases
heinrichsweikamp
parents:
89
diff
changeset
|
1150 lfsr FSR1,opt_OC_bail_gas_change |
0 | 1151 movff PLUSW1,lo ; Change depth into lo |
1152 movlw minimum_change_depth | |
1153 cpfsgt lo ; Change depth>minimum_change_depth? | |
1154 return ; No, Change depth not deep enough, skip! | |
1155 movf xC+0,W ; load depth in m into WREG | |
1156 cpfsgt lo ; gas_change_depth < current depth? | |
69 | 1157 bra check_gas_common3 ; No, check if we are within the better_gas_window_pos window |
1158 incf hi,W ; 1-5 | |
1159 movwf better_gas_number ; number (1-5) of the "better gas" in divemode, =0: no better gas available | |
1160 movlw better_gas_window_neg | |
1161 subwf lo,W ; Change depth-better_gas_window_neg | |
1162 cpfslt xC+0 ; current depth<Change depth-better_gas_window_neg? | |
1163 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode | |
1164 return | |
1165 | |
1166 check_gas_common3: | |
0 | 1167 incf hi,W ; 1-5 |
1168 movwf better_gas_number ; number (1-5) of the "better gas" in divemode, =0: no better gas available | |
69 | 1169 movlw better_gas_window_pos |
1170 addwf lo,W ; Change depth+better_gas_window_pos | |
1171 cpfsgt xC+0 ; current depth>Change depth+better_gas_window_pos? | |
1172 bra check_gas_common4 ; Ok, now check the better gas ppO2<opt_ppO2_max | |
1173 return | |
1174 | |
1175 check_gas_common4: | |
1176 movf hi,W ; 0-4 | |
1177 lfsr FSR1,char_I_deco_N2_ratio | |
1178 movff PLUSW1,lo ; N2 ratio into lo | |
1179 lfsr FSR1,char_I_deco_He_ratio | |
1180 movff PLUSW1,xB+0 ; He ratio into xB+0 | |
1181 movf xB+0,W | |
1182 addwf lo,F | |
1183 movlw .101 | |
1184 bcf STATUS,C | |
1185 subfwb lo,F ; O2 ratio in lo | |
1186 | |
1187 SAFE_2BYTE_COPY amb_pressure, xA | |
1188 movlw d'10' | |
1189 movwf xB+0 | |
1190 clrf xB+1 | |
1191 call div16x16 ; xC=p_amb/10 | |
1192 movff xC+0,xA+0 | |
1193 movff xC+1,xA+1 | |
1194 movff lo,xB+0 ; =O2 ratio | |
1195 clrf xB+1 | |
1196 call mult16x16 ; lo * p_amb/10 | |
1197 | |
1198 ; Check very high ppO2 manually | |
1199 tstfsz xC+2 ; char_I_O2_ratio * p_amb/10 > 65536, ppO2>6,55bar? | |
1200 return ; Done. | |
1201 ; Check if ppO2>3,30bar | |
1202 btfsc xC+1,7 | |
1203 return ; Done. | |
1204 | |
1205 ; ; Check for low ppo2 | |
1206 ; movff xC+0,sub_b+0 | |
1207 ; movff xC+1,sub_b+1 | |
1208 ; movff opt_ppO2_min,WREG | |
1209 ; mullw d'100' ; opt_ppO2_min*100 | |
1210 ; movff PRODL,sub_a+0 | |
1211 ; movff PRODH,sub_a+1 | |
1212 ; call subU16 | |
1213 ; btfss neg_flag | |
1214 ; return ; Done (Too low). | |
1215 | |
1216 ;check if we are within our warning thresholds! | |
1217 movff xC+0,sub_b+0 | |
1218 movff xC+1,sub_b+1 | |
1219 movff opt_ppO2_max,WREG ; PPO2 Max for MOD calculation and color coding in divemode | |
1220 addlw .1 ; e.g. >1.60 | |
1221 mullw d'100' ; opt_ppO2_max*100 | |
1222 movff PRODL,sub_a+0 | |
1223 movff PRODH,sub_a+1 | |
1224 call subU16 | |
1225 btfss neg_flag | |
0 | 1226 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode |
69 | 1227 return ; Done. |
0 | 1228 |
1229 check_dil_common: ; With Dil 0-4 in WREG | |
1230 btfsc better_gas_available ; Better Diluent already found? | |
1231 return ; Yes, return | |
1232 lfsr FSR1,opt_dil_type ; 0=Disabled, 1=First, 2=Normal | |
1233 tstfsz PLUSW1 ; =0? | |
1234 bra check_dil_common1 ; No | |
1235 return ; Yes, skip inactive diluents for test | |
1236 check_dil_common1: | |
1237 incf WREG,W ; 1-5 | |
1238 cpfseq active_gas ; is this diluent currently selected? | |
1239 bra check_dil_common2 ; No | |
1240 return ; Yes, skip test for active diluent | |
1241 check_dil_common2: | |
1242 decf WREG,W ; 0-4 | |
1243 movwf hi ; Save tested diluent 0-4 | |
1244 lfsr FSR1,char_I_dil_change | |
1245 movff PLUSW1,lo ; Change depth into lo | |
1246 movlw minimum_change_depth | |
1247 cpfsgt lo ; Change depth>minimum_change_depth? | |
1248 return ; No, Change depth not deep enough, skip! | |
1249 movf xC+0,W ; load depth in m into WREG | |
1250 cpfsgt lo ; gas_change_depth < current depth? | |
1251 return ; No, check next gas | |
1252 incf hi,W ; 1-5 | |
1253 movwf better_gas_number ; number (1-5) of the "better gas" in divemode, =0: no better gas available | |
69 | 1254 movlw better_gas_window_neg |
1255 subwf lo,W ; Change depth-better_gas_window_neg | |
1256 cpfslt xC+0 ; current depth<Change depth-better_gas_window_neg? | |
0 | 1257 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode |
1258 return | |
1259 | |
1260 ;============================================================================= | |
1261 ; Setup everything to enter divemode. | |
1262 ; | |
1263 | |
1264 dive_boot_oc: | |
1265 extern get_first_gas_to_WREG | |
1266 call get_first_gas_to_WREG ; Gets first gas (0-4) into WREG | |
1267 movff WREG,char_I_first_gas ; Copy for compatibility | |
1268 rcall setup_gas_registers ; With WREG=Gas 0-4 | |
197 | 1269 banksel char_I_first_gas |
1270 incf char_I_first_gas,F ; 0-4 -> 1-5 | |
1271 banksel common | |
0 | 1272 return |
1273 | |
1274 dive_boot_cc: | |
277
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
1275 bcf is_bailout ; =1: Bailout |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
1276 bcf setpoint_fallback ; =1: Fallback to SP1 due to external O2 sensor failure |
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
1277 bcf blinking_setpoint ; Reset blinking SP flag |
192 | 1278 call compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays |
1279 bsf voting_logic_sensor1 | |
1280 bsf voting_logic_sensor2 | |
1281 bsf voting_logic_sensor3 | |
0 | 1282 rcall divemode_setup_sensor_values ; setup sensor values |
192 | 1283 |
0 | 1284 TSTOSS opt_ccr_mode ; =0: Fixed SP, =1: Sensor |
1285 movff char_I_setpoint_cbar+0,char_I_const_ppO2 ; Setup fixed Setpoint (Always start with SP1) | |
1286 extern get_first_dil_to_WREG | |
1287 call get_first_dil_to_WREG ; Gets first gas (0-4) into WREG | |
1288 movff WREG,char_I_first_gas ; Copy for compatibility | |
1289 rcall setup_dil_registers ; With WREG=Gas 0-4 | |
197 | 1290 banksel char_I_first_gas |
1291 incf char_I_first_gas,F ; 0-4 -> 1-5 | |
1292 banksel common | |
277
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
1293 rcall calc_deko_divemode_sensor ; External sensor stuff |
0 | 1294 return |
1295 | |
1296 diveloop_boot: | |
1297 call restart_set_modes_and_flags | |
1298 | |
1299 call I2C_sleep_accelerometer ; Stop accelerometer | |
1300 call I2C_sleep_compass ; Stop compass | |
1301 | |
1302 clrf WREG | |
1303 movff WREG,max_pressure+0 ; clear some variables | |
1304 movff WREG,max_pressure+1 | |
255 | 1305 movff WREG,compass_bearing+0 |
1306 movff WREG,compass_bearing+1 | |
1307 | |
1308 bcf compass_bearing_set | |
0 | 1309 |
1310 bcf use_agf ; Start with normal GF set | |
1311 bcf divemode_menu ; clear divemode menu flag | |
1312 movlw d'1' | |
1313 movwf apnoe_max_pressure+0 | |
1314 clrf apnoe_max_pressure+1 | |
1315 clrf apnoe_surface_mins | |
1316 clrf apnoe_surface_secs | |
1317 clrf apnoe_mins | |
1318 clrf divemins+0 | |
1319 clrf divemins+1 | |
277
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
1320 bcf no_more_divesecs ; =1: Do no longer show seconds in divemode |
0 | 1321 bcf divemode_menu_active |
1322 clrf menupos | |
277
24daa6523218
1.79beta - update internal sensor registers during boot
heinrichsweikamp
parents:
275
diff
changeset
|
1323 clrf menupos2 ; Reset to zero (Zero=no premenu or simulator task) |
0 | 1324 |
1325 btfss FLAG_ccr_mode | |
1326 rcall dive_boot_oc | |
1327 btfsc FLAG_ccr_mode | |
1328 rcall dive_boot_cc | |
1329 | |
1330 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode | |
1331 clrf better_gas_number ; Clear better gas register | |
1332 | |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
1333 bcf show_safety_stop ;=1: Show the safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
1334 clrf safety_stop_countdown ; Clear count-down |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
1335 |
0 | 1336 clrf samplesecs |
1337 clrf apnoe_timeout_counter ; timeout in minutes | |
1338 clrf timeout_counter ; takes care of the timeout (Low byte) | |
1339 clrf timeout_counter2 ; takes care of the timeout (High byte) | |
1340 clrf AlarmType ; Clear all alarms | |
1341 bcf event_occured ; clear flag | |
1342 clrf total_divetime_seconds+1 | |
1343 clrf average_depth_hold_total+0 | |
1344 clrf average_depth_hold_total+1 | |
1345 clrf average_depth_hold_total+2 | |
1346 clrf average_depth_hold_total+3 ; Clear Non-Resettable Average | |
1347 rcall reset_average1 ; Reset the resettable average depth | |
1348 bcf decostop_active | |
1349 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode | |
204 | 1350 call ghostwriter_short_header ; Write short header with divenumber into profile memory |
0 | 1351 |
1352 btfsc simulatormode_active | |
1353 bra diveloop_boot_1 | |
1354 ; Normal mode = Surface pressure is the pressure 30mn before dive. | |
1355 SAFE_2BYTE_COPY last_surfpressure_30min, int_I_pres_surface ;copy surfacepressure to deco routine | |
1356 SAFE_2BYTE_COPY last_surfpressure_30min, last_surfpressure ;copy surfacepressure to last_surfpressure for correct depth | |
1357 bra diveloop_boot_2 | |
1358 | |
1359 diveloop_boot_1: | |
1360 ; Simulator mode: Surface pressure is 1bar. | |
1361 movlw LOW .1000 | |
1362 movff WREG,int_I_pres_surface+0 ; LOW copy surfacepressure to deco routine | |
1363 movlw HIGH .1000 | |
1364 movff WREG,int_I_pres_surface+1 ; HIGH copy surfacepressure to deco routine | |
1365 | |
1366 diveloop_boot_2: | |
1367 SAFE_2BYTE_COPY temperature,minimum_temperature ; Reset Min-Temp registers | |
1368 | |
1369 ; Init profile recording parameters | |
23
e402813343b6
new option to switch samplingrate between 10s and 2s
heinrichsweikamp
parents:
0
diff
changeset
|
1370 movff samplingrate,samplesecs_value ; to avoid EEPROM access in the ISR |
0 | 1371 movlw div_temperature |
1372 movwf divisor_temperature ; load divisors for profile storage | |
1373 movlw div_deco | |
1374 movwf divisor_deco | |
1375 movlw div_gf | |
1376 movwf divisor_gf | |
1377 movlw div_ppo2_sensors | |
1378 movwf divisor_ppo2_sensors | |
1379 movlw div_decoplan | |
1380 movwf divisor_decoplan | |
1381 movlw div_cns | |
1382 movwf divisor_cns | |
1383 movlw div_tank | |
1384 movwf divisor_tank | |
1385 | |
1386 btfss FLAG_apnoe_mode ; In Apnoe mode? | |
102
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1387 bra divemode_boot1 |
0 | 1388 ; Overwrite some parameters in Apnoe mode.... |
1389 movlw samplingrate_apnoe | |
1390 movwf samplesecs_value ; to avoid EEPROM access in the ISR | |
102
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1391 divemode_boot1: |
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1392 btfsc FLAG_ccr_mode ; =1: CCR mode (Fixed ppO2 or Sensor) active |
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1393 bra divemode_boot2 |
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1394 ; in OC Mode, disable ppO2 logging |
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1395 movlw .0 |
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1396 movwf divisor_ppo2_sensors |
37275e0fa7f5
NEW: Show End-of-Dive time together with clock during deco
heinrichsweikamp
parents:
99
diff
changeset
|
1397 divemode_boot2: |
0 | 1398 |
1399 bcf LEDg | |
1400 bcf LEDr | |
1401 bcf realdive | |
1402 btfss simulatormode_active ; do not disable in simulator mode! | |
1403 call disable_rs232 ; Disable RS232 | |
1404 btfsc enable_screen_dumps ; =1: Ignore vin_usb, wait for "l" command (Screen dump) | |
1405 call enable_rs232 ; Also sets to speed_normal ... | |
39
e4e91fe8b09d
remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents:
38
diff
changeset
|
1406 ; Reset divetime seconds |
e4e91fe8b09d
remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents:
38
diff
changeset
|
1407 movlw .2 ; Start at 2seconds |
0 | 1408 movwf total_divetime_seconds+0 |
39
e4e91fe8b09d
remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents:
38
diff
changeset
|
1409 movwf divesecs |
e4e91fe8b09d
remember last customview in dive and surface mode
mh@mh-THINK.fritz.box
parents:
38
diff
changeset
|
1410 movwf apnoe_secs |
0 | 1411 bsf divemode2 ; displayed divetime is running (Divetime starts HERE) |
1412 | |
1413 movff int_O_CNS_fraction+0,CNS_start+0 | |
1414 movff int_O_CNS_fraction+1,CNS_start+1 ; Save CNS value at beginning of dive | |
1415 movff char_O_relative_gradient_GF,GF_start ; Save GF value at beginning of dive | |
1416 return ; Done with divemode boot | |
1417 | |
1418 divemode_check_for_warnings: | |
131 | 1419 movlw .2 |
1420 cpfsgt warning_counter ; only two warnings active? | |
1421 bra divemode_check_for_warnings1 ; Yes, update every second | |
1422 | |
1423 btfss secs,0 ; Every two seconds... | |
1424 return | |
1425 btfss secs,1 ; Every four seconds... | |
0 | 1426 return |
1427 | |
131 | 1428 divemode_check_for_warnings1: |
0 | 1429 movf warning_counter_backup,W |
1430 cpfseq warning_counter ; warning_counter_backup = warning_counter? | |
1431 call TFT_clear_warning_text ; No, clear all warnings | |
1432 movff warning_counter,warning_counter_backup ; copy warning_counter | |
1433 | |
1434 bcf warning_active ; Clear flag | |
1435 clrf warning_counter ; Clear counter | |
1436 | |
1437 ; Warnings for all modes | |
1438 call check_warn_battery ; Check if the battery level should be displayed/warned | |
55 | 1439 call check_divetimeout ; Not actually a warning. Check and show the divemode timeout |
0 | 1440 |
1441 btfsc FLAG_apnoe_mode ; Done for Apnoe or Gauge mode | |
1442 bra divemode_check_for_warnings2 | |
1443 btfsc FLAG_gauge_mode ; Done for Apnoe or Gauge mode | |
1444 bra divemode_check_for_warnings2 | |
1445 | |
1446 ; Warnings only in deco modes | |
1447 btfss FLAG_ccr_mode ; Don't check in CCR mode | |
1448 rcall check_ppO2 ; check ppO2 and displays warning, if required | |
1449 btfsc is_bailout ; But check in Bailout case... | |
1450 rcall check_ppO2 ; check ppO2 and displays warning, if required | |
1451 rcall check_cns_violation ; Check CNS value and display it, if required | |
1452 btfsc decostop_active ; In deco mode? | |
1453 rcall check_and_store_gf_violation ; Yes, Sets warnings, if required | |
1454 btfsc decostop_active ; In deco mode? | |
1455 call TFT_ftts ; Show @+x time | |
1456 btfsc use_agf ; In aGF mode? | |
1457 rcall warn_agf ; Yes, show a warning for it | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1458 btfsc setpoint_fallback ; =1: Fallback to SP1 due to external O2 sensor failure |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1459 rcall warn_fallback ; Show the warning |
0 | 1460 |
1461 divemode_check_for_warnings2: | |
1462 ; Display the warning icon? | |
1463 btfsc warning_active ; Any warning active? | |
1464 call TFT_divemode_warning ; Yes | |
1465 btfss warning_active ; Any warning active? | |
1466 call TFT_divemode_warning_clear ; No, clear warning icon | |
1467 | |
1468 ; Setup warning_page number | |
1469 incf warning_page,F | |
1470 bcf STATUS,C | |
1471 rlcf warning_page,W ; *2 | |
1472 cpfsgt warning_counter ; > warning_counter | |
1473 clrf warning_page ; No, clear | |
1474 | |
1475 ; Clear 2nd row of warnings if there is nothing to show (on this page) | |
1476 btfss second_row_warning ; =1: The second row contains a warning | |
1477 call TFT_clear_warning_text_2nd_row ; No, clear this row | |
1478 return ; Done. | |
1479 | |
1480 global check_warn_battery | |
1481 check_warn_battery: | |
1482 movff batt_percent,lo | |
1483 movlw battery_show_level+1 | |
1484 cpfslt lo | |
1485 return ; No Display, no warning | |
1486 ; Display Battery, but warn? | |
1487 incf warning_counter,F ; increase counter | |
1488 call TFT_update_batt_percent_divemode ; Show percent | |
1489 | |
86 | 1490 movff batt_percent,lo |
0 | 1491 movlw color_code_battery_low+1 |
1492 cpfslt lo ; | |
1493 return ; No warning | |
1494 bsf warning_active ; Set Warning flag | |
1495 return | |
1496 | |
55 | 1497 check_divetimeout: |
1498 btfsc divemode2 | |
1499 return ; displayed divetime is not running | |
1500 incf warning_counter,F ; increase counter | |
1501 call TFT_divetimeout ; Show timeout counter | |
1502 return | |
1503 | |
1504 | |
0 | 1505 check_ppO2: ; check current ppO2 and display warning if required |
1506 SAFE_2BYTE_COPY amb_pressure, xA | |
1507 movlw d'10' | |
1508 movwf xB+0 | |
1509 clrf xB+1 | |
1510 call div16x16 ; xC=p_amb/10 | |
1511 | |
1512 movff xC+0,xA+0 | |
1513 movff xC+1,xA+1 | |
1514 movff char_I_O2_ratio,xB+0 ; =O2 ratio | |
1515 clrf xB+1 | |
1516 call mult16x16 ; char_I_O2_ratio * p_amb/10 | |
1517 | |
1518 ; Check very high ppO2 manually | |
1519 tstfsz xC+2 ; char_I_O2_ratio * p_amb/10 > 65536, ppO2>6,55bar? | |
1520 bra check_ppO2_1 ; Yes, display Value! | |
1521 ; Check if ppO2>3,30bar | |
1522 btfsc xC+1,7 | |
1523 bra check_ppO2_1 ; Yes! | |
1524 | |
1525 ; Check for low ppo2 | |
1526 movff xC+0,sub_b+0 | |
1527 movff xC+1,sub_b+1 | |
1528 movff opt_ppO2_min,WREG | |
1529 mullw d'100' ; opt_ppO2_min*100 | |
1530 movff PRODL,sub_a+0 | |
1531 movff PRODH,sub_a+1 | |
1532 call subU16 | |
1533 btfsc neg_flag | |
1534 bra check_ppO2_0 ; Not too low | |
1535 ; ppO2 low | |
1536 incf warning_counter,F ; increase counter | |
1537 call TFT_display_ppo2 ; Show ppO2 | |
1538 movlw d'4' ; Type of Alarm (ppO2 low) | |
1539 movwf AlarmType ; Copy to Alarm Register | |
1540 bsf event_occured ; Set Event Flag | |
1541 bsf warning_active ; Set Warning flag | |
1542 return ; Done. | |
1543 | |
1544 check_ppO2_0: | |
1545 ; Check if ppO2 should be displayed | |
1546 movlw ppo2_display_high | |
1547 mullw d'100' ; ppo2_display_high*100 | |
1548 movff PRODL,sub_a+0 | |
1549 movff PRODH,sub_a+1 | |
1550 call subU16 | |
1551 btfss neg_flag | |
1552 return ; No Display, no warning | |
1553 ; Display ppO2, but warn? | |
1554 incf warning_counter,F ; increase counter | |
1555 call TFT_display_ppo2 ; Show ppO2 | |
1556 | |
1557 ;check if we are within our warning thresholds! | |
1558 movff xC+0,sub_b+0 | |
1559 movff xC+1,sub_b+1 | |
1560 movff opt_ppO2_max,WREG ; PPO2 Max for MOD calculation and color coding in divemode | |
69 | 1561 addlw .1 ; e.g. >1.60 |
0 | 1562 mullw d'100' ; opt_ppO2_max*100 |
1563 movff PRODL,sub_a+0 | |
1564 movff PRODH,sub_a+1 | |
1565 call subU16 | |
1566 btfss neg_flag | |
1567 return ; Done. Not too high | |
1568 movlw d'5' ; Type of Alarm (ppO2 high) | |
1569 movwf AlarmType ; Copy to Alarm Register | |
1570 bsf event_occured ; Set Event Flag | |
1571 bsf warning_active ; Set Warning flag | |
1572 return ; Done. | |
1573 | |
1574 check_ppO2_1: ; ppO2 very high | |
1575 incf warning_counter,F ; increase counter | |
1576 call TFT_display_ppo2 ; Show ppO2 | |
1577 movlw d'5' ; Type of Alarm | |
1578 movwf AlarmType ; Copy to Alarm Register | |
1579 bsf event_occured ; Set Event Flag | |
1580 bsf warning_active ; Set Warning flag | |
1581 return ; Done. | |
1582 | |
1583 global check_cns_violation | |
1584 check_cns_violation: | |
1585 ; Check if CNS should be displayed | |
1586 movff int_O_CNS_fraction+1,lo ; copy into bank1 | |
1587 tstfsz lo ; >255% ? | |
1588 bra check_cns_violation2 ; Yes | |
1589 movff int_O_CNS_fraction+0,lo ; copy into bank1 | |
1590 | |
1591 movlw cns_warning_high ; cns_warning_high | |
1592 subwf lo,W | |
1593 btfsc STATUS,C | |
1594 bsf warning_active ; Set Warning flag | |
1595 | |
1596 movlw cns_display_high ; cns_display_high | |
1597 subwf lo,W | |
1598 btfss STATUS,C | |
1599 return ; No Display, no warning | |
1600 ; Display CNS | |
1601 incf warning_counter,F ; increase counter | |
1602 call TFT_display_cns ; Show CNS | |
1603 return | |
1604 | |
1605 check_cns_violation2: | |
1606 incf warning_counter,F ; increase counter | |
1607 call TFT_display_cns ; Show CNS | |
1608 bsf warning_active ; Set Warning flag | |
1609 return | |
1610 | |
1611 global check_and_store_gf_violation | |
1612 check_and_store_gf_violation: | |
1613 movff char_O_gradient_factor,lo ; gradient factor absolute (Non-GF model) | |
1614 movff char_I_deco_model,hi | |
1615 decfsz hi,F ; jump over next line if char_I_deco_model == 1 | |
1616 movff char_O_relative_gradient_GF,lo ; gradient factor relative (GF model) | |
1617 | |
1618 movlw gf_warning_high | |
1619 cpfsgt lo | |
1620 bra check_and_store_gf_violation2 ; No warning | |
1621 movlw d'2' ; Type of Alarm | |
1622 movwf AlarmType ; Copy to Alarm Register | |
1623 bsf event_occured ; Set Event Flag | |
1624 bsf warning_active ; Set Warning flag | |
1625 check_and_store_gf_violation2: | |
1626 movlw gf_display_high | |
1627 cpfsgt lo | |
1628 return ; No Display, no warning | |
1629 ; Display GF | |
1630 incf warning_counter,F ; increase counter | |
1631 call TFT_warning_gf ; Show GF Warning | |
1632 return | |
1633 | |
1634 warn_agf: | |
1635 incf warning_counter,F ; increase counter | |
1636 call TFT_warning_agf ; Show aGF warning | |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1637 return |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1638 |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1639 warn_fallback: |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1640 incf warning_counter,F ; increase counter |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1641 call TFT_warning_fallback ; Show fallback warning |
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
138
diff
changeset
|
1642 bsf warning_active ; Set Warning flag |
0 | 1643 return |
1644 | |
1645 | |
1646 END |