Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a timer for a function call

Dear friends,

 

Suppose I have to read digital channel output from the hardware connected to my UI for every 100msec. Is there a way so that I can create a timer for it?

By the way I am using the below function for reading from the hardware:

DAQmxErrChk (DAQmxReadDigitalLines(taskHandle,1,10.0,DAQmx_Val_GroupByChannel,data,100,&read,&bytesPerSamp,NULL)); 

 

Thanks,

Raunak 

0 Kudos
Message 1 of 1
(3,044 Views)