05-03-2006 05:13 PM
05-03-2006 11:21 PM
Instead of using express VI's , use any DAQmx VI's that you will find in examples
find example>>hardware input output>>DAQmx>>Analog measurements>>voltage folder and choose any relevant example.
I suggest you go for a binary acq program ( for acquiring, writing and reading) for a high sampling rate like 50K
05-04-2006 12:43 PM
Hello Ashish J,
As devchander pointed out, using Express VIs will slow down your code.
There is a good shipping example called 'Cont Acq&Graph Voltage-To
File(Binary).vi' located in NI example finder. You can find this file by
selecting Help >> Find Examples from within LabVIEW. When example
finder appears, make sure the browse tab is selected and select Hardware Input
and Output >> DAQmx >> Data Measurement >> Voltage >>
Cont Acq&Graph Voltage - To File(Binary).vi.
This VI demonstrates how to use the DAQmx VIs and the write to binary file
I would expect that you should be able use the DAQmx Express VI, however the
Write LabVIEW measurement file or the write spreadsheet file are probably
causing your problems.
Regards,
Jesse O.
Applications Engineering
National Instruments
12-28-2010 07:33 AM
Hi,
I have the same problem...
And I'm using the example Cont Acq&Graph Voltage - Write Data to File (TDMS).vi.
I need a continuous acquisition, using 4 channels, and at least 1MS/s (rate), and record this for trirty minutes or more.
But the same error occurs.
Can you help me?
How I can acquire this datas with a big rate like 1MS/s and record?
Thanks