<?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: Project select data from the serial port in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478316#M559727</link>
    <description>&lt;P&gt;Thank you very much, &lt;SPAN class="lia-user-name UserName"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_12" class="lia-page-link lia-link-navigation" style="color: #666666;" rel="nofollow" href="https://ni.lithium.com/../user/viewprofilepage/user-id/63946" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Ravens Fan.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Actually, I can control the &lt;/SPAN&gt;serial string coming in. &lt;/P&gt;
&lt;P&gt;For example, the string can be send as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; % 000000A1&amp;nbsp; 0000000A2 * , which start with % and end with *&lt;/P&gt;
&lt;P&gt;Or I can send the string like this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; % 000000A1 &amp;nbsp; \r\n &amp;nbsp;&amp;nbsp; 0000000A2 *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;All I need to do is to seperate those two data and use each one as correct input for the formula.&lt;/P&gt;
&lt;P&gt;Any idea how to achieve that? many thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Baicy&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2011 16:12:58 GMT</pubDate>
    <dc:creator>baicy</dc:creator>
    <dc:date>2011-03-08T16:12:58Z</dc:date>
    <item>
      <title>Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478234#M559720</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The project is about use labview to receive data from a serial
port wirelessly. The serial port will receive two values (X1 and X2) every 10
minutes. I want to use those two values as two inputs for my formula. How to
make selection? Many thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Baicy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 15:28:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478234#M559720</guid>
      <dc:creator>baicy</dc:creator>
      <dc:date>2011-03-08T15:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478280#M559724</link>
      <description>&lt;P&gt;You have to figure out how to parse the serial data coming in.&amp;nbsp; We can't figure that out for you without seeing an example of what the serial string looks like.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 15:45:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478280#M559724</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2011-03-08T15:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478314#M559726</link>
      <description>&lt;P&gt;I suggest you take time to study some of the free Labview course material. &lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:12:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478314#M559726</guid>
      <dc:creator>Coq_Rouge</dc:creator>
      <dc:date>2011-03-08T16:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478316#M559727</link>
      <description>&lt;P&gt;Thank you very much, &lt;SPAN class="lia-user-name UserName"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_12" class="lia-page-link lia-link-navigation" style="color: #666666;" rel="nofollow" href="https://ni.lithium.com/../user/viewprofilepage/user-id/63946" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Ravens Fan.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Actually, I can control the &lt;/SPAN&gt;serial string coming in. &lt;/P&gt;
&lt;P&gt;For example, the string can be send as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; % 000000A1&amp;nbsp; 0000000A2 * , which start with % and end with *&lt;/P&gt;
&lt;P&gt;Or I can send the string like this&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; % 000000A1 &amp;nbsp; \r\n &amp;nbsp;&amp;nbsp; 0000000A2 *&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;All I need to do is to seperate those two data and use each one as correct input for the formula.&lt;/P&gt;
&lt;P&gt;Any idea how to achieve that? many thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Baicy&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:12:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478316#M559727</guid>
      <dc:creator>baicy</dc:creator>
      <dc:date>2011-03-08T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478436#M559750</link>
      <description>&lt;P&gt;Scan From String.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the first option, and putting some numbers in for the zeroes so it shows some kind of meaningful result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/170/559750/1/Example_VI.png" border="0" width="465" height="141" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 17:17:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1478436#M559750</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2011-03-08T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1479800#M560013</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-user-name UserName"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_124" class="lia-page-link lia-link-navigation" style="color: #666666;" rel="nofollow" href="https://ni.lithium.com/../user/viewprofilepage/user-id/63946" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Hi Ravens Fan&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your help. You are the best.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If the input string is not the exactly the format string by using the Scan From String Function, will these un formatted string be discarded?&lt;/P&gt;
&lt;P&gt;Again, many thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Baicy&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2011 14:40:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1479800#M560013</guid>
      <dc:creator>baicy</dc:creator>
      <dc:date>2011-03-09T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Project select data from the serial port</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1479804#M560014</link>
      <description>&lt;P&gt;Possibly.&amp;nbsp; It depends on how much different the string is.&amp;nbsp; For example, extra characters at the end will be discarded.&amp;nbsp; But if the function has a difficult time decoding the string, then its possible an error will happen.&amp;nbsp; You may need to wire up the error out terminal of that function and handle it.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2011 14:45:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Project-select-data-from-the-serial-port/m-p/1479804#M560014</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2011-03-09T14:45:48Z</dc:date>
    </item>
  </channel>
</rss>

