Re: How do i use the peak detection vi in labview when designing...

2004-05-15 Thread LoveDSP
What do you mean "real time"? Does the data come point by point.  If
yes, you may call Peak Detector PtByPt.vi from the palette
Functions>>Analyze>>Point By Point>>Time Domain PtByPt.



How do i use the peak detection vi in labview when designing...

2004-05-14 Thread Henry_T
How do i use the peak detection vi in labview when designing a plugin
for Datex S5Collect that calls this Labview plugin every 500ms? ie.
how to do realtime peak detection when the data is flowing into my
plugin VI in realtime? the plugin doesnt show up in S5Collect when i
add the peak detection vi to it...

The S5Collect software calls the Labview plug-in that I am designing
and I am trying to do a real time peak detection in my plug-in,
however, since the S5Collect software calls the labview plug-in, i
dont know how to configure the built-in peak detection vi in Labview
so that it can receive the data coming in from the S5Collect in real
time