usr_servo code generation

This commit is contained in:
2018-11-02 16:56:25 +01:00
parent 8807ccbd85
commit d7e0cf7764
12 changed files with 863 additions and 67 deletions

View File

@@ -101,7 +101,9 @@ function [mot1,mot2]=identifyFxFyStage()
end
function mot=fyStage()
mot=loadData('/home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python/MXTuning/18_10_02/',1);
motid=1;
mot=loadData('/home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python/MXTuning/18_10_02/',motid);
mot.id=motid;
mot.tfc=currstep(mot);
opt=tfestOptions;
@@ -171,7 +173,9 @@ function [mot1,mot2]=identifyFxFyStage()
end
function mot=fxStage()
mot=loadData('/home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python/MXTuning/18_10_02/',2);
motid=2;
mot=loadData('/home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python/MXTuning/18_10_02/',motid);
mot.id=motid;
currstep(mot);
opt=tfestOptions;