add flamemag / flamedil config
This commit is contained in:
146
cfg/stick/flamedil.cfg
Normal file
146
cfg/stick/flamedil.cfg
Normal file
@@ -0,0 +1,146 @@
|
||||
[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
|
||||
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user