05-19-2010 06:39 AM
i want to stop this loop ruuning in true condition. it enter true condtion means its waiting for 10secs i wants to stop immediatly.
thanks in advance.....
05-19-2010 06:42 AM
05-19-2010 06:43 AM
First of all, too much variables!
The content of the TRUE case waits 10 seconds if no data is available to read, because of the timeout specified by on the DAQmx Read.vi.
So what you can do is to reduce the timeout.
Christian
05-19-2010 06:47 AM
when ever i stop the application running on another loop no data to read for daqmx so waiting for 10sec(it required for minimize the data calculating error) what can i do
thanks
05-19-2010 06:49 AM - edited 05-19-2010 06:50 AM
05-19-2010 06:55 AM
Actually what i am doing is reading the counter value to calculate the CPM of Running Machine i required minimum 10 samples so that only i can get correct CPM during machine running it takes maximum 7secs. Now problem is when ever machine stopped means it will waiting for 10secs in Daqmx so application can’t able to close for 10secs
Thanks
Devaseelan
05-19-2010 06:59 AM
05-19-2010 07:29 AM