changed the thermometer to PT10k
and to use ma7_stick
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
deviceDesc = 6.8 Tesla horizontal cryomagnet
|
deviceDesc = 6.8 Tesla horizontal cryomagnet
|
||||||
|
|
||||||
defineTemperature tt
|
defineTemperature tt
|
||||||
device stick_menu "ma6_sampleheat"
|
device stick_menu "ma7_sampleheat"
|
||||||
|
|
||||||
makenv tt -driver [lsdriver] {
|
makenv tt -driver [lsdriver] {
|
||||||
lsc_sensor tm A -sensor x64682 -sensorname VTI
|
lsc_sensor tm A -sensor x64682 -sensorname VTI
|
||||||
lsc_sensor ts C -sensor x63161 -sensorname sample
|
lsc_sensor ts C -sensor x63161 -sensorname sample
|
||||||
lsc_sensor ts_2 D -sensor pt-1000 -sensorname sample2
|
lsc_sensor ts_2 D -sensor pt10ke -sensorname sample2
|
||||||
lsc_loop set -loop 1 -channel A -maxheater 32W -resist 80Ohm -color green
|
lsc_loop set -loop 1 -channel A -maxheater 32W -resist 80Ohm -color green
|
||||||
if {[lsdriver] eq "336_lsc"} {
|
if {[lsdriver] eq "336_lsc"} {
|
||||||
lsc_loop setsamp -loop 2 -channel D -maxheater 10W -resist 10Ohm -loopname sample -color dark_green
|
lsc_loop setsamp -loop 2 -channel D -maxheater 10W -resist 10Ohm -loopname sample -color dark_green
|
||||||
|
4
tcl/ma7_sampleheat.stick
Normal file
4
tcl/ma7_sampleheat.stick
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
stickDesc = standard MA7 stick
|
||||||
|
|
||||||
|
stick_sensors x63880 pt10ke
|
||||||
|
#sensor2 may be x63881
|
Reference in New Issue
Block a user