I am wondering about access to samples/measurements using a CIN that uses a comedi driver while the CIN is still running.
Ideally, I'd like to display data continuously, as it is read in with the acquistion card (NI-6071E).
The current state of affairs is that my data acquisition successfully terminates after some finite number of samples are collected, and then data is displayed in labview v6.1. That is, only after all samples are taken is the data ever displayed in labview graphics.
I don't know if it's possible to display graphics "real-time" in this way--I suspect not.To the best of my knowledge, labview requires that a
CINterminate execution before moving on to the next step, eg displaying graphics.
Is it possible to have access to the samples being read by the CIN while the CIN is still running? If so, how?
(I use comedi drivers, redhat8.0, and a modified VI to control a CIN, originally downloaded from the NI website.)thanks.