LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am searching for tips for save data acquisition...

Hi,

I am redecorating my data acquisition application, i used to work with
LabVIEW 6.1, but now I have the latest v8.2.1 and have no idea what the real
benefits are with data acquisition. Can someone tell me how to make, a
steady and save data acquisition (hardware clocked) so that every second a
buffer block of lets say 1000 samples/channel are stored and that i can see
the real time data at a refresh rate of 60 Hz (monitor refresh rate) Are
there default vi's for this??

Best regards and glad to back with LV programming (did a little in VB.NET)


0 Kudos
Message 1 of 2
(2,298 Views)
I'm guessing you're trying to figure out the difference between DAQ and DAQmx?  Here's the thread on that: http://forums.ni.com/ni/board/message?board.id=250&message.id=26793

check out some of the examples under Labview8.2/examples/DAQmx/Analog IN

I've included one here and if you want it to continuously outputting data in groups, just put a while loop around the data reading portion of the program
0 Kudos
Message 2 of 2
(2,289 Views)