add water baths waba1..5
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Node('waba1.psi.ch',
|
||||
'single waterbath no 1',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
|
||||
|
||||
Mod('Ts',
|
||||
'frappy_psi.thermofisher.TemperatureLoopA10',
|
||||
'thermofisher water bath',
|
||||
io='io_waba',
|
||||
control_active=0,
|
||||
target=25,
|
||||
tolerance=0.1,
|
||||
settling_time=20,
|
||||
meaning = ['temperature', 10],
|
||||
)
|
||||
@@ -0,0 +1,17 @@
|
||||
Node('waba2.psi.ch',
|
||||
'single waterbath no 2',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
|
||||
|
||||
Mod('Ts',
|
||||
'frappy_psi.thermofisher.TemperatureLoopA10',
|
||||
'thermofisher water bath',
|
||||
io='io_waba',
|
||||
control_active=0,
|
||||
target=25,
|
||||
tolerance=0.1,
|
||||
settling_time=20,
|
||||
meaning = ['temperature', 10],
|
||||
)
|
||||
@@ -0,0 +1,17 @@
|
||||
Node('waba3.psi.ch',
|
||||
'single waterbath no 3',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
|
||||
|
||||
Mod('Ts',
|
||||
'frappy_psi.thermofisher.TemperatureLoopA10',
|
||||
'thermofisher water bath',
|
||||
io='io_waba',
|
||||
control_active=0,
|
||||
target=25,
|
||||
tolerance=0.1,
|
||||
settling_time=20,
|
||||
meaning = ['temperature', 10],
|
||||
)
|
||||
@@ -0,0 +1,17 @@
|
||||
Node('waba4.psi.ch',
|
||||
'single waterbath no 4',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
|
||||
|
||||
Mod('Ts',
|
||||
'frappy_psi.thermofisher.TemperatureLoopA10',
|
||||
'thermofisher water bath',
|
||||
io='io_waba',
|
||||
control_active=0,
|
||||
target=25,
|
||||
tolerance=0.1,
|
||||
settling_time=20,
|
||||
meaning = ['temperature', 10],
|
||||
)
|
||||
@@ -0,0 +1,17 @@
|
||||
Node('waba5.psi.ch',
|
||||
'single waterbath no 5',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
IO('io_waba', 'serial:///dev/ttyUSB0?baudrate=19200')
|
||||
|
||||
Mod('Ts',
|
||||
'frappy_psi.thermofisher.TemperatureLoopA10',
|
||||
'thermofisher water bath',
|
||||
io='io_waba',
|
||||
control_active=0,
|
||||
target=25,
|
||||
tolerance=0.1,
|
||||
settling_time=20,
|
||||
meaning = ['temperature', 10],
|
||||
)
|
||||
Reference in New Issue
Block a user