<?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: How can I plot multiple plots using the XY graph at runtime? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954065#M427770</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide an example of how to use build array.vi to build the number of arrays specified by the user at runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That would be really helpful for me....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harika&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2009 08:12:35 GMT</pubDate>
    <dc:creator>haari</dc:creator>
    <dc:date>2009-07-29T08:12:35Z</dc:date>
    <item>
      <title>How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954007#M427747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to plot multiple plots in XY Graph at run-time means user will select number of plots he wants to plot, based on that value i have to get those values&amp;nbsp; and use build array and then i have to give to XY Graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But at runtime how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me in this regard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harika&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 05:48:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954007#M427747</guid>
      <dc:creator>haari</dc:creator>
      <dc:date>2009-07-29T05:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954012#M427749</link>
      <description>&lt;P&gt;Hi Harika,&lt;/P&gt;&lt;P&gt;what do you think where the difference between development and runtime is? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can build your xy graph data in a loop. Depending on how often the loops runs you get your number of plots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 05:58:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954012#M427749</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2009-07-29T05:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954015#M427750</link>
      <description>&lt;P&gt;HI Harika,&lt;/P&gt;&lt;P&gt;For plotting the multiple plots you can refer the example VI "examples\general\graphs\gengraph.llb\XY Graph.vi"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At runtime&amp;nbsp;for each plot&amp;nbsp;bundle the X, Y arrays so you will get cluster of two 1D arrays.&lt;/P&gt;&lt;P&gt;Now you can build array for the cluster available for all the plots and pass it to XY graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 06:08:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954015#M427750</guid>
      <dc:creator>SanRac</dc:creator>
      <dc:date>2009-07-29T06:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954017#M427752</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I have to use "build array" , how i can configure it to run time to 2 inputs or 3 inputs......depending on user input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harika&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 06:10:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954017#M427752</guid>
      <dc:creator>haari</dc:creator>
      <dc:date>2009-07-29T06:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954018#M427753</link>
      <description>&lt;P&gt;Hi Harika,&lt;/P&gt;&lt;P&gt;use the build array function in&amp;nbsp;a loop. You can use a for loop, because you know how many iterations you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by MikeS81 on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 07-29-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 08:11 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jul 2009 06:11:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954018#M427753</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2009-07-29T06:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954065#M427770</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide an example of how to use build array.vi to build the number of arrays specified by the user at runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That would be really helpful for me....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harika&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 08:12:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954065#M427770</guid>
      <dc:creator>haari</dc:creator>
      <dc:date>2009-07-29T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954073#M427772</link>
      <description>&lt;P&gt;Hi Harika,&lt;/P&gt;&lt;P&gt;see the attached picture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 08:20:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954073#M427772</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2009-07-29T08:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954079#M427774</link>
      <description>&lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;thread.id=427333&amp;amp;view=by_date_ascending&amp;amp;page=1" target="_self"&gt;Why start a new thread?&lt;/A&gt;</description>
      <pubDate>Wed, 29 Jul 2009 08:28:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954079#M427774</guid>
      <dc:creator>muks</dc:creator>
      <dc:date>2009-07-29T08:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I plot multiple plots using the XY graph at runtime?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954148#M427813</link>
      <description>&lt;P&gt;Hi mike,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your example really helped me alot......&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://ni.lithium.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harika&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2009 09:34:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-plot-multiple-plots-using-the-XY-graph-at-runtime/m-p/954148#M427813</guid>
      <dc:creator>haari</dc:creator>
      <dc:date>2009-07-29T09:34:23Z</dc:date>
    </item>
  </channel>
</rss>

