diff --git a/cfg/addons/flamesample_cfg.py b/cfg/addons/flamesample_cfg.py index 854d7ad..9665b80 100644 --- a/cfg/addons/flamesample_cfg.py +++ b/cfg/addons/flamesample_cfg.py @@ -44,6 +44,7 @@ Mod('ts_high', Mod('ts', 'frappy_psi.parmod.SwitchDriv', 'automatically switching between ts_low and ts_high', + meaning=['temperature', 40], value=Param(unit='K'), low='ts_low', high='ts_high', diff --git a/cfg/main/ccr2_cfg.py b/cfg/main/ccr2_cfg.py index e2aa20b..02520f3 100644 --- a/cfg/main/ccr2_cfg.py +++ b/cfg/main/ccr2_cfg.py @@ -11,6 +11,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 20], io='sea_main', sea_object='tt', ) diff --git a/cfg/main/ccr2ht_cfg.py b/cfg/main/ccr2ht_cfg.py index 00af2c7..1d97284 100644 --- a/cfg/main/ccr2ht_cfg.py +++ b/cfg/main/ccr2ht_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', ) diff --git a/cfg/main/ccr3_cfg.py b/cfg/main/ccr3_cfg.py index 3e92747..85090ce 100644 --- a/cfg/main/ccr3_cfg.py +++ b/cfg/main/ccr3_cfg.py @@ -12,5 +12,6 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', ) diff --git a/cfg/main/ccrpe_cfg.py b/cfg/main/ccrpe_cfg.py index e0e7957..277c48a 100644 --- a/cfg/main/ccrpe_cfg.py +++ b/cfg/main/ccrpe_cfg.py @@ -7,13 +7,14 @@ Mod('sea_main', config = 'ccrpe.config', service = 'main', ) -Mod('tt', +Mod('ts', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', - rel_paths=['.', 'tm'], + rel_paths=['ts', 'set'], ) -Mod('ts', +Mod('tm', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='tt', diff --git a/cfg/main/ccrpe_lowT_cfg.py b/cfg/main/ccrpe_lowT_cfg.py index 0a87187..d57977e 100644 --- a/cfg/main/ccrpe_lowT_cfg.py +++ b/cfg/main/ccrpe_lowT_cfg.py @@ -9,18 +9,19 @@ Mod('sea_main', service='main', ) -Mod('tt', +Mod('ts', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', - rel_paths=['.', 'tm'], + rel_paths=['ts', 'set'], ) -Mod('ts', +Mod('tm', 'frappy_psi.sea.SeaReadable', '', io='sea_main', sea_object='tt', - rel_paths=['ts'], + rel_paths=['tm'], ) Mod('te', diff --git a/cfg/main/cti5_cfg.py b/cfg/main/cti5_cfg.py index c4a2239..2e0c45d 100644 --- a/cfg/main/cti5_cfg.py +++ b/cfg/main/cti5_cfg.py @@ -12,5 +12,6 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', ) diff --git a/cfg/main/cti7_cfg.py b/cfg/main/cti7_cfg.py index 545d508..d5ee0ef 100644 --- a/cfg/main/cti7_cfg.py +++ b/cfg/main/cti7_cfg.py @@ -12,5 +12,6 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', ) diff --git a/cfg/main/eurotherm_cfg.py b/cfg/main/eurotherm_cfg.py index 35cd4d2..051b363 100644 --- a/cfg/main/eurotherm_cfg.py +++ b/cfg/main/eurotherm_cfg.py @@ -11,5 +11,6 @@ Mod('sea_main', Mod('te', 'frappy_psi.sea.SeaDrivable', '', io = 'sea_main', + meaning=['temperature', 20], sea_object = 'te', ) diff --git a/cfg/main/fftf_cfg.py b/cfg/main/fftf_cfg.py index 7c4bea3..5969ed9 100644 --- a/cfg/main/fftf_cfg.py +++ b/cfg/main/fftf_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', ) diff --git a/cfg/main/ft_cfg.py b/cfg/main/ft_cfg.py index 84b88fd..5b54c27 100644 --- a/cfg/main/ft_cfg.py +++ b/cfg/main/ft_cfg.py @@ -13,7 +13,8 @@ Mod('ts', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', sea_object='tt', - rel_paths=['.', 'ts'], + meaning=['temperature', 20], + rel_paths=['ts', 'set'], ) Mod('t2', diff --git a/cfg/main/fw_cfg.py b/cfg/main/fw_cfg.py index 09ca326..0a9be84 100644 --- a/cfg/main/fw_cfg.py +++ b/cfg/main/fw_cfg.py @@ -12,8 +12,9 @@ Mod('sea_main', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature', 20], sea_object='tt', - rel_paths=['.', 'ts'], + rel_paths=['ts', 'set'], ) Mod('t2', diff --git a/cfg/main/ill1_cfg.py b/cfg/main/ill1_cfg.py index e12d531..063e05d 100644 --- a/cfg/main/ill1_cfg.py +++ b/cfg/main/ill1_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ill2_cfg.py b/cfg/main/ill2_cfg.py index c7e09de..5740514 100644 --- a/cfg/main/ill2_cfg.py +++ b/cfg/main/ill2_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ill3_cfg.py b/cfg/main/ill3_cfg.py index 86217f4..7403b2c 100644 --- a/cfg/main/ill3_cfg.py +++ b/cfg/main/ill3_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ill4_cfg.py b/cfg/main/ill4_cfg.py index 71a94c9..7fd1369 100644 --- a/cfg/main/ill4_cfg.py +++ b/cfg/main/ill4_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ill5_cfg.py b/cfg/main/ill5_cfg.py index 2af42d4..0ce86a4 100644 --- a/cfg/main/ill5_cfg.py +++ b/cfg/main/ill5_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ill5pgas5_cfg.py b/cfg/main/ill5pgas5_cfg.py index e9cb402..c71fda1 100644 --- a/cfg/main/ill5pgas5_cfg.py +++ b/cfg/main/ill5pgas5_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/jtccr_cfg.py b/cfg/main/jtccr_cfg.py index 8842112..6dbee89 100644 --- a/cfg/main/jtccr_cfg.py +++ b/cfg/main/jtccr_cfg.py @@ -12,8 +12,9 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', - rel_paths=['.', 'tt'], + rel_paths=['tt', 'set'], ) Mod('T_ccr', diff --git a/cfg/main/ma02_cfg.py b/cfg/main/ma02_cfg.py index 2703624..990c1c9 100644 --- a/cfg/main/ma02_cfg.py +++ b/cfg/main/ma02_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma10_cfg.py b/cfg/main/ma10_cfg.py index afa59b3..ec7b647 100644 --- a/cfg/main/ma10_cfg.py +++ b/cfg/main/ma10_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma10heat_cfg.py b/cfg/main/ma10heat_cfg.py index b8f6ed5..880af68 100644 --- a/cfg/main/ma10heat_cfg.py +++ b/cfg/main/ma10heat_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['ts', 'set'] ) diff --git a/cfg/main/ma10high_t_cfg.py b/cfg/main/ma10high_t_cfg.py index 8a19b77..a700699 100644 --- a/cfg/main/ma10high_t_cfg.py +++ b/cfg/main/ma10high_t_cfg.py @@ -13,6 +13,7 @@ Mod('th', 'frappy_psi.sea.SeaReadable', 'sample heater temperature', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['ts', 'setsamp'] ) diff --git a/cfg/main/ma11_cfg.py b/cfg/main/ma11_cfg.py index 3bd71d6..705c4da 100644 --- a/cfg/main/ma11_cfg.py +++ b/cfg/main/ma11_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma15_cfg.py b/cfg/main/ma15_cfg.py index 5ec7ce3..0177878 100644 --- a/cfg/main/ma15_cfg.py +++ b/cfg/main/ma15_cfg.py @@ -10,6 +10,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io = 'sea_main', + meaning=['temperature_regulation', 20], sea_object = 'tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma6_cfg.py b/cfg/main/ma6_cfg.py index dfcb024..cf30516 100644 --- a/cfg/main/ma6_cfg.py +++ b/cfg/main/ma6_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma6_sampleheat_cfg.py b/cfg/main/ma6_sampleheat_cfg.py index 49a10ee..35dc0aa 100644 --- a/cfg/main/ma6_sampleheat_cfg.py +++ b/cfg/main/ma6_sampleheat_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma7_cfg.py b/cfg/main/ma7_cfg.py index 16f6203..32cef59 100644 --- a/cfg/main/ma7_cfg.py +++ b/cfg/main/ma7_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma7_piezo_cfg.py b/cfg/main/ma7_piezo_cfg.py index 7bffc9f..dee463d 100644 --- a/cfg/main/ma7_piezo_cfg.py +++ b/cfg/main/ma7_piezo_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl', 'voltage'], extra_modules=['manualpower'], diff --git a/cfg/main/ma7_sampleheat_cfg.py b/cfg/main/ma7_sampleheat_cfg.py index a6c4869..d0c718b 100644 --- a/cfg/main/ma7_sampleheat_cfg.py +++ b/cfg/main/ma7_sampleheat_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ma7_thermalc_cfg.py b/cfg/main/ma7_thermalc_cfg.py index 1f596d0..f84dd60 100644 --- a/cfg/main/ma7_thermalc_cfg.py +++ b/cfg/main/ma7_thermalc_cfg.py @@ -16,6 +16,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature_regulation', 20], io='sea_main', sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], diff --git a/cfg/main/ma7two_cfg.py b/cfg/main/ma7two_cfg.py index 255ce7a..95556e9 100644 --- a/cfg/main/ma7two_cfg.py +++ b/cfg/main/ma7two_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/mb11_cfg.py b/cfg/main/mb11_cfg.py index cdf4c96..647beed 100644 --- a/cfg/main/mb11_cfg.py +++ b/cfg/main/mb11_cfg.py @@ -25,6 +25,7 @@ Mod('ips', Mod('T_stat', 'frappy_psi.mercury.TemperatureAutoFlow', 'static heat exchanger temperature', + meaning=['temperature_regulation', 20], output_module='htr_stat', needle_valve='p_stat', slot='DB6.T1', diff --git a/cfg/main/mb11std_cfg.py b/cfg/main/mb11std_cfg.py index 8217342..a64d767 100644 --- a/cfg/main/mb11std_cfg.py +++ b/cfg/main/mb11std_cfg.py @@ -23,6 +23,7 @@ Mod('ips', Mod('T_stat', 'frappy_psi.mercury.TemperatureAutoFlow', 'static heat exchanger temperature', + meaning=['temperature_regulation', 20], output_module='htr_stat', needle_valve='p_stat', slot='DB6.T1', diff --git a/cfg/main/ori3_cfg.py b/cfg/main/ori3_cfg.py index f1f9025..1d1269e 100644 --- a/cfg/main/ori3_cfg.py +++ b/cfg/main/ori3_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ori4_cfg.py b/cfg/main/ori4_cfg.py index 58a2e8c..0c4f893 100644 --- a/cfg/main/ori4_cfg.py +++ b/cfg/main/ori4_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ori6_cfg.py b/cfg/main/ori6_cfg.py index 2c6a449..810d1f9 100644 --- a/cfg/main/ori6_cfg.py +++ b/cfg/main/ori6_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/ori7_cfg.py b/cfg/main/ori7_cfg.py index 68f4fe9..ca029d9 100644 --- a/cfg/main/ori7_cfg.py +++ b/cfg/main/ori7_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io = 'sea_main', + meaning=['temperature_regulation', 20], sea_object = 'tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/rt_cfg.py b/cfg/main/rt_cfg.py index 6eda872..0f1ea46 100644 --- a/cfg/main/rt_cfg.py +++ b/cfg/main/rt_cfg.py @@ -11,6 +11,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 20], sea_object='tt', io='sea_main', ) diff --git a/cfg/main/variox_cfg.py b/cfg/main/variox_cfg.py index 58d103f..c80491f 100644 --- a/cfg/main/variox_cfg.py +++ b/cfg/main/variox_cfg.py @@ -12,6 +12,7 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', io='sea_main', + meaning=['temperature_regulation', 20], sea_object='tt', rel_paths=['tm', 'set', 'dblctrl'], ) diff --git a/cfg/main/varioxb_cfg.py b/cfg/main/varioxb_cfg.py index fc413b6..0e4b365 100644 --- a/cfg/main/varioxb_cfg.py +++ b/cfg/main/varioxb_cfg.py @@ -18,6 +18,7 @@ Mod('itc2', Mod('T_stat', 'frappy_psi.mercury.TemperatureAutoFlow', 'static heat exchanger temperature', + meaning=['temperature_regulation', 20], output_module='htr_stat', needle_valve='p_stat', slot='DB6.T1', diff --git a/cfg/stick/dil2_cfg.py b/cfg/stick/dil2_cfg.py index 44c213e..17502de 100644 --- a/cfg/stick/dil2_cfg.py +++ b/cfg/stick/dil2_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='ts', ) diff --git a/cfg/stick/dil3_cfg.py b/cfg/stick/dil3_cfg.py index 99688d1..df9f2dc 100644 --- a/cfg/stick/dil3_cfg.py +++ b/cfg/stick/dil3_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='ts', ) diff --git a/cfg/stick/dil4_cfg.py b/cfg/stick/dil4_cfg.py index 3acede3..d0e1c57 100644 --- a/cfg/stick/dil4_cfg.py +++ b/cfg/stick/dil4_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='ts', ) diff --git a/cfg/stick/dil5_cfg.py b/cfg/stick/dil5_cfg.py index 82cf7c5..e398568 100644 --- a/cfg/stick/dil5_cfg.py +++ b/cfg/stick/dil5_cfg.py @@ -30,7 +30,7 @@ Mod('htr_mix', Mod('ts', 'frappy_psi.picontrol.PI', 'softloop controlled Temperature mixing chamber', - meaning=['temperature', 20], + meaning=['temperature', 30], input_module = 'T_mix', output_module = 'htr_mix', control_active = 1, diff --git a/cfg/stick/flamedil_cfg.py b/cfg/stick/flamedil_cfg.py index 551982a..e708838 100644 --- a/cfg/stick/flamedil_cfg.py +++ b/cfg/stick/flamedil_cfg.py @@ -5,6 +5,7 @@ Node('triton.psi.ch', Mod('T_mix', 'frappy_psi.triton.TemperatureLoop', 'mix. chamber temperature', + meaning=['temperature', 30], slot='T5', output_module='htr_mix', io='triton', diff --git a/cfg/stick/gas10ka_cfg.py b/cfg/stick/gas10ka_cfg.py index a105e4a..1764c89 100644 --- a/cfg/stick/gas10ka_cfg.py +++ b/cfg/stick/gas10ka_cfg.py @@ -33,7 +33,7 @@ Mod('htr_sample', Mod('T_sample', 'frappy_psi.softcal.SoftPiLoop', 'sample T', - meaning=['temperature', 20], + meaning=['temperature', 30], rawsensor='res_sample', output_module='htr_sample', p=1, diff --git a/cfg/stick/heliox_cfg.py b/cfg/stick/heliox_cfg.py index 92da368..27700a6 100644 --- a/cfg/stick/heliox_cfg.py +++ b/cfg/stick/heliox_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='ts', ) diff --git a/cfg/stick/hvolt_long_cfg.py b/cfg/stick/hvolt_long_cfg.py index aa9bc46..b6c99f7 100644 --- a/cfg/stick/hvolt_long_cfg.py +++ b/cfg/stick/hvolt_long_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma6.config.json', diff --git a/cfg/stick/hvolt_short_cfg.py b/cfg/stick/hvolt_short_cfg.py index de1bc93..77f9d8c 100644 --- a/cfg/stick/hvolt_short_cfg.py +++ b/cfg/stick/hvolt_short_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma10.config.json', diff --git a/cfg/stick/ill1stick_cfg.py b/cfg/stick/ill1stick_cfg.py index 593cea6..7254f87 100644 --- a/cfg/stick/ill1stick_cfg.py +++ b/cfg/stick/ill1stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ill1.config.json', diff --git a/cfg/stick/ill2stick_cfg.py b/cfg/stick/ill2stick_cfg.py index c00ada6..525aaef 100644 --- a/cfg/stick/ill2stick_cfg.py +++ b/cfg/stick/ill2stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ill2.config.json', diff --git a/cfg/stick/ill3stick_cfg.py b/cfg/stick/ill3stick_cfg.py index 18e3c8a..897400a 100644 --- a/cfg/stick/ill3stick_cfg.py +++ b/cfg/stick/ill3stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ill3.config.json', diff --git a/cfg/stick/ill4stick_cfg.py b/cfg/stick/ill4stick_cfg.py index 5c4e8e1..28b12f3 100644 --- a/cfg/stick/ill4stick_cfg.py +++ b/cfg/stick/ill4stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ill4.config.json', diff --git a/cfg/stick/ill5p_cfg.py b/cfg/stick/ill5p_cfg.py index 97f3160..a458219 100644 --- a/cfg/stick/ill5p_cfg.py +++ b/cfg/stick/ill5p_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ill5.config.json', diff --git a/cfg/stick/ill5stick_cfg.py b/cfg/stick/ill5stick_cfg.py index db46e28..8ef3507 100644 --- a/cfg/stick/ill5stick_cfg.py +++ b/cfg/stick/ill5stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ill5.config.json', diff --git a/cfg/stick/ma02stick_cfg.py b/cfg/stick/ma02stick_cfg.py index 416477e..de4f692 100644 --- a/cfg/stick/ma02stick_cfg.py +++ b/cfg/stick/ma02stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma02.config.json', diff --git a/cfg/stick/ma10stick_cfg.py b/cfg/stick/ma10stick_cfg.py index dd64e71..d9faeb2 100644 --- a/cfg/stick/ma10stick_cfg.py +++ b/cfg/stick/ma10stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma10.config.json', diff --git a/cfg/stick/ma11stick_cfg.py b/cfg/stick/ma11stick_cfg.py index e681c35..5ccd626 100644 --- a/cfg/stick/ma11stick_cfg.py +++ b/cfg/stick/ma11stick_cfg.py @@ -21,6 +21,7 @@ Mod('tsam', Mod('ts', 'frappy_psi.parmod.Converging', 'virtual stick T', + meaning=['temperature', 30], unit='K', read='tsam.value', write='tsam.setsamp', diff --git a/cfg/stick/ma15stick_cfg.py b/cfg/stick/ma15stick_cfg.py index 728dcd2..355143e 100644 --- a/cfg/stick/ma15stick_cfg.py +++ b/cfg/stick/ma15stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma15.config.json', diff --git a/cfg/stick/ma6stick_cfg.py b/cfg/stick/ma6stick_cfg.py index 5f22930..257452c 100644 --- a/cfg/stick/ma6stick_cfg.py +++ b/cfg/stick/ma6stick_cfg.py @@ -21,6 +21,7 @@ Mod('tsam', Mod('ts', 'frappy_psi.parmod.Converging', 'drivable stick T using setsamp', + meaning=['temperature', 30], unit='K', read='tsam.value', write='tsam.setsamp', diff --git a/cfg/stick/ma7_piezostick_cfg.py b/cfg/stick/ma7_piezostick_cfg.py index 02a895f..1c98889 100644 --- a/cfg/stick/ma7_piezostick_cfg.py +++ b/cfg/stick/ma7_piezostick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma7_piezo.config.json', diff --git a/cfg/stick/ma7stick_cfg.py b/cfg/stick/ma7stick_cfg.py index 8edcc64..c06896f 100644 --- a/cfg/stick/ma7stick_cfg.py +++ b/cfg/stick/ma7stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ma7.config.json', diff --git a/cfg/stick/ori1stick_cfg.py b/cfg/stick/ori1stick_cfg.py index 78998a6..8abb2c6 100644 --- a/cfg/stick/ori1stick_cfg.py +++ b/cfg/stick/ori1stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ori1.config.json', diff --git a/cfg/stick/ori3stick_cfg.py b/cfg/stick/ori3stick_cfg.py index edd96e9..ca68528 100644 --- a/cfg/stick/ori3stick_cfg.py +++ b/cfg/stick/ori3stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ori3.config.json', diff --git a/cfg/stick/ori4stick_cfg.py b/cfg/stick/ori4stick_cfg.py index 8b1248c..b3b94ae 100644 --- a/cfg/stick/ori4stick_cfg.py +++ b/cfg/stick/ori4stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ori4.config.json', diff --git a/cfg/stick/ori6stick_cfg.py b/cfg/stick/ori6stick_cfg.py index 31f7852..5b1d8af 100644 --- a/cfg/stick/ori6stick_cfg.py +++ b/cfg/stick/ori6stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ori6.config.json', diff --git a/cfg/stick/ori7stick_cfg.py b/cfg/stick/ori7stick_cfg.py index 960e671..545c5c0 100644 --- a/cfg/stick/ori7stick_cfg.py +++ b/cfg/stick/ori7stick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ori7.config.json', diff --git a/cfg/stick/ovenstick_cfg.py b/cfg/stick/ovenstick_cfg.py index 6fe778a..2f1861c 100644 --- a/cfg/stick/ovenstick_cfg.py +++ b/cfg/stick/ovenstick_cfg.py @@ -21,6 +21,7 @@ Mod('tsam', Mod('ts', 'frappy_psi.parmod.Converging', 'drivable stick T using setsamp', + meaning=['temperature', 30], unit='K', read='tsam.value', write='tsam.setsamp', diff --git a/cfg/stick/oventwo_cfg.py b/cfg/stick/oventwo_cfg.py index 2708d1d..73c923e 100644 --- a/cfg/stick/oventwo_cfg.py +++ b/cfg/stick/oventwo_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='ts', ) diff --git a/cfg/stick/pgas5_cfg.py b/cfg/stick/pgas5_cfg.py index 0e7ccdc..b561bd1 100644 --- a/cfg/stick/pgas5_cfg.py +++ b/cfg/stick/pgas5_cfg.py @@ -12,6 +12,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', 'sample temperature', + meaning=['temperature', 30], io = 'sea_stick', sea_object = 'tt', json_file = 'ill5pgas5.config.json', diff --git a/cfg/stick/sch5_cfg.py b/cfg/stick/sch5_cfg.py index 0856d15..b974146 100644 --- a/cfg/stick/sch5_cfg.py +++ b/cfg/stick/sch5_cfg.py @@ -17,6 +17,7 @@ Mod('warmup', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='ori4.config.json', diff --git a/cfg/stick/sch_cfg.py b/cfg/stick/sch_cfg.py index e3d336d..500beb8 100644 --- a/cfg/stick/sch_cfg.py +++ b/cfg/stick/sch_cfg.py @@ -18,6 +18,7 @@ Mod('warmup', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], sea_object='tt', json_file='ori4.config.json', rel_paths=['ts'], diff --git a/cfg/stick/varioxbstick_cfg.py b/cfg/stick/varioxbstick_cfg.py index ab4346d..d7eee6a 100644 --- a/cfg/stick/varioxbstick_cfg.py +++ b/cfg/stick/varioxbstick_cfg.py @@ -19,7 +19,7 @@ Mod('itc1_', Mod('T_sample', 'frappy_psi.mercury.TemperatureLoop', 'T at sample stick sensor', - meaning=['temperature', 20], + meaning=['temperature', 30], io='itc1_', slot='MB1.T1', ) diff --git a/cfg/stick/varioxstick_cfg.py b/cfg/stick/varioxstick_cfg.py index 7ec1ce8..b4db647 100644 --- a/cfg/stick/varioxstick_cfg.py +++ b/cfg/stick/varioxstick_cfg.py @@ -11,6 +11,7 @@ Mod('sea_stick', Mod('ts', 'frappy_psi.sea.SeaReadable', '', + meaning=['temperature', 30], io='sea_stick', sea_object='tt', json_file='variox.config.json',