DAQ data misaligned
Epics variables in the DAQ stream are off by one. This is due to the IPC pause variable and the way the RCG puts values into the INI file. Variables are added to the INI based on the variable name: those using the system name are added, those using the FEC number are not.
See 1268@fmseq.pl
REMOTE_IPC_PAUSE is in the ini file because of its name, right at the top of the file, but is not included in the DAQ stream because it's part of CDS_EPICS_IN, not CDS_EPICS_OUT. That's my assumption anyway, since removing the INI entry for REMOTE_IPC_PAUSE lines everything up, with the first channel being the first member of CDS_EPICS_OUT.
I will try changing REMOTE_IPC_PAUSE back to a FEC number channel.
Edited by Erik von Reis