LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set multiple scanrates

Hello again!

I'm trying to scan multiple channels with different scanrates and I don't
want to use one VI for each channel.
Is there a possibility to set different scanrates like the way you can set
the chosen channels seperated by "," ?

Thanks in advance:

Bernd Schoofs
0 Kudos
Message 1 of 2
(2,100 Views)
You can use for aquisition of multiple channels AI Acquire Waveforms.vi. Then set the list of channels as for example
1,1,1,2
In this case per 3 readings of channel-1 you will get 1 reading of channel-2: in other words channel-1 is acquired 3 times faster then channel-2.
So you can create your own configuration of rate and phases of readings for different channels, for example
1,1,2,3,2,1,3,3,1

Oleg Chutko
0 Kudos
Message 2 of 2
(2,100 Views)