frappy_psi.muwaba: add meaning and units to cfg
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Node('thermofischer.psi.ch',
|
Node('muwaba.psi.ch',
|
||||||
'thermofischer_waterbath',
|
'multi waterbath',
|
||||||
'tcp://5000',
|
'tcp://5000',
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -78,6 +78,8 @@ Mod('temp_sensor_tc',
|
|||||||
rawrange = (0.0, 10.0),
|
rawrange = (0.0, 10.0),
|
||||||
valuerange = (5.0, 90.0),
|
valuerange = (5.0, 90.0),
|
||||||
addr = 'ai1_mv',
|
addr = 'ai1_mv',
|
||||||
|
meaning = ['temperature', 20],
|
||||||
|
value = Param(unit='degC'),
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('temp_sensor_pt1000',
|
Mod('temp_sensor_pt1000',
|
||||||
@@ -85,6 +87,7 @@ Mod('temp_sensor_pt1000',
|
|||||||
'temperatur_sensor_sample',
|
'temperatur_sensor_sample',
|
||||||
rawrange = (0.0, 10.0),
|
rawrange = (0.0, 10.0),
|
||||||
valuerange = (5.0, 90.0),
|
valuerange = (5.0, 90.0),
|
||||||
|
value = Param(unit='degC'),
|
||||||
addr = 'ai2_mv',
|
addr = 'ai2_mv',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user