LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create software start and stop trigger in LabView using 6023E series DAQ card? I don't want to use the external trigger.

I am using 6023E DAQ card to collect the signals, such as AE, Force, Torque from the machine. I want to collect only some part of signal for example between start triger and stop trigger. I'd like to know how I can creat those triggers in LabView from one of the channels that I am acquiring at the same time. I found one or two library file that is only for start trigger. I know that this is availabe in some of DIAdem functions. Please let me know if you have done some example for this requirement.
0 Kudos
Message 1 of 2
(2,782 Views)
If you are wanting to create a software trigger based on an analog input voltage in LabVIEW, there are several options. One suggestion would be to compare the voltage values from one input channel to a number within a loop. If the input voltage crosses that threshold (is greater than the number), have a case statement that will acquire data from the other channels. This would simulate a software start trigger in LabVIEW.
0 Kudos
Message 2 of 2
(2,782 Views)