From eda35ba58989be608806196da99b00cc6f041222 Mon Sep 17 00:00:00 2001 From: anderssandstrom Date: Wed, 24 Mar 2021 10:46:16 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ce8077b..3b45d1e 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ ${SCRIPTEXEC} ${ecmccfg_DIR}loadPlugin.cmd, "PLUGIN_ID=0,FILE=${ECMC_PLUGIN_FILN epicsEnvUnset(ECMC_PLUGIN_FILNAME) epicsEnvUnset(ECMC_PLUGIN_CONFIG) ``` + +A complete example can be found in the pmu905 repo where a R&S amplifier is interfaced using this module: +https://github.com/anderssandstrom/ecmc_pmu905_can + + ### Access to templates In order to access the templates in the plugin a "require" is needed in the startup script: