<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:14pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear friends,</p>
<p><br>
</p>
<p>one thing I don't understand yet:</p>
<p><br>
</p>
<p><span style="font-size: 10pt;">  MEMBER(DATA24 data[VME_CAEN_V767x_NUM_CH] ZERO_SUPPRESS_MULTI(128));</span><br>
</p>
<p><br>
</p>
<p>This generate a 2D array with 64 x 128 fields, right? I just copied the code from the V1n90 module. But in the manual of V767, I did not find a restriction on how many hits for each channel can be stored. The only limitation I came accross is right on the
 first page: the FIFO buffer is 32k words deep. 32.000 hits sounds like a crazy amount to me, but ok.</p>
<p><br>
</p>
<p>Would it be better to put the data into a list of unspecified length, coding the channel number with higher bits that are not used by the hit time? Otherwise we have a problem if (in a very hypothetic case) the 129th hit for a given channel appears in the
 data.</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>Best greetings</p>
<p>Günter<br>
</p>
<p><br>
</p>
<br>
</div>
</body>
</html>