IPS mercury
+ mb11, dil5, dil2, variox configs
This commit is contained in:
34
cfg/stick/dil2.cfg
Normal file
34
cfg/stick/dil2.cfg
Normal file
@ -0,0 +1,34 @@
|
||||
[NODE]
|
||||
description = dilution insert
|
||||
id = dil2.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick sea connection for dil2.stick
|
||||
config = dil2.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_stick
|
||||
sea_object = ts
|
||||
|
||||
[treg]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
|
||||
[tmon]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
|
||||
[dil]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = dil
|
||||
|
||||
[sorb]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_stick
|
||||
sea_object = sorb
|
190
cfg/stick/dil5.cfg
Normal file
190
cfg/stick/dil5.cfg
Normal file
@ -0,0 +1,190 @@
|
||||
[NODE]
|
||||
id = triton.psi.ch
|
||||
description = triton test
|
||||
|
||||
[INTERFACE]
|
||||
uri = tcp://5000
|
||||
|
||||
[triton]
|
||||
class = secop_psi.mercury.IO
|
||||
description = connection to triton software
|
||||
uri = tcp://linse-dil5:33576
|
||||
|
||||
[action]
|
||||
class = secop_psi.triton.Action
|
||||
description = higher level scripts
|
||||
io = triton
|
||||
slot = DR
|
||||
|
||||
[T_sorb]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = sorb temperature
|
||||
slot = T1
|
||||
io = triton
|
||||
|
||||
[T_ivc]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = IVC temperature
|
||||
slot = T2
|
||||
io = triton
|
||||
|
||||
[T_still]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = still temperature
|
||||
slot = T3
|
||||
io = triton
|
||||
|
||||
[T_cp]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = cold plate temperature
|
||||
slot = T4
|
||||
io = triton
|
||||
|
||||
[T_mix]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = mix. chamber temperature
|
||||
slot = T5
|
||||
io = triton
|
||||
|
||||
[p_dump]
|
||||
class = secop_psi.mercury.PressureSensor
|
||||
description = dump pressure
|
||||
slot = P1
|
||||
io = triton
|
||||
|
||||
[p_cond]
|
||||
class = secop_psi.mercury.PressureSensor
|
||||
description = condenser pressure
|
||||
slot = P2
|
||||
io = triton
|
||||
|
||||
[p_still]
|
||||
class = secop_psi.mercury.PressureSensor
|
||||
description = still pressure
|
||||
slot = P3
|
||||
io = triton
|
||||
|
||||
[p_fore]
|
||||
class = secop_psi.mercury.PressureSensor
|
||||
description = pressure on the pump side
|
||||
slot = P4
|
||||
io = triton
|
||||
|
||||
[p_back]
|
||||
class = secop_psi.mercury.PressureSensor
|
||||
description = pressure on the back side of the pump
|
||||
slot = P5
|
||||
io = triton
|
||||
|
||||
[itc]
|
||||
class = secop_psi.mercury.IO
|
||||
description = connection to MercuryiTC
|
||||
uri = tcp://linse-dil5:3000
|
||||
|
||||
[T_still_wup]
|
||||
class = secop_psi.mercury.TemperatureLoop
|
||||
description = still warmup temperature
|
||||
slot = MB1.T1
|
||||
io = itc
|
||||
|
||||
[P_still_wup]
|
||||
class = secop_psi.mercury.HeaterOutput
|
||||
description = still warmup heater
|
||||
slot = MB0.H1
|
||||
io = itc
|
||||
|
||||
[T_one_K]
|
||||
class = secop_psi.mercury.TemperatureLoop
|
||||
description = 1 K plate warmup temperature
|
||||
slot = DB5.T1
|
||||
io = itc
|
||||
|
||||
[P_one_K]
|
||||
class = secop_psi.mercury.HeaterOutput
|
||||
description = 1 K plate warmup heater
|
||||
slot = DB3.H1
|
||||
io = itc
|
||||
|
||||
[T_mix_wup]
|
||||
class = secop_psi.mercury.TemperatureLoop
|
||||
description = mix. chamber warmup temperature
|
||||
slot = DB6.T1
|
||||
io = itc
|
||||
|
||||
[P_mix_wup]
|
||||
class = secop_psi.mercury.HeaterOutput
|
||||
description = mix. chamber warmup heater
|
||||
slot = DB1.H1
|
||||
io = itc
|
||||
|
||||
[T_ivc_wup]
|
||||
class = secop_psi.mercury.TemperatureLoop
|
||||
description = IVC warmup temperature
|
||||
slot = DB7.T1
|
||||
io = itc
|
||||
|
||||
[P_ivc_wup]
|
||||
class = secop_psi.mercury.HeaterOutput
|
||||
description = IVC warmup heater
|
||||
slot = DB2.H1
|
||||
io = itc
|
||||
|
||||
[T_cond]
|
||||
class = secop_psi.mercury.TemperatureLoop
|
||||
description = condenser temperature
|
||||
slot = DB8.T1
|
||||
io = itc
|
||||
|
||||
[P_cond]
|
||||
class = secop_psi.mercury.HeaterOutput
|
||||
description = condenser heater
|
||||
slot = DB3.H1
|
||||
io = itc
|
||||
|
||||
[V1]
|
||||
class = secop_psi.triton.Valve
|
||||
description = valve V1
|
||||
slot = V1
|
||||
io = triton
|
||||
|
||||
[V2]
|
||||
class = secop_psi.triton.Valve
|
||||
description = valve V2
|
||||
slot = V2
|
||||
io = triton
|
||||
|
||||
[V4]
|
||||
class = secop_psi.triton.Valve
|
||||
description = valve V4
|
||||
slot = V4
|
||||
io = triton
|
||||
|
||||
[V5]
|
||||
class = secop_psi.triton.Valve
|
||||
description = valve V5
|
||||
slot = V5
|
||||
io = triton
|
||||
|
||||
[V9]
|
||||
class = secop_psi.triton.Valve
|
||||
description = valve V9
|
||||
slot = V9
|
||||
io = triton
|
||||
|
||||
[turbo]
|
||||
class = secop_psi.triton.TurboPump
|
||||
description = still turbo pump
|
||||
slot = TURB1
|
||||
io = triton
|
||||
|
||||
[fp]
|
||||
class = secop_psi.triton.Pump
|
||||
description = still fore pump
|
||||
slot = FP
|
||||
io = triton
|
||||
|
||||
[compressor]
|
||||
class = secop_psi.triton.Pump
|
||||
description = compressor
|
||||
slot = COMP
|
||||
io = triton
|
Reference in New Issue
Block a user