<?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: auto increment array index in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840843#M381663</link>
    <description>&lt;P&gt;In general, as Ravens Fan pointed out, use autoindexing in a loop to walk through an array. However, in your specific case you can simply use the polymorphic nature of the arithmetic functions. The functions adapt to whether you wire an array or a constant, or both. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also with respect to your specific code, it seems to me that your input array should be an array of integers, not doubles. It appears that you are expecting an array of bytes and each two bytes represent a character. Is this unicode? &lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2009 20:16:03 GMT</pubDate>
    <dc:creator>smercurio_fc</dc:creator>
    <dc:date>2009-01-23T20:16:03Z</dc:date>
    <item>
      <title>auto increment array index</title>
      <link>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840836#M381658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a small problem which i am trouble trying to figure out. Well i have 2 arrays with equal number of elements in each array. What i intend to do is to take the first element from each array and use them in a mathematical expression. Then i would like to increment the indexes of both arrays programmatically and then access the next elements from each array. This procedure is to continue till the end of the array(s). How can i do this. I have tried a couple of things but just dont seem to be able to get around the problem. Help!!! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the sample code below. I am using version LabVIEW version 8.5.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Arun &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2009 19:55:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840836#M381658</guid>
      <dc:creator>aruntutu</dc:creator>
      <dc:date>2009-01-23T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: auto increment array index</title>
      <link>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840840#M381661</link>
      <description>&lt;P&gt;Feed both arrays into a for loop.&amp;nbsp; Have the tunnels set for auto-indexing.&amp;nbsp; Do the math.&amp;nbsp; Have the tunnel going out the right hand side be set for autoindexing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I would recommend looking at the online LabVIEW tutorials&lt;BR /&gt;&lt;A href="http://zone.ni.com/devzone/cda/tut/p/id/5243" target="_blank"&gt;&lt;FONT color="#3366cc"&gt;LabVIEW Introduction Course&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#3366cc"&gt;- Three Hours&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://zone.ni.com/devzone/cda/tut/p/id/5241" target="_blank"&gt;&lt;FONT color="#3366cc"&gt;LabVIEW Introduction Course &lt;/FONT&gt;&lt;FONT color="#3366cc"&gt;- Six Hours&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jan 2009 20:09:26 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840840#M381661</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2009-01-23T20:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: auto increment array index</title>
      <link>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840843#M381663</link>
      <description>&lt;P&gt;In general, as Ravens Fan pointed out, use autoindexing in a loop to walk through an array. However, in your specific case you can simply use the polymorphic nature of the arithmetic functions. The functions adapt to whether you wire an array or a constant, or both. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also with respect to your specific code, it seems to me that your input array should be an array of integers, not doubles. It appears that you are expecting an array of bytes and each two bytes represent a character. Is this unicode? &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2009 20:16:03 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/auto-increment-array-index/m-p/840843#M381663</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2009-01-23T20:16:03Z</dc:date>
    </item>
  </channel>
</rss>

