Files
ecmc_plugin_daq/startup.cmd
2024-03-04 19:58:56 +01:00

21 lines
736 B
Batchfile

#==============================================================================
# startup.cmd
#-------------- Information:
#- Description: ecmc_plugin_daq startup.cmd
#-
#- by Anders Sandström, Paul Scherrer Institute, 2024
#- email: anders.sandstroem@psi.ch
#-
#-###############################################################################
#-
#- Arguments
#- PLUGIN_ID : Id of plugin to load (mandatory)
#-
#################################################################################
#- Load plugin:
epicsEnvSet(ECMC_PLUGIN_FILNAME,"$(ecmc_plugin_daq_DIR)/lib/${EPICS_HOST_ARCH=linux-x86_64}/libecmc_plugin_daq.so")
${SCRIPTEXEC} ${ecmccfg_DIR}loadPlugin.cmd, "PLUGIN_ID=${PLUGIN_ID},FILE=${ECMC_PLUGIN_FILNAME},CONFIG=''"