how to set the sample interval in labview?

 
Post new topic   Reply to topic    Pico Technology Forum Index -> Getting Started
Author Message
Patrick Hong
Guest





PostPosted: Thu Jan 16, 2003 11:49 am    Post subject: how to set the sample interval in labview? Reply with quote

I am using ADC 11 in labview through the function adc11_labview_single, I access it through the example of adc11.llb -> adc11_single.vi, I would like to know if there is any way to set the sample interval... because I need to get high frequency data, thank you
Back to top
James
Guest





PostPosted: Fri Jan 17, 2003 9:35 am    Post subject: Setting sample interval in LabVIEW Reply with quote

Hello,
To set the sample interval, set up a procedure call in your program to the routine adc11_set_interval, which is stored in the ADC11.dll.

The arguments for this are
unsigned long adc11_set_interval( unsigned long us_for_block,
unsigned long ideal_no_of_samples,
short * channels,
short no_of_channels);

A full description of this and other modules can be found in the ADC11 manual.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pico Technology Forum Index -> Getting Started
All times are GMT
Page 1 of 1

 


Pico Technology topic RSS feed 
Powered by phpBB © 2001, 2005 phpBB Group