comparison src/hwos.inc @ 352:5c6da9fa5cb0

add setpoint change to first sample in CCR mode
author heinrichsweikamp
date Tue, 28 Jul 2015 13:23:09 +0200
parents 1e342e433839
children 5f142cff43f6
comparison
equal deleted inserted replaced
351:de8c45fb2ab9 352:5c6da9fa5cb0
191 #DEFINE ambient_light_max_eco .75 191 #DEFINE ambient_light_max_eco .75
192 #DEFINE ambient_light_min_eco .10 ; Must be the lowest value! 192 #DEFINE ambient_light_min_eco .10 ; Must be the lowest value!
193 193
194 ; IR Link timeout 194 ; IR Link timeout
195 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms 195 #DEFINE ir_timeout_value .64 ; multiples of 62,5ms
196
197 ; Sp control constants
198 #DEFINE surface_sp .50 ; in cbar
196 199
197 ; Gaslist hard-coded limits 200 ; Gaslist hard-coded limits
198 #DEFINE gaslist_min_o2 .7 ; Minimum O2 [%] 201 #DEFINE gaslist_min_o2 .7 ; Minimum O2 [%]
199 #DEFINE gaslist_max_change_depth .99 ; Max. change depth [m] 202 #DEFINE gaslist_max_change_depth .99 ; Max. change depth [m]
200 #DEFINE gaslist_sp_stepsize .10 ; Steps for Setpoint Setup [cbar] 203 #DEFINE gaslist_sp_stepsize .10 ; Steps for Setpoint Setup [cbar]