first steps to commission wedge mover: all motors + encoder ok.
Homing limit switch and coorTrf to be done.
This commit is contained in:
45
Readme.md
45
Readme.md
@@ -155,7 +155,7 @@ HelicalScan
|
||||
PPMAC=MOTTEST-CPPM-CRM0485
|
||||
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX
|
||||
PBInspect --host $PPMAC --cfg PBInspect2.pbi
|
||||
PBInspect --host $PPMAC --cfg PBInspect1.pbi
|
||||
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/cfg
|
||||
gpasciiCommander --host $PPMAC sim_8_motors.cfg -i
|
||||
@@ -263,7 +263,7 @@ ssh x06mx-cons-1
|
||||
export CAQTDM_DISPLAY_PATH=/net/slsfs-crtl/export/sf/common/config/qt/:/net/slsfs-crtl/export/sf/controls/config/qt/
|
||||
|
||||
|
||||
|
||||
export EPICS_CA_ADDR_LIST="129.129.126.255"
|
||||
caqtdm -macro "P=SAR-EXPMX" ESB_MX_exp.ui
|
||||
|
||||
```
|
||||
@@ -289,3 +289,44 @@ To see the differences compare:
|
||||
When using segmented mode (SegMoveTime>0) the velocities are not needed.
|
||||
With SegMoveTime=0 these velocities are needed and will result in a non optimal trajectory (with the current buggy calculation).
|
||||
```
|
||||
|
||||
|
||||
Testing Helicalscan with real motors 8.1.18
|
||||
-------------------------------------------
|
||||
```
|
||||
PPMAC=SAR-CPPM-EXPMX1
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/cfg
|
||||
gpasciiCommander --host $PPMAC -i
|
||||
|
||||
$$$***
|
||||
!common()
|
||||
!SAR-EXPMX1()
|
||||
enable plc 1
|
||||
|
||||
export EPICS_CA_ADDR_LIST=$PPMAC
|
||||
caQtDM -macro 'P=SAR-EXPMX' ESB_MX_exp
|
||||
|
||||
do homing (or call plc 1)
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python
|
||||
./helicalscan.py
|
||||
```
|
||||
|
||||
|
||||
Testing Wedge mover
|
||||
-------------------
|
||||
```
|
||||
PPMAC=SAR-CPPM-EXPMX2
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX
|
||||
PBInspect --host $PPMAC --cfg PBInspect2.pbi
|
||||
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/cfg
|
||||
gpasciiCommander --host $PPMAC -i
|
||||
$$$***
|
||||
!common()
|
||||
!SAR-EXPMX2()
|
||||
Motor[1].pLimits=0
|
||||
Motor[2].pLimits=0
|
||||
Motor[3].pLimits=0
|
||||
Motor[4].pLimits=0
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user