Hallo,
I have a problem with triggering my waveform. I use the "Simple Trigger
Detection.vi" from the Functions>Analysis>WaveformControl-menu. This
seems to me as been build to find a trigger event in waveform data,
namely in an array. Unfortunately it always triggers at the first
element of the array, even though this is below the trigger level and
the next is even lower.
Scanning the help and documentation I found as well the base VIs for 1
and more channel detection but non of those includes a proper
documentation, what the VI really does 😞
It calls a DLL-function named triggerh, but for this I couldn't find any
documentation either.
I'm especially interested, if the VI remembers if it has detected a
rising
edge and in the next run continuous by looking for a falling edge
first before detecting the next rising edge. As well I would like to
know why the earlier described error occurs.
I'd be very thankful for some help with this VIs or recommendations for
other VIs to use. Otherwise I would need to program the whole stuff on
my own, which would be not as fast, I suppose.
Thanks in advance
Jan