<?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: reading from an array in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280490#M720412</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;arabic wrote:
&lt;P&gt;first after ploting the points and displaying the values in the control box i want to reset everything how to do that?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Create an event for the reset button and set the array containing the points back to zero lenght. What elese should the reset button do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;arabic wrote:
&lt;P&gt;and second i want to plot the spectrum using matlab code into labview how to do that?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What is so special about matlab code? What does it do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can translate the matlab code into plain LabVIEW, probably with little effort. (preferred)&lt;/P&gt;
&lt;P&gt;If you have &lt;A href="http://www.ni.com/labview/mathscript/" target="_self"&gt;mathscript&lt;/A&gt;, you can use matlab-like syntax without the need of having matlab.&lt;/P&gt;
&lt;P&gt;If you have matlab installed, you can also use the &lt;A href="http://zone.ni.com/reference/en-XX/help/371361J-01/gmath/matlab_script_node/" target="_self"&gt;matlab script node&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2013 16:56:15 GMT</pubDate>
    <dc:creator>altenbach</dc:creator>
    <dc:date>2013-01-15T16:56:15Z</dc:date>
    <item>
      <title>reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279312#M720206</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;i have read a .txt file (printed from matlab as table) into labview as array indicator.&lt;/P&gt;
&lt;P&gt;i used array index to send the values from the array to their outputs, like some values connected to DAQ as voltage output, some sent to indicators to just show the value on the GUI some are sent to xy graph to be ploted.&lt;/P&gt;
&lt;P&gt;however, the DAQ does not really read the value because the intensity of the LEDs dont really change with changing the value.&lt;/P&gt;
&lt;P&gt;the second problem for the xy graph i used the buddle to connect two array indices as x and y and when i connected the buddle to the xy graph it shows diconnected line &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;any solutions or what is that happening?&lt;/P&gt;
&lt;P&gt;thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 20:57:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279312#M720206</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-14T20:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279334#M720212</link>
      <description>&lt;P&gt;Then please &lt;STRONG&gt;show us your code&lt;/STRONG&gt;. We cannot tell what's wrong from your description.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Also, are you talking about "bundle" when you say "buddle"?)&lt;/P&gt;
&lt;P&gt;When you bundle data for an xy grap, it wants e.g. bundle of two arrays or an array of xy points or a complex 1D array. If you only blndle two array indices, there is no array.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 21:14:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279334#M720212</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-14T21:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279350#M720215</link>
      <description>&lt;P&gt;here is my block diagram. and yeah i mean bundle sorry!&lt;/P&gt;
&lt;P&gt;thanks for the reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 21:21:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279350#M720215</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-14T21:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279392#M720229</link>
      <description>&lt;P&gt;No, we need to see the actual VI. pictures are useless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I said you are wiring what looks like a waveform graph to a cluster with two elements. Where's the xy graph you mentioned earlier. Maybe you want to use a chart?&lt;/P&gt;
&lt;P&gt;What is the point of the sequence frame?&lt;/P&gt;
&lt;P&gt;Index array is resizeable, all you need is a single instance, not eleven.&lt;/P&gt;
&lt;P&gt;What's in the false case?&lt;/P&gt;
&lt;P&gt;Why do your wires go in all directions?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 23:21:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279392#M720229</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-14T23:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279816#M720307</link>
      <description>&lt;P&gt;hi sorry for the late reply&lt;/P&gt;
&lt;P&gt;here is the file&lt;/P&gt;
&lt;P&gt;no im ploting points not waveform graph&lt;/P&gt;
&lt;P&gt;for each time i change the row number another value of x and a value of y will appear of the color space picture, the points represent the CCT values. i didnt manage yet to make the color space diagram as background of xy graph ( maybe you could help me in that too.) but later these points will indicate to the user which CCT the light spectrum is he/she using.&lt;/P&gt;
&lt;P&gt;i couldnt import more than 3 files, in my next reply i will put explaination on the block diagram and the GUI so you understand what im trying to do.&lt;/P&gt;
&lt;P&gt;when you run the program please upload the text file you have. and the meaning of each column is shown in the picture attached bellow. please wait for my next reply&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 06:46:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279816#M720307</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T06:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279828#M720308</link>
      <description>&lt;P&gt;here is the explaination&lt;/P&gt;
&lt;P&gt;hope they are clear&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks alot!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 07:07:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279828#M720308</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T07:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279862#M720317</link>
      <description>&lt;P&gt;You definitly currently use a waveform graph (even if you label the axes x and y &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt; First you need to replace with an xy graph, which is very different in datatype.&lt;/P&gt;
&lt;P&gt;Do you want to add one xy point whenever you look at a new spectrum or do you want to graph all points (one for each spectrum) at once? That would be easier. If you want to add one point at a time, the "build xy graph express VI" set to "not clear data between calls" is the easiest solution. Otherwise you need to append the new point to an existing array of points kept in a shift register.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note that sliders have a digital display (right-click...show digital display) so you only need one terminal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a quick rewrite that shows ...&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;how to use index array more efficiently&lt;/LI&gt;
&lt;LI&gt;How to use an event structure to prevent constant spinning of the loop (Your false case definitely would need a small wait).&lt;/LI&gt;
&lt;LI&gt;how to display the digital display of sliders&lt;/LI&gt;
&lt;LI&gt;How to graph all xy data at once&lt;/LI&gt;
&lt;LI&gt;How to incrementally build the xy graph using a shift register&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;How to incrementally build the xy graph using a express VI.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;I don't have DAQ, so I commented them out.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 07:58:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279862#M720317</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-15T07:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279924#M720324</link>
      <description>&lt;P&gt;im very new on labview so excuse my bad knowledge.&lt;/P&gt;
&lt;P&gt;thank you so much this is what i wanted one point at the time and keep the point&lt;/P&gt;
&lt;P&gt;one last question how can i change their colors and set a legend showing which set this point represent? ( the sent number is the same as the spectrum number).&lt;/P&gt;
&lt;P&gt;by the way do you know how can i place that color space diagram as a background to the xy graph?&lt;/P&gt;
&lt;P&gt;thanks so much!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 08:54:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279924#M720324</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T08:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279926#M720325</link>
      <description>&lt;P&gt;A plot can only have one color, you would need to create N different plots and define their color. As a simpler alternative, I would recommend mapping the data into an intensity graph instead.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 08:57:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279926#M720325</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-15T08:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279928#M720326</link>
      <description>&lt;P&gt;i will work on that thanks alot!&lt;/P&gt;
&lt;P&gt;what about the image? i saw examples online but i couldnt find the elements hahah thats why im lost &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 09:01:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279928#M720326</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T09:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279962#M720330</link>
      <description>&lt;P&gt;Yes, you could use an image. for the graph. You could first plot the image and then the dots over it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to place a 2D picture and use picture tools to compose the graph. Have a look at some of the examples (e.g. "xy multiplot" or "waveform and xy plots").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To place an image in the back of the xy graph, you can use the plot images tools. Have a look at the "plot images" example).&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 09:26:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279962#M720330</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-15T09:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279968#M720332</link>
      <description>&lt;P&gt;i have found this and i followed the steps but still does not work :S&lt;/P&gt;
&lt;P&gt;&lt;A href="http://digital.ni.com/public.nsf/allkb/FF55BDA8C9F0C0ED862573450053A425" target="_blank"&gt;http://digital.ni.com/public.nsf/allkb/FF55BDA8C9F0C0ED862573450053A425&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 09:39:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2279968#M720332</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280348#M720392</link>
      <description>&lt;P&gt;Then show us your code again....&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 15:32:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280348#M720392</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-15T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280428#M720403</link>
      <description>&lt;P&gt;I have managed to do that!&lt;/P&gt;
&lt;P&gt;two more remaining problems that i cant find solutions&lt;/P&gt;
&lt;P&gt;first after ploting the points and displaying the values in the control box i want to reset everything how to do that?&lt;/P&gt;
&lt;P&gt;and second i want to plot the spectrum using matlab code into labview how to do that?&lt;/P&gt;
&lt;P&gt;if you help me in these two im done &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:17:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280428#M720403</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280490#M720412</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;arabic wrote:
&lt;P&gt;first after ploting the points and displaying the values in the control box i want to reset everything how to do that?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Create an event for the reset button and set the array containing the points back to zero lenght. What elese should the reset button do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;arabic wrote:
&lt;P&gt;and second i want to plot the spectrum using matlab code into labview how to do that?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What is so special about matlab code? What does it do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can translate the matlab code into plain LabVIEW, probably with little effort. (preferred)&lt;/P&gt;
&lt;P&gt;If you have &lt;A href="http://www.ni.com/labview/mathscript/" target="_self"&gt;mathscript&lt;/A&gt;, you can use matlab-like syntax without the need of having matlab.&lt;/P&gt;
&lt;P&gt;If you have matlab installed, you can also use the &lt;A href="http://zone.ni.com/reference/en-XX/help/371361J-01/gmath/matlab_script_node/" target="_self"&gt;matlab script node&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 16:56:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280490#M720412</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-01-15T16:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: reading from an array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280524#M720416</link>
      <description>&lt;P&gt;the code is very simple im just going to plot the spectrum,&lt;/P&gt;
&lt;P&gt;im going to try your suggestions and see which one works. if you have better idea for the following code please let me know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;% Input Parameters&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;%peak wavelength&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; lamb1=468;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; lamb2=570;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; lamb3=689;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; lamb4=700;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; lamb5=0;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;%intensity&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; i1=0.62;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; i2=0.55;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; i3=0.52;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; i4=0.5;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; i5=0;&lt;/P&gt;
&lt;P class="p4"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; light=gausslight(lamb1,i1,lamb2,i2,lamb3,i3,lamb4,i4,lamb5,i5);&lt;/P&gt;
&lt;P class="p4"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;plot(380:5:780,light,&lt;SPAN class="s1"&gt;'b'&lt;/SPAN&gt;,&lt;SPAN class="s1"&gt;'linewidth'&lt;/SPAN&gt;,2)&lt;/P&gt;
&lt;P class="p1"&gt;grid &lt;SPAN class="s1"&gt;on&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P class="p5"&gt;&lt;SPAN class="s2"&gt;title(&lt;/SPAN&gt;'Light Spectra'&lt;SPAN class="s2"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p5"&gt;&lt;SPAN class="s2"&gt;xlabel(&lt;/SPAN&gt;'Wavelength (nm)'&lt;SPAN class="s2"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p5"&gt;&lt;SPAN class="s2"&gt;ylabel(&lt;/SPAN&gt;'Intensity'&lt;SPAN class="s2"&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 17:00:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280524#M720416</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T17:00:11Z</dc:date>
    </item>
    <item>
      <title>the reset button should clear the graphs too.. :D</title>
      <link>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280528#M720417</link>
      <description>&lt;P&gt;the reset button should clear the graphs too.. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2013 17:01:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/reading-from-an-array/m-p/2280528#M720417</guid>
      <dc:creator>arabic</dc:creator>
      <dc:date>2013-01-15T17:01:32Z</dc:date>
    </item>
  </channel>
</rss>

