LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Oscilloscope card (PCI-5105) capture waveform data speed problems

Hello, 
Attached file, and the bottom two Pictured vi

08271.png08272.png

NI PCI-5105 oscilloscope card has 8 input channels, 60M / s sampling rate

then input waveform frequency of this oscilloscope card for 4M / s
I want to capture 10000  waveform data in 1 second then convert array for processing 
But I took about 5 seconds to complete (as shown in the red)
how do I reach my goal?
Thank you for your help

0 Kudos
Message 1 of 3
(2,854 Views)

I would say your benchmark is flawed.  You time is also including the setup time, which can take quite awhile.  Use a flat sequence structure to have you discrete steps (setup, start time, capture data, stop time).  Try this as a benchmark baseline.

 


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,852 Views)

HI

I use your method,

but the elapsed time still about 5 second

08281.png

08282.png

0 Kudos
Message 3 of 3
(2,839 Views)