Versions Compared

Key

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

...

  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

 

CWget

  1. Using reserved MATLAB PVs from ChannelWatcher test, run:
    CWget <file with list of MATLAB PVs, one per line>
  2. Verify with caget that the values returned match the actual current values of the PVs.

CWget [filename] > [output_file]

 

CWput

  1. Using reserved MATLAB PVs from ChannelWatcher test, create file with one PV per line and

CWput [output_file_changes] 

edm

eget

  1. Log in as laci to lcls-daemon2
  2. Check the output of v4_service_monitor cronjob and verify that eget ran successfully:
    cat /tmp/v4_service_monitor.log
  3. eget -ts ds -a tag=LCLS.BSA.rootnames
  4. eget -ts ds -a name=KLYS:%:KPHR

fwdCliS

iocLogMsgServer

  1. Change /etc/init.d/st.iocLogMsgServer on lcls-daemon2 to point at /usr/local/lcls/tools/iocLogMsgServer/script/st.iocLogMsgServer64
  2. Change /etc/init.d/st.fwdCliS on lcls-daemon2 to point at /usr/local/lcls/tools/fwdCliS/script/st.fwdCliS64
  3. Restart /etc/init.d/st.iocLogMsgServer on lcls-daemon2
  4. Restart /etc/init.d/st.fwdCliS on lcls-daemon2
  5. Open lclshome->All->Message Log... and verify that messages are coming through
  6. Verify that messages are being added to the Oracle database

...