diff 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
line wrap: on
line diff
--- a/src/ostc3.inc	Fri Oct 17 13:31:14 2014 +0200
+++ b/src/ostc3.inc	Sat Oct 18 10:03:28 2014 +0200
@@ -192,7 +192,7 @@
 
 ; Gaslist hard-coded limits
 #DEFINE gaslist_min_o2              .7          ; Minimum O2 [%]
-#DEFINE gaslist_max_change_depth    .100        ; Max. change depth [m]
+#DEFINE gaslist_max_change_depth    .99         ; Max. change depth [m]
 #DEFINE gaslist_sp_stepsize         .10         ; Steps for Setpoint Setup [cbar]
 #DEFINE gaslist_sp_max              .160        ; Max. Setpoint [cbar]
 #DEFINE gaslist_sp_min              .50         ; Min. Setpoint [cbar]