fixing coordTrf stuff and screen updating
- fix sign error in transformation for z - MotorTweak.py rel_move relative to RBV not VAL - SimMotorTweak.py move emits also RBV to update objects in SwissMX - update Readme.md
This commit is contained in:
105
Readme.md
105
Readme.md
@@ -1,3 +1,53 @@
|
||||
deployment and tests (update: 18.01.24)
|
||||
---------------------------------------
|
||||
|
||||
Document to start SwissMX in cristallina environment:
|
||||
https://docs.google.com/document/d/1yEmV_DbRBKQKVCoovjXriNgSjNEBaz50WA0l3yA5jtg/edit#heading=h.z9io692b8tow
|
||||
|
||||
```
|
||||
***************************
|
||||
* push local stuff to git *
|
||||
***************************
|
||||
zamofing_t@ganymede:
|
||||
cd ~/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX && git commit-amend && git push psigithub
|
||||
cd ~/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python/SwissMX && git commit-amend && git push psigithub
|
||||
|
||||
*************************************
|
||||
* switch to latest test environment *
|
||||
*************************************
|
||||
ssh zamofing_t@saresc-cons-03
|
||||
|
||||
#PRELIMINARY:
|
||||
#cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
#git remote add psigithub git@git.psi.ch:epics_ioc_modules/ESB_MX.git
|
||||
#cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
#git remote add psigithub git@git.psi.ch:zamofing_t/SwissMX.git
|
||||
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
git checkout master
|
||||
git stash push
|
||||
#git pull psigithub --ff-only master
|
||||
git reset psigithub/master --hard
|
||||
git stash pop
|
||||
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
git checkout master
|
||||
git stash push
|
||||
#git pull psigithub --ff-only master
|
||||
git reset psigithub/master --hard
|
||||
git stash pop
|
||||
chmod -R g+w *
|
||||
|
||||
*******************
|
||||
* run application *
|
||||
*******************
|
||||
ssh gac-cristall@saresc-cons-03 (pw:ValToira_2021)
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX/
|
||||
# conda env list
|
||||
conda activate crmx38
|
||||
python swissmx.py --sim 0xc0
|
||||
```
|
||||
|
||||
pyqtgraph examples
|
||||
------------------
|
||||
```
|
||||
@@ -144,33 +194,6 @@ git push sf-cristallina
|
||||
|
||||
```
|
||||
|
||||
22.6.23 deployment and tests
|
||||
----------------------------
|
||||
```
|
||||
ssh zamofing_t@saresc-cons-03
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
git remote add psihttp https://git.psi.ch/epics_ioc_modules/ESB_MX.git
|
||||
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
git remote add psihttp https://git.psi.ch/zamofing_t/SwissMX.git
|
||||
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
chmod -R g+w *
|
||||
|
||||
|
||||
switch to production deployment:
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
git checkout prod
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
git checkout prod
|
||||
|
||||
switch to latest test environment:
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
git checkout master
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
git checkout master
|
||||
```
|
||||
|
||||
22.6.23 debug segmentation fault
|
||||
--------------------------------
|
||||
```
|
||||
@@ -327,34 +350,6 @@ constant up-dow motion code -> wait 1h
|
||||
```
|
||||
|
||||
|
||||
05.12.23 deployment and tests (update)
|
||||
--------------------------------------
|
||||
|
||||
Document to start SwissMX in cristallina environment:
|
||||
https://docs.google.com/document/d/1yEmV_DbRBKQKVCoovjXriNgSjNEBaz50WA0l3yA5jtg/edit#heading=h.z9io692b8tow
|
||||
|
||||
```
|
||||
ssh zamofing_t@saresc-cons-03
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
git remote -v
|
||||
psigithub git@git.psi.ch:epics_ioc_modules/ESB_MX.git
|
||||
#git remote add psigithub git@git.psi.ch:epics_ioc_modules/ESB_MX.git
|
||||
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
git remote -v
|
||||
psigithub git@git.psi.ch:zamofing_t/SwissMX.git
|
||||
#git remote add psigithub git@git.psi.ch:zamofing_t/SwissMX.git
|
||||
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
chmod -R g+w *
|
||||
|
||||
switch to latest test environment:
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX
|
||||
git checkout master
|
||||
cd /sf/cristallina/applications/mx/zamofing_t/ESB_MX/python/SwissMX
|
||||
git checkout master
|
||||
```
|
||||
|
||||
sync and triggering
|
||||
-------------------
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user