initial commit
This commit is contained in:
35
tcl/ma6.config
Normal file
35
tcl/ma6.config
Normal file
@ -0,0 +1,35 @@
|
||||
deviceDesc = compact 6 Tesla vertical cryomagnet
|
||||
|
||||
defineTemperature tt
|
||||
device stick_menu "ma6 dil2 dil3 dil4 coil"
|
||||
|
||||
makenv tt -driver [lsdriver] {
|
||||
lsc_sensor tm A -sensor x48581 -sensorname VTI
|
||||
lsc_sensor ts C -sensorname sample
|
||||
# lsc_sensor code D -sensor code -sensorname code
|
||||
lsc_sensor ts_2 D -sensor code -sensorname sample2
|
||||
lsc_loop set -loop 1 -channel A -maxheater 32W -resist 80Ohm -color green
|
||||
if {[lsdriver] eq "336_lsc"} {
|
||||
lsc_loop setsamp -loop 2 -channel C -maxheater 62.5W -resist 20Ohm -color dark_green -loopname sample
|
||||
}
|
||||
}
|
||||
|
||||
#tt set/limit 310
|
||||
|
||||
makeCCU4 ma6 nv
|
||||
hupdate /nv/set 2.0
|
||||
makeN2Fill ccu4ilm {
|
||||
ln2fill lowlevel 10
|
||||
ln2fill highlevel 100
|
||||
ln2fill minfillminutes 8
|
||||
ln2fill maxfillminutes 30
|
||||
ln2fill minholdhours 12
|
||||
ln2fill maxholdhours 96
|
||||
}
|
||||
makeHeFill ccu4ilm
|
||||
|
||||
makeIps -limit 6 -startRamp 0.3844 -port ma6-ts:3002
|
||||
|
||||
makeIlm -channels 2 -port ma6-ts:3001
|
||||
|
||||
makeHePump
|
Reference in New Issue
Block a user