comparison src/ostc3.inc @ 185:f515712d8cd6

BUGFIX: Check min and max values after PC configuration properly
author heinrichsweikamp
date Sat, 18 Oct 2014 10:03:28 +0200
parents 976e19d1e1ba
children 669b5d00706d
comparison
equal deleted inserted replaced
184:faa06c58e977 185:f515712d8cd6
190 ; IR Link timeout 190 ; IR Link timeout
191 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms 191 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms
192 192
193 ; Gaslist hard-coded limits 193 ; Gaslist hard-coded limits
194 #DEFINE gaslist_min_o2 .7 ; Minimum O2 [%] 194 #DEFINE gaslist_min_o2 .7 ; Minimum O2 [%]
195 #DEFINE gaslist_max_change_depth .100 ; Max. change depth [m] 195 #DEFINE gaslist_max_change_depth .99 ; Max. change depth [m]
196 #DEFINE gaslist_sp_stepsize .10 ; Steps for Setpoint Setup [cbar] 196 #DEFINE gaslist_sp_stepsize .10 ; Steps for Setpoint Setup [cbar]
197 #DEFINE gaslist_sp_max .160 ; Max. Setpoint [cbar] 197 #DEFINE gaslist_sp_max .160 ; Max. Setpoint [cbar]
198 #DEFINE gaslist_sp_min .50 ; Min. Setpoint [cbar] 198 #DEFINE gaslist_sp_min .50 ; Min. Setpoint [cbar]
199 199
200 ; Compass display 200 ; Compass display