Versions Compared

Key

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

...

Script: https://github.com/slac-lcls/lcls2/blob/master/psdaq/psdaq/pyxpm/pyxpm_hsrepeater.py

Summary of Results

From Julian on Feb 28, 2024: 

From all of the measurement we did, the following values never showed any errors: [0x00, 0x02, 0x03, 0x07, 0x0b, 0x0f]. As we saw error once on 0x01, I would suggest to avoid 0x00 and 0x02 which are close from it. Additionally, as upper the value is, more we got errors, I would suggest avoiding 0x0b and 0x0f. Finally, 0x15 showed errors as well, I would go with 0x03

Tests result

In order to validate the theory, the script was tested on XPM10, XPM6 and XPM5. First goal was to fix non working links on XPM6 (AMC1 port 3, 4 and 5)

...