comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 398:ab962c4b19d6

Fixing issue 50, correct "Bar" to "bar" in texts and comments
author heinrichsweikamp
date Sun, 26 Jun 2011 12:24:54 +0200
parents 8e272339fb68
children e6e1b89b7c3e
comparison
equal deleted inserted replaced
396:0386c7e1374a 398:ab962c4b19d6
113 CF_DEFAULT CF_INT15, d'240', d'0', d'600' ; diveloop_timeout 240s 113 CF_DEFAULT CF_INT15, d'240', d'0', d'600' ; diveloop_timeout 240s
114 CF_DEFAULT CF_SEC, d'120', d'30', d'240' ; surfloop_timeout 120s 114 CF_DEFAULT CF_SEC, d'120', d'30', d'240' ; surfloop_timeout 120s
115 CF_DEFAULT CF_SEC, d'5', d'1', d'30' ; premenu_timeout 5s 115 CF_DEFAULT CF_SEC, d'5', d'1', d'30' ; premenu_timeout 5s
116 116
117 CF_DEFAULT CF_INT8, d'7', d'3', d'18' ; minimum_velocity 7min/min 117 CF_DEFAULT CF_INT8, d'7', d'3', d'18' ; minimum_velocity 7min/min
118 CF_DEFAULT CF_INT15, d'1160',d'950', 0 ; pressure_offset_divemode 1160mBar 118 CF_DEFAULT CF_INT15, d'1160',d'950', 0 ; pressure_offset_divemode 1160mbar
119 CF_DEFAULT CF_INT15, d'1080',d'1080', 0 ; max_surfpressure 1080mBar 119 CF_DEFAULT CF_INT15, d'1080',d'1080', 0 ; max_surfpressure 1080mbar
120 CF_DEFAULT CF_PERCENT, d'20', d'1', d'99' ; min_gradient_factor 20% 120 CF_DEFAULT CF_PERCENT, d'20', d'1', d'99' ; min_gradient_factor 20%
121 CF_DEFAULT CF_PERCENT, d'20', d'1', d'22' ; oxygen_threshold 22% 121 CF_DEFAULT CF_PERCENT, d'20', d'1', d'22' ; oxygen_threshold 22%
122 122
123 CF_DEFAULT CF_SEC, d'45', d'5', d'60' ; dive_menu_timeout 45s 123 CF_DEFAULT CF_SEC, d'45', d'5', d'60' ; dive_menu_timeout 45s
124 CF_DEFAULT CF_PERCENT, d'110', d'110', d'200' ; saturation_multiplier x1.10 124 CF_DEFAULT CF_PERCENT, d'110', d'110', d'200' ; saturation_multiplier x1.10
126 CF_DEFAULT CF_PERCENT, d'60', d'60', d'100' ; nofly_time_ratio 60% 126 CF_DEFAULT CF_PERCENT, d'60', d'60', d'100' ; nofly_time_ratio 60%
127 CF_DEFAULT CF_PERCENT, d'100', d'50', d'100' ; gradient_factor_alarm1 100% 127 CF_DEFAULT CF_PERCENT, d'100', d'50', d'100' ; gradient_factor_alarm1 100%
128 128
129 CF_DEFAULT CF_PERCENT, d'10', d'0', d'100' ; cns_display_surface 10% 129 CF_DEFAULT CF_PERCENT, d'10', d'0', d'100' ; cns_display_surface 10%
130 CF_DEFAULT CF_DECI, d'10', d'0', d'10' ; deco_distance_for_sim 1m 130 CF_DEFAULT CF_DECI, d'10', d'0', d'10' ; deco_distance_for_sim 1m
131 CF_DEFAULT CF_CENTI, d'019', d'19', d'021' ; ppo2_warning_low 0.19 Bar 131 CF_DEFAULT CF_CENTI, d'019', d'19', d'021' ; ppo2_warning_low 0.19 bar
132 CF_DEFAULT CF_CENTI, d'160', d'0', d'160' ; ppo2_warning_high 1.60 Bar 132 CF_DEFAULT CF_CENTI, d'160', d'0', d'160' ; ppo2_warning_high 1.60 bar
133 CF_DEFAULT CF_CENTI, d'150', d'0', d'150' ; ppo2_display_high 1.50 Bar 133 CF_DEFAULT CF_CENTI, d'140', d'0', d'150' ; ppo2_display_high 1.40 bar
134 134
135 CF_DEFAULT CF_INT8, d'10', d'1', d'120' ; sampling_rate 10s 135 CF_DEFAULT CF_INT8, d'10', d'1', d'120' ; sampling_rate 10s
136 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_temp /6 136 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_temp /6
137 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_deco /6 137 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_deco /6
138 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_gf /6 138 CF_DEFAULT CF_INT8, d'6', d'0', d'15' ; sampling_divisor_gf /6
161 CF_DEFAULT CF_BOOL, 0, 0, 0 ; Adjust SetPoint if Diluent ppO2 > SetPoint 161 CF_DEFAULT CF_BOOL, 0, 0, 0 ; Adjust SetPoint if Diluent ppO2 > SetPoint
162 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; warn_ceiling_divemode =1 Warn ceiling violation in divemode 162 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; warn_ceiling_divemode =1 Warn ceiling violation in divemode
163 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; Show mix type is surfmode 163 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; Show mix type is surfmode
164 164
165 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; blink_gas_divemode =1 blink better gas 165 CF_DEFAULT CF_BOOL, d'1', 0, 0 ; blink_gas_divemode =1 blink better gas
166 CF_DEFAULT CF_INT15, d'13000', 0, d'13000' ; color_warn_depth_mBar Warn depths 166 CF_DEFAULT CF_INT15, d'13000', 0, d'13000' ; color_warn_depth_mbar Warn depths
167 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_cns_percent Warn-% 167 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_cns_percent Warn-%
168 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_gf_percent Warn-% 168 CF_DEFAULT CF_PERCENT, d'101', d'50', d'101' ; color_warn_gf_percent Warn-%
169 CF_DEFAULT CF_CENTI, d'161', d'100', d'161' ; color_warn_ppo2_cbar ppO2 warn 169 CF_DEFAULT CF_CENTI, d'161', d'100', d'161' ; color_warn_ppo2_cbar ppO2 warn
170 170
171 CF_DEFAULT CF_INT8, d'15', d'7', d'20' ; color_warn_celocity_mmin warn at xx m/min 171 CF_DEFAULT CF_INT8, d'15', d'7', d'20' ; color_warn_celocity_mmin warn at xx m/min
368 clrf EEDATA 368 clrf EEDATA
369 write_int_eeprom d'32' ; reset change depth gas #5 369 write_int_eeprom d'32' ; reset change depth gas #5
370 370
371 movlw d'80' 371 movlw d'80'
372 movwf EEDATA 372 movwf EEDATA
373 write_int_eeprom d'36' ; reset mix1 to ppO2=0.80Bar 373 write_int_eeprom d'36' ; reset mix1 to ppO2=0.80bar
374 movlw d'100' 374 movlw d'100'
375 movwf EEDATA 375 movwf EEDATA
376 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00Bar 376 write_int_eeprom d'37' ; reset mix2 to ppO2=1.00bar
377 movlw d'120' 377 movlw d'120'
378 movwf EEDATA 378 movwf EEDATA
379 write_int_eeprom d'38' ; reset mix3 to ppO2=1.20Bar 379 write_int_eeprom d'38' ; reset mix3 to ppO2=1.20bar
380 380
381 clrf nofly_time+0 ; Clear nofly time 381 clrf nofly_time+0 ; Clear nofly time
382 clrf nofly_time+1 ; Clear nofly time 382 clrf nofly_time+1 ; Clear nofly time
383 383
384 reset_all_cf_bank0: 384 reset_all_cf_bank0: