<?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: Two Operations is a Loop in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1177407#M511397</link>
    <description>&lt;P&gt;Sorry, I couldnot able to crack the issue.&lt;/P&gt;
&lt;P&gt;Anybody Please help a bit more to get it solved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-mfp.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2010 09:38:31 GMT</pubDate>
    <dc:creator>mfpktr</dc:creator>
    <dc:date>2010-07-12T09:38:31Z</dc:date>
    <item>
      <title>Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176623#M511206</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to Perform two Opreations one by one for a Particular no. of times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex: register write operations need to perform, data is from a table of two columns and no .of rows depends on runtime only.&lt;/P&gt;
&lt;P&gt;How shall i implement this?&lt;/P&gt;
&lt;P&gt;Please comment on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-mfp.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2010 08:11:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176623#M511206</guid>
      <dc:creator>mfpktr</dc:creator>
      <dc:date>2010-07-10T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176629#M511209</link>
      <description>&lt;P&gt;"I need to Perform two Opreations one by one for a Particular no. of times"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use sequence.&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;state machine architecture.&lt;/P&gt;
&lt;P&gt;but I am not clear about your post so kindly please alobarate what u want?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2010 09:10:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176629#M511209</guid>
      <dc:creator>brijesh</dc:creator>
      <dc:date>2010-07-10T09:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176633#M511210</link>
      <description>&lt;P&gt;Okay.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;shall use Sequence structure for two operations to perform sequentially.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each of the set of operations in the sequence&amp;nbsp;required data from a table.Table contains two columns one is I/O Address and the other is Data, so that i need to write a Data to Corresponding I/O Address one by one, that means one operation is for Writing I/O Address and the other&amp;nbsp;is for writing Data.&amp;nbsp;The sequence has to take these I/O Address and Data from the table and perform the operation one by one. User can change the no. of sets of operation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-mfp.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2010 09:46:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176633#M511210</guid>
      <dc:creator>mfpktr</dc:creator>
      <dc:date>2010-07-10T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176747#M511255</link>
      <description>&lt;P&gt;For Loop.&amp;nbsp; Have the table autoindex on the tunnel of the for loop.&amp;nbsp; Then break the resulting 1-D array inside the loop using Index array to do your two writes sequentially.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2010 16:35:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176747#M511255</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2010-07-10T16:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176869#M511297</link>
      <description>&lt;P&gt;Thank you very much for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share me a sample VI using the above concept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-mfp.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2010 07:05:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176869#M511297</guid>
      <dc:creator>mfpktr</dc:creator>
      <dc:date>2010-07-11T07:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176973#M511325</link>
      <description>&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" rel="nofollow"&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" rel="nofollow"&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;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2010 17:20:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1176973#M511325</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2010-07-11T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1177407#M511397</link>
      <description>&lt;P&gt;Sorry, I couldnot able to crack the issue.&lt;/P&gt;
&lt;P&gt;Anybody Please help a bit more to get it solved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-mfp.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:38:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1177407#M511397</guid>
      <dc:creator>mfpktr</dc:creator>
      <dc:date>2010-07-12T09:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two Operations is a Loop</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1177427#M511401</link>
      <description>&lt;P&gt;Hi Favas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do it like this:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/ccc77cf4ed021da7984f41b04fd6ab4119bf1a22/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313836313169304239393045313032434143414333322f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="18611i0B990E102CACAC32" title="twoops.png" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;Those two file functions just represent your two operations. They are sequenced by the error cluster - the preferred way to do so (no sequences needed!).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 09:55:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Two-Operations-is-a-Loop/m-p/1177427#M511401</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2010-07-12T09:55:07Z</dc:date>
    </item>
  </channel>
</rss>

