> The idea of buffers seems to be difficult to implement since the entire
> Labview is per sample oriented.
> 

Ah.  This is making more sense now.  In that case, I'd recommend 
wrapping the CIN into a subVI.  You pass in the point and the while loop 
I desribed earlier is inside the subVI.  From the user of the subVI, it 
looks normal, like it handles one point at a time.  From the CIN point 
of view, it only gets full buffers.  The only complication added here is 
that you may need something to initialize and flush the subVI buffer.

This is pretty similar to what happens in the point by point analysis 
functions added in LV6.

Greg McKaskle


Reply via email to