move a lot of stuff to git
This commit is contained in:
64
tcl/dryrex.config
Normal file
64
tcl/dryrex.config
Normal file
@ -0,0 +1,64 @@
|
||||
deviceDesc = dry system
|
||||
|
||||
if {"[sicsdescriptor t]" != "notfound"} {
|
||||
clientput [listexe]
|
||||
stopexe t
|
||||
clientput success
|
||||
success
|
||||
clientput "removeobject t"
|
||||
removeobject t
|
||||
}
|
||||
|
||||
# --- configuration script
|
||||
config listen 1
|
||||
|
||||
# create the device
|
||||
# change X77456 for X154360 when calibration exists
|
||||
|
||||
## Configuration for attocube testing:
|
||||
#makenv tt -driver [lsdriver] {
|
||||
# lsc_sensor tm A -sensor X71741 -sensorname top
|
||||
# lsc_sensor ts B -sensor X68433 -sensorname bottom
|
||||
# lsc_sensor tc C -sensor X154360 -sensorname middle
|
||||
# lsc_loop set -loop 1 -channel B -maxheater 25W -resist 25Ohm
|
||||
#}
|
||||
|
||||
# Configuration for braid thermal conductivity measurements:
|
||||
makenv tt -driver [lsdriver] {
|
||||
lsc_sensor ts B -sensor X154360 -sensorname stage2
|
||||
lsc_loop set -loop 1 -channel B -maxheater 25W -loopname braid -resist 50Ohm
|
||||
}
|
||||
|
||||
tt set/limit 315
|
||||
tt set/prop 15
|
||||
tt set/integ 10
|
||||
catch {
|
||||
enableTable 0
|
||||
}
|
||||
|
||||
|
||||
makenv tx -driver 370_lsc {
|
||||
lsc_sensor S1 -channel 1 -sensor ruox002
|
||||
lsc_sensor S2 -channel 3 -sensor ruox001
|
||||
#please set sample Thermpmeter to the real calib
|
||||
GraphAdd tx.S1 K S1 yellow
|
||||
GraphAdd tx.S2 K S2 cyan
|
||||
}
|
||||
|
||||
|
||||
|
||||
# --- compressor ---
|
||||
makenv cp2800 cp2800
|
||||
|
||||
GraphAdd cp2800.inp_water_t C InpWater_C red
|
||||
GraphAdd cp2800.out_water_t C OutWater_C blue
|
||||
GraphAdd cp2800.oil_t C Oil_C green
|
||||
GraphAdd cp2800.helium_t C Helium_C magenta
|
||||
|
||||
GraphAdd cp2800.high_side_p_min psi High_psi_min red
|
||||
GraphAdd cp2800.high_side_p_max psi High_psi_max orange
|
||||
GraphAdd cp2800.low_side_p_min psi Low_psi_min green
|
||||
GraphAdd cp2800.low_side_p_max psi Low_psi_max dark_green
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user