Skip to content

Commit

Permalink
ENH: reduced OUT position delta to 50 micron for MR1K1. Fix some doc …
Browse files Browse the repository at this point in the history
…bugs
  • Loading branch information
nrwslac committed Sep 25, 2024
1 parent fbb81cb commit 25a7d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lcls-plc-rixs-optics/rixs_optics/POUs/PRG_MR1K1_BEND.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,10 @@ fbXSetup(stPositionState:=astCoatingStatesX[E_MR1K1_States.B4C],
fbYSetup(stPositionState:=astCoatingStatesY[E_MR1K1_States.OUT],
sName:='OUT',
sPmpsState:='MR1K1:BEND-OUT',
nEncoderCount:=13412630
nEncoderCount:=13412630,
fDelta:=50
);
// Out position determined soley by X Axis
// Out position determined solely by Y Axis
fbXSetup(stPositionState:=astCoatingStatesX[E_MR1K1_States.OUT],
sName:='OUT',
sPmpsState:='MR1K1:BEND-OUT',
Expand Down
2 changes: 1 addition & 1 deletion lcls-plc-rixs-optics/rixs_optics/rixs_optics.tmc
Original file line number Diff line number Diff line change
Expand Up @@ -107639,7 +107639,7 @@ M4K2 KBV X ENC CNT</Comment>
</Property>
<Property>
<Name>ChangeDate</Name>
<Value>2024-09-24T14:37:08</Value>
<Value>2024-09-25T09:49:36</Value>
</Property>
<Property>
<Name>GeneratedCodeSize</Name>
Expand Down

0 comments on commit 25a7d97

Please sign in to comment.