migrate from EPICS 3.14.12 to 7.0.7

This commit is contained in:
2023-07-12 10:32:11 +02:00
parent 7d2cfaf209
commit 472a6fb7fc
8 changed files with 224 additions and 115 deletions

View File

@@ -1,10 +1,4 @@
### Required Parameters ###
#PORT='PPMAC1'
#P='SARFE10-OAPU090'
#powerPmacCreateController(<port_name>, <moving_poll_pseriod [ms]>, <idle_poll_period [ms]>)
#powerPmacCreateController("$(PORT)", 100, 100) <<< done in commom module
###########################
require gpasciiCommander
! $(gpasciiCommander_DIR)/gpasciiCommander --path $(ESB_MX_DIR) $(ESB_MX_DIR)/$(P)2.cfg
powerPmacCreateAxis($(PORT), 1)
@@ -23,6 +17,5 @@ powerPmacCreateVirtualAxis("$(PORT)", 10, 1, "Y",1,2,3,4)
powerPmacCreateVirtualAxis("$(PORT)", 11, 1, "A",1,2,3,4)
powerPmacCreateVirtualAxis("$(PORT)", 12, 1, "B",1,2,3,4)
# Load databse
dbLoadTemplate("$(ESB_MX_TEMPLATES)/$(P)2.subs", "PORT_M=$(PORT),P_M=$(P)")