From e05cf02f8e0fd0ee4f9d736a9611ad97f67cfa27 Mon Sep 17 00:00:00 2001 From: Gabriel Fedel <gabriel.fedel@esss.se> Date: Tue, 10 Sep 2019 10:35:59 +0200 Subject: [PATCH] Add a comment on config-aliasing#.iocsh to indicate board, channel and alias --- startup/configChannels.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/startup/configChannels.sh b/startup/configChannels.sh index 4463a65..9fbfd50 100644 --- a/startup/configChannels.sh +++ b/startup/configChannels.sh @@ -51,6 +51,7 @@ do desc=${desc:0:40} fi + echo "# Board $iNum, Channel $ch = $pv_name" >> $fPath # set aliases echo "$template0$ch, A=$LLRF_IOC_NAME$iNum:$pv_name\")" >> $fPath echo "$template0$ch-ATT, A=$LLRF_IOC_NAME$iNum:$pv_name-ATT\")" >> $fPath -- GitLab