branch develop: cfgfiles cfg/main for branch wip

Change-Id: Iece67aedc45300b920378a83cfebf5f617c1bad3
This commit is contained in:
zolliker 2023-06-20 10:55:12 +02:00
parent 00b57e3d2c
commit fcca3801a4
15 changed files with 53 additions and 26 deletions

View File

@ -25,7 +25,7 @@ Mod('p',
Mod('gasflow',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['p.gasflow'],
single_module='p.gasflow',
)
Mod('vacuumpump',

View File

@ -33,25 +33,25 @@ Mod('current',
Mod('i1',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i1'],
single_module='current.i1',
)
Mod('i2',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i2'],
single_module='current.i2',
)
Mod('i3',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i3'],
single_module='current.i3',
)
Mod('i4',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i4'],
single_module='current.i4',
)
Mod('pv',

View File

@ -26,7 +26,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -28,7 +28,7 @@ Mod('cc',
Mod('lev',
'secop_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -26,7 +26,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -26,7 +26,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -38,7 +38,7 @@ Mod('cc',
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['cc.h'],
single_module='cc.h',
)
Mod('nv',

View File

@ -27,73 +27,73 @@ Mod('jtccr',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
sea_object='jtccr',
extra_modules=['v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,vm'],
extra_modules=['v1','v2','v3','v4','v5','v6','v7','v8','v9','v10','vm'],
)
Mod('v1',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v1'],
single_module='jtccr.v1',
)
Mod('v2',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v2'],
single_module='jtccr.v2',
)
Mod('v3',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v3'],
single_module='jtccr.v3',
)
Mod('v4',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v4'],
single_module='jtccr.v4',
)
Mod('v5',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v5'],
single_module='jtccr.v5',
)
Mod('v6',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v6'],
single_module='jtccr.v6',
)
Mod('v7',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v7'],
single_module='jtccr.v7',
)
Mod('v8',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v8'],
single_module='jtccr.v8',
)
Mod('v9',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v9'],
single_module='jtccr.v9',
)
Mod('v10',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.v10'],
single_module='jtccr.v10',
)
Mod('vm',
'frappy_psi.sea.SeaWritable', '',
io='sea_main',
single_module=['jtccr.vm'],
single_module='jtccr.vm',
)
Mod('p1',

View File

@ -79,6 +79,7 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
sign=-1,
target_min = -180,
target_max = 360,
encoder_mode='READ',
)

View File

@ -74,5 +74,6 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
encoder_mode='NO',
target_min=-180,
target_max=360,
)

View File

@ -203,7 +203,8 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
sign=-1,
target_min=-180,
target_max=360,
encoder_mode='NO',
target=Param(min=-180, max=360)
)

View File

@ -219,6 +219,7 @@ Mod('om',
'frappy_psi.phytron.Motor',
'stick rotation, typically used for omega',
io='om_io',
sign=-1,
target_min=-180,
target_max=360,
encoder_mode='NO',
)

View File

@ -19,6 +19,13 @@ Mod('cc',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='cc',
extra_modules=['h'],
)
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module='cc.h',
)
Mod('nv',

View File

@ -26,6 +26,14 @@ Mod('cc',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='cc',
extra_modules=['h'],
visibility=2,
)
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module='cc.h',
)
Mod('nv',

View File

@ -19,6 +19,14 @@ Mod('cc',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='cc',
extra_modules=['h'],
visibility=2,
)
Mod('lev',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module='cc.h',
)
Mod('nv',