04-18-2008 02:06 AM
04-21-2008 10:06 AM
04-22-2008 10:41 AM
05-14-2008 01:58 AM
05-14-2008 09:54 AM
Hey Keshav,
You could try creating a case structure with a trigger activating the true command and therefore on a true output of a trigger you'll start acquiring.
For a better understanding of triggering, refer to Basic Level Triggering of Waveforms. This leads you to an example VI called Basic Level Triggering of Waveforms. The example shows how you can trigger a generated waveform in LabVIEW and the data output from the trigger.
Hopefully this helps!!
05-15-2008 12:22 AM
05-15-2008 01:06 PM
Hey Keshav,
Are you trying to clip your main acquisition signal?
If you are, you'd probably want to have a look at the examples presented in the forum post I am trying to emulate the characteristics of germanium transistors using the Y[i]=Clip{X[i]}PtByPt..... I found a few interesting examples there on signal clipping.
But I have a feeling that you are looking into using a simpler triggering method, in which everything can be configured in one VI. Well, we don't do magic, but we do have an Express VI called Trigger and Gate, under Express>Signal Manipulation in the Functions palette. This uses triggering to extract a segment out of a signal.
Hopefully something here helps!!