prepare for beamtime

This commit is contained in:
2017-11-07 14:26:00 +01:00
parent c80dba7b37
commit ea9fbc6d47
8 changed files with 792 additions and 127 deletions

View File

@@ -12,18 +12,22 @@ require gpasciiCommander
M1=1
M2=$(M1)+1
M3=$(M1)+2
#M4=$(M1)+3
M4=$(M1)+3
M5=$(M1)+4
M6=$(M1)+5
M7=$(M1)+6
M8=$(M1)+7
powerPmacCreateAxis($(PORT), $(M1))
powerPmacCreateAxis($(PORT), $(M2))
powerPmacCreateAxis($(PORT), $(M3))
#powerPmacCreateAxis($(PORT), $(M4))
powerPmacCreateAxis($(PORT), $(M4))
powerPmacCreateAxis($(PORT), $(M5))
powerPmacCreateAxis($(PORT), $(M6))
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),M7=$(M7),M8=$(M8)")
dbLoadTemplate("$(ESB_MX_TEMPLATES)/ESB_MX.subs", "PORT_M=$(PORT),P_M=$(P),M1=$(M1),M2=$(M2),M3=$(M3),M4=$(M4),M5=$(M5),M6=$(M6),M7=$(M7),M8=$(M8)")