Skip to content
Snippets Groups Projects
Commit 497f3d5e authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

#12317 TANGO_HOST upgrade

parent c6a3e9c2
No related branches found
Tags 1.1.0
No related merge requests found
......@@ -225,8 +225,8 @@ class BSTController(object):
self.FEL2Stopper = Stopper(['Undulator_bst1_fel2', 'Undulator_bst2_fel2'], 'UndulatorBst', [3, 4])
# Shutter Padres
self.FEL1Shutter = Shutter('tango://srv-padres-srf:20000/pfe_f01/interlock/sh_pfe_f01.01')
self.FEL2Shutter = Shutter('tango://srv-padres-srf:20000/pfe_f02/interlock/sh_pfe_f02.01')
self.FEL1Shutter = Shutter('tango://srv-tango-padres-01:20000/pfe_f01/interlock/sh_pfe_f01.01')
self.FEL2Shutter = Shutter('tango://srv-tango-padres-01:20000/pfe_f02/interlock/sh_pfe_f02.01')
# Operation mode (DBD - FEL1 - FEL2 or other)
self.FERMImode = OperationMode()
......@@ -293,4 +293,4 @@ class BSTController(object):
self.openFEL2shutter()
def closeFEL2(self):
self.FEL2Stopper.CLOSE()
\ No newline at end of file
self.FEL2Stopper.CLOSE()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment