<?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: dataflow - problem in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2983197#M856401</link>
    <description>&lt;HR /&gt;
&lt;P&gt;nkritsch wrote:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;when i use shift registers instead of the local variables:&lt;BR /&gt;I dont need the array3 any more...i can shift the output of "build array".&lt;/P&gt;
&lt;P&gt;But how can i write and read in an array.&lt;/P&gt;
&lt;P&gt;because its allways control or indicator.&lt;/P&gt;
&lt;P&gt;so if i use it i cant update the array any more or?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit: i cant use Build array because i dont know how many elements that array should have. its dynamic&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand what you are trying to say in the first paragraph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes. You can use Build Array. You can put a new element at either the beginning or an of an existing array.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2014 13:17:29 GMT</pubDate>
    <dc:creator>RavensFan</dc:creator>
    <dc:date>2014-09-08T13:17:29Z</dc:date>
    <item>
      <title>dataflow - problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2980467#M856069</link>
      <description>&lt;P&gt;I have an Dataflow Problem.&lt;/P&gt;
&lt;P&gt;I wish that in the 2nd loop it would be this dataflow:&lt;/P&gt;
&lt;P&gt;-DAQ Assistant 2&lt;/P&gt;
&lt;P&gt;- Time Delay&lt;/P&gt;
&lt;P&gt;- DAQ Assistant 1&lt;/P&gt;
&lt;P&gt;- Array 3 split in 2 arrays and make new array&lt;/P&gt;
&lt;P&gt;- then the 2 Graphes should write.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i solve it best.&lt;/P&gt;
&lt;P&gt;Need i do Sub VIs or can i somethink make an priorisation. It would be great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a second question.&lt;/P&gt;
&lt;P&gt;When i am starting my program a 2nd time i need to clear Array 3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is it so?&lt;/P&gt;
&lt;P&gt;i think i create a new Array 3 before the Loops.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:29:34 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2980467#M856069</guid>
      <dc:creator>nkritsch</dc:creator>
      <dc:date>2014-09-05T13:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2980471#M856070</link>
      <description>&lt;P&gt;Just wire the error out of DAQ Assistant 2 to time delay error in, then wire&amp;nbsp;time delay error out to&amp;nbsp;&lt;SPAN&gt;DAQ Assistant 1 error in.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yup those error chains are really handy&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.ni.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt; &amp;nbsp; And wireing those errors will improve your code functionality in the event something is wrong with the hardware.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:35:45 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2980471#M856070</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2014-09-05T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2980475#M856072</link>
      <description>&lt;P&gt;Use the error wire from between the daq assistants and the delay function to determine the order of execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't use local variables.&amp;nbsp; Array 3 should be maintained in a shift register on your outer For Loop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Insert into Array is almost always the wrong function to use.&amp;nbsp; You should be using Build Array instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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;SPAN style="color: #3366cc;"&gt;LabVIEW Introduction Course&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #3366cc;"&gt;- Three Hours&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://zone.ni.com/devzone/cda/tut/p/id/5241" target="_blank"&gt;&lt;SPAN style="color: #3366cc;"&gt;LabVIEW Introduction Course &lt;/SPAN&gt;&lt;SPAN style="color: #3366cc;"&gt;- Six Hours&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 13:38:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2980475#M856072</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2014-09-05T13:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2982877#M856350</link>
      <description>&lt;P&gt;when i use shift registers instead of the local variables:&lt;BR /&gt;I dont need the array3 any more...i can shift the output of "build array".&lt;/P&gt;
&lt;P&gt;But how can i write and read in an array.&lt;/P&gt;
&lt;P&gt;because its allways control or indicator.&lt;/P&gt;
&lt;P&gt;so if i use it i cant update the array any more or?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit: i cant use Build array because i dont know how many elements that array should have. its dynamic&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 07:26:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2982877#M856350</guid>
      <dc:creator>nkritsch</dc:creator>
      <dc:date>2014-09-08T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: dataflow - problem</title>
      <link>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2983197#M856401</link>
      <description>&lt;HR /&gt;
&lt;P&gt;nkritsch wrote:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;when i use shift registers instead of the local variables:&lt;BR /&gt;I dont need the array3 any more...i can shift the output of "build array".&lt;/P&gt;
&lt;P&gt;But how can i write and read in an array.&lt;/P&gt;
&lt;P&gt;because its allways control or indicator.&lt;/P&gt;
&lt;P&gt;so if i use it i cant update the array any more or?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit: i cant use Build array because i dont know how many elements that array should have. its dynamic&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand what you are trying to say in the first paragraph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes. You can use Build Array. You can put a new element at either the beginning or an of an existing array.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 13:17:29 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/dataflow-problem/m-p/2983197#M856401</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2014-09-08T13:17:29Z</dc:date>
    </item>
  </channel>
</rss>

