Quantcast
Channel: Measurement Studio for .NET Languages topics
Viewing all articles
Browse latest Browse all 1999

Are there any optimizations I can make to speed up writing data to DAQ?

$
0
0

Hello friends,

 

I need to be able to generate analog & digital waveforms, create & configure a task, and write the generated waveforms to a cDAQ within 165ms. I am using the WriteMultiSample(bool autoStart, double[,] data) function for analog output. I am using the WriteWaveform(bool autoStart, DigitalWaveform[] data) function for digital output. I am finding that these write functions typically take around 150ms to execute (measured using the System.Stopwatch class). This is making it difficult for me to meet the 165ms requirement.

 

How might I improve the performance of writing data?

 


Viewing all articles
Browse latest Browse all 1999

Trending Articles