0
|
1
|
|
2 ; OSTC - diving computer code
|
|
3 ; Copyright (C) 2008 HeinrichsWeikamp GbR
|
|
4
|
|
5 ; This program is free software: you can redistribute it and/or modify
|
|
6 ; it under the terms of the GNU General Public License as published by
|
|
7 ; the Free Software Foundation, either version 3 of the License, or
|
|
8 ; (at your option) any later version.
|
|
9
|
|
10 ; This program is distributed in the hope that it will be useful,
|
|
11 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13 ; GNU General Public License for more details.
|
|
14
|
|
15 ; You should have received a copy of the GNU General Public License
|
|
16 ; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
|
18
|
|
19 ; Mainroutines for divemode
|
|
20 ; written by: Matthias Heinrichs, info@heinrichsweikamp.com
|
|
21 ; written: 10/01/05
|
|
22 ; last updated: 15/05/08
|
|
23 ; known bugs:
|
|
24 ; ToDo:
|
|
25
|
|
26 diveloop:
|
|
27 call diveloop_boot ; Boot tasks for all modes
|
|
28
|
|
29 ; Startup Tasks for all modes
|
|
30 ostc_debug 'R' ; Sends debug-information to screen if debugmode active
|
|
31 call PLED_ClearScreen ; clean up OLED
|
|
32 call PLED_divemode_mask ; Display mask
|
|
33 call PLED_active_gas_divemode ; Display gas, if required
|
|
34 call PLED_temp_divemode ; Displays temperature
|
|
35
|
|
36 btfsc FLAG_apnoe_mode
|
|
37 bsf realdive ; Set Realdive flag in Apnoe mode
|
|
38
|
|
39 btfsc gauge_mode
|
|
40 bra diveloop_loop ; Skip in gauge mode
|
|
41 btfsc FLAG_apnoe_mode
|
|
42 bra diveloop_loop ; Skip in apnoe mode
|
|
43
|
|
44 ; Startup Tasks for deco modes
|
|
45 call PLED_display_ndl_mask ; display "no stop" if not in gauge or apnoe mode
|
|
46
|
|
47 diveloop_loop: ; The diveloop starts here
|
|
48 btfss onesecupdate ; tasks any new second
|
|
49 bra diveloop_loop2
|
|
50
|
|
51 btfsc gauge_mode ; Only in gauge mode
|
|
52 bra diveloop_loop1a ; One Second Tasks in Gauge mode
|
|
53 btfsc FLAG_apnoe_mode ; Only in apnoe mode
|
|
54 bra diveloop_loop1b ; One Second Tasks in Apnoe mode
|
|
55 btfsc FLAG_const_ppO2_mode ; only in const_ppO2_mode
|
|
56 bra diveloop_loop1c ; One Second Tasks in const_ppO2 mode
|
|
57
|
|
58 ; Tasks only for OC modes
|
|
59 call check_ppO2 ; check ppO2 and displays warning if required
|
|
60 call calc_deko_divemode ; calculate decompression and display result (any two seconds)
|
|
61 bra diveloop_loop1x ; Common Tasks
|
|
62
|
|
63 ; Tasks only for Gauge mode
|
|
64 diveloop_loop1a:
|
|
65 btfss premenu ; Is the divemode menu active?
|
|
66 call PLED_divemins ; display (new) divetime!
|
|
67 call timeout_divemode ; dive finished? This routine sets the required flags
|
|
68
|
|
69 btfsc stopwatch_active ; =1: Show Average Depth instead of Temperature
|
|
70 call PLED_stopwatch_show ; Show stopwatch only in Average mode
|
|
71
|
|
72 btfsc twosecupdate ; two seconds after the last call
|
|
73 bra diveloop_loop1a2 ; Common Tasks
|
|
74
|
|
75 bsf twosecupdate ; Routines used in the "other second"
|
|
76 call calc_average_depth ; calculate average depth
|
|
77
|
|
78 bra diveloop_loop1x ; Common Tasks
|
|
79
|
|
80 diveloop_loop1a2:
|
|
81 bcf twosecupdate
|
|
82 bra diveloop_loop1x ; Common Tasks
|
|
83
|
|
84 ; Tasks only for Apnoe mode
|
|
85 diveloop_loop1b:
|
|
86 call divemode_apnoe_tasks ; 1 sec. Apnoe tasks
|
|
87 bra diveloop_loop1x ; Common Tasks
|
|
88
|
|
89 ; Tasks only for ppO2 mode
|
|
90 diveloop_loop1c:
|
|
91 call PLED_const_ppO2_value ; display const ppO2 setting in [Bar]
|
|
92 call calc_deko_divemode ; calculate decompression and display result (any two seconds)
|
3
|
93 btfsc is_bailout ; Are we in Bailout mode?
|
|
94 call check_ppO2_bail ; Yes, display ppO2 (If required)
|
|
95
|
0
|
96 bra diveloop_loop1x ; Common Tasks
|
|
97
|
|
98 ; Common Tasks for all modes
|
|
99 diveloop_loop1x:
|
|
100 call timeout_divemode ; dive finished? This routine sets the required flags
|
|
101 btfsc low_battery_state ; If battery is low, then...
|
|
102 call update_batt_voltage_divemode ; Display Battery Symbol/Voltage!
|
|
103 btfsc premenu ; is Menu? displayed?
|
|
104 call timeout_premenu_divemode ; No, so check for timeout premenu
|
|
105 btfsc menubit ; is the Dive mode menu displayed?
|
|
106 call timeout_divemenu ; Yes, so check for timeout divemenu
|
|
107 call set_leds_divemode ; Sets warnings, if required. Also Sets buzzer
|
|
108 btfsc enter_error_sleep ; Enter Fatal Error Routine?
|
16
|
109 call fatal_error_sleep ; Yes (In Sleepmode_vxx.asm!)
|
0
|
110
|
|
111 btfsc stopwatch_active ; =1: Show Average Depth instead of Temperature
|
|
112 call PLED_stopwatch_show ; Show stopwatch only in Average mode
|
|
113
|
|
114 bcf onesecupdate ; one seconds update done
|
|
115
|
|
116 GETCUSTOM8 d'38' ; Show seconds (=1?)
|
|
117 movwf lo
|
|
118 movlw d'1'
|
|
119 cpfseq lo ; =1?
|
|
120 bra diveloop_loop2 ; No, minutes only
|
|
121 bsf update_divetime ; Set Update flag
|
|
122
|
|
123
|
|
124 diveloop_loop2:
|
|
125 btfss update_divetime ; display new divetime?
|
|
126 bra diveloop_loop3 ; No
|
|
127 btfsc premenu ; Is the divemode menu active?
|
|
128 bra diveloop_loop2a ; Yes
|
|
129 call PLED_divemins ; Display (new) divetime!
|
|
130 btfsc FLAG_const_ppO2_mode ; only in const_ppO2_mode
|
|
131 call PLED_const_ppO2_value ; display const ppO2 setting in [Bar]
|
|
132 btfsc ppO2_show_value ; show ppO2?
|
|
133 call check_ppO2 ; check ppO2 and displays warning if required
|
|
134
|
|
135 diveloop_loop2a:
|
|
136 bcf update_divetime ; clear flag
|
|
137
|
|
138
|
|
139 diveloop_loop3:
|
|
140 btfss menubit ; Divemode menu active?
|
|
141 call test_switches_divemode ; No, Check switches normal
|
|
142
|
|
143 btfsc menubit ; Divemode menu active?
|
|
144 call test_switches_divemode_menu ; Yes, check switches divemode menu
|
|
145
|
|
146 btfss divemode ; Dive finished?
|
|
147 bra end_dive ; Dive finished!
|
|
148
|
|
149 btfsc pressure_refresh ; new pressure available?
|
|
150 call update_divemode1 ; Yes, display new depth
|
|
151 bcf pressure_refresh ; until new pressure is available
|
|
152
|
|
153 btfsc oneminupdate ; one minute tasks
|
|
154 call update_divemode60 ; Update clock, etc.
|
|
155
|
|
156 btfsc store_sample ; store new sample?
|
|
157 call store_dive_data ; Store profile data
|
|
158
|
2
|
159 btfsc menubit ; Sleep only with inactive menu...
|
|
160 bra diveloop_loop4
|
|
161
|
|
162 btfsc simulatormode_active ; Do not sleep in Simualtor mode
|
|
163 bra diveloop_loop4
|
|
164
|
0
|
165 sleep
|
|
166 nop
|
2
|
167 diveloop_loop4:
|
0
|
168 bra diveloop_loop ; Loop the divemode
|
|
169
|
|
170 timeout_premenu_divemode:
|
|
171 incf timeout_counter3,F ; Yes...
|
|
172
|
|
173 GETCUSTOM8 d'4' ; loads premenu_timeout into WREG
|
|
174 cpfsgt timeout_counter3 ; ... longer then premenu_timeout
|
|
175 return ; No!
|
|
176
|
|
177 bcf premenu ; Yes, so clear "Menu?" and clear pre_menu bit
|
|
178 call PLED_menu_clear ; Remove "Menu?"
|
|
179 return
|
|
180
|
|
181 divemode_apnoe_tasks: ; 1 sec. Apnoe tasks
|
|
182 call PLED_display_apnoe_descent ; Show descent timer
|
|
183
|
|
184 btfsc divemode2 ; Time running?
|
|
185 bra divemode_apnoe_tasks2 ; New descent, reset data if flag is set
|
|
186
|
|
187 call PLED_display_apnoe_surface
|
|
188 incf apnoe_surface_secs,F
|
|
189 movlw d'60'
|
|
190 cpfseq apnoe_surface_secs
|
|
191 bra divemode_apnoe_tasks1
|
|
192 clrf apnoe_surface_secs
|
|
193 incf apnoe_surface_mins,F
|
|
194
|
|
195 divemode_apnoe_tasks1:
|
|
196 bcf FLAG_active_descent ; Clear flag
|
|
197 btfsc divemode2 ; Time running?
|
|
198 return ; Yes, return
|
|
199
|
|
200 bsf FLAG_active_descent ; Set Flag
|
|
201 return
|
|
202
|
|
203 divemode_apnoe_tasks2:
|
|
204 btfss FLAG_active_descent ; Are descending?
|
|
205 return ; No, We are at the surface
|
|
206 rcall apnoe_calc_maxdepth ; Yes!
|
|
207
|
|
208 divemode_apnoe_tasks3:
|
|
209 call PLED_apnoe_clear_surface ; Clear Surface timer
|
|
210
|
|
211 clrf apnoe_timeout_counter ; Delete timeout
|
|
212 clrf apnoe_surface_secs
|
|
213 clrf apnoe_surface_mins
|
|
214 clrf apnoe_secs
|
|
215 clrf apnoe_mins ; Reset Descent time
|
|
216 clrf max_pressure+0
|
|
217 clrf max_pressure+1 ; Reset Max. Depth
|
|
218 bcf FLAG_active_descent ; Clear flag
|
|
219 return
|
|
220
|
|
221 apnoe_calc_maxdepth:
|
|
222 movff apnoe_max_pressure+0,sub_a+0
|
|
223 movff apnoe_max_pressure+1,sub_a+1
|
|
224 movff max_pressure+0,sub_b+0
|
|
225 movff max_pressure+1,sub_b+1
|
|
226 call sub16 ; sub_c = sub_a - sub_b
|
|
227 ; apnoe_max_pressure<max_pressure -> neg_flag=1
|
|
228 ; max_pressure<=apnoe_max_pressure -> neg_flag=0
|
|
229 btfss neg_flag
|
|
230 return
|
|
231 ;apnoe_max_pressure<max_pressure
|
|
232 movff max_pressure+0,apnoe_max_pressure+0
|
|
233 movff max_pressure+1,apnoe_max_pressure+1
|
|
234 return
|
|
235
|
|
236 set_leds_divemode:
|
21
|
237 bcf LED_red ; LEDy OFF
|
0
|
238 movff char_O_gradient_factor,lo ; gradient factor absolute
|
|
239
|
|
240 GETCUSTOM8 d'14' ; threshold for LED warning
|
|
241 cpfslt lo ;
|
|
242 call warn_gf1 ; show warning, set flags
|
|
243
|
|
244 btfsc ppO2_warn_value ; warn because of too high ppO2?
|
21
|
245 bsf LED_red ; Yes
|
0
|
246
|
|
247 movff char_I_deco_model,lo
|
|
248 decfsz lo,W ; jump over return if char_I_deco_model == 1
|
|
249 return
|
|
250
|
|
251 movff char_O_relative_gradient_GF,lo ; gradient factor relative (GF model)
|
|
252
|
|
253 GETCUSTOM8 d'14' ; threshold for LED warning
|
|
254 cpfslt lo ;
|
|
255 call warn_gf1 ; show warning, set flags
|
|
256
|
|
257 btfsc ppO2_warn_value ; warn because of too high ppO2?
|
21
|
258 bsf LED_red ; Yes
|
0
|
259
|
|
260 return
|
|
261
|
|
262 warn_gf1:
|
21
|
263 bsf LED_red ; LED Yellow on
|
0
|
264 movlw d'2' ; Type of Alarm
|
|
265 movwf AlarmType ; Copy to Alarm Register
|
|
266 bsf event_occured ; Set Event Flag
|
|
267 return
|
|
268
|
|
269 calc_deko_divemode:
|
|
270 btfsc twosecupdate ; two seconds after the last call
|
|
271 bra calc_deko_divemode2 ; Yes, calculate and display deco data ("first second")
|
|
272
|
|
273 ; Routines used in the "other second"
|
|
274
|
|
275 bsf twosecupdate ; No, but next second!
|
|
276 call calc_average_depth ; calculate average depth
|
|
277 call calc_velocity ; calculate vertical velocity and display if > threshold (every two seconds)
|
|
278
|
|
279 ; calculate ppO2 in 0.1Bar (e.g. 150 = 1.50Bar ppO2)
|
|
280 movff amb_pressure+0,xA+0
|
|
281 movff amb_pressure+1,xA+1
|
|
282 movlw LOW d'10'
|
|
283 movwf xB+0
|
|
284 movlw HIGH d'10'
|
|
285 clrf xB+1
|
|
286 call div16x16 ; xC=p_amb/10
|
|
287 movff xC+0,xA+0
|
|
288 movff xC+1,xA+1
|
|
289 movff char_I_O2_ratio,xB+0
|
|
290 clrf xB+1
|
|
291 call mult16x16 ; char_I_O2_ratio * p_amb/10
|
|
292 movff xC+0,xA+0
|
|
293 movff xC+1,xA+1
|
|
294 movlw LOW d'100'
|
|
295 movwf xB+0
|
|
296 movlw HIGH d'100'
|
|
297 clrf xB+1
|
|
298 call div16x16 ; xC=(char_I_O2_ratio * p_amb/10)/100
|
|
299
|
|
300 ; Copy ppO2 for CNS calculation
|
|
301 movff xC+0, char_I_actual_ppO2 ; copy last ppO2 to buffer register
|
|
302 btfsc FLAG_const_ppO2_mode ; do in const_ppO2_mode
|
|
303 movff char_I_const_ppO2, char_I_actual_ppO2 ; copy last ppO2 to buffer register
|
|
304
|
|
305 ; Calculate CNS
|
|
306 call main_calc_CNS_fraction ; calculate CNS
|
|
307 movlb b'00000001' ; rambank 1 selected
|
|
308
|
|
309 ; Check if CNS should be displayed
|
|
310 movff char_O_CNS_fraction,lo ; copy into bank1
|
|
311 GETCUSTOM8 d'27' ; cns_display_high
|
|
312 subwf lo,W
|
|
313 btfsc STATUS,C
|
|
314 call PLED_display_cns ; Show CNS
|
|
315
|
8
|
316 call check_gas_change ; Checks if a better gas should be selected (by user)
|
|
317
|
0
|
318 ; Check for decompression gases if in decomode
|
|
319 btfss dekostop_active
|
|
320 bra reset_decompression_gases ; While in NDL, do not set deompression gas
|
|
321
|
38
|
322 divemode_check_decogases: ; CALLed from Simulator
|
33
|
323 ; Copy active gases to char_I_deco_N2_ratio and char_I_deco_He_ratio
|
0
|
324
|
47
|
325 clrf EEADRH
|
39
|
326 setf hi ; # of gas (0-4)
|
33
|
327 lfsr FSR1, char_I_deco_He_ratio5 ; most shallow decogas
|
|
328 divemode_check_decogases2:
|
39
|
329 incf hi,F ; increase (First time: hi=0)
|
33
|
330 rcall copy_decogas_info
|
39
|
331 movlw d'3'
|
|
332 cpfseq hi ; Gases 0-3 copied?
|
33
|
333 bra divemode_check_decogases2 ; No, Continue
|
0
|
334
|
45
|
335 read_int_eeprom d'113' ; Read He ratio
|
39
|
336 movff EEDATA,char_I_deco_He_ratio ; And copy into hold register
|
|
337
|
45
|
338 read_int_eeprom d'112' ; Read O2 ratio
|
39
|
339 movff char_I_deco_He_ratio, wait_temp ; copy into bank1 register
|
|
340 bsf STATUS,C ;
|
|
341 movlw d'100' ; 100%
|
|
342 subfwb wait_temp,W ; minus He
|
|
343 subfwb EEDATA,F ; minus O2
|
|
344 movff EEDATA, char_I_deco_N2_ratio; = N2!
|
|
345
|
45
|
346 ; Now, set change depth. Inactive gases have depth=0!
|
33
|
347
|
45
|
348 read_int_eeprom d'118' ; read gas_change_depth Gas1
|
|
349 movff EEDATA,char_I_deco_gas_change5
|
39
|
350
|
45
|
351 read_int_eeprom d'119' ; read gas_change_depth Gas1
|
|
352 movff EEDATA,char_I_deco_gas_change4
|
0
|
353
|
45
|
354 read_int_eeprom d'120' ; read gas_change_depth Gas1
|
|
355 movff EEDATA,char_I_deco_gas_change3
|
0
|
356
|
45
|
357 read_int_eeprom d'121' ; read gas_change_depth Gas1
|
|
358 movff EEDATA,char_I_deco_gas_change2
|
0
|
359
|
45
|
360 read_int_eeprom d'122' ; read gas_change_depth Gas1
|
|
361 movff EEDATA,char_I_deco_gas_change
|
|
362
|
38
|
363
|
|
364 ; Debugger
|
45
|
365 ; call enable_rs232
|
39
|
366 ; movff char_I_deco_He_ratio5,TXREG
|
|
367 ; call rs232_wait_tx ; wait for UART
|
|
368 ; movff char_I_deco_N2_ratio5,TXREG
|
|
369 ; call rs232_wait_tx ; wait for UART
|
|
370 ; movff char_I_deco_He_ratio4,TXREG
|
|
371 ; call rs232_wait_tx ; wait for UART
|
|
372 ; movff char_I_deco_N2_ratio4,TXREG
|
|
373 ; call rs232_wait_tx ; wait for UART
|
|
374 ; movff char_I_deco_He_ratio3,TXREG
|
|
375 ; call rs232_wait_tx ; wait for UART
|
|
376 ; movff char_I_deco_N2_ratio3,TXREG
|
|
377 ; call rs232_wait_tx ; wait for UART
|
|
378 ; movff char_I_deco_He_ratio2,TXREG
|
|
379 ; call rs232_wait_tx ; wait for UART
|
|
380 ; movff char_I_deco_N2_ratio2,TXREG
|
|
381 ; call rs232_wait_tx ; wait for UART
|
|
382 ; movff char_I_deco_He_ratio,TXREG
|
|
383 ; call rs232_wait_tx ; wait for UART
|
|
384 ; movff char_I_deco_N2_ratio,TXREG
|
|
385 ; call rs232_wait_tx ; wait for UART
|
|
386 ; movff char_I_deco_gas_change5,TXREG
|
|
387 ; call rs232_wait_tx ; wait for UART
|
|
388 ; movff char_I_deco_gas_change4,TXREG
|
|
389 ; call rs232_wait_tx ; wait for UART
|
|
390 ; movff char_I_deco_gas_change3,TXREG
|
|
391 ; call rs232_wait_tx ; wait for UART
|
|
392 ; movff char_I_deco_gas_change2,TXREG
|
|
393 ; call rs232_wait_tx ; wait for UART
|
|
394 ; movff char_I_deco_gas_change,TXREG
|
|
395 ; call rs232_wait_tx ; wait for UART
|
47
|
396
|
|
397
|
|
398
|
|
399
|
|
400
|
33
|
401 return
|
0
|
402
|
33
|
403 copy_decogas_info:
|
|
404 movf hi,W ; Gas 1-4
|
|
405 mullw d'4' ; times 4...
|
45
|
406 movlw d'90' ; +90 Offset to new...
|
|
407 addwf PRODL,F ; ..sorted list!
|
|
408
|
33
|
409 movf PRODL,W ;
|
|
410 addlw d'7' ; +7 = address for He ratio
|
0
|
411 movwf EEADR
|
|
412 call read_eeprom ; Read He ratio
|
33
|
413 movff EEDATA,INDF1 ; And copy into hold register
|
0
|
414
|
33
|
415 movf hi,W ; Gas 1-4
|
|
416 mullw d'4' ; times 4...
|
45
|
417 movlw d'90' ; +90 Offset to new...
|
|
418 addwf PRODL,F ; ..sorted list!
|
|
419
|
33
|
420 movf PRODL,W ;
|
|
421 addlw d'6' ; +6 = address for O2 ratio
|
0
|
422 movwf EEADR
|
|
423 call read_eeprom ; Read O2 ratio
|
33
|
424 ; movff EEDATA, char_I_O2_ratio ; O2 ratio
|
|
425 movff POSTDEC1, wait_temp ; copy into bank1 register
|
|
426 bsf STATUS,C ;
|
0
|
427 movlw d'100' ; 100%
|
|
428 subfwb wait_temp,W ; minus He
|
|
429 subfwb EEDATA,F ; minus O2
|
33
|
430 movff EEDATA, POSTDEC1 ; = N2!
|
|
431 return
|
0
|
432
|
|
433 reset_decompression_gases: ; reset the deco gas while in NDL
|
|
434 ostc_debug 'F' ; Sends debug-information to screen if debugmode active
|
|
435 clrf lo
|
38
|
436 movff lo,char_I_deco_gas_change5
|
|
437 movff lo,char_I_deco_gas_change4
|
|
438 movff lo,char_I_deco_gas_change3
|
|
439 movff lo,char_I_deco_gas_change2
|
39
|
440 movff lo, char_I_deco_gas_change ; clear
|
0
|
441 return
|
|
442
|
|
443 calc_deko_divemode2:
|
|
444 bcf twosecupdate
|
|
445
|
|
446 btfsc gauge_mode ; ignore decompression calculation in gauge mode
|
|
447 return
|
|
448 btfsc FLAG_apnoe_mode ; ignore decompression calculation in apnoe mode
|
|
449 return
|
|
450
|
|
451 ostc_debug 'B' ; Sends debug-information to screen if debugmode active
|
|
452 call divemode_prepare_flags_for_deco
|
40
|
453
|
|
454 movlw d'0'
|
|
455 movff WREG,char_I_step_is_1min ; 2 second deco mode
|
|
456
|
0
|
457 call deco_main_calc_hauptroutine ; calc_tissue
|
|
458 movlb b'00000001' ; rambank 1 selected
|
|
459 ostc_debug 'C' ; Sends debug-information to screen if debugmode active
|
|
460
|
|
461 movff char_O_deco_status,deco_status ;
|
|
462 tstfsz deco_status ; deco_status=0 if decompression calculation done
|
|
463 return ; calculation not yet finished!
|
|
464
|
|
465 movff char_O_array_decodepth+0,wait_temp ; copy ceiling to temp register
|
|
466 tstfsz wait_temp ; Ceiling<0m?
|
|
467 bra calc_deko_divemode3 ; Yes!
|
|
468
|
|
469 btfsc dekostop_active
|
|
470 call PLED_display_ndl_mask ; Clear deco data, display nostop time
|
|
471 bcf dekostop_active ; clear flag
|
|
472
|
|
473 clrf decodata+0 ; for profile memory
|
|
474 movff char_O_nullzeit,decodata+1 ; nostop time
|
|
475
|
|
476 call PLED_display_ndl ; display no deco limit
|
|
477 return
|
|
478
|
|
479 divemode_prepare_flags_for_deco:
|
|
480 movff amb_pressure+0,int_I_pres_respiration+0 ; lo and copy result to deco routine
|
|
481 movff amb_pressure+1,int_I_pres_respiration+1 ; hi
|
|
482 GETCUSTOM8 d'11' ; Saturation multiplier %
|
|
483 movwf wait_temp
|
|
484 movff wait_temp,char_I_saturation_multiplier
|
|
485 GETCUSTOM8 d'12' ; Desaturation multiplier %
|
|
486 movwf wait_temp
|
|
487 movff wait_temp,char_I_desaturation_multiplier
|
|
488 GETCUSTOM8 d'16' ; Deco distance to decostop in 1/10 meter for simulation
|
|
489 movwf wait_temp
|
|
490 movff wait_temp,char_I_deco_distance
|
|
491 GETCUSTOM8 d'29' ; Depth Last Deco in meter for simulation
|
|
492 movwf wait_temp
|
|
493 movff wait_temp,char_I_depth_last_deco
|
|
494 call restart_set_modes_and_flags ; Sets decomode (char_I_deco_model) and flags (again)
|
|
495 return
|
|
496
|
|
497 calc_deko_divemode3:
|
|
498 btfss dekostop_active
|
|
499 call PLED_display_deko_mask ; clear nostop time, display decodata
|
|
500 bsf dekostop_active ; Set flag
|
|
501
|
|
502 movff char_O_array_decodepth+0,decodata+0 ; ceiling
|
|
503 movff char_O_array_decotime,decodata+1 ; length of first stop in minues
|
|
504
|
|
505 call PLED_display_deko ; display decodata
|
|
506 return
|
|
507
|
|
508 store_dive_data: ; CF20 seconds gone
|
|
509 bcf store_sample ; update only any CF20 seconds
|
|
510 bsf update_divetime ; update divemins every CF20 seconds
|
|
511
|
21
|
512 bcf LED_red ; LEDr off (Marker)
|
0
|
513
|
33
|
514 btfsc simulatormode_active ; Are we in simulator mode?
|
|
515 return ; Yes, discard everything
|
|
516
|
0
|
517 btfsc header_stored ; Header already stored?
|
|
518 bra store_dive_data2 ; Yes, store only profile data
|
|
519 bsf header_stored ; Store header
|
|
520
|
|
521 movff eeprom_address+0, eeprom_header_address+0 ; store startposition
|
|
522 movff eeprom_address+1, eeprom_header_address+1 ; store startposition
|
|
523
|
|
524 ; shift address for header
|
|
525 ; the header will be stored after the dive
|
|
526 incf_eeprom_address d'47' ; Macro, that adds 8Bit to eeprom_address:2 with banking at 0x8000
|
|
527
|
|
528 store_dive_data2:
|
|
529 movf rel_pressure+0,W ; store depth with every sample
|
|
530 call write_external_eeprom
|
|
531 movf rel_pressure+1,W
|
|
532 call write_external_eeprom
|
|
533
|
|
534 ;First, find out how many bytes will append to this sample....
|
|
535 clrf ProfileFlagByte ; clear number of bytes to append
|
|
536
|
|
537 ; Check Extented informations
|
|
538 decfsz divisor_temperature,W ; Check divisor
|
|
539 bra check_extended1
|
|
540 movlw d'2' ; Information length
|
|
541 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
542 check_extended1:
|
|
543 decfsz divisor_deco,W ; Check divisor
|
|
544 bra check_extended2
|
|
545 movlw d'2' ; Information length
|
|
546 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
547 check_extended2:
|
|
548 decfsz divisor_tank,W ; Check divisor
|
|
549 bra check_extended3
|
|
550 movlw d'2' ; Information length
|
|
551 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
552 check_extended3:
|
|
553 decfsz divisor_ppo2,W ; Check divisor
|
|
554 bra check_extended4
|
|
555 movlw d'3' ; Information length
|
|
556 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
557 check_extended4:
|
|
558 decfsz divisor_deco_debug,W; Check divisor
|
|
559 bra check_extended5
|
|
560 movlw d'9' ; Information length
|
|
561 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
562 check_extended5:
|
|
563 decfsz divisor_nuy2,W ; Check divisor
|
|
564 bra check_extended6
|
|
565 movlw d'0' ; Information length
|
|
566 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
567 check_extended6:
|
|
568
|
|
569 ; Second, check global event flag
|
|
570 btfss event_occured ; Check global event flag
|
|
571 bra store_dive_data3 ; No Event
|
|
572 movlw d'1'
|
|
573 addwf ProfileFlagByte,F ; add one byte (The EventByte)
|
|
574
|
|
575 clrf EventByte ; reset EventByte
|
|
576
|
|
577 movf AlarmType,W ; Type of Alarm Bit 0-3
|
|
578 addwf EventByte,F ; Copy to EventByte Bit 0-3
|
|
579 clrf AlarmType ; Reset AlarmType
|
|
580
|
|
581 ; Third, check events and add aditional bytes
|
|
582 btfss manual_gas_changed ; Check flag
|
|
583 bra check_event1
|
|
584 movlw d'2' ; Information length
|
|
585 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
586 bsf EventByte,4 ; Also set Flag in EventByte!
|
|
587 check_event1:
|
|
588 btfss stored_gas_changed ; Check flag
|
|
589 bra check_event2
|
|
590 movlw d'1' ; Information length
|
|
591 addwf ProfileFlagByte,F ; add to ProfileFlagByte
|
|
592 bsf EventByte,5 ; Also set Flag in EventByte!
|
|
593 check_event2:
|
|
594 bsf ProfileFlagByte,7 ; Set EventByte Flag in ProfileFlagByte
|
|
595
|
|
596 store_dive_data3:
|
|
597 movf ProfileFlagByte,W ; finally, write ProfileFlagByte!
|
|
598 call write_external_eeprom
|
|
599
|
|
600 btfss event_occured ; Check global event flag (again)
|
|
601 bra store_dive_data4 ; No Event
|
|
602
|
|
603 ; Store the EventByte + additional bytes now
|
|
604 movf EventByte,W
|
|
605 call write_external_eeprom
|
|
606
|
|
607 btfss manual_gas_changed ; Check flag
|
|
608 bra store_dive_data3a
|
|
609 read_int_eeprom d'24' ; % O2 Gas6
|
|
610 movf EEDATA,W
|
|
611 call write_external_eeprom
|
|
612 read_int_eeprom d'25' ; % He Gas6
|
|
613 movf EEDATA,W
|
|
614 call write_external_eeprom
|
|
615
|
|
616 store_dive_data3a:
|
|
617 btfss stored_gas_changed ; Check flag
|
|
618 bra store_dive_data3b
|
|
619 movf active_gas,W ; Store active gas
|
|
620 call write_external_eeprom
|
|
621
|
|
622 store_dive_data3b:
|
|
623
|
|
624 store_dive_data4:
|
|
625 bcf event_occured ; Clear the global event flag
|
|
626 bcf manual_gas_changed ; Clear all events
|
|
627 bcf stored_gas_changed ; Clear all events
|
|
628
|
|
629 ; Store extended informations
|
|
630 decfsz divisor_temperature,F ; Check divisor
|
|
631 bra store_extended1
|
|
632 rcall store_dive_temperature
|
|
633 store_extended1:
|
|
634 decfsz divisor_deco,F ; Check divisor
|
|
635 bra store_extended2
|
|
636 rcall store_dive_decodata
|
|
637 store_extended2:
|
|
638 decfsz divisor_tank,F ; Check divisor
|
|
639 bra store_extended3
|
|
640 rcall store_dive_tankdata
|
|
641 store_extended3:
|
|
642 decfsz divisor_ppo2,F ; Check divisor
|
|
643 bra store_extended4
|
|
644 rcall store_dive_ppo2
|
|
645 store_extended4:
|
|
646 decfsz divisor_deco_debug,F; Check divisor
|
|
647 bra store_extended5
|
|
648 rcall store_dive_decodebug
|
|
649 store_extended5:
|
|
650 decfsz divisor_nuy2,F ; Check divisor
|
|
651 bra store_extended6
|
|
652 rcall store_dive_nuy2
|
|
653 store_extended6:
|
|
654
|
|
655 ; The next block is required to take care of "store never"
|
|
656 btfsc divisor_temperature,7 ; Test highest Bit (Register must have been zero before the "decfsz" command!)
|
|
657 clrf divisor_temperature ; And clear register again, so it will never reach zero...
|
|
658 btfsc divisor_deco,7 ; Test highest Bit (Register must have been zero before the "decfsz" command!)
|
|
659 clrf divisor_deco ; And clear register again, so it will never reach zero...
|
|
660 btfsc divisor_tank,7 ; Test highest Bit (Register must have been zero before the "decfsz" command!)
|
|
661 clrf divisor_tank ; And clear register again, so it will never reach zero...
|
|
662 btfsc divisor_ppo2,7 ; Test highest Bit (Register must have been zero before the "decfsz" command!)
|
|
663 clrf divisor_ppo2 ; And clear register again, so it will never reach zero...
|
|
664 btfsc divisor_deco_debug,7 ; Test highest Bit (Register must have been zero before the "decfsz" command!)
|
|
665 clrf divisor_deco_debug ; And clear register again, so it will never reach zero...
|
|
666 btfsc divisor_nuy2,7 ; Test highest Bit (Register must have been zero before the "decfsz" command!)
|
|
667 clrf divisor_nuy2 ; And clear register again, so it will never reach zero...
|
|
668
|
|
669 ostc_debug 'D' ; Sends debug-information to screen if debugmode active
|
|
670 return ; Done.
|
|
671
|
|
672 store_dive_nuy2:
|
|
673 GETCUSTOM8 d'26'
|
|
674 movwf divisor_nuy2 ; Reload divisor from CF
|
|
675 return
|
|
676
|
|
677 store_dive_decodebug:
|
|
678 movff 0x931,divisor_deco_debug ; Used as temp
|
|
679 movf divisor_deco_debug,W ; copy to WREG
|
|
680 call write_external_eeprom ; Store in EEPROM
|
|
681 movff 0x930,divisor_deco_debug ; Used as temp
|
|
682 movf divisor_deco_debug,W ; copy to WREG
|
|
683 call write_external_eeprom ; Store in EEPROM
|
|
684 movff 0x933,divisor_deco_debug ; Used as temp
|
|
685 movf divisor_deco_debug,W ; copy to WREG
|
|
686 call write_external_eeprom ; Store in EEPROM
|
|
687 movff 0x932,divisor_deco_debug ; Used as temp
|
|
688 movf divisor_deco_debug,W ; copy to WREG
|
|
689 call write_external_eeprom ; Store in EEPROM
|
|
690 movff 0x935,divisor_deco_debug ; Used as temp
|
|
691 movf divisor_deco_debug,W ; copy to WREG
|
|
692 call write_external_eeprom ; Store in EEPROM
|
|
693 movff 0x934,divisor_deco_debug ; Used as temp
|
|
694 movf divisor_deco_debug,W ; copy to WREG
|
|
695 call write_external_eeprom ; Store in EEPROM
|
|
696 movff 0x937,divisor_deco_debug ; Used as temp
|
|
697 movf divisor_deco_debug,W ; copy to WREG
|
|
698 call write_external_eeprom ; Store in EEPROM
|
|
699 movff 0x936,divisor_deco_debug ; Used as temp
|
|
700 movf divisor_deco_debug,W ; copy to WREG
|
|
701 call write_external_eeprom ; Store in EEPROM
|
|
702 movff 0x938,divisor_deco_debug ; Used as temp
|
|
703 movf divisor_deco_debug,W ; copy to WREG
|
|
704 call write_external_eeprom ; Store in EEPROM
|
|
705 GETCUSTOM8 d'25'
|
|
706 movwf divisor_deco_debug ; Reload divisor from CF
|
|
707 return
|
|
708
|
|
709 store_dive_ppo2:
|
|
710 movlw 0x00 ; Dummy
|
|
711 call write_external_eeprom
|
|
712 movlw 0x00 ; Dummy
|
|
713 call write_external_eeprom
|
|
714 movlw 0x00 ; Dummy
|
|
715 call write_external_eeprom
|
|
716 GETCUSTOM8 d'24'
|
|
717 movwf divisor_ppo2 ; Reload divisor from CF
|
|
718 return
|
|
719
|
|
720 store_dive_tankdata:
|
|
721 movlw d'0' ; Dummy Tank1
|
|
722 call write_external_eeprom
|
|
723 movlw d'0' ; Dummy Tank2
|
|
724 call write_external_eeprom
|
|
725 GETCUSTOM8 d'23'
|
|
726 movwf divisor_tank ; Reload divisor from CF
|
|
727 return
|
|
728
|
|
729 store_dive_decodata:
|
|
730 movf decodata+0,W ; =0:no stop dive, if in deco mode: ceiling in m
|
|
731 call write_external_eeprom
|
|
732 movf decodata+1,W ; no stop time of length of first stop
|
|
733 call write_external_eeprom
|
|
734 GETCUSTOM8 d'22'
|
|
735 movwf divisor_deco ; Reload divisor from CF
|
|
736 return
|
|
737
|
|
738 store_dive_temperature:
|
|
739 movf temperature+0,W ; append temperature to current sample!
|
|
740 call write_external_eeprom
|
|
741 movf temperature+1,W
|
|
742 call write_external_eeprom
|
|
743 GETCUSTOM8 d'21'
|
|
744 movwf divisor_temperature ; Reload divisor from CF
|
|
745 return
|
|
746
|
|
747 calc_velocity: ; called every two seconds
|
|
748 btfss divemode
|
|
749 bra do_not_display_velocity ; display velocity only in divemode
|
|
750
|
|
751 calc_velocity2:
|
|
752 movff amb_pressure+0,sub_a+0
|
|
753 movff amb_pressure+1,sub_a+1
|
|
754 movff last_pressure+0,sub_b+0
|
|
755 movff last_pressure+1,sub_b+1
|
|
756 movff amb_pressure+0,last_pressure+0 ; store old value for velocity
|
|
757 movff amb_pressure+1,last_pressure+1
|
|
758
|
|
759 call sub16 ; sub_c = amb_pressure - last_pressure
|
|
760
|
|
761 movff sub_c+0,xA+0
|
|
762 movff sub_c+1,xA+1
|
|
763 movlw d'39' ;77 when called every second....
|
|
764 movwf xB+0
|
|
765 clrf xB+1
|
|
766 call mult16x16 ; differential pressure in mBar*77...
|
|
767 movff xC+0,divA+0
|
|
768 movff xC+1,divA+1
|
|
769 movlw d'7'
|
|
770 movwf divB
|
|
771 call div16 ; devided by 2^7 equals velocity in m/min
|
|
772
|
|
773 movlw d'99'
|
|
774 cpfsgt divA
|
|
775 bra calc_velocity3
|
|
776 movwf divA ; divA=99
|
|
777
|
|
778 calc_velocity3:
|
|
779
|
|
780 GETCUSTOM8 d'5' ; threshold for display vertical velocity
|
|
781 subwf divA+0,W ;
|
|
782
|
|
783 btfss STATUS,C
|
|
784 bra do_not_display_velocity
|
|
785
|
|
786 update_velocity:
|
|
787 bsf display_velocity
|
|
788 call PLED_display_velocity
|
|
789 return
|
|
790
|
|
791 do_not_display_velocity:
|
|
792 btfss display_velocity ; Velocity was not displayed, do not delete
|
|
793 return
|
|
794
|
|
795 bcf display_velocity ; Velocity was displayed, delete velocity now
|
|
796 call PLED_display_velocity_clear
|
|
797 return
|
|
798
|
|
799 check_ppO2: ; check current ppO2 and display warning if required
|
|
800 btfsc FLAG_const_ppO2_mode ; ignore in ppO2 mode....
|
|
801 return
|
|
802
|
3
|
803 check_ppO2_bail: ; In CC mode but bailout active!
|
0
|
804 movff amb_pressure+0,xA+0
|
|
805 movff amb_pressure+1,xA+1
|
|
806 movlw d'10'
|
|
807 movwf xB+0
|
|
808 clrf xB+1
|
|
809 call div16x16 ; xC=p_amb/10
|
|
810 movff xC+0,xA+0
|
|
811 movff xC+1,xA+1
|
|
812 movff char_I_O2_ratio,xB+0
|
|
813 clrf xB+1
|
|
814 call mult16x16 ; char_I_O2_ratio * p_amb/10
|
|
815
|
|
816 ; Check if ppO2 should be displayed
|
|
817 movff xC+0,sub_b+0
|
|
818 movff xC+1,sub_b+1
|
|
819 GETCUSTOM8 d'19' ; ppo2_display_high
|
|
820 mullw d'100' ; ppo2_display_high*100
|
|
821 movff PRODL,sub_a+0
|
|
822 movff PRODH,sub_a+1
|
|
823 call sub16
|
|
824 bcf ppO2_show_value ; clear flag
|
|
825 btfsc neg_flag
|
|
826 bsf ppO2_show_value ; set flag if required
|
|
827
|
|
828 ;check if we are within our warning thresholds!
|
|
829 bcf ppO2_warn_value ; clear flag
|
|
830 movff xC+0,sub_b+0
|
|
831 movff xC+1,sub_b+1
|
|
832 GETCUSTOM8 d'18' ; ppo2_warning_high
|
|
833 mullw d'100' ; ppo2_warning_high*100
|
|
834 movff PRODL,sub_a+0
|
|
835 movff PRODH,sub_a+1
|
|
836 call sub16
|
|
837 btfss neg_flag
|
|
838 bra check_ppO2_0 ; Not too high
|
|
839
|
|
840 bsf ppO2_warn_value ; set flag
|
|
841 movlw d'5' ; Type of Alarm
|
|
842 movwf AlarmType ; Copy to Alarm Register
|
|
843 bsf event_occured ; Set Event Flag
|
|
844
|
|
845 check_ppO2_0:
|
|
846 movff xC+0,sub_b+0
|
|
847 movff xC+1,sub_b+1
|
|
848 GETCUSTOM8 d'17' ; ppo2_warning_low
|
|
849 mullw d'100' ; ppo2_warning_low*100
|
|
850 movff PRODL,sub_a+0
|
|
851 movff PRODH,sub_a+1
|
|
852 call sub16
|
|
853 btfsc neg_flag
|
|
854 bra check_ppO2_1 ; Not too low
|
|
855
|
|
856 bsf ppO2_warn_value ; set flag
|
|
857 bsf ppO2_show_value ; show ppO2 if below threshold!
|
|
858 movlw d'4' ; Type of Alarm
|
|
859 movwf AlarmType ; Copy to Alarm Register
|
|
860 bsf event_occured ; Set Event Flag
|
|
861
|
|
862 check_ppO2_1:
|
|
863 btfsc ppO2_show_value ; show value?
|
|
864 bra check_ppO2_2 ; yes!
|
|
865
|
|
866 btfss ppO2_display_active ; is the value displayed?
|
|
867 bra check_ppO2_3 ; No, so clear not required
|
|
868
|
|
869 call PLED_show_ppO2_clear; Clear ppO2 value
|
|
870 bcf ppO2_display_active ; clear flag
|
|
871 bra check_ppO2_3 ; done
|
|
872
|
|
873 check_ppO2_2:
|
|
874 call PLED_show_ppO2 ; Display ppO2 (stored in xC)
|
|
875 bsf ppO2_display_active ; Set flag
|
|
876
|
|
877 check_ppO2_3:
|
|
878 return ; done
|
|
879
|
|
880
|
8
|
881 check_gas_change: ; Checks if a better gas should be selected (by user)
|
|
882 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
883
|
|
884 movff rel_pressure+0,xA+0
|
|
885 movff rel_pressure+1,xA+1
|
|
886 movlw d'100'
|
|
887 movwf xB+0
|
|
888 clrf xB+1
|
|
889 call div16x16 ; compute depth in full m -> result in xC+0
|
|
890
|
|
891 check_gas_change1: ; check gas1
|
|
892 read_int_eeprom d'27' ; read flag register
|
|
893 btfss EEDATA,0 ; check active flag
|
|
894 bra check_gas_change2 ; skip inactive gases!
|
|
895 movlw d'1'
|
|
896 cpfseq active_gas ; is this gas currently selected?
|
|
897 bra check_gas_change1x ; No...
|
|
898 bra check_gas_change2 ; Yes, skip depth check
|
|
899 check_gas_change1x:
|
|
900 read_int_eeprom d'28' ; read gas_change_depth
|
|
901 movlw d'3'
|
|
902 cpfsgt EEDATA ; Change depth>3m?
|
|
903 bra check_gas_change2 ; No, Change depth not deep enough, skip!
|
|
904 movf xC+0,W ; load depth in m into WREG
|
|
905 cpfsgt EEDATA ; gas_change_depth < current depth?
|
|
906 bra check_gas_change2 ; No, check next gas
|
|
907 movlw d'3'
|
|
908 subwf EEDATA,W ; Change depth-3m
|
|
909 cpfslt xC+0 ; current depth<Change depth-3m?
|
|
910 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
911
|
|
912 check_gas_change2: ; check gas2
|
|
913 read_int_eeprom d'27' ; read flag register
|
|
914 btfss EEDATA,1 ; check active flag
|
|
915 bra check_gas_change3 ; skip inactive gases!
|
|
916 movlw d'2'
|
|
917 cpfseq active_gas ; is this gas currently selected?
|
|
918 bra check_gas_change2x ; No...
|
|
919 bra check_gas_change3 ; Yes, skip depth check
|
|
920 check_gas_change2x:
|
|
921 read_int_eeprom d'29' ; read gas_change_depth
|
|
922 movlw d'3'
|
|
923 cpfsgt EEDATA ; Change depth>3m?
|
|
924 bra check_gas_change3 ; No, Change depth not deep enough, skip!
|
|
925 movf xC+0,W ; load depth in m into WREG
|
|
926 cpfsgt EEDATA ; gas_change_depth < current depth?
|
|
927 bra check_gas_change3 ; No, check next gas
|
|
928 movlw d'3'
|
|
929 subwf EEDATA,W ; Change depth-3m
|
|
930 cpfslt xC+0 ; current depth<Change depth-3m?
|
|
931 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
932
|
|
933 check_gas_change3: ; check gas3
|
|
934 read_int_eeprom d'27' ; read flag register
|
|
935 btfss EEDATA,2 ; check active flag
|
|
936 bra check_gas_change4 ; skip inactive gases!
|
|
937 movlw d'3'
|
|
938 cpfseq active_gas ; is this gas currently selected?
|
|
939 bra check_gas_change3x ; No...
|
|
940 bra check_gas_change4 ; Yes, skip depth check
|
|
941 check_gas_change3x:
|
|
942 read_int_eeprom d'30' ; read gas_change_depth
|
|
943 movlw d'3'
|
|
944 cpfsgt EEDATA ; Change depth>3m?
|
|
945 bra check_gas_change4 ; No, Change depth not deep enough, skip!
|
|
946 movf xC+0,W ; load depth in m into WREG
|
|
947 cpfsgt EEDATA ; gas_change_depth < current depth?
|
|
948 bra check_gas_change4 ; No, check next gas
|
|
949 movlw d'3'
|
|
950 subwf EEDATA,W ; Change depth-3m
|
|
951 cpfslt xC+0 ; current depth<Change depth-3m?
|
|
952 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
953
|
|
954 check_gas_change4: ; check gas4
|
|
955 read_int_eeprom d'27' ; read flag register
|
|
956 btfss EEDATA,3 ; check active flag
|
|
957 bra check_gas_change5 ; skip inactive gases!
|
|
958 movlw d'4'
|
|
959 cpfseq active_gas ; is this gas currently selected?
|
|
960 bra check_gas_change4x ; No...
|
|
961 bra check_gas_change5 ; Yes, skip depth check
|
|
962 check_gas_change4x:
|
|
963 read_int_eeprom d'31' ; read gas_change_depth
|
|
964 cpfsgt EEDATA ; Change depth>3m?
|
|
965 bra check_gas_change5 ; No, Change depth not deep enough, skip!
|
|
966 movf xC+0,W ; load depth in m into WREG
|
|
967 cpfsgt EEDATA ; gas_change_depth < current depth?
|
|
968 bra check_gas_change5 ; No, check next gas
|
|
969 movlw d'3'
|
|
970 subwf EEDATA,W ; Change depth-3m
|
|
971 cpfslt xC+0 ; current depth<Change depth-3m?
|
|
972 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
973
|
|
974 check_gas_change5: ; check gas5
|
|
975 read_int_eeprom d'27' ; read flag register
|
|
976 btfss EEDATA,4 ; check active flag
|
|
977 bra check_gas_change6 ; skip inactive gases!
|
|
978 movlw d'5'
|
|
979 cpfseq active_gas ; is this gas currently selected?
|
|
980 bra check_gas_change5x ; No...
|
|
981 bra check_gas_change6 ; Yes, skip depth check
|
|
982 check_gas_change5x:
|
|
983 read_int_eeprom d'32' ; read gas_change_depth
|
|
984 cpfsgt EEDATA ; Change depth>3m?
|
|
985 bra check_gas_change6 ; No, Change depth not deep enough, skip!
|
|
986 movf xC+0,W ; load depth in m into WREG
|
|
987 cpfsgt EEDATA ; gas_change_depth < current depth?
|
|
988 bra check_gas_change6 ; No, check next gas
|
|
989 movlw d'3'
|
|
990 subwf EEDATA,W ; Change depth-3m
|
|
991 cpfslt xC+0 ; current depth<Change depth-3m?
|
|
992 bsf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
993
|
|
994 check_gas_change6: ;Done
|
|
995 call PLED_active_gas_divemode ; Display gas, if required (and with "*" if irequired...)
|
|
996 return
|
|
997
|
0
|
998 calculate_noflytime:
|
|
999 ; calculate nofly time
|
|
1000 movff int_O_desaturation_time+0,xA+0
|
|
1001 movff int_O_desaturation_time+1,xA+1
|
|
1002 tstfsz xA+0 ; Desat=0?
|
|
1003 bra calculate_noflytime2
|
|
1004 tstfsz xA+1 ; Desat=0?
|
|
1005 bra calculate_noflytime2
|
|
1006 ; Desaturation time = zero
|
|
1007 movlw d'1'
|
|
1008 movwf nofly_time+0 ; Clear nofly time
|
|
1009 clrf nofly_time+1 ; Clear nofly time
|
|
1010 bcf nofly_active ; Clear flag
|
|
1011 return
|
|
1012
|
|
1013 calculate_noflytime2:
|
|
1014 movff xA+0,int_I_temp+0
|
|
1015 movff xA+1,int_I_temp+1
|
|
1016 GETCUSTOM8 .13 ; nofly_time_ratio
|
|
1017 movwf xB+0
|
|
1018 movff xB,char_I_temp
|
|
1019 ostc_debug 'K' ; Sends debug-information to screen if debugmode active
|
|
1020 call main_calc_percentage
|
|
1021 movlb b'00000001' ; select ram bank 1
|
|
1022 ostc_debug 'L' ; Sends debug-information to screen if debugmode active
|
|
1023 movff int_I_temp+0,xA+0
|
|
1024 movff int_I_temp+1,xA+1
|
|
1025 tstfsz xA+0 ; Desat=0?
|
|
1026 bra calculate_noflytime_2_final
|
|
1027 tstfsz xA+1 ; Desat=0?
|
|
1028 bra calculate_noflytime_2_final
|
|
1029 ; noflytime = zero
|
|
1030 movlw d'1'
|
|
1031 movwf nofly_time+0 ; Clear nofly time
|
|
1032 clrf nofly_time+1 ; Clear nofly time
|
|
1033 bcf nofly_active ; Clear flag
|
|
1034 return
|
|
1035 calculate_noflytime_2_final:
|
|
1036 movff xA+0,nofly_time+0
|
|
1037 movff xA+1,nofly_time+1
|
|
1038 bsf nofly_active ; Set flag
|
|
1039 return
|
|
1040
|
|
1041 end_dive:
|
|
1042 btfss realdive ; dive longer then one minute
|
|
1043 goto end_dive_common ; No, discard everything
|
|
1044
|
33
|
1045 btfsc simulatormode_active ; Are we in simulator mode?
|
|
1046 goto end_dive_common ; Yes, discard everything
|
|
1047
|
0
|
1048 ; Dive finished (and longer then one minute or Apnoe timeout occured)
|
|
1049
|
|
1050 btfsc FLAG_apnoe_mode ; Calc max. depth (again) for very short apnoe dives
|
|
1051 rcall apnoe_calc_maxdepth
|
|
1052
|
|
1053 ; calculate desaturation time
|
|
1054 movff last_surfpressure_30min+0,int_I_pres_respiration+0 ; copy surface air pressure to deco routine
|
|
1055 movff last_surfpressure_30min+1,int_I_pres_respiration+1 ; 30min old values
|
|
1056
|
|
1057 GETCUSTOM8 d'12' ; Desaturation multiplier %
|
|
1058 movwf wait_temp
|
|
1059 movff wait_temp,char_I_desaturation_multiplier
|
|
1060
|
|
1061 ostc_debug 'G' ; Sends debug-information to screen if debugmode active
|
|
1062 call deco_main_calc_desaturation_time ; calculate desaturation time
|
|
1063 movlb b'00000001' ; select ram bank 1
|
|
1064 rcall calculate_noflytime ; Calc NoFly time
|
|
1065 ostc_debug 'H' ; Sends debug-information to screen if debugmode active
|
|
1066 ; store header and ...
|
|
1067 movlw 0xFD ; .... End-of-Profile Bytes
|
|
1068 call write_external_eeprom
|
|
1069 movlw 0xFD
|
|
1070 call write_external_eeprom
|
|
1071 movlw 0xFE ; This positon will be overwritten for the next profile
|
|
1072 call write_external_eeprom ; and is required to find the newest dive after a firmware reset
|
|
1073
|
|
1074 movff eeprom_header_address+0, eeprom_address+0 ; set header adress
|
|
1075 movff eeprom_header_address+1, eeprom_address+1 ; write header
|
|
1076
|
|
1077 movlw 0xFA ; Header start
|
|
1078 call write_external_eeprom
|
|
1079 movlw 0xFA
|
|
1080 call write_external_eeprom
|
|
1081 movlw logbook_profile_version ; Defined in definitions_vxyy.asm
|
|
1082 call write_external_eeprom
|
|
1083 movf month,W ; Date
|
|
1084 call write_external_eeprom
|
|
1085 movf day,W
|
|
1086 call write_external_eeprom
|
|
1087 movf year,W
|
|
1088 call write_external_eeprom
|
|
1089 movf hours,W ; End of dive time
|
|
1090 call write_external_eeprom
|
|
1091 movf mins,W
|
|
1092 call write_external_eeprom
|
|
1093
|
|
1094 btfss FLAG_apnoe_mode ; Store apnoe max or normal max (Which is only max from the last descent)
|
|
1095 bra end_dive1 ; Store normal depth
|
|
1096
|
|
1097 movff apnoe_max_pressure+0,lo
|
|
1098 movff apnoe_max_pressure+1,hi
|
|
1099 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mBar]
|
|
1100 movff lo,apnoe_max_pressure+0
|
|
1101 movff hi,apnoe_max_pressure+1
|
|
1102
|
|
1103 movf apnoe_max_pressure+0,W ; Max. depth
|
|
1104 call write_external_eeprom
|
|
1105 movf apnoe_max_pressure+1,W
|
|
1106 call write_external_eeprom
|
|
1107 bra end_dive2 ; skip
|
|
1108
|
|
1109 end_dive1:
|
|
1110 movff max_pressure+0,lo
|
|
1111 movff max_pressure+1,hi
|
|
1112 call adjust_depth_with_salinity ; computes salinity setting into lo:hi [mBar]
|
|
1113 movff lo,max_pressure+0
|
|
1114 movff hi,max_pressure+1
|
|
1115
|
|
1116 movf max_pressure+0,W ; Max. depth
|
|
1117 call write_external_eeprom
|
|
1118 movf max_pressure+1,W
|
|
1119 call write_external_eeprom
|
|
1120
|
|
1121 end_dive2:
|
|
1122 movf divemins+0,W ; divetime minutes
|
|
1123 call write_external_eeprom
|
|
1124 movf divemins+1,W
|
|
1125 call write_external_eeprom
|
|
1126 movf divesecs,W ; divetime seconds
|
|
1127 call write_external_eeprom
|
|
1128 movf mintemp+0,W ; minimum temperature
|
|
1129 call write_external_eeprom
|
|
1130 movf mintemp+1,W
|
|
1131 call write_external_eeprom
|
|
1132 movf last_surfpressure_30min+0,W ; airpressure before dive
|
|
1133 call write_external_eeprom
|
|
1134 movf last_surfpressure_30min+1,W
|
|
1135 call write_external_eeprom
|
|
1136 movff int_O_desaturation_time+0,lo ;
|
|
1137 movff int_O_desaturation_time+1,hi
|
|
1138 movf lo,W ; desaturation time in minutes
|
|
1139 call write_external_eeprom
|
|
1140 movf hi,W ;
|
|
1141 call write_external_eeprom
|
|
1142
|
|
1143 ; Gases....
|
|
1144 read_int_eeprom d'6' ; Read byte (stored in EEDATA)
|
|
1145 movf EEDATA,W
|
|
1146 call write_external_eeprom
|
|
1147 read_int_eeprom d'7' ; Read byte (stored in EEDATA)
|
|
1148 movf EEDATA,W
|
|
1149 call write_external_eeprom
|
|
1150
|
|
1151 read_int_eeprom d'10' ; Read byte (stored in EEDATA)
|
|
1152 movf EEDATA,W
|
|
1153 call write_external_eeprom
|
|
1154 read_int_eeprom d'11' ; Read byte (stored in EEDATA)
|
|
1155 movf EEDATA,W
|
|
1156 call write_external_eeprom
|
|
1157
|
|
1158 read_int_eeprom d'14' ; Read byte (stored in EEDATA)
|
|
1159 movf EEDATA,W
|
|
1160 call write_external_eeprom
|
|
1161 read_int_eeprom d'15' ; Read byte (stored in EEDATA)
|
|
1162 movf EEDATA,W
|
|
1163 call write_external_eeprom
|
|
1164
|
|
1165 read_int_eeprom d'18' ; Read byte (stored in EEDATA)
|
|
1166 movf EEDATA,W
|
|
1167 call write_external_eeprom
|
|
1168 read_int_eeprom d'19' ; Read byte (stored in EEDATA)
|
|
1169 movf EEDATA,W
|
|
1170 call write_external_eeprom
|
|
1171
|
|
1172 read_int_eeprom d'22' ; Read byte (stored in EEDATA)
|
|
1173 movf EEDATA,W
|
|
1174 call write_external_eeprom
|
|
1175 read_int_eeprom d'23' ; Read byte (stored in EEDATA)
|
|
1176 movf EEDATA,W
|
|
1177 call write_external_eeprom
|
|
1178
|
|
1179 read_int_eeprom d'24' ; % O2 Gas6
|
|
1180 movf EEDATA,W
|
|
1181 call write_external_eeprom
|
|
1182 read_int_eeprom d'25' ; % He Gas6
|
|
1183 movf EEDATA,W
|
|
1184 call write_external_eeprom
|
|
1185 read_int_eeprom d'33' ; start gas
|
|
1186 movf EEDATA,W
|
|
1187 call write_external_eeprom
|
|
1188
|
|
1189 movlw softwareversion_x ; Firmware version
|
|
1190 call write_external_eeprom
|
|
1191 movlw softwareversion_y
|
|
1192 call write_external_eeprom
|
|
1193 movf batt_voltage+0,W ; Battery voltage
|
|
1194 call write_external_eeprom
|
|
1195 movf batt_voltage+1,W
|
|
1196 call write_external_eeprom
|
|
1197
|
|
1198 GETCUSTOM8 d'20' ; sampling rate in WREG
|
|
1199 btfsc FLAG_apnoe_mode ; Apnoe mode?
|
|
1200 movlw d'1' ; Apnoe sampling rate
|
|
1201 call write_external_eeprom
|
|
1202
|
|
1203 movlw d'2' ; information size temperature
|
|
1204 movwf temp1 ; copy to bits 0-3
|
|
1205 swapf temp1,F ; swap nibbels 0-3 with 4-7
|
|
1206 GETCUSTOM8 d'21' ; Divisor temperature
|
|
1207 addwf temp1,W ; copy to bits 0-3, result in WREG
|
|
1208 call write_external_eeprom
|
|
1209
|
|
1210 movlw d'2' ; information size deco
|
|
1211 movwf temp1 ; copy to bits 0-3
|
|
1212 swapf temp1,F ; swap nibbels 0-3 with 4-7
|
|
1213 GETCUSTOM8 d'22' ; Divisor deco
|
|
1214 addwf temp1,W ; copy to bits 0-3, result in WREG
|
|
1215 call write_external_eeprom
|
|
1216
|
|
1217 movlw d'2' ; information size tank
|
|
1218 movwf temp1 ; copy to bits 0-3
|
|
1219 swapf temp1,F ; swap nibbels 0-3 with 4-7
|
|
1220 GETCUSTOM8 d'23' ; Divisor Tank
|
|
1221 addwf temp1,W ; copy to bits 0-3, result in WREG
|
|
1222 call write_external_eeprom
|
|
1223
|
|
1224 movlw d'3' ; information size pp02
|
|
1225 movwf temp1 ; copy to bits 0-3
|
|
1226 swapf temp1,F ; swap nibbels 0-3 with 4-7
|
|
1227 GETCUSTOM8 d'24' ; Divisor pp02
|
|
1228 addwf temp1,W ; copy to bits 0-3, result in WREG
|
|
1229 call write_external_eeprom
|
|
1230
|
|
1231 movlw d'9' ; information size Decodebug
|
|
1232 movwf temp1 ; copy to bits 0-3
|
|
1233 swapf temp1,F ; swap nibbels 0-3 with 4-7
|
|
1234 GETCUSTOM8 d'25' ; Divisor Decodebug
|
|
1235 addwf temp1,W ; copy to bits 0-3, result in WREG
|
|
1236 call write_external_eeprom
|
|
1237
|
|
1238 movlw d'0' ; information size nuy2
|
|
1239 movwf temp1 ; copy to bits 0-3
|
|
1240 swapf temp1,F ; swap nibbels 0-3 with 4-7
|
|
1241 GETCUSTOM8 d'26' ; Divisor nuy2
|
|
1242 addwf temp1,W ; copy to bits 0-3, result in WREG
|
|
1243 call write_external_eeprom
|
|
1244
|
|
1245 read_int_eeprom d'26' ; Read Salinity from EEPROM
|
|
1246 movf EEDATA,W
|
|
1247 call write_external_eeprom ; Store Salinity to Dive
|
|
1248
|
|
1249 movlw d'0' ; Spare
|
|
1250 call write_external_eeprom
|
|
1251
|
|
1252 movlw 0xFB ; Header stop
|
|
1253 call write_external_eeprom
|
|
1254 movlw 0xFB
|
|
1255 call write_external_eeprom
|
|
1256
|
25
|
1257 btfsc simulatormode_active ; Are we in simulator mode?
|
|
1258 bra change_logbook_offset2 ; Yes, do not update history
|
|
1259
|
0
|
1260 ; Increase total dive counter
|
|
1261 read_int_eeprom d'2' ; Read byte (stored in EEDATA)
|
|
1262 movff EEDATA,temp1 ; Low byte
|
|
1263 read_int_eeprom d'3' ; Read byte (stored in EEDATA)
|
|
1264 movff EEDATA,temp2 ; high byte
|
|
1265 bcf STATUS,C
|
|
1266 movlw d'1'
|
|
1267 addwf temp1
|
|
1268 movlw d'0'
|
|
1269 addwfc temp2
|
|
1270 movff temp1,EEDATA
|
|
1271 write_int_eeprom d'2' ; write byte stored in EEDATA
|
|
1272 movff temp2,EEDATA
|
|
1273 write_int_eeprom d'3' ; write byte stored in EEDATA
|
|
1274
|
|
1275 GETCUSTOM15 .28 ; Logbook Offset -> lo, hi
|
|
1276 tstfsz lo ; lo=0?
|
|
1277 bra change_logbook_offset1 ; No, adjust offset
|
|
1278 tstfsz hi ; hi=0?
|
|
1279 bra change_logbook_offset1 ; No, adjust offset
|
|
1280 bra change_logbook_offset2 ; lo=0 and hi=0 -> skip Offset routine
|
|
1281 change_logbook_offset1:
|
|
1282 movlw d'1'
|
|
1283 addwf lo
|
|
1284 movlw d'0'
|
|
1285 addwfc hi
|
|
1286 movlw d'112' ; CF28 *4 Bytes...
|
|
1287 addlw 0x82
|
|
1288 movwf EEADR
|
|
1289 movff lo,EEDATA
|
|
1290 call write_eeprom ; Lowbyte
|
|
1291 movlw d'112' ; CF28 *4 Bytes...
|
|
1292 addlw 0x83
|
|
1293 movwf EEADR
|
|
1294 movff hi,EEDATA
|
|
1295 call write_eeprom ; Highbyte
|
|
1296
|
|
1297 change_logbook_offset2:
|
25
|
1298 bcf LED_blue
|
33
|
1299
|
|
1300 end_dive_common:
|
0
|
1301 bcf simulatormode_active ; if we were in simulator mode
|
|
1302
|
|
1303 btfsc restore_deco_data ; Restore decodata?
|
|
1304 call simulator_restore_tissue_data ; Yes!
|
|
1305
|
|
1306 call deco_main_gradient_array
|
|
1307 movlb b'00000001' ; select ram bank 1
|
|
1308
|
|
1309 clrf surface_interval+0
|
|
1310 clrf surface_interval+1 ; Clear surface interval timer
|
|
1311
|
|
1312 goto surfloop ; and return to surfaceloop
|
|
1313
|
|
1314 timeout_divemode:
|
|
1315 btfss realdive ; Dive longer then one minute
|
|
1316 return
|
|
1317
|
|
1318 btfsc FLAG_apnoe_mode ; In Apnoe mode?
|
|
1319 bra timeout_divemode2 ; Yes, use CF30 [min] for timeout
|
|
1320
|
|
1321 btfsc simulatormode_active ; In Simulator mode?
|
|
1322 bra timeout_divemode3 ; Yes, use fixed 5 seconds timeout
|
|
1323
|
|
1324 bcf divemode
|
|
1325 incf timeout_counter,F
|
|
1326 GETCUSTOM8 d'2' ; diveloop_timeout
|
|
1327 addlw d'2' ; adds two seconds in case timout=zero!
|
|
1328 btfsc STATUS,C ; > 255?
|
|
1329 movlw d'255' ; Set to 255...
|
|
1330 decf WREG,F ; Limit to 254
|
|
1331 cpfsgt timeout_counter
|
|
1332 bsf divemode
|
|
1333 return
|
|
1334
|
|
1335 timeout_divemode2:
|
|
1336 incf timeout_counter,F ; seconds...
|
|
1337 movlw d'60'
|
|
1338 cpfseq timeout_counter ; timeout_counter=60?
|
|
1339 return ; No.
|
|
1340
|
|
1341 clrf timeout_counter
|
|
1342 bcf divemode
|
|
1343 incf apnoe_timeout_counter,F
|
|
1344 GETCUSTOM8 d'30' ; apnoe timeout [min]
|
|
1345 cpfseq apnoe_timeout_counter
|
|
1346 bsf divemode
|
|
1347 return
|
|
1348
|
|
1349 timeout_divemode3:
|
|
1350 bcf divemode
|
|
1351 incf timeout_counter,F
|
|
1352 movlw d'5' ; Fixed timeout of 5 seconds
|
|
1353 cpfsgt timeout_counter
|
|
1354 bsf divemode
|
|
1355 return
|
|
1356
|
|
1357 update_divemode1: ; update any second
|
|
1358 call set_dive_modes ; tests if depth>threshold
|
|
1359
|
|
1360 btfsc divemode
|
|
1361 call set_max_depth ; update max. depth if required
|
|
1362
|
|
1363 btfsc divemode
|
|
1364 call set_min_temp ; store min. temp if required
|
|
1365
|
|
1366 bcf temp_changed ; Display temperature?
|
|
1367 movf temperature+0,W
|
|
1368 cpfseq last_temperature+0
|
|
1369 bsf temp_changed ; Yes
|
|
1370 movf temperature+1,W
|
|
1371 cpfseq last_temperature+1
|
|
1372 bsf temp_changed ; Yes
|
|
1373 btfsc temp_changed
|
|
1374 call PLED_temp_divemode ; Displays temperature
|
|
1375
|
|
1376 bcf pres_changed ; Display new depth?
|
|
1377 movf amb_pressure+0,W
|
|
1378 cpfseq last_pressure+0
|
|
1379 bsf pres_changed ; Yes
|
|
1380 movf amb_pressure+1,W
|
|
1381 cpfseq last_pressure+1
|
|
1382 bsf pres_changed ; Yes
|
|
1383
|
|
1384 btfsc simulatormode_active ; always update depth when in simulator mode
|
|
1385 bsf pres_changed
|
|
1386
|
|
1387 btfsc pres_changed
|
|
1388 call PLED_depth ; Displays new depth
|
|
1389 return
|
|
1390
|
|
1391 update_divemode60: ; update any minute
|
|
1392 call get_battery_voltage ; gets battery voltage
|
|
1393 call set_powersafe ; red LED blinking if battery is low
|
|
1394 call PLED_max_pressure ; No, use normal max. depth
|
|
1395 call check_temp_extrema ; check for new temperature extremas
|
|
1396 bcf oneminupdate
|
|
1397 return
|
|
1398
|
|
1399 set_max_depth:
|
|
1400 movff max_pressure+0,sub_a+0
|
|
1401 movff max_pressure+1,sub_a+1
|
|
1402 movff rel_pressure+0,sub_b+0
|
|
1403 movff rel_pressure+1,sub_b+1
|
|
1404 call sub16 ; sub_c = sub_a - sub_b
|
|
1405 ; max_pressure<rel_pressure -> neg_flag=1
|
|
1406 ; rel_pressure<=max_pressure -> neg_flag=0
|
|
1407 btfss neg_flag
|
|
1408 return
|
|
1409 ;max_pressure<rel_pressure
|
|
1410 movff rel_pressure+0,max_pressure+0
|
|
1411 movff rel_pressure+1,max_pressure+1
|
|
1412 call PLED_max_pressure ; No, use normal max. depth
|
|
1413 return
|
|
1414
|
|
1415 set_min_temp:
|
|
1416 movff mintemp+0,sub_a+0
|
|
1417 movff mintemp+1,sub_a+1
|
|
1418 movff temperature+0,sub_b+0
|
|
1419 movff temperature+1,sub_b+1
|
|
1420 call sub16 ; sub_c = sub_a - sub_b
|
|
1421 ; mintemp<T -> neg_flag=1
|
|
1422 ; T<=mintemp -> neg_flag=0
|
|
1423 btfsc neg_flag
|
|
1424 return
|
|
1425 ;mintemp>=T
|
|
1426 movff temperature+0,mintemp+0
|
|
1427 movff temperature+1,mintemp+1
|
|
1428 return
|
|
1429
|
|
1430 set_dive_modes:
|
|
1431 bcf divemode2 ; Stop time
|
|
1432
|
|
1433 GETCUSTOM8 .0 ; loads dive_threshold in WREG
|
|
1434 movwf sub_a+0 ; dive_treshold is in cm
|
|
1435 clrf sub_a+1
|
|
1436
|
|
1437 movff rel_pressure+0,sub_b+0
|
|
1438 movff rel_pressure+1,sub_b+1
|
|
1439
|
|
1440 call sub16 ; sub_c = sub_a - sub_b
|
|
1441
|
|
1442 btfss neg_flag
|
|
1443 bra set_dive_modes2 ; too shallow (rel_pressure<dive_threshold)
|
|
1444
|
|
1445 btfsc realdive ; Dive longer than one minute?
|
|
1446 clrf timeout_counter
|
|
1447
|
|
1448 bsf divemode
|
|
1449 bsf divemode2 ; displayed divetime is running
|
|
1450 return
|
|
1451
|
|
1452 set_dive_modes2:
|
|
1453 btfss realdive ; dive longer then one minute?
|
|
1454 bcf divemode ; no -> this was no real dive
|
|
1455 return
|
|
1456
|
|
1457 set_powersafe:
|
|
1458 btfsc low_battery_state ; battery warning alread active?
|
|
1459 bra set_powersafe2 ; Yes, but is it still required?
|
|
1460 ; battery voltage in mV (value*256+Lowbyte=actual treshold)
|
|
1461 movlw d'12' ; 3,328V
|
|
1462 cpfsgt batt_voltage+1
|
|
1463 bra set_powersafe1
|
|
1464 return
|
|
1465
|
|
1466 set_powersafe1:
|
|
1467 movlw d'7' ; Type of Alarm (Battery Low)
|
|
1468 movwf AlarmType ; Copy to Alarm Register
|
|
1469 bsf event_occured ; Set Event Flag
|
|
1470 bsf low_battery_state ; set flag for battery warning
|
|
1471 return ; return
|
|
1472
|
|
1473 set_powersafe2:
|
|
1474 movlw d'13' ; 3,584V
|
|
1475 cpfsgt batt_voltage+1
|
|
1476 bra set_powersafe1 ; Still to low
|
|
1477 bcf low_battery_state ; clear flag for battery warning mode
|
|
1478 return
|
|
1479
|
|
1480 calc_average_depth:
|
|
1481 ; 1. Add new 2xdepth to the Sum of depths registers
|
|
1482 movff rel_pressure+0,b0_lo
|
|
1483 movff rel_pressure+1,b0_hi
|
|
1484
|
|
1485 movf b0_lo,w
|
|
1486 addwf average_depth_hold+0,F
|
|
1487 movf b0_hi,w
|
|
1488 addwfc average_depth_hold+1,F
|
|
1489 movlw d'0'
|
|
1490 addwfc average_depth_hold+2,F
|
|
1491 addwfc average_depth_hold+3,F ; Will work up to 9999mBar*60*60*24=863913600mBar
|
|
1492
|
|
1493 movf b0_lo,w
|
|
1494 addwf average_depth_hold+0,F
|
|
1495 movf b0_hi,w
|
|
1496 addwfc average_depth_hold+1,F
|
|
1497 movlw d'0'
|
|
1498 addwfc average_depth_hold+2,F
|
|
1499 addwfc average_depth_hold+3,F ; Will work up to 9999mBar*60*60*24=863913600mBar
|
|
1500
|
|
1501 ; 2. Compute Average Depth on base of average_divesecs:2
|
|
1502
|
|
1503 movff average_divesecs+0,xB+0
|
|
1504 movff average_divesecs+1,xB+1 ; Copy
|
|
1505 movff average_depth_hold+0,xC+0
|
|
1506 movff average_depth_hold+1,xC+1
|
|
1507 movff average_depth_hold+2,xC+2
|
|
1508 movff average_depth_hold+3,xC+3
|
|
1509
|
|
1510 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder
|
|
1511 movff xC+0,avr_rel_pressure+0
|
|
1512 movff xC+1,avr_rel_pressure+1
|
|
1513 return
|
|
1514
|
|
1515
|
|
1516 diveloop_boot:
|
|
1517 ostc_debug 'Q' ; Sends debug-information to screen if debugmode active
|
|
1518 clrf max_pressure+0 ; clear some variables
|
|
1519 clrf max_pressure+1
|
|
1520
|
|
1521 clrf avr_rel_pressure+0
|
|
1522 clrf avr_rel_pressure+1
|
|
1523
|
|
1524 call PLED_brightness_low
|
|
1525 read_int_eeprom d'90' ; Brightness offset? (Dim>0, Normal = 0)
|
|
1526 movlw d'0'
|
|
1527 cpfsgt EEDATA
|
|
1528 call PLED_brightness_full
|
|
1529
|
|
1530 clrf average_depth_hold+0
|
|
1531 clrf average_depth_hold+1
|
|
1532 clrf average_depth_hold+2
|
|
1533 clrf average_depth_hold+3 ; Clear average depth register
|
|
1534 movlw d'1'
|
|
1535 movwf average_divesecs+0
|
|
1536 clrf average_divesecs+1
|
|
1537
|
|
1538 movlw d'1'
|
|
1539 movwf apnoe_max_pressure+0
|
|
1540 clrf apnoe_max_pressure+1
|
|
1541 clrf apnoe_surface_mins
|
|
1542 clrf apnoe_surface_secs
|
|
1543 clrf apnoe_mins
|
|
1544 clrf apnoe_secs
|
|
1545 clrf divemins+0
|
|
1546 clrf divemins+1
|
|
1547 clrf divesecs
|
|
1548 clrf samplesecs
|
|
1549 clrf apnoe_timeout_counter ; timeout in minutes
|
|
1550 clrf timeout_counter ; takes care of the timeout
|
|
1551 clrf timeout_counter2 ; Here: counts to six, then store deco data and temperature
|
|
1552 clrf AlarmType ; Clear all alarms
|
|
1553 bcf event_occured ; clear flag
|
|
1554 bcf depth_greater_100m ; clear flag
|
|
1555 setf last_diluent ; to be displayed after first calculation (range: 0 to 100 [%])
|
44
|
1556 ; clrf char_last_pointer
|
3
|
1557 bcf dekostop_active
|
|
1558 bcf is_bailout ;=1: CC mode, but bailout active!
|
8
|
1559 bcf better_gas_available ;=1: A better gas is available and a gas change is advised in divemode
|
|
1560
|
0
|
1561 call get_free_EEPROM_location ; get last position in external EEPROM, may be up to 2 secs!
|
|
1562
|
|
1563 movff last_surfpressure_30min+1,int_I_pres_surface+1 ; HIGH copy surfacepressure to deco routine
|
|
1564 movff last_surfpressure_30min+0,int_I_pres_surface+0 ; LOW copy surfacepressure to deco routine
|
|
1565 movff temperature+0,mintemp+0 ; Reset Min-Temp registers
|
|
1566 movff temperature+1,mintemp+1 ; Reset Min-Temp registers
|
|
1567
|
|
1568 clrf wait_temp ; Used to clear Bankx registers
|
|
1569 movff wait_temp,char_O_GF_low_pointer
|
|
1570 movff wait_temp,char_O_actual_pointer
|
|
1571 lfsr FSR0,0x250
|
|
1572 movlw 0x20
|
|
1573 movwf wait_temp
|
|
1574 clear_deco_lists: ; Clear Deco list
|
|
1575 clrf POSTINC0
|
|
1576 decfsz wait_temp,F
|
|
1577 bra clear_deco_lists
|
|
1578 lfsr FSR0,0x270
|
|
1579 movlw 0x20
|
|
1580 movwf wait_temp
|
|
1581 set_no_forced_stops: ; Init Deco list
|
|
1582 movlw 0x01
|
|
1583 movwf POSTINC0
|
|
1584 decfsz wait_temp,F
|
|
1585 bra set_no_forced_stops
|
|
1586 lfsr FSR0,0x290 ; clear int_O_calc_tissue_call_counter (DEBUG)
|
|
1587 clrf POSTINC0
|
|
1588 clrf POSTINC0
|
|
1589
|
45
|
1590 ;; Load GF values into RAM - now done in start.asm!
|
|
1591 ; GETCUSTOM8 d'32' ; GF low
|
|
1592 ; movff EEDATA,char_I_GF_Lo_percentage
|
|
1593 ; GETCUSTOM8 d'33' ; GF high
|
|
1594 ; movff EEDATA,char_I_GF_Hi_percentage
|
|
1595 ;
|
0
|
1596 ; Start with active Stopwatch?
|
|
1597 bsf stopwatch_active
|
|
1598 GETCUSTOM8 d'41' ; =1: Start with active Stopwatch
|
|
1599 movwf lo
|
|
1600 movlw d'1'
|
|
1601 cpfseq lo ; CF41=1?
|
|
1602 bcf stopwatch_active ; No!
|
|
1603
|
|
1604 ; Init profile recording parameters
|
|
1605 GETCUSTOM8 d'20' ; sample rate
|
|
1606 movwf samplesecs_value ; to avoid EEPROM access in the ISR
|
|
1607 GETCUSTOM8 d'21'
|
|
1608 movwf divisor_temperature ; load divisors for profile storage
|
|
1609 GETCUSTOM8 d'22'
|
|
1610 movwf divisor_deco
|
|
1611 GETCUSTOM8 d'23'
|
|
1612 movwf divisor_tank
|
|
1613 GETCUSTOM8 d'24'
|
|
1614 movwf divisor_ppo2
|
|
1615 GETCUSTOM8 d'25'
|
|
1616 movwf divisor_deco_debug
|
|
1617 GETCUSTOM8 d'26'
|
|
1618 movwf divisor_nuy2
|
|
1619
|
|
1620 btfss FLAG_apnoe_mode ; In Apnoe mode?
|
|
1621 bra divemode1
|
|
1622 ; Overwrite some parameters in Apnoe mode....
|
|
1623 movlw d'1'
|
|
1624 movwf samplesecs_value ; to avoid EEPROM access in the ISR
|
|
1625
|
|
1626 divemode1:
|
|
1627 read_int_eeprom d'36' ; Read mix 1 ppO2
|
|
1628 btfsc FLAG_const_ppO2_mode
|
|
1629 movff EEDATA,char_I_const_ppO2 ; Set ppO2 setpoint if in ppO2 mode
|
4
|
1630 movff EEDATA, ppO2_setpoint_store ; Store also in this byte...
|
0
|
1631
|
21
|
1632 bcf LED_blue
|
0
|
1633 bcf low_battery_state ; clear flag for battery warning mode
|
|
1634 bcf header_stored
|
|
1635 bcf premenu
|
|
1636 bcf realdive
|
|
1637 bsf update_divetime ; set flag
|
|
1638 btfss simulatormode_active ; do not disable in simulator mode!
|
|
1639 call disable_rs232 ; Disable RS232 unless in external O2 Sensor mode
|
|
1640
|
|
1641 read_int_eeprom d'33' ; Read byte (stored in EEDATA)
|
|
1642 movff EEDATA,active_gas ; Read start gas (1-5)
|
|
1643
|
|
1644 ; Read Start Gas and configure char_I_He_ratio, char_I_O2_ratio and char_I_N2_ratio
|
|
1645 decf active_gas,W ; Gas 0-4
|
|
1646 mullw d'4'
|
|
1647 movf PRODL,W
|
|
1648 addlw d'7' ; = address for He ratio
|
|
1649 movwf EEADR
|
|
1650 call read_eeprom ; Read He ratio
|
|
1651 movff EEDATA,char_I_He_ratio ; And copy into hold register
|
|
1652 decf active_gas,W ; Gas 0-4
|
|
1653 mullw d'4'
|
|
1654 movf PRODL,W
|
|
1655 addlw d'6' ; = address for O2 ratio
|
|
1656 movwf EEADR
|
|
1657 call read_eeprom ; Read O2 ratio
|
|
1658 movff EEDATA, char_I_O2_ratio ; O2 ratio
|
|
1659 movff char_I_He_ratio, wait_temp ; copy into bank1 register
|
|
1660 bsf STATUS,C ; Borrow bit
|
|
1661 movlw d'100' ; 100%
|
|
1662 subfwb wait_temp,W ; minus He
|
|
1663 bsf STATUS,C ; Borrow bit
|
|
1664 subfwb EEDATA,F ; minus O2
|
|
1665 movff EEDATA, char_I_N2_ratio ; = N2!
|
|
1666
|
|
1667 ; New in 1.09 - DecoGas can be configured to achieve exact decompression proposal
|
|
1668 ; required variables
|
|
1669 ; These values are set when the OSTC is in decompression mode - will be done in routine "check_decogas"
|
|
1670 ; char_I_deco_gas_change; ; next gas change in meter
|
|
1671 ; char_I_deco_N2_ratio; ; next gas N2
|
|
1672 ; char_I_deco_He_ratio; ; next gas He
|
|
1673 clrf lo
|
|
1674 movff lo, char_I_deco_gas_change ; clear
|
|
1675 movff lo, char_I_deco_N2_ratio ; clear
|
|
1676 movff lo, char_I_deco_He_ratio ; clear
|
|
1677 bcf multi_gf_display ; Do not display the multi-gf table screen
|
|
1678 return |