Driver for ThermoFisher A 10
Change-Id: Ic19ae444c3b4242f3bb1fe83852d4521326d0b9d
This commit is contained in:
22
frappy_psi/TFA10_cfg.py
Normal file
22
frappy_psi/TFA10_cfg.py
Normal file
@@ -0,0 +1,22 @@
|
||||
Node('TFA10.psi.ch',
|
||||
'TFA10',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('io',
|
||||
'frappy_psi.thermofisher.ThermFishIO',
|
||||
'connection for ThermoFisher A10',
|
||||
uri='tcp://ldmse-d910-ts:3001',
|
||||
)
|
||||
|
||||
Mod('T',
|
||||
'frappy_psi.qnw.TemperatureLoopA10',
|
||||
'holder temperature',
|
||||
io='io',
|
||||
)
|
||||
|
||||
Mod('Th',
|
||||
'frappy_psi.qnw.SensorA10',
|
||||
'heat exch. temperature',
|
||||
io='io',
|
||||
)
|
||||
Reference in New Issue
Block a user