Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

SCAN_Start add delay in scan sequence?

Hello

I use the function SCAN_Start (3channels) in my application with scanInterval=0. So, what is the time between the beginning of each scan sequence?

3*(1/sampleRate)+(1/sampleRate)
or
3*(1/sampleRate)

In that case, if the first sample of the first scan sequence is make at time t0, the time of the first sample in the second scan sequence is t=t0+scaninterval?

Thanks
J.G.Lynch
0 Kudos
Message 1 of 2
(2,336 Views)
J. G. Lynch

When setting scanInterval to zero, the second scan sequence will begin one sampInterval later.

Therefor if you set sampInterval to 10 msec, with three channels. The first channel will be sampled at t0, the second at t0+10 msec, the third at t0+20msec and the first will be sampled a second time at t0+30msec.

I hope this answers your question.

Brian
0 Kudos
Message 2 of 2
(2,336 Views)