initial commit

This commit is contained in:
l_samenv
2022-08-18 15:04:28 +02:00
commit 46dcf8e77c
591 changed files with 69282 additions and 0 deletions

16
tcl/sch5.stick Normal file
View File

@ -0,0 +1,16 @@
stickDesc = sample changer for maxi orange (5 rotating sample)
#stick_sensors x88944 code=18000 # before repair Oct 2021
stick_sensors x163060 code=18000
makenv warmup -driver warmup
if [catch {
table tbl_tt_dblctrl_int2 2:10 10:20 20:50 50:300 120:1250 300:2000
table tbl_warmup_weight 50:0.5 100:0 160:-0.3 200:-0.6 300:-1
table tbl_tt_dblctrl_prop_lo 20:0 100:0.8
table tbl_tt_dblctrl_prop_up 10:0.1 20:0.3 50:0.6
nv autoflow/prop 1
} msg] {
clientput $msg
}