This commit is contained in:
2024-03-05 09:03:36 +01:00
parent 365104639e
commit 80a9ac3c14
3 changed files with 9 additions and 9 deletions

View File

@@ -16,8 +16,6 @@
#################################################################################
#- Connect to sources in order to know NELM.. Data sources must be known before added with the scripts..
help
ecmcDAQConnectToDataSource()
#- Read NELM
@@ -26,5 +24,5 @@ ecmcIf("${DAQ_NELM=-1}<0")
${IF_TRUE}ecmcExit : Failed read DAQ array NELM
ecmcEndIf()
dbLoadTemplate(ecmcPluginDAQ.template,"P=${ECMC_PREFIX},Name=${NAME},NELM=${DAQ_NELM},PORT=ECMC.PLUGIN.DAQ.${NAME}")
dbLoadRecords(ecmcPluginDAQ.template,"P=${ECMC_PREFIX},Name=${NAME},NELM=${DAQ_NELM},PORT=ECMC.PLUGIN.DAQ.${NAME}")
epicsEnvUnset(DAQ_NELM)