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

27
tcl/ccr2ht.config Normal file
View File

@ -0,0 +1,27 @@
deviceDesc = ccr2 with hot stage
defineTemperature tt
makenv tt -driver [lsdriver] {
lsc_sensor tm B -sensor pt1000e -sensorname main -alarm 650
# lsc_sensor te C -sensor x31318 -sensorname screen
lsc_sensor tk A -sensor x31319 -sensorname coldfinger -alarm 310
lsc_loop set -loop 1 -channel B -maxheater 100W -resist 25Ohm
if {[lsdriver] eq "336_lsc"} {
lsc_loop setcf -loop 2 -channel A -maxheater 100W -resist 25Ohm -loopname cf
}
}
tt set/limit 650
tt set/smooth 10
#tt setcf/limit 300
tt maxwait 10800
appendVars tt.tk/K/Cold_T/6 tt.te/K/Screen_T/7
makeCCU4 ccr2ht
makenv table -driver table /tt/tm {
"tt set/prop" "50:20 300:10 400:5"
"tt set/integ" "50:10 300:5 400:5"
}