Merge branch 'wip' of gitlab.psi.ch-samenv:samenv/frappy into wip
This commit is contained in:
@ -1,64 +0,0 @@
|
||||
[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
|
||||
|
||||
[T_oneK]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
rel_paths = onek
|
||||
|
||||
[T_still]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
rel_paths = stillt
|
||||
|
||||
[T_sample]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = sample
|
||||
|
||||
[T_samplehtr]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = samplehtr
|
||||
|
||||
[T_mix]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = mix
|
||||
|
||||
[dil]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = dil
|
||||
|
||||
[T_sorb]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_stick
|
||||
sea_object = sorb
|
75
cfg/stick/dil2_cfg.py
Normal file
75
cfg/stick/dil2_cfg.py
Normal file
@ -0,0 +1,75 @@
|
||||
Node('dil2.stick.sea.psi.ch',
|
||||
'dilution insert',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick sea connection for dil2.stick',
|
||||
config='dil2.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='ts',
|
||||
)
|
||||
|
||||
Mod('treg',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
)
|
||||
|
||||
Mod('tmon',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
)
|
||||
|
||||
Mod('T_oneK',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
rel_paths=['onek'],
|
||||
)
|
||||
|
||||
Mod('T_still',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
rel_paths=['stillt'],
|
||||
)
|
||||
|
||||
Mod('T_sample',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['sample'],
|
||||
)
|
||||
|
||||
Mod('T_samplehtr',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['samplehtr'],
|
||||
)
|
||||
|
||||
Mod('T_mix',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['mix'],
|
||||
)
|
||||
|
||||
Mod('dil',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='dil',
|
||||
)
|
||||
|
||||
Mod('T_sorb',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='sorb',
|
||||
)
|
@ -1,64 +0,0 @@
|
||||
[NODE]
|
||||
description = dilution insert
|
||||
id = dil3.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick sea connection for dil3.stick
|
||||
config = dil3.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
|
||||
|
||||
[T_oneK]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
rel_paths = onek
|
||||
|
||||
[T_still]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
rel_paths = stillt
|
||||
|
||||
[T_sample]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = sample
|
||||
|
||||
[T_samplehtr]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = samplehtr
|
||||
|
||||
[T_mix]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = mix
|
||||
|
||||
[dil]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = dil
|
||||
|
||||
[T_sorb]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_stick
|
||||
sea_object = sorb
|
75
cfg/stick/dil3_cfg.py
Normal file
75
cfg/stick/dil3_cfg.py
Normal file
@ -0,0 +1,75 @@
|
||||
Node('dil3.stick.sea.psi.ch',
|
||||
'dilution insert',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick sea connection for dil3.stick',
|
||||
config='dil3.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='ts',
|
||||
)
|
||||
|
||||
Mod('treg',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
)
|
||||
|
||||
Mod('tmon',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
)
|
||||
|
||||
Mod('T_oneK',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
rel_paths=['onek'],
|
||||
)
|
||||
|
||||
Mod('T_still',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
rel_paths=['stillt'],
|
||||
)
|
||||
|
||||
Mod('T_sample',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['sample'],
|
||||
)
|
||||
|
||||
Mod('T_samplehtr',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['samplehtr'],
|
||||
)
|
||||
|
||||
Mod('T_mix',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['mix'],
|
||||
)
|
||||
|
||||
Mod('dil',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='dil',
|
||||
)
|
||||
|
||||
Mod('T_sorb',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='sorb',
|
||||
)
|
@ -1,64 +0,0 @@
|
||||
[NODE]
|
||||
description = dilution insert
|
||||
id = dil4.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick sea connection for dil4.stick
|
||||
config = dil4.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
|
||||
|
||||
[T_oneK]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
rel_paths = onek
|
||||
|
||||
[T_still]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tmon
|
||||
rel_paths = stillt
|
||||
|
||||
[T_sample]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = sample
|
||||
|
||||
[T_samplehtr]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = samplehtr
|
||||
|
||||
[T_mix]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = treg
|
||||
rel_paths = mix
|
||||
|
||||
[dil]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = dil
|
||||
|
||||
[T_sorb]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_stick
|
||||
sea_object = sorb
|
75
cfg/stick/dil4_cfg.py
Normal file
75
cfg/stick/dil4_cfg.py
Normal file
@ -0,0 +1,75 @@
|
||||
Node('dil4.stick.sea.psi.ch',
|
||||
'dilution insert',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick sea connection for dil4.stick',
|
||||
config='dil4.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='ts',
|
||||
)
|
||||
|
||||
Mod('treg',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
)
|
||||
|
||||
Mod('tmon',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
)
|
||||
|
||||
Mod('T_oneK',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
rel_paths=['onek'],
|
||||
)
|
||||
|
||||
Mod('T_still',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tmon',
|
||||
rel_paths=['stillt'],
|
||||
)
|
||||
|
||||
Mod('T_sample',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['sample'],
|
||||
)
|
||||
|
||||
Mod('T_samplehtr',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['samplehtr'],
|
||||
)
|
||||
|
||||
Mod('T_mix',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='treg',
|
||||
rel_paths=['mix'],
|
||||
)
|
||||
|
||||
Mod('dil',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='dil',
|
||||
)
|
||||
|
||||
Mod('T_sorb',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='sorb',
|
||||
)
|
@ -1,210 +0,0 @@
|
||||
[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
|
||||
timeout = 5
|
||||
|
||||
[ts]
|
||||
class = secop_psi.triton.TemperatureLoop
|
||||
description = mix. chamber temperature
|
||||
slot = T5
|
||||
output_module = htr_mix
|
||||
io = triton
|
||||
|
||||
[htr_mix]
|
||||
class = secop_psi.triton.HeaterOutputWithRange
|
||||
description = mix. chamber heater
|
||||
slot = H1,T5
|
||||
io = triton
|
||||
|
||||
[htr_sorb]
|
||||
class = secop_psi.triton.HeaterOutput
|
||||
description = sorb heater
|
||||
slot = H3
|
||||
io = triton
|
||||
|
||||
[htr_still]
|
||||
class = secop_psi.triton.HeaterOutput
|
||||
description = still heater
|
||||
slot = H2
|
||||
io = triton
|
||||
|
||||
[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
|
||||
|
||||
[action]
|
||||
class = secop_psi.triton.Action
|
||||
description = higher level scripts
|
||||
io = triton
|
||||
slot = DR
|
||||
|
||||
[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
|
||||
|
||||
[htr_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
|
||||
|
||||
[htr_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
|
||||
|
||||
[htr_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
|
||||
|
||||
[htr_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
|
||||
|
||||
[htr_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
|
242
cfg/stick/dil5_cfg.py
Normal file
242
cfg/stick/dil5_cfg.py
Normal file
@ -0,0 +1,242 @@
|
||||
Node('triton.psi.ch',
|
||||
'triton test',
|
||||
interface='tcp://5000',
|
||||
)
|
||||
|
||||
Mod('triton',
|
||||
'frappy_psi.mercury.IO',
|
||||
'connection to triton software',
|
||||
uri='tcp://linse-dil5:33576',
|
||||
timeout=5.0,
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.triton.TemperatureLoop',
|
||||
'mix. chamber temperature',
|
||||
slot='T5',
|
||||
output_module='htr_mix',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('htr_mix',
|
||||
'frappy_psi.triton.HeaterOutputWithRange',
|
||||
'mix. chamber heater',
|
||||
slot='H1,T5',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('htr_sorb',
|
||||
'frappy_psi.triton.HeaterOutput',
|
||||
'sorb heater',
|
||||
slot='H3',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('htr_still',
|
||||
'frappy_psi.triton.HeaterOutput',
|
||||
'still heater',
|
||||
slot='H2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_sorb',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'sorb temperature',
|
||||
slot='T1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_ivc',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'IVC temperature',
|
||||
slot='T2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_still',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'still temperature',
|
||||
slot='T3',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_cp',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'cold plate temperature',
|
||||
slot='T4',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('action',
|
||||
'frappy_psi.triton.Action',
|
||||
'higher level scripts',
|
||||
io='triton',
|
||||
slot='DR',
|
||||
)
|
||||
|
||||
Mod('p_dump',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'dump pressure',
|
||||
slot='P1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_cond',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'condenser pressure',
|
||||
slot='P2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_still',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'still pressure',
|
||||
slot='P3',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_fore',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'pressure on the pump side',
|
||||
slot='P4',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_back',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'pressure on the back side of the pump',
|
||||
slot='P5',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('itc',
|
||||
'frappy_psi.mercury.IO',
|
||||
'connection to MercuryiTC',
|
||||
uri='tcp://linse-dil5:3000',
|
||||
)
|
||||
|
||||
Mod('T_still_wup',
|
||||
'frappy_psi.mercury.TemperatureLoop',
|
||||
'still warmup temperature',
|
||||
slot='MB1.T1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('htr_still_wup',
|
||||
'frappy_psi.mercury.HeaterOutput',
|
||||
'still warmup heater',
|
||||
slot='MB0.H1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('T_one_K',
|
||||
'frappy_psi.mercury.TemperatureLoop',
|
||||
'1 K plate warmup temperature',
|
||||
slot='DB5.T1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('htr_one_K',
|
||||
'frappy_psi.mercury.HeaterOutput',
|
||||
'1 K plate warmup heater',
|
||||
slot='DB3.H1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('T_mix_wup',
|
||||
'frappy_psi.mercury.TemperatureLoop',
|
||||
'mix. chamber warmup temperature',
|
||||
slot='DB6.T1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('htr_mix_wup',
|
||||
'frappy_psi.mercury.HeaterOutput',
|
||||
'mix. chamber warmup heater',
|
||||
slot='DB1.H1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('T_ivc_wup',
|
||||
'frappy_psi.mercury.TemperatureLoop',
|
||||
'IVC warmup temperature',
|
||||
slot='DB7.T1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('htr_ivc_wup',
|
||||
'frappy_psi.mercury.HeaterOutput',
|
||||
'IVC warmup heater',
|
||||
slot='DB2.H1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('T_cond',
|
||||
'frappy_psi.mercury.TemperatureLoop',
|
||||
'condenser temperature',
|
||||
slot='DB8.T1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('htr_cond',
|
||||
'frappy_psi.mercury.HeaterOutput',
|
||||
'condenser heater',
|
||||
slot='DB3.H1',
|
||||
io='itc',
|
||||
)
|
||||
|
||||
Mod('V1',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V1',
|
||||
slot='V1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V2',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V2',
|
||||
slot='V2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V4',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V4',
|
||||
slot='V4',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V5',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V5',
|
||||
slot='V5',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V9',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V9',
|
||||
slot='V9',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('turbo',
|
||||
'frappy_psi.triton.TurboPump',
|
||||
'still turbo pump',
|
||||
slot='TURB1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('fp',
|
||||
'frappy_psi.triton.Pump',
|
||||
'still fore pump',
|
||||
slot='FP',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('compressor',
|
||||
'frappy_psi.triton.Pump',
|
||||
'compressor',
|
||||
slot='COMP',
|
||||
io='triton',
|
||||
)
|
@ -1,146 +0,0 @@
|
||||
[NODE]
|
||||
id = triton.psi.ch
|
||||
description = triton test
|
||||
|
||||
[INTERFACE]
|
||||
uri = tcp://5000
|
||||
|
||||
[T_mix]
|
||||
class = secop_psi.triton.TemperatureLoop
|
||||
description = mix. chamber temperature
|
||||
slot = T5
|
||||
output_module = htr_mix
|
||||
io = triton
|
||||
|
||||
[T_sorb]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = sorb temperature
|
||||
slot = T1
|
||||
io = triton
|
||||
|
||||
[T_still]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = still temperature
|
||||
slot = T4
|
||||
io = triton
|
||||
|
||||
[T_hx]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = heat exchanger T
|
||||
slot = T2
|
||||
io = triton
|
||||
|
||||
[T_jtstage]
|
||||
class = secop_psi.triton.TemperatureSensor
|
||||
description = jt stage temperature
|
||||
slot = T3
|
||||
io = triton
|
||||
|
||||
[htr_mix]
|
||||
class = secop_psi.triton.HeaterOutputWithRange
|
||||
description = mix. chamber heater
|
||||
slot = H1,T5
|
||||
io = triton
|
||||
|
||||
[htr_sorb]
|
||||
class = secop_psi.triton.HeaterOutput
|
||||
description = sorb heater
|
||||
slot = H3
|
||||
io = triton
|
||||
|
||||
[htr_still]
|
||||
class = secop_psi.triton.HeaterOutput
|
||||
description = still heater
|
||||
slot = H2
|
||||
io = triton
|
||||
|
||||
[dil_action]
|
||||
class = secop_psi.triton.Action
|
||||
description = higher level scripts
|
||||
io = triton
|
||||
slot = DR
|
||||
|
||||
[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
|
||||
|
||||
[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
|
||||
|
||||
[triton]
|
||||
class = secop_psi.mercury.IO
|
||||
description = connection to triton software
|
||||
uri = tcp://flamedil:33576
|
||||
timeout = 9
|
||||
|
152
cfg/stick/flamedil_cfg.py
Normal file
152
cfg/stick/flamedil_cfg.py
Normal file
@ -0,0 +1,152 @@
|
||||
Node('triton.psi.ch',
|
||||
'triton test',
|
||||
interface='tcp://5000',
|
||||
)
|
||||
|
||||
Mod('T_mix',
|
||||
'frappy_psi.triton.TemperatureLoop',
|
||||
'mix. chamber temperature',
|
||||
slot='T5',
|
||||
output_module='htr_mix',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_sorb',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'sorb temperature',
|
||||
slot='T1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_still',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'still temperature',
|
||||
slot='T4',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_hx',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'heat exchanger T',
|
||||
slot='T2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('T_jtstage',
|
||||
'frappy_psi.triton.TemperatureSensor',
|
||||
'jt stage temperature',
|
||||
slot='T3',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('htr_mix',
|
||||
'frappy_psi.triton.HeaterOutputWithRange',
|
||||
'mix. chamber heater',
|
||||
slot='H1,T5',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('htr_sorb',
|
||||
'frappy_psi.triton.HeaterOutput',
|
||||
'sorb heater',
|
||||
slot='H3',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('htr_still',
|
||||
'frappy_psi.triton.HeaterOutput',
|
||||
'still heater',
|
||||
slot='H2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('dil_action',
|
||||
'frappy_psi.triton.Action',
|
||||
'higher level scripts',
|
||||
io='triton',
|
||||
slot='DR',
|
||||
)
|
||||
|
||||
Mod('p_dump',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'dump pressure',
|
||||
slot='P1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_cond',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'condenser pressure',
|
||||
slot='P2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_still',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'still pressure',
|
||||
slot='P3',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('p_back',
|
||||
'frappy_psi.mercury.PressureSensor',
|
||||
'pressure on the back side of the pump',
|
||||
slot='P5',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V1',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V1',
|
||||
slot='V1',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V2',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V2',
|
||||
slot='V2',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V4',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V4',
|
||||
slot='V4',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V5',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V5',
|
||||
slot='V5',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('V9',
|
||||
'frappy_psi.triton.Valve',
|
||||
'valve V9',
|
||||
slot='V9',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('fp',
|
||||
'frappy_psi.triton.Pump',
|
||||
'still fore pump',
|
||||
slot='FP',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('compressor',
|
||||
'frappy_psi.triton.Pump',
|
||||
'compressor',
|
||||
slot='COMP',
|
||||
io='triton',
|
||||
)
|
||||
|
||||
Mod('triton',
|
||||
'frappy_psi.mercury.IO',
|
||||
'connection to triton software',
|
||||
uri='tcp://flamedil:33576',
|
||||
timeout=9.0,
|
||||
)
|
@ -1,38 +0,0 @@
|
||||
[NODE]
|
||||
description = heliox insert
|
||||
id = heliox.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick sea connection for heliox.stick
|
||||
config = heliox.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_stick
|
||||
sea_object = ts
|
||||
|
||||
[T_sorb]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = th
|
||||
rel_paths = sorb
|
||||
|
||||
[T_plate]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = th
|
||||
rel_paths = plate
|
||||
|
||||
[T_low]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = th
|
||||
rel_paths = low
|
||||
|
||||
[T_pot]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = th
|
||||
rel_paths = pot
|
44
cfg/stick/heliox_cfg.py
Normal file
44
cfg/stick/heliox_cfg.py
Normal file
@ -0,0 +1,44 @@
|
||||
Node('heliox.stick.sea.psi.ch',
|
||||
'heliox insert',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick sea connection for heliox.stick',
|
||||
config='heliox.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaDrivable',
|
||||
io='sea_stick',
|
||||
sea_object='ts',
|
||||
)
|
||||
|
||||
Mod('T_sorb',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='th',
|
||||
rel_paths=['sorb'],
|
||||
)
|
||||
|
||||
Mod('T_plate',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='th',
|
||||
rel_paths=['plate'],
|
||||
)
|
||||
|
||||
Mod('T_low',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='th',
|
||||
rel_paths=['low'],
|
||||
)
|
||||
|
||||
Mod('T_pot',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='th',
|
||||
rel_paths=['pot'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = ILL1 standard sample stick
|
||||
id = ill1.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ill1.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ill1.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ill1stick_cfg.py
Normal file
18
cfg/stick/ill1stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ill1.stick.sea.psi.ch',
|
||||
'ILL1 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ill1.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill1.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = ILL4 standard sample stick
|
||||
id = ill4.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ill4.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ill4.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ill4stick_cfg.py
Normal file
18
cfg/stick/ill4stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ill4.stick.sea.psi.ch',
|
||||
'ILL4 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ill4.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill4.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
[NODE]
|
||||
description = ILL5 sample stick for pressure cells
|
||||
id = ill5p.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick SEA connection to ill5p.stick
|
||||
config = ill5p.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ill5.config.json
|
||||
rel_paths = ts
|
18
cfg/stick/ill5p_cfg.py
Normal file
18
cfg/stick/ill5p_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ill5p.stick.sea.psi.ch',
|
||||
'ILL5 sample stick for pressure cells',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick SEA connection to ill5p.stick',
|
||||
config='ill5p.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill5.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
[NODE]
|
||||
description = ILL5 standard sample stick
|
||||
id = ill5.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick SEA connection to ill5.stick
|
||||
config = ill5.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ill5.config.json
|
||||
rel_paths = ts
|
18
cfg/stick/ill5stick_cfg.py
Normal file
18
cfg/stick/ill5stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ill5.stick.sea.psi.ch',
|
||||
'ILL5 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick SEA connection to ill5.stick',
|
||||
config='ill5.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ill5.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = MAO2 standard sample stick
|
||||
id = ma02.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma02.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma02.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ma02stick_cfg.py
Normal file
18
cfg/stick/ma02stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ma02.stick.sea.psi.ch',
|
||||
'MAO2 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ma02.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma02.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = MA10 standard sample stick
|
||||
id = ma10.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma10.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma10.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ma10stick_cfg.py
Normal file
18
cfg/stick/ma10stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ma10.stick.sea.psi.ch',
|
||||
'MA10 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ma10.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma10.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = MA11 standard sample stick
|
||||
id = ma11.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma11.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma11.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ma11stick_cfg.py
Normal file
18
cfg/stick/ma11stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ma11.stick.sea.psi.ch',
|
||||
'MA11 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ma11.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma11.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = MA6 standard sample stick
|
||||
id = ma6.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma6.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma6.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ma6stick_cfg.py
Normal file
18
cfg/stick/ma6stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ma6.stick.sea.psi.ch',
|
||||
'MA6 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ma6.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma6.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,17 +0,0 @@
|
||||
[NODE]
|
||||
description = MA7 standard sample stick
|
||||
id = ma7.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA stick connection
|
||||
config = ma7.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ma7.config.json
|
||||
rel_paths = ts
|
||||
|
18
cfg/stick/ma7stick_cfg.py
Normal file
18
cfg/stick/ma7stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ma7.stick.sea.psi.ch',
|
||||
'MA7 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA stick connection',
|
||||
config='ma7.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ma7.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,44 +0,0 @@
|
||||
# DO NOT USE
|
||||
# use 'mb11std' instead of 'mb11', 'mb11stick'
|
||||
# as the communication proxy for itc does not work yet
|
||||
|
||||
[NODE]
|
||||
description = MB11 standard sample stick (do not use)
|
||||
id = mb11.stick.sea.psi.ch
|
||||
|
||||
[INTERFACE]
|
||||
uri = tcp://5000
|
||||
|
||||
#[itc]
|
||||
#class = secop.proxy.Proxy
|
||||
#remote_class = secop_psi.mercury.IO
|
||||
#description = connection to MB11 mercury
|
||||
#module = itc1
|
||||
#uri = mb11-ts:3001
|
||||
#timeout = 5
|
||||
|
||||
#[t3]
|
||||
#class = secop_psi.softcal.Sensor
|
||||
#rawsensor = r2
|
||||
##calib USstick
|
||||
#calib = /home/l_samenv/sea/tcl/calcurves/X163059.340
|
||||
##calib dilatometer stick
|
||||
#calib = /home/l_samenv/sea/tcl/calcurves/X86023.340
|
||||
## unknown
|
||||
#calib = /home/l_samenv/sea/tcl/calcurves/X70197.340
|
||||
#svalue.unit = K
|
||||
|
||||
#[ts]
|
||||
#class = secop.proxy.Proxy
|
||||
#remote_class = secop_psi.mercury.TemperatureLoop
|
||||
#description = sample temperature
|
||||
#module = T_sample
|
||||
#io = itc1
|
||||
|
||||
#[htr_ts]
|
||||
#class = secop.proxy.Proxy
|
||||
#remote_class = secop_psi.mercury.HeaterOutput
|
||||
#description = sample stick heater power
|
||||
#module = htr_sample
|
||||
#io = itc1
|
||||
|
4
cfg/stick/mb11stick_cfg.py
Normal file
4
cfg/stick/mb11stick_cfg.py
Normal file
@ -0,0 +1,4 @@
|
||||
Node('mb11.stick.sea.psi.ch',
|
||||
'MB11 standard sample stick (do not use)',
|
||||
interface='tcp://5000',
|
||||
)
|
@ -1,10 +0,0 @@
|
||||
[NODE]
|
||||
description = cryostat or cryomagnet without stick
|
||||
id = none.stick.sea.psi.ch
|
||||
|
||||
[seaconn]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to none stick
|
||||
config = none.stick
|
||||
export = False
|
||||
service = stick
|
11
cfg/stick/nostick_cfg.py
Normal file
11
cfg/stick/nostick_cfg.py
Normal file
@ -0,0 +1,11 @@
|
||||
Node('none.stick.sea.psi.ch',
|
||||
'cryostat or cryomagnet without stick',
|
||||
)
|
||||
|
||||
Mod('seaconn',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA connection to none stick',
|
||||
config='none.stick',
|
||||
export=False,
|
||||
service='stick',
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
[NODE]
|
||||
description = ORI3 standard sample stick
|
||||
id = ori3.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick SEA connection to ori3.stick
|
||||
config = ori3.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ori3.config.json
|
||||
rel_paths = ts
|
18
cfg/stick/ori3stick_cfg.py
Normal file
18
cfg/stick/ori3stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ori3.stick.sea.psi.ch',
|
||||
'ORI3 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick SEA connection to ori3.stick',
|
||||
config='ori3.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori3.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
[NODE]
|
||||
description = ORI4 standard sample stick
|
||||
id = ori4.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to ori4 stick
|
||||
config = ori4.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ori4.config.json
|
||||
rel_paths = ts
|
18
cfg/stick/ori4stick_cfg.py
Normal file
18
cfg/stick/ori4stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ori4.stick.sea.psi.ch',
|
||||
'ORI4 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA connection to ori4 stick',
|
||||
config='ori4.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori4.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,16 +0,0 @@
|
||||
[NODE]
|
||||
description = ORI6 standard sample stick
|
||||
id = ori6.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = stick SEA connection to ori6.stick
|
||||
config = ori6.stick
|
||||
service = stick
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ori6.config.json
|
||||
rel_paths = ts
|
18
cfg/stick/ori6stick_cfg.py
Normal file
18
cfg/stick/ori6stick_cfg.py
Normal file
@ -0,0 +1,18 @@
|
||||
Node('ori6.stick.sea.psi.ch',
|
||||
'ORI6 standard sample stick',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'stick SEA connection to ori6.stick',
|
||||
config='ori6.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori6.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
[NODE]
|
||||
description = sample changer for 100 mm orange cryo (5 samples, HRPT)
|
||||
id = sch5.stick.sea.psi.ch
|
||||
|
||||
[sea_stick]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = SEA connection to sch5
|
||||
config = sch5.stick
|
||||
service = stick
|
||||
|
||||
[warmup]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = warmup
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_stick
|
||||
sea_object = tt
|
||||
json_file = ori4.config.json
|
||||
rel_paths = ts
|
||||
|
24
cfg/stick/sch5_cfg.py
Normal file
24
cfg/stick/sch5_cfg.py
Normal file
@ -0,0 +1,24 @@
|
||||
Node('sch5.stick.sea.psi.ch',
|
||||
'sample changer for 100 mm orange cryo (5 samples, HRPT)',
|
||||
)
|
||||
|
||||
Mod('sea_stick',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'SEA connection to sch5',
|
||||
config='sch5.stick',
|
||||
service='stick',
|
||||
)
|
||||
|
||||
Mod('warmup',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='warmup',
|
||||
)
|
||||
|
||||
Mod('ts',
|
||||
'frappy_psi.sea.SeaReadable',
|
||||
io='sea_stick',
|
||||
sea_object='tt',
|
||||
json_file=['ori4.config.json'],
|
||||
rel_paths=['ts'],
|
||||
)
|
@ -1,9 +0,0 @@
|
||||
[NODE]
|
||||
id = uniax stick
|
||||
class = protocol.router.Router
|
||||
description = router forwarding to linse-uniax apu
|
||||
node = linse-uniax:5000
|
||||
|
||||
#[INTERFACE]
|
||||
#uri=tcp://5002
|
||||
|
Reference in New Issue
Block a user