Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

samples per channel

Hello:
 
Problem:
 
       I'm running sample "ContAcqVoltageSamples_IntClk" for C#.
        It works OK when "Samples for channel <= 100,000.
 
       When I'm trying to read more then 100,000, for example 100,001
       it's stop responding.
 
      "Help" explains that for sample rate 10,000 - 1,000,000  NI-DAQ uses buffer 100,000.
       
       I tried to set  
                                  myTask.Stream.Buffer.InputBufferSize = 200000; 
 
      but it didn't work
 
Q1:  How can i read more then 100,000 samples per channel ?
 
Q2:  How can i read more then 100,000 sample per channel  
 
        when using two channels  "Dev1/ai0" and  "Dev1/ai1"
 
 
Thank you
 
     
           
   
 
 
      
  
 
      
      
0 Kudos
Message 1 of 3
(2,831 Views)

Please, dismiss my previous message.

 

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

Please dismiss my previous message.

Found that 100,000 is the max limit

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