Versions Compared

Key

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

...

  • to find process variables: $ eget -ts ds -a name ACSW:LI20:NW06:13%
    • eget -ts ds -a name is the command to search
    • ACSW:LI20:NW06:13 is the known part
    • % is the wildcard
  • the other (slower) option is $ findpv ACSW:LI20:NW06:13%
  •  the data directory is facet-srv20:/nas/nas-li20-pm00/T618/epicsData/ before transferring the EPICS data to our machine

FACET DAQ

  • can be started via: facethome → Physics Apps... → FACET DAQ
  • scan functions are saved in: /usr/local/facet/tools/matlabTNG/F2_DAQ/scanFunc_XYZ.m
  • an example scan for the vertical position scan is: scanFunc_luxe320_Y.m
  • darkening of the SiPM can probably not be scanned since it uses two EPICS addresses (POWERON and POWEROFF)

...