Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

piopreset -t klys -b li22 -u 21

caSnooper

    1. Log into lcls-daemon10 as laci
    2. Run:
Code Block
languagebash
themeConfluence
[laci@lcls-daemon10]$ source $EPICS_SETUP/fixed-epics-env.bash

...


[laci@lcls-daemon10]$ source $EPICS_SETUP/epicsenv-7.0.2-1.0.bash

...


[laci@lcls-daemon10]$ $TOOLS/script/doSnoop.bash 10 20

 

ChannelWatcher

  1.     Reserve MATLAB PVs (lclshome->All->Matlab GUIs->Matlab PVs->Matlab Support PVs, choose unreserved ones marked “spare”)
  2.     Create list of test PVs from step (1), one per line
  3.     Open Message Log Viewer and filter for “Facility like “Channel”
  4.     Run: ChannelWatcher -f <filename from step (2)>
  5.     Verify that ChannelWatcher logs a message connecting to the PVs in the list from step (2)
  6.     Change the value(s) of the PVs in the list using caput
  7.     Verify that ChannelWatcher logs messages pertaining to each PV value change

...