<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sliding window over wavetrain in waveform graph? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403463#M200375</link>
    <description>I don't know anything about the specific example you cite, but I have been working on the same issue.&lt;P&gt;
I have attached a VI to select a portion of a wave.&lt;/P&gt;&lt;P&gt;
Drag either cursor and it drags the "window", but keeps the duration constant.&lt;/P&gt;&lt;P&gt;
Hold down SHIFT, and it drags only the one side, changing the duration.&lt;/P&gt;&lt;P&gt;
Unfortunately, it's Windows only, because it uses the INPUT DEVICES functions.&lt;/P&gt;&lt;P&gt;
If you do it with normal key-down events, it will miss a key-down or key-up even WHILE you're dragging the mouse.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Aug 2006 13:30:55 GMT</pubDate>
    <dc:creator>CoastalMaineBird</dc:creator>
    <dc:date>2006-08-13T13:30:55Z</dc:date>
    <item>
      <title>Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403426#M200356</link>
      <description>At NIWeek 2006, Michael Cerna gave a very nice presentation in the area of Math &amp;amp; Signal Processing.&amp;nbsp; One of his example VIs I believe was entitled 'Cursor-based Measurement.vi' and in it he showed an interesting method of sliding a window over the signal to compute local properties over just that portion of the waveform that the window covered.&amp;nbsp; The windowed waveform was hilighted in a different color than the remainder of the waveform.&amp;nbsp; I have done something similar with a set of slide controls that allows the length and position&amp;nbsp; of the window to be changed by moving the slides.&amp;nbsp; I am trying to find his example both in the LabVIEW 7.1 and LabVIEW 8 examples and cannot locate it.&amp;nbsp; I want to see how he did what he did and perhaps modify it so that one can lengthen the window by clicking and dragging rather than inputting a length into a numeric control.&amp;nbsp; If this example was written in LabVIEW 8.2, I wonder if could possibly be saved to 8.0 and posted here.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Don&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Aug 2006 19:39:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403426#M200356</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-12T19:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403463#M200375</link>
      <description>I don't know anything about the specific example you cite, but I have been working on the same issue.&lt;P&gt;
I have attached a VI to select a portion of a wave.&lt;/P&gt;&lt;P&gt;
Drag either cursor and it drags the "window", but keeps the duration constant.&lt;/P&gt;&lt;P&gt;
Hold down SHIFT, and it drags only the one side, changing the duration.&lt;/P&gt;&lt;P&gt;
Unfortunately, it's Windows only, because it uses the INPUT DEVICES functions.&lt;/P&gt;&lt;P&gt;
If you do it with normal key-down events, it will miss a key-down or key-up even WHILE you're dragging the mouse.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2006 13:30:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403463#M200375</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-13T13:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403836#M200540</link>
      <description>&lt;DIV&gt;See the attached.&amp;nbsp; Likely similar to Michael's but he implemented somehow without a slide control.&amp;nbsp; Test this and see what you think. It does not require the keyboard utilities and might be a good cross-platform solution (until I figure out what he did or someone posts it).&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Sincerely,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Don&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2006 17:52:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403836#M200540</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T17:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403854#M200550</link>
      <description>Well, you had asked about a "cursor-based" selection method so I gave you that.  I have a PICTURE-based one, but it uses a slide control like yours.&lt;P&gt;
If you move the START past the END, your program gets confused.  I suspect it's the control itself which is confused.&lt;/P&gt;&lt;P&gt;
Anyway, thanks for more ideas.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 18:17:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403854#M200550</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-14T18:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403868#M200559</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Right, the slider method is a little clunky (I'm not crazy about my method which is why I posted in the first place); probably there is a way to make sure end limit (slide)&amp;nbsp;cannot go lower than start limit (slide).&amp;nbsp; I will look at adding that code and re-posting.&amp;nbsp; &amp;nbsp; I think eventually Mike's VI will make its way to this discussion as well.&amp;nbsp; In his method he showed at NI week, there was no cursor visible but I assume somehow he was doing it with cursors.&amp;nbsp; The only thing you saw was the overlay window and he would mouse on that and move the window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 18:44:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403868#M200559</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T18:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403870#M200561</link>
      <description>&lt;I&gt;The only thing you saw was the overlay window and he would mouse on that and move the window.&lt;/I&gt;&lt;P&gt;
Could you stretch and shrink it too?&lt;/P&gt;&lt;P&gt;
I suppose you could do it by brute force, detecting clicks on a decoration or something on top of the graph, and moving / stretching / shrinking the decoration when the mouse moves.  That's a lot of work, and you'd have to do a lot of coordinate transformation to get real data-coordinates out of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 18:57:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403870#M200561</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-14T18:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403872#M200562</link>
      <description>IN case anybody wants it, here's a way to use a picture to display the data and the sliding, adjustable window.&lt;P&gt;
It uses a MODIFIED copy of the standard PLOT WAVEFORM vi, modified only to bring out the SCALE FACTORS so I can use them later.&lt;/P&gt;&lt;P&gt;
It's not very pretty.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 19:02:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403872#M200562</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-14T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403886#M200571</link>
      <description>&lt;DIV&gt;You hit a key point.&amp;nbsp; No, he manually set the window width with a numeric control.&amp;nbsp; I wanted to see if I could modify it so you could stretch it in either direction using some LabVIEW technology.&amp;nbsp; I'm still working v7.1, I'll be upgrading to v8.2 soon and there may have been a technology that he used that was native to v8.2 that I/we don't know about that accomplished things in a less complicated way than we think.&amp;nbsp; Another reason we want to see it.&amp;nbsp; I know in v8 and above, there are cursor-based events that are not available in v7.1.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Don&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2006 19:16:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403886#M200571</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403894#M200575</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;This version does some limit checking on the sliders so the end slider cannot be less than the start slider.&amp;nbsp; It also now uses a 'value change' event rather than 'mouse up' event so that the overlay on the graph now slides while moving, shortening, or expanding.&amp;nbsp; It may be in its optimized state right now so at this point, probably time to wait for Michael to post.&lt;/P&gt;
&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 19:34:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403894#M200575</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T19:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403904#M200580</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;ps. I expect that with cursor-based value change events in v8.0 and above, we can implement a hybrid interface to what you and I&amp;nbsp;have done, but without the keyboard utilities.&amp;nbsp; It would require a 3rd cursor, probably centered between the start and end cursors, that would be used to slide the whole window.&amp;nbsp; When I install v8.2, I can try this as well.....Don</description>
      <pubDate>Mon, 14 Aug 2006 19:50:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403904#M200580</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403910#M200584</link>
      <description>&lt;DIV&gt;One of the things I like with your picture control example is the ability to draw a semi-transparent object so that underlay information can be seen.&amp;nbsp; I have always wondered if something like that can be done with the conventional graph containers....Don&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2006 19:59:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403910#M200584</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T19:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403921#M200589</link>
      <description>I have 8.2 beta, but I see nothing in the graph pertinent to making it automatic (a la the demo you saw).&lt;P&gt;
It does have cursor grab/move events (like 8.0).&lt;/P&gt;&lt;P&gt;
Your idea of the third cursor in the middle would remove the need for my keyboard, as you could grab either side and stretch/shrink it, or grab the middle and move it.&lt;/P&gt;&lt;P&gt;
However, it might be difficult to accurately select small portions.  Perhaps the cursor readouut would assist that.&lt;/P&gt;&lt;P&gt;
Your scheme also uses an X-Y graph, so it can color the selected portion separately.  Since I have 12,000+ points on a graph, I wonder about the re-plotting every time the mouse moves...&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 20:17:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403921#M200589</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-14T20:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403927#M200591</link>
      <description>&lt;I&gt;the ability to draw a semi-transparent object so that underlay information can be seen. &lt;/I&gt;&lt;P&gt;
Yeah, it's the GRAYED-OUT RECTANGLE function which does that.  Without that, you have a large rectangle blocking your view.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 20:22:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403927#M200591</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-14T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403945#M200599</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Does v8.2 only have the cursor grab and move events or are there cursor value change events also?&amp;nbsp; (or maybe the cursor move event simulates&amp;nbsp;a cursor value change event?).....Don</description>
      <pubDate>Mon, 14 Aug 2006 20:52:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403945#M200599</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T20:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403946#M200600</link>
      <description>The cursor-related events are the same as 8.0</description>
      <pubDate>Mon, 14 Aug 2006 20:57:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403946#M200600</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-14T20:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403947#M200601</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;I implemented my example with an XY graph so I could define the sliding window overlay. If you don't need that, you could probably even use a straight waveform graph.&amp;nbsp; There may even be a creative way to define the sliding window overlay with a waveform graph but my initial thought was to use the XY graph.&lt;/P&gt;
&lt;P&gt;With as many points as you have, 12K,&amp;nbsp;have you considered min-max decimation on your data?&amp;nbsp; Damien Gray wrote an article on 'Memory Management in LabVIEW.'&amp;nbsp; I'm sure it can be downloaded from somewhere on ni.com.&amp;nbsp; One of the topics he discusses is min-max decimation and it could be applicable to your situation, depending on the size of your graphs.&amp;nbsp; This method allows faster data display.&lt;/P&gt;
&lt;P&gt;.....Don&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2006 21:00:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/403947#M200601</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-14T21:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404845#M200995</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;I did a few more things as time permitted.&amp;nbsp; I installed LabVIEW 8 and used the 'new' Cursor Move Event to develop the sliding window with 3 cursors as we mentioned earlier.&amp;nbsp; Then I eliminated one of the cursors and used your 'SHIFT' key strategy.&lt;/P&gt;
&lt;P&gt;If I can get the cursor to work as shown here AND underly the plot (as simulated in LabVIEW 7.1 by locking cursor to plot and choosing 'None' for cursor point style), we can do something really cool and simulate the picture control draw grayed rectangle by adding cursors between the start and end cursors.&amp;nbsp; I'm not sure how to get this to work right in LabVIEW 8.&amp;nbsp; See thread&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=200985&amp;amp;jump=true" target="_blank"&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=200985&amp;amp;jump=true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However, I also need to learn about and experiment with the 'new' draw abilities on graphs.&amp;nbsp;&amp;nbsp; That may&amp;nbsp;allow simulating the picture control draw grayed rectangle and eliminate the need to try to do the same thing with additional cursor draws.&lt;/P&gt;
&lt;P&gt;Michael Cerna posted his sliding window VI on NI FTP site and I downloaded; I hope to have time to look at them today or tomorrow and will post after that.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2006 17:13:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404845#M200995</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-16T17:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404846#M200996</link>
      <description>&lt;DIV&gt;ps. Here are the VIs I referred to in the last post.&amp;nbsp; These are in LabVIEW 8.&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Aug 2006 17:15:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404846#M200996</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-16T17:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404858#M201004</link>
      <description>&lt;I&gt;Michael Cerna posted his sliding window VI on NI FTP site and I downloaded;&lt;/I&gt;&lt;P&gt;
Can you point me to it?  That site has a lot of stuff.&lt;/P&gt;&lt;P&gt;

Another thought just struck me (that happens sometimes, despite my best defenses :-):&lt;/P&gt;&lt;P&gt;
Instead of an X-Y graph as you did, where the 2nd plot was the selected portion in a different color, suppose you made TWO plots on the waveform graph?

The first one is all the data, in the normal color.  The 2nd plot is only the selected portion, and it's X0 factor is set to the starting point within the whole waveform.  The 2nd plot would overlay the first, to change it's color.&lt;/P&gt;&lt;P&gt;

Actually, I seem to remember that plot #0 is painted LAST, so you might have to cange the order, but still.  That would look exactly like yours, but not have to be converted into X-Y data.&lt;/P&gt;&lt;P&gt;
Just a thought.&lt;/P&gt;&lt;P&gt;Message Edited by CoastalMaineBird on &lt;SPAN class="date_text"&gt;08-16-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:34 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2006 17:30:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404858#M201004</guid>
      <dc:creator>CoastalMaineBird</dc:creator>
      <dc:date>2006-08-16T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sliding window over wavetrain in waveform graph?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404884#M201019</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;I think what you suggest for the waveform graph would work just as is seen for the XY graphs.&amp;nbsp; When I first was starting the examples, I just happened to playing with the XY graph so I went in that direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked at Michael's VI today. First,&amp;nbsp;in reply 5 of this thread, I erroneously stated there was no cursor visible.&amp;nbsp; In fact there is a cursor visible and what is moved to move the window.&amp;nbsp; Sorry about that.&amp;nbsp; In general, he uses the same techniques as shown in the posted VIs (and described in your last post) to overlay a second&amp;nbsp;plot (in this case on a waveform graph).&amp;nbsp; Our methods are probably a little more interesting from the standpoint of being able to adjust both window position and length by just using the cursors.&lt;/P&gt;
&lt;P&gt;You can get Michael's presentation demos (&lt;FONT face="Microsoft Sans Serif" size="4"&gt;I4_Cerna_8.0.zip)&lt;/FONT&gt; from:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;FONT face="Microsoft Sans Serif"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="ftp://ftp.ni.com/outgoing/" target="_blank"&gt;ftp://ftp.ni.com/outgoing/&lt;/A&gt;&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VI I specifically referred to was called Cursor-based measurement.VI and it is in Folder entitled 'Time-varying and audio.'&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2006 17:54:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Sliding-window-over-wavetrain-in-waveform-graph/m-p/404884#M201019</guid>
      <dc:creator>DonRoth</dc:creator>
      <dc:date>2006-08-16T17:54:25Z</dc:date>
    </item>
  </channel>
</rss>

