Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

Running two applications in LabVIEW?

I am using SCXI-1121 with 6052E. My task is to Aquire signal through analog in vi's. their are 2 channels both are aquired at sampling rate of 2ks/s.But i want for channel0to set ,scans to read at a time =1 and for other channel setting scans to read at a time=10 ,is it possible to run both logics in one applications?
0 Kudos
Message 1 of 2
(2,922 Views)
Haider,

Since AI Read.vi is only capable of reading complete scans (one sample from each channel included in the task), it is not possible to read a different number of samples from each channel. Furthermore, it will not be possible to create seperate tasks for the SCXI-1121's channels because they use the same resources. Thus, you will need to read the greater number of samples (10) from both channels and discard the data you do not need.

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,922 Views)