Versions Compared

Key

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

...

There is a similar "traingenerator" script which you can read about in Matt's documentation.

Visualizing Sequences

This can be done on rhel6-64.stanford.edu (or other machine with access to afs) to visualize patterns:

Code Block
git clone git@github.com:slaclab/lcls2-timing-patterns.git
cd lcls2-timing-patterns
make
source env.sh
python psdaq/rixgenerator.py -o /tmp/rix
python psdaq/rixtriggers.py --path /tmp/rix
python tools/patternbrowser.py --path /tmp/rix   (should bring up gui)

There currently appears to be problems with some file names: rixtriggers.py complains about not finding dest.json and ctrl.json (I do see destn.json and pcdef.json in /tmp/rix/).

Sequence Start/Stop

Some technical details from a discussion on March 23, 2023

...