initial commit
This commit is contained in:
15
tcl/oventwo.stick
Normal file
15
tcl/oventwo.stick
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user