MA7 Stick heater loop fixed
This commit is contained in:
@@ -9,10 +9,23 @@ Mod('sea_stick',
|
|||||||
service='stick',
|
service='stick',
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('ts',
|
Mod('ts_sea',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable',
|
||||||
meaning=['temperature', 30],
|
'readable sample stick T',
|
||||||
io='sea_stick',
|
io='sea_stick',
|
||||||
sea_path='tt/ts',
|
|
||||||
json_file='ma7.config.json',
|
json_file='ma7.config.json',
|
||||||
|
sea_object='tt',
|
||||||
|
rel_paths=['ts', 'setsamp'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Mod('ts',
|
||||||
|
'frappy_psi.parmod.Converging',
|
||||||
|
'drivable stick T using setsamp',
|
||||||
|
unit='K',
|
||||||
|
read='ts_sea.value',
|
||||||
|
write='ts_sea.setsamp',
|
||||||
|
meaning=['temperature', 20],
|
||||||
|
settling_time=20,
|
||||||
|
tolerance=1,
|
||||||
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user