Bill is looking to get the max of each waveform packet, which should be an easy operation using reducex, which calls reducexWaveform. This code has a weird logic for deciding the bins, and even if you requested a binsize (xLimit) greater than the size of a packet, the result would still have two records per packet. Also, the code still used deltaPlus and deltaMinus for the result, when binMax and binMin should be used.
I've put new logic that detects when the bin size is greater that each packet's length, and reduces each packet in this case. binMax and binMin are returned as well.
See https://github.com/autoplot/dev/tree/master/bugs/sf/2411
The "show errors" isn't saved properly in the .vap file.