07-02-2008 10:45 AM
07-07-2008 02:35 PM
Hi,
One way to determine time is by counting the number of acquired samples and multiplying it by the period=1/sampling frequency.
If you are continously acquiring, let x be the number of samples that correspond to that cetain time delay you are looking for. The way your program should go is that if you read x consecutive samples whose amplitude lies within that range you are looking at, then you can stop the program.
That might be one possible way of approaching this issue. If you are using LabVIEW as the software, check the "Acq&Graph Voltage-Int Clk-SW Trig Restarts.vi" . You can find it in LabVIEW in Help >> Find Examples >> Hardware Input and Output >> DAQmx >> Analog Measurements >> Voltage
Regards,
Faris A
07-07-2008 02:45 PM
Thanks for the reply but I am only using Signal Express. I do not believe Signal Express has that capability.
My goal is to record these signals. When one of them goes low ( I will not know when it is going to go low and will not be viewing it) the recording will stop (after a few seconds). This way I can go right to the end of the recording and view which signal went low first.
07-09-2008 03:24 AM
You can add a trigger step in LabVIEW Signal Express. The trigger step is found under execution control.
Signal Express Help is a very useful resource on using triggers.
Regards,
Faris A
07-09-2008 07:00 PM
07-10-2008 07:56 PM