<?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 to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3790097#M1069061</link>
    <description>&lt;P&gt;Here it is for LV 2012&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 16:08:16 GMT</pubDate>
    <dc:creator>Gregory</dc:creator>
    <dc:date>2018-05-07T16:08:16Z</dc:date>
    <item>
      <title>How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789528#M1068842</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am scanning 10 resistors (measuring resistance) using a multiplexer card PXI-2503 and a soursemeter Keithley 2400. As I'm reading data one by one and from each reading create a cluster containing a channel, time, resistance value. Then every cluster is sent to a queue.&lt;/P&gt;
&lt;P&gt;Queue is used to write data to a TDMS file and also I would like to plot resistances of all channels on a graph vs time. The question is how to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 17:12:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789528#M1068842</guid>
      <dc:creator>m@NI_forum</dc:creator>
      <dc:date>2018-05-04T17:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789534#M1068844</link>
      <description>&lt;P&gt;Hi m@NI_forum,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use an XY Graph. In a shift register, you will hold an array of XY graph data, which itself is a cluster of x-array and y-array. When you receive a new point, index to the correct XY data (using the channel #), add your new X and Y points to corresponding arrays, and reassemble your data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a nested "in place element structure" to access the array element and the cluster elements.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 17:34:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789534#M1068844</guid>
      <dc:creator>Gregory</dc:creator>
      <dc:date>2018-05-04T17:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789555#M1068849</link>
      <description>&lt;P&gt;For some reason, I cannot find Build XY Graph VI in my palette. Is there a way to plot without using&amp;nbsp;&lt;SPAN&gt;Build XY Graph VI? By the way, can I download&amp;nbsp;Build XY Graph VI anywhere?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 19:30:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789555#M1068849</guid>
      <dc:creator>m@NI_forum</dc:creator>
      <dc:date>2018-05-04T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789565#M1068850</link>
      <description>&lt;P&gt;You can create an XY graph without the express VI, in fact I'd prefer if you did!&lt;/P&gt;
&lt;P&gt;Here is an example of building the plot one point at a time. Note that it is not an example of good programming practice (no errors, typedefs, queue release, loop stopping) it is just meant to get you up and running.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.png" style="width: 969px;"&gt;&lt;img src="https://ip1.i.lithium.com/79e2d8f026c31fc4af73b9b1f6d79d676e06a9f0/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32323736303569454646424635383335423633383530372f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Capture.png" alt="Capture.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 19:53:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789565#M1068850</guid>
      <dc:creator>Gregory</dc:creator>
      <dc:date>2018-05-04T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789601#M1068861</link>
      <description>&lt;P&gt;Thank you. Could you please write me the name of the&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clipboard02.jpg" style="width: 41px;"&gt;&lt;img src="https://ip1.i.lithium.com/8077590007f9e596aa9cb2cc626c9edb8a4b8a33/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32323736313069454231433439334230313141463531362f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Clipboard02.jpg" alt="Clipboard02.jpg" /&gt;&lt;/span&gt; tool? I cannot find it. Unfortunately, I cannot open your VI as I use an older version of LabVIEW.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 22:04:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789601#M1068861</guid>
      <dc:creator>m@NI_forum</dc:creator>
      <dc:date>2018-05-04T22:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789627#M1068868</link>
      <description>&lt;P&gt;The function is called "Build Array".&amp;nbsp; It exhibits "polymorphism", changing its appearance (and behavior) depending on what is wired to its input(s).&amp;nbsp; Drop one down on a Block Diagram and read its Help entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 02:47:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3789627#M1068868</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2018-05-05T02:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3790097#M1069061</link>
      <description>&lt;P&gt;Here it is for LV 2012&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 16:08:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3790097#M1069061</guid>
      <dc:creator>Gregory</dc:creator>
      <dc:date>2018-05-07T16:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multichannel graph taking data from a queue (i.e. points of random channels one by one)?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3790318#M1069150</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;&lt;A id="link_34" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://forums.ni.com/t5/user/viewprofilepage/user-id/172572" target="_self"&gt;gregoryj&lt;/A&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_30" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://forums.ni.com/t5/user/viewprofilepage/user-id/95728" target="_self"&gt;Bob_Schor&lt;/A&gt;, thank you both for answers. They are helpful. The VI works now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 07:29:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-plot-multichannel-graph-taking-data-from-a-queue-i-e/m-p/3790318#M1069150</guid>
      <dc:creator>m@NI_forum</dc:creator>
      <dc:date>2018-05-08T07:29:58Z</dc:date>
    </item>
  </channel>
</rss>

