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

15
tcl/oventwo.stick Normal file
View File

@@ -0,0 +1,15 @@
stickDesc = oven stick for SANS
makenv ts -driver 336_lsc -controller _tt {
lsc_sensor ts C -sensor pt1000e -sensorname sample -color blue
lsc_sensor ts_2 D -sensor pt1000e -sensorname sample2 -color orange
lsc_loop set -loop 2 -channel C -maxheater 62.5W -resist 40Ohm -loopname sample -color dark_green
} {C D}
catch {
ts ts/alarm 675
ts setsamp/limit 670
ts setsamp/ramp 20
ts setsamp/resist 50
ts setsamp/maxheater 50W
}