Merge branch 'wip' of gitlab.psi.ch:samenv/frappy into wip
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
|
21
cfg/main/fs.cfg
Normal file
21
cfg/main/fs.cfg
Normal file
@ -0,0 +1,21 @@
|
||||
[NODE]
|
||||
description = small furnace
|
||||
id = fs.config.sea.psi.ch
|
||||
|
||||
[sea_main]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = main sea connection for fs.config
|
||||
config = fs.config
|
||||
service = main
|
||||
|
||||
[tt]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_main
|
||||
sea_object = tt
|
||||
rel_paths = . tm
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_main
|
||||
sea_object = tt
|
||||
rel_paths = ts
|
22
cfg/main/ft.cfg
Normal file
22
cfg/main/ft.cfg
Normal file
@ -0,0 +1,22 @@
|
||||
[NODE]
|
||||
description = FT tantalum furnace (1400 K)
|
||||
id = ft.config.sea.psi.ch
|
||||
|
||||
[sea_main]
|
||||
class = secop_psi.sea.SeaClient
|
||||
description = main sea connection for fw.config
|
||||
config = ft.config
|
||||
service = main
|
||||
|
||||
[ts]
|
||||
class = secop_psi.sea.SeaDrivable
|
||||
io = sea_main
|
||||
sea_object = tt
|
||||
rel_paths = . ts
|
||||
|
||||
[t2]
|
||||
class = secop_psi.sea.SeaReadable
|
||||
io = sea_main
|
||||
sea_object = tt
|
||||
rel_paths = tm
|
||||
|
@ -68,5 +68,5 @@ description = stick rotation, typically used for omega
|
||||
class = secop_psi.phytron.Motor
|
||||
io = om_io
|
||||
sign = -1
|
||||
encoder_mode = CHECK
|
||||
encoder_mode = READ
|
||||
|
||||
|
Reference in New Issue
Block a user