fixes in mb11/dil5 cfg files
- add flowpars - increase om range to -360 - add sea config
This commit is contained in:
parent
416fe6ddc0
commit
afb49199a1
@ -2,6 +2,8 @@ Node('mb11.psi.ch',
|
|||||||
'MB11 11 Tesla - 100 mm cryomagnet',
|
'MB11 11 Tesla - 100 mm cryomagnet',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
sea_cfg = 'mb11.config'
|
||||||
|
|
||||||
Mod('itc1',
|
Mod('itc1',
|
||||||
'frappy_psi.mercury.IO',
|
'frappy_psi.mercury.IO',
|
||||||
'ITC for heat exchanger and pressures',
|
'ITC for heat exchanger and pressures',
|
||||||
@ -28,6 +30,7 @@ Mod('T_stat',
|
|||||||
slot='DB6.T1',
|
slot='DB6.T1',
|
||||||
io='itc1',
|
io='itc1',
|
||||||
tolerance=0.1,
|
tolerance=0.1,
|
||||||
|
flowpars=((1,5), (2, 20)),
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('htr_stat',
|
Mod('htr_stat',
|
||||||
@ -202,8 +205,8 @@ Mod('om',
|
|||||||
'frappy_psi.phytron.Motor',
|
'frappy_psi.phytron.Motor',
|
||||||
'stick rotation, typically used for omega',
|
'stick rotation, typically used for omega',
|
||||||
io='om_io',
|
io='om_io',
|
||||||
target_min=-180,
|
target_min=-360,
|
||||||
target_max=360,
|
target_max=360,
|
||||||
encoder_mode='NO',
|
encoder_mode='NO',
|
||||||
target=Param(min=-180, max=360)
|
target=Param(min=-360, max=360),
|
||||||
)
|
)
|
||||||
|
@ -28,6 +28,7 @@ Mod('T_stat',
|
|||||||
slot='DB6.T1',
|
slot='DB6.T1',
|
||||||
io='itc1',
|
io='itc1',
|
||||||
tolerance=0.1,
|
tolerance=0.1,
|
||||||
|
flowpars=((1,5), (2, 20)),
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('htr_stat',
|
Mod('htr_stat',
|
||||||
@ -58,7 +59,7 @@ Mod('p_stat',
|
|||||||
'static needle valve pressure',
|
'static needle valve pressure',
|
||||||
output_module='pos_stat',
|
output_module='pos_stat',
|
||||||
settling_time=60.0,
|
settling_time=60.0,
|
||||||
slot='DB5.P1,DB3.G1',
|
slot='DB5.P1',
|
||||||
io='itc1',
|
io='itc1',
|
||||||
tolerance=1.0,
|
tolerance=1.0,
|
||||||
value=Param(
|
value=Param(
|
||||||
@ -95,7 +96,7 @@ Mod('p_dyn',
|
|||||||
'dynamic needle valve pressure',
|
'dynamic needle valve pressure',
|
||||||
output_module='pos_dyn',
|
output_module='pos_dyn',
|
||||||
settling_time=60.0,
|
settling_time=60.0,
|
||||||
slot='DB8.P1,DB4.G1',
|
slot='DB8.P1',
|
||||||
io='itc1',
|
io='itc1',
|
||||||
tolerance=1.0,
|
tolerance=1.0,
|
||||||
value=Param(
|
value=Param(
|
||||||
@ -132,7 +133,7 @@ Mod('lev',
|
|||||||
|
|
||||||
Mod('n2lev',
|
Mod('n2lev',
|
||||||
'frappy_psi.mercury.N2Level',
|
'frappy_psi.mercury.N2Level',
|
||||||
'LHe level',
|
'LN2 level',
|
||||||
slot='DB1.L1',
|
slot='DB1.L1',
|
||||||
io='ips',
|
io='ips',
|
||||||
)
|
)
|
||||||
@ -218,7 +219,8 @@ Mod('om',
|
|||||||
'frappy_psi.phytron.Motor',
|
'frappy_psi.phytron.Motor',
|
||||||
'stick rotation, typically used for omega',
|
'stick rotation, typically used for omega',
|
||||||
io='om_io',
|
io='om_io',
|
||||||
target_min=-180,
|
target_min=-360,
|
||||||
target_max=360,
|
target_max=360,
|
||||||
encoder_mode='NO',
|
encoder_mode='NO',
|
||||||
|
target=Param(min=-360, max=360),
|
||||||
)
|
)
|
||||||
|
@ -2,6 +2,8 @@ Node('triton.psi.ch',
|
|||||||
'triton test',
|
'triton test',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
sea_cfg = 'dil5.stick'
|
||||||
|
|
||||||
Mod('triton',
|
Mod('triton',
|
||||||
'frappy_psi.mercury.IO',
|
'frappy_psi.mercury.IO',
|
||||||
'connection to triton software',
|
'connection to triton software',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user