Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I stream the data in the onboard memory of 6534 to an txt file.

I have dumped the onboard memory of 6534 with huge number of data of 32bit wide. Can any one help me by sending the CVI code example of reading those data from onboard memory so that to write it in a txt file.
0 Kudos
Message 1 of 2
(3,107 Views)
Hello,

First, I would suggest reviewing the following example program that installs with NI-DAQ.

C:\Program Files\National Instruments\CVI70\samples\daq\di\DIdoubleBufPatternGen653x.PRJ

What I did was a simple modification to this program that writes the data to a file as it comes in. The format of the file will be that every eight bits contain a port�s information. If you have four ports then every four bytes is a single sample of the clock.

Good luck with your application!

Justin T.
National Instruments
0 Kudos
Message 2 of 2
(3,107 Views)