Skip to content

Commit

Permalink
Reassigned XFM stages to PVs used on SRX control system
Browse files Browse the repository at this point in the history
Setup zebra to send pulses for xs4 on TTL4
  • Loading branch information
Andy Kiss authored and SRX Operator committed Dec 4, 2019
1 parent de60a6e commit ef9d070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion startup/07-tempstages.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ class XFMstage(Device):
z = Cpt(EpicsMotor, 'Z}Mtr')


stage = XFMstage('XF:05IDD-ES:1{Stg:XFM1-Ax:', name='stage')
# stage = XFMstage('XF:05IDD-ES:1{Stg:XFM1-Ax:', name='stage')
stage = XFMstage('XF:05IDD-ES:1{Mscp:1-Ax:', name='stage')
4 changes: 2 additions & 2 deletions startup/91-flyscans.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ def __init__(self, encoder, dets, sclr1, fast_axis, *, reg=db.reg, **kwargs):
# this is for the merlin
self.stage_sigs[self._encoder.output2.ttl.addr] = 53
# this is for the dexela
self.stage_sigs[self._encoder.output4.ttl.addr] = 55
# self.stage_sigs[self._encoder.output4.ttl.addr] = 55
# this is for the xs2
# self.stage_sigs[self._encoder.output4.ttl.addr] = 31
self.stage_sigs[self._encoder.output4.ttl.addr] = 31

self.stage_sigs[self._encoder.pc.enc_pos1_sync] = 1
self.stage_sigs[self._encoder.pc.enc_pos2_sync] = 1
Expand Down

0 comments on commit ef9d070

Please sign in to comment.