add FLAMP furnace
This commit is contained in:
52
cfg/main/flamp.cfg
Normal file
52
cfg/main/flamp.cfg
Normal file
@ -0,0 +1,52 @@
|
||||
[NODE]
|
||||
description = lamp oven control (from manuel knecht)
|
||||
id = flamp.config.sea.psi.ch
|
||||
|
||||
[sea_main]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = main sea connection for flamp.config
|
||||
config = flamp.config
|
||||
service = main
|
||||
|
||||
[tt]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_main
|
||||
sea_object = tt
|
||||
rel_paths = . t1
|
||||
|
||||
[t2]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
sea_object = tt
|
||||
rel_paths = t2
|
||||
|
||||
[current]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
sea_object = current
|
||||
extra_modules = i1, i2, i3, i4
|
||||
|
||||
[i1]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
single_module = current.i1
|
||||
|
||||
[i2]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
single_module = current.i2
|
||||
|
||||
[i3]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
single_module = current.i3
|
||||
|
||||
[i4]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
single_module = current.i4
|
||||
|
||||
[pv]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
sea_object = pv
|
Reference in New Issue
Block a user