Versions Compared

Key

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

...

Three mirrors in the RIX hutch took beam for the first time this month: MR2K2: 3 axis Flat mirror, MR3K2 & MR4K2: 5 axis KBO focusing mirrors. MR2K2 was installed on the beam line and taking beam in less than 2 weeks?! 


CamViewer

A new feature was added to the camViewer script by Spencer, Aalayah I which allows for a user to enable and disable a camera ioc with running the script. (E.g camViewer -c <camviewer name> -e enables the ioc and camViewer -c <camviewer name> -d disables the ioc.)


Ioctool

A new script written by Spencer, Aalayah I that allows one to find information* and useful directories of an ioc:

usage: ioctool <ioc>|<pv> [option]

Script that returns information about an ioc given its name or a PV it hosts

default option is 'name', list of options:
name : returns the name of the ioc
dir : returns the directory the ioc is running from
cddir : open the directory the ioc is running from (start with "source" before calling script with this option)
cfg : returns the file name of the ioc .cfg (or st.cmd)
less : opens the ioc .cfg (or st.cmd) in less
data : returns the path of the appropriate iocData directory if it exists
telnet : starts a telnet session with the ioc

*If additional features are desired a JIRA ticket should be created or comment on github issue #79