Versions Compared

Key

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

...

  • Connect to the rdusr219 machine
  • Setup the general environment: 

    No Format
    source /u1/hps/setup_env.sh
  • Start the conda environment:

    No Format
    conda activate rogue-hps-dev-ben_5_8_0
  • Run the software from this folder.

    No Format
    cd /u1/hps/server/heavy-photon-daq/software/scripts
    python SvtDaqGui.py --env SLAC21SLAC21BOT

    The env command line is to tell which network configuration to load. The network configuration that gets loaded is stored in python/hps/constants.py
    Check the FebLinkStatus. In the RCE test, you should see FebFpga[0] and check the Link[0] state. If False, Read the variables again (click Read). If now True, means we are talking to the Feb. After the link is established one can load the configuration. 

...