Files
sea/tcl/oventwo.stick
2022-08-18 15:04:28 +02:00

16 lines
434 B
Plaintext

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
}