full stage tested with ioc. all 5 axis working with EPICS caqtdm ui

This commit is contained in:
2017-08-02 11:20:46 +02:00
parent ede6671ff0
commit f6b3853550
6 changed files with 101 additions and 11 deletions

View File

@@ -13,11 +13,17 @@ M1=1
M2=$(M1)+1
M3=$(M1)+2
#M4=$(M1)+3
M7=$(M1)+6
M8=$(M1)+7
powerPmacCreateAxis($(PORT), $(M1))
powerPmacCreateAxis($(PORT), $(M2))
powerPmacCreateAxis($(PORT), $(M3))
#powerPmacCreateAxis($(PORT), $(M4))
powerPmacCreateAxis($(PORT), $(M7))
powerPmacCreateAxis($(PORT), $(M8))
# Load databse
dbLoadTemplate("$(ESB_MX_TEMPLATES)/ESB_MX.subs", "PORT_M=$(PORT),P_M=$(P),M1=$(M1),M2=$(M2),M3=$(M3)")
dbLoadTemplate("$(ESB_MX_TEMPLATES)/ESB_MX.subs", "PORT_M=$(PORT),P_M=$(P),M1=$(M1),M2=$(M2),M3=$(M3),M7=$(M7),M8=$(M8)")