finished thermofisher
but: convergence does not work yet properly Change-Id: I834f8368730c347ba9f08a03eceae1a60fc66f90
This commit is contained in:
23
cfg/TFA10_cfg.py
Normal file
23
cfg/TFA10_cfg.py
Normal file
@ -0,0 +1,23 @@
|
||||
Node('TFA10.psi.ch',
|
||||
'TFA10 test',
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('io',
|
||||
'frappy_psi.thermofisher.ThermFishIO',
|
||||
'connection for ThermoFisher A10',
|
||||
uri='tcp://ldmse-d910-ts:3001',
|
||||
)
|
||||
|
||||
Mod('T',
|
||||
'frappy_psi.thermofisher.TemperatureLoopA10',
|
||||
'holder temperature',
|
||||
io='io',
|
||||
target=Param(max=100),
|
||||
)
|
||||
|
||||
Mod('Th',
|
||||
'frappy_psi.thermofisher.SensorA10',
|
||||
'heat exch. temperature',
|
||||
io='io',
|
||||
)
|
Reference in New Issue
Block a user