Skip to content

Commit

Permalink
MEPHISTO: Move the 'blende1' devices to entangle
Browse files Browse the repository at this point in the history
Change-Id: Ide128feca33b1f89892f8f1517d1e0898d6d4ed5
Reviewed-on: https://forge.frm2.tum.de/review/c/frm2/nicos/nicos/+/30789
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Jens Krueger <jens.krueger@frm2.tum.de>
  • Loading branch information
jkrueger1 committed Mar 27, 2023
1 parent 0767c81 commit 3cd3734
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions nicos_mlz/mephisto/setups/blende1.py
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
description = 'sample table devices'
description = 'sample slit devices'

includes = ['system']

nethost = '//mephistosrv.mephisto.frm2/'
tango_base = 'tango://mephistosrv.mephisto.frm2:10000/mephisto/aperture1/'

devices = dict(
edge1 = device('nicos.devices.taco.Motor',
edge1 = device('nicos.devices.entangle.Motor',
description = 'top edge',
tacodevice = nethost + 'mephisto/aperture1/motor1',
tangodevice = tango_base + 'motor1',
fmtstr = '%7.3f',
abslimits = (-100, 100),
visibility = (),
),
edge2 = device('nicos.devices.taco.Motor',
edge2 = device('nicos.devices.entangle.Motor',
description = 'bottom edge',
tacodevice = nethost + 'mephisto/aperture1/motor2',
tangodevice = tango_base + 'motor2',
fmtstr = '%7.3f',
abslimits = (-100, 100),
visibility = (),
),
edge3 = device('nicos.devices.taco.Motor',
tacodevice = nethost + 'mephisto/aperture1/motor3',
edge3 = device('nicos.devices.entangle.Motor',
tangodevice = tango_base + 'motor3',
fmtstr = '%7.3f',
abslimits = (-100, 100),
visibility = (),
),
edge4 = device('nicos.devices.taco.Motor',
tacodevice = nethost + 'mephisto/aperture1/motor4',
edge4 = device('nicos.devices.entangle.Motor',
tangodevice = tango_base + 'motor4',
fmtstr = '%7.3f',
abslimits = (-100, 100),
visibility = (),
Expand Down

0 comments on commit 3cd3734

Please sign in to comment.