move magnet from flamedil bananapi to flamemag raspberry

This commit is contained in:
zolliker 2024-06-12 11:19:18 +02:00 committed by Markus Zolliker
parent 8bc0671f73
commit e09ed9ebe3

View File

@ -1,12 +1,14 @@
Node('flamemag.psi.ch', Node('flamemag.psi.ch',
'flame magnet', 'flame magnet',
interface='tcp://5000' interface='tcp://5000',
) )
sea_cfg = 'flamemag.config'
Mod('cio', Mod('cio',
'frappy_psi.cryoltd.IO', 'frappy_psi.cryoltd.IO',
'IO to cryo ltd software', 'IO to cryo ltd software',
uri='tcp://flamedil:3128', uri='tcp://flamemag:3128',
) )
Mod('main', Mod('main',