fix meanings and SEA vti mapping
- tt:value (VTI temperatures from SEA) should not be sample T - VTI meaning must be ['temperature_regulation',20] - stick ts meaning must be ['temperature', 30] Change-Id: Ib6d662bb27d898958c62c02878d9551161cbc8c2
This commit is contained in:
parent
7ee219ce7a
commit
6c2b1ea355
@ -44,6 +44,7 @@ Mod('ts_high',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.parmod.SwitchDriv',
|
'frappy_psi.parmod.SwitchDriv',
|
||||||
'automatically switching between ts_low and ts_high',
|
'automatically switching between ts_low and ts_high',
|
||||||
|
meaning=['temperature', 40],
|
||||||
value=Param(unit='K'),
|
value=Param(unit='K'),
|
||||||
low='ts_low',
|
low='ts_low',
|
||||||
high='ts_high',
|
high='ts_high',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_main',
|
|||||||
|
|
||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 20],
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -12,5 +12,6 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
)
|
)
|
||||||
|
@ -7,13 +7,14 @@ Mod('sea_main',
|
|||||||
config = 'ccrpe.config',
|
config = 'ccrpe.config',
|
||||||
service = 'main',
|
service = 'main',
|
||||||
)
|
)
|
||||||
Mod('tt',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['.', 'tm'],
|
rel_paths=['ts', 'set'],
|
||||||
)
|
)
|
||||||
Mod('ts',
|
Mod('tm',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
|
@ -9,18 +9,19 @@ Mod('sea_main',
|
|||||||
service='main',
|
service='main',
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('tt',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['.', 'tm'],
|
rel_paths=['ts', 'set'],
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('ts',
|
Mod('tm',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['ts'],
|
rel_paths=['tm'],
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('te',
|
Mod('te',
|
||||||
|
@ -12,5 +12,6 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
)
|
)
|
||||||
|
@ -12,5 +12,6 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
)
|
)
|
||||||
|
@ -11,5 +11,6 @@ Mod('sea_main',
|
|||||||
Mod('te',
|
Mod('te',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io = 'sea_main',
|
io = 'sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object = 'te',
|
sea_object = 'te',
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -13,7 +13,8 @@ Mod('ts',
|
|||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['.', 'ts'],
|
meaning=['temperature', 20],
|
||||||
|
rel_paths=['ts', 'set'],
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('t2',
|
Mod('t2',
|
||||||
|
@ -12,8 +12,9 @@ Mod('sea_main',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['.', 'ts'],
|
rel_paths=['ts', 'set'],
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('t2',
|
Mod('t2',
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,8 +12,9 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['.', 'tt'],
|
rel_paths=['tt', 'set'],
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('T_ccr',
|
Mod('T_ccr',
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['ts', 'set']
|
rel_paths=['ts', 'set']
|
||||||
)
|
)
|
||||||
|
@ -13,6 +13,7 @@ Mod('th',
|
|||||||
'frappy_psi.sea.SeaReadable',
|
'frappy_psi.sea.SeaReadable',
|
||||||
'sample heater temperature',
|
'sample heater temperature',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['ts', 'setsamp']
|
rel_paths=['ts', 'setsamp']
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -10,6 +10,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io = 'sea_main',
|
io = 'sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object = 'tt',
|
sea_object = 'tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl', 'voltage'],
|
rel_paths=['tm', 'set', 'dblctrl', 'voltage'],
|
||||||
extra_modules=['manualpower'],
|
extra_modules=['manualpower'],
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -16,6 +16,7 @@ Mod('sea_main',
|
|||||||
|
|
||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -25,6 +25,7 @@ Mod('ips',
|
|||||||
Mod('T_stat',
|
Mod('T_stat',
|
||||||
'frappy_psi.mercury.TemperatureAutoFlow',
|
'frappy_psi.mercury.TemperatureAutoFlow',
|
||||||
'static heat exchanger temperature',
|
'static heat exchanger temperature',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
output_module='htr_stat',
|
output_module='htr_stat',
|
||||||
needle_valve='p_stat',
|
needle_valve='p_stat',
|
||||||
slot='DB6.T1',
|
slot='DB6.T1',
|
||||||
|
@ -23,6 +23,7 @@ Mod('ips',
|
|||||||
Mod('T_stat',
|
Mod('T_stat',
|
||||||
'frappy_psi.mercury.TemperatureAutoFlow',
|
'frappy_psi.mercury.TemperatureAutoFlow',
|
||||||
'static heat exchanger temperature',
|
'static heat exchanger temperature',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
output_module='htr_stat',
|
output_module='htr_stat',
|
||||||
needle_valve='p_stat',
|
needle_valve='p_stat',
|
||||||
slot='DB6.T1',
|
slot='DB6.T1',
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io = 'sea_main',
|
io = 'sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object = 'tt',
|
sea_object = 'tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_main',
|
|||||||
|
|
||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_main',
|
|||||||
Mod('tt',
|
Mod('tt',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
io='sea_main',
|
io='sea_main',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
rel_paths=['tm', 'set', 'dblctrl'],
|
rel_paths=['tm', 'set', 'dblctrl'],
|
||||||
)
|
)
|
||||||
|
@ -18,6 +18,7 @@ Mod('itc2',
|
|||||||
Mod('T_stat',
|
Mod('T_stat',
|
||||||
'frappy_psi.mercury.TemperatureAutoFlow',
|
'frappy_psi.mercury.TemperatureAutoFlow',
|
||||||
'static heat exchanger temperature',
|
'static heat exchanger temperature',
|
||||||
|
meaning=['temperature_regulation', 20],
|
||||||
output_module='htr_stat',
|
output_module='htr_stat',
|
||||||
needle_valve='p_stat',
|
needle_valve='p_stat',
|
||||||
slot='DB6.T1',
|
slot='DB6.T1',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='ts',
|
sea_object='ts',
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='ts',
|
sea_object='ts',
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='ts',
|
sea_object='ts',
|
||||||
)
|
)
|
||||||
|
@ -30,7 +30,7 @@ Mod('htr_mix',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.picontrol.PI',
|
'frappy_psi.picontrol.PI',
|
||||||
'softloop controlled Temperature mixing chamber',
|
'softloop controlled Temperature mixing chamber',
|
||||||
meaning=['temperature', 20],
|
meaning=['temperature', 30],
|
||||||
input_module = 'T_mix',
|
input_module = 'T_mix',
|
||||||
output_module = 'htr_mix',
|
output_module = 'htr_mix',
|
||||||
control_active = 1,
|
control_active = 1,
|
||||||
|
@ -5,6 +5,7 @@ Node('triton.psi.ch',
|
|||||||
Mod('T_mix',
|
Mod('T_mix',
|
||||||
'frappy_psi.triton.TemperatureLoop',
|
'frappy_psi.triton.TemperatureLoop',
|
||||||
'mix. chamber temperature',
|
'mix. chamber temperature',
|
||||||
|
meaning=['temperature', 30],
|
||||||
slot='T5',
|
slot='T5',
|
||||||
output_module='htr_mix',
|
output_module='htr_mix',
|
||||||
io='triton',
|
io='triton',
|
||||||
|
@ -33,7 +33,7 @@ Mod('htr_sample',
|
|||||||
Mod('T_sample',
|
Mod('T_sample',
|
||||||
'frappy_psi.softcal.SoftPiLoop',
|
'frappy_psi.softcal.SoftPiLoop',
|
||||||
'sample T',
|
'sample T',
|
||||||
meaning=['temperature', 20],
|
meaning=['temperature', 30],
|
||||||
rawsensor='res_sample',
|
rawsensor='res_sample',
|
||||||
output_module='htr_sample',
|
output_module='htr_sample',
|
||||||
p=1,
|
p=1,
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='ts',
|
sea_object='ts',
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma6.config.json',
|
json_file='ma6.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma10.config.json',
|
json_file='ma10.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ill1.config.json',
|
json_file='ill1.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ill2.config.json',
|
json_file='ill2.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ill3.config.json',
|
json_file='ill3.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ill4.config.json',
|
json_file='ill4.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ill5.config.json',
|
json_file='ill5.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ill5.config.json',
|
json_file='ill5.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma02.config.json',
|
json_file='ma02.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma10.config.json',
|
json_file='ma10.config.json',
|
||||||
|
@ -21,6 +21,7 @@ Mod('tsam',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.parmod.Converging',
|
'frappy_psi.parmod.Converging',
|
||||||
'virtual stick T',
|
'virtual stick T',
|
||||||
|
meaning=['temperature', 30],
|
||||||
unit='K',
|
unit='K',
|
||||||
read='tsam.value',
|
read='tsam.value',
|
||||||
write='tsam.setsamp',
|
write='tsam.setsamp',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma15.config.json',
|
json_file='ma15.config.json',
|
||||||
|
@ -21,6 +21,7 @@ Mod('tsam',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.parmod.Converging',
|
'frappy_psi.parmod.Converging',
|
||||||
'drivable stick T using setsamp',
|
'drivable stick T using setsamp',
|
||||||
|
meaning=['temperature', 30],
|
||||||
unit='K',
|
unit='K',
|
||||||
read='tsam.value',
|
read='tsam.value',
|
||||||
write='tsam.setsamp',
|
write='tsam.setsamp',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma7_piezo.config.json',
|
json_file='ma7_piezo.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ma7.config.json',
|
json_file='ma7.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori1.config.json',
|
json_file='ori1.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori3.config.json',
|
json_file='ori3.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori4.config.json',
|
json_file='ori4.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori6.config.json',
|
json_file='ori6.config.json',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori7.config.json',
|
json_file='ori7.config.json',
|
||||||
|
@ -21,6 +21,7 @@ Mod('tsam',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.parmod.Converging',
|
'frappy_psi.parmod.Converging',
|
||||||
'drivable stick T using setsamp',
|
'drivable stick T using setsamp',
|
||||||
|
meaning=['temperature', 30],
|
||||||
unit='K',
|
unit='K',
|
||||||
read='tsam.value',
|
read='tsam.value',
|
||||||
write='tsam.setsamp',
|
write='tsam.setsamp',
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaDrivable', '',
|
'frappy_psi.sea.SeaDrivable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='ts',
|
sea_object='ts',
|
||||||
)
|
)
|
||||||
|
@ -12,6 +12,7 @@ Mod('sea_stick',
|
|||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable',
|
'frappy_psi.sea.SeaReadable',
|
||||||
'sample temperature',
|
'sample temperature',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io = 'sea_stick',
|
io = 'sea_stick',
|
||||||
sea_object = 'tt',
|
sea_object = 'tt',
|
||||||
json_file = 'ill5pgas5.config.json',
|
json_file = 'ill5pgas5.config.json',
|
||||||
|
@ -17,6 +17,7 @@ Mod('warmup',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori4.config.json',
|
json_file='ori4.config.json',
|
||||||
|
@ -18,6 +18,7 @@ Mod('warmup',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori4.config.json',
|
json_file='ori4.config.json',
|
||||||
rel_paths=['ts'],
|
rel_paths=['ts'],
|
||||||
|
@ -19,7 +19,7 @@ Mod('itc1_',
|
|||||||
Mod('T_sample',
|
Mod('T_sample',
|
||||||
'frappy_psi.mercury.TemperatureLoop',
|
'frappy_psi.mercury.TemperatureLoop',
|
||||||
'T at sample stick sensor',
|
'T at sample stick sensor',
|
||||||
meaning=['temperature', 20],
|
meaning=['temperature', 30],
|
||||||
io='itc1_',
|
io='itc1_',
|
||||||
slot='MB1.T1',
|
slot='MB1.T1',
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,7 @@ Mod('sea_stick',
|
|||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
|
meaning=['temperature', 30],
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='variox.config.json',
|
json_file='variox.config.json',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user