07-03-2011 05:11 AM
Is there any way i can restart my sensorDAQ? because i placed sensordaq initialise vi in two different events. but once i run the program i can ativate only one event. either the first or the second, i cant activate one after another. so its because i think is sensorDAQ needs rto be restarted. is there any vi for that?
07-03-2011 08:36 PM
What exactly is "sensorDAQ"?
Can you post your VI? Since you are talking about two different events, I have a feeling it is more about the way you are programming your event structure as opposed to the DAQ device itself.
07-04-2011 01:56 AM
Hi, i got it resolved. it was a very simple. thanks for your kindness to help me.
actually i have attached my labview program here.
i was reading some signals from the tdms and writing the statistical values from it using the statistics vi and write it to the global variables. but while reading from tdms it shows an error saying that end of file detected.i even wired the EOF to the stop terminal. but it was able to write the values to the global variables. but if i wire the errors to the out of the loop, the statistics vi fails to write the value.
could you please care to take a look at my codes?go to the start interrogation event and there you will find the read from tdms.
thank you so much.
07-04-2011 01:58 AM
by the way sensorDAQ is a usb data acquisition hardware from vernier.i use it to acuire the physiological responses using the respiration monitor belt and hand grip heart rate monitor.