05-22-2007 03:05 PM
05-23-2007 06:38 PM
Hi Nitin-
I'm not quite sure why you're using the Above Level condition if you're wanting to acquire 10 seconds worth of data after the trigger. This would be better handled with the Rising Edge condition since Above Level would cease acquiring data once the signal dropped below that chosen value. If you use Rising Edge instead, you can simply add some conditional logic that stops the DAQ loop 10 seconds after the Trigger Out line on the Analog SW Trigger.vi goes TRUE, as opposed to immediately which is the case by default.
Hope this helps! Good luck!