Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

stream data to hard disk using 6533 using pattern generation external clock mode in Vc++

Hello,
Has anyone done stream data to hard disk using 6533 using pattern generation in vc++. If yes then please send your vc++ source code to my email id praveenkumar1979@rediffmail.com.
I am facing lot of problem stream data to harddisk using vc++
0 Kudos
Message 1 of 2
(3,061 Views)
Hi Gool,

I think the best way to stream to disk is to open a file for writing before the processing loop. During the processing loop I would write to this open handle. Once the loop is terminated I would then close the file. Try using the example code I attached and adding the file writing.

What problems are you facing? I might be able to help you more specifically if you could tell me which part of the stream to disk process you are having troubles with. Have a good day.

Ron
0 Kudos
Message 2 of 2
(3,061 Views)