07-21-2008 04:04 PM
07-22-2008 04:59 PM
Hi BienoJ,
If you'd like to plot real-time data (or as real-time as you can get in Windows), I'd recommend modeling off the two examples dealing with non-buffered Count Digital Events and your angular position application. Simply put, you won't want buffered acquisition and you can plot the single points to a waveform chart as they are read from the count register.
Look here for information about the non-buffered application (this should be installed with DAQmx with C support)
C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Counter\Count Digital Events\Cnt Dig Events