ssh psdev
ssh xcsopr@xcs-daq
ping daq-xcs-pgp01 or 02 or ... (tab works)
ssh daq-xcs-pgp02 (for 10ks I think)
cat /proc/pgpcard_0 | grep accept

This should yield data for each of 8 pgp lanes like

acceptCode : 40

acceptDelay : 15

acceptCounter : 206110833

which gives info about the DAQ trigger

cat /proc/pgpcard_0 | grep run

This should yield equivalent info about the run trigger.  Note that runDelay must be zero to get the timing we expect.

Do the above for other /proc/pgpcard_*
  • No labels