<?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: 3 simple questions in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100397#M61395</link>
    <description>"1)The output of the spreadsheet string to array function is in number format when i split the :&lt;BR /&gt;1q2,w,3,d,4&lt;BR /&gt;it wil come out:&lt;BR /&gt;12   0   3   0   4&lt;BR /&gt;so how to sove this problem. i want the output is &lt;BR /&gt;1q2   w   3   d   4&lt;BR /&gt;&lt;BR /&gt;2)when i run a VI the VISA icon keep on flicker and the VI will not continue to next job already.i have to click the debug mode and then click the step out button to let the data flow out from the VISA icon.why i have to make the VI continue running in this way.what is the problem of my VISA there?i did not switch on any thing in sub-vi node setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) what is enable termination, which is inside the VISA icon?" &lt;BR /&gt;</description>
    <pubDate>Sat, 13 Sep 2003 03:13:03 GMT</pubDate>
    <dc:creator>5167</dc:creator>
    <dc:date>2003-09-13T03:13:03Z</dc:date>
    <item>
      <title>3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100395#M61393</link>
      <description>q,w,d,f,g,j&lt;BR /&gt;1)how to take 2nd element ?Has any function like the split() function in VB.The Labview split function is quit week.&lt;BR /&gt;2)how to put all this to 1D array?&lt;BR /&gt;&lt;BR /&gt;3)The indicator is output and the control is input so how to change the control's value by itself not by user.The control like string or radio buton.... &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 06:43:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100395#M61393</guid>
      <dc:creator>5167</dc:creator>
      <dc:date>2003-09-12T06:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: 3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100396#M61394</link>
      <description>The answer to both 1 and 2 is the Spreadsheet String to Array function. Specify ",' as the delimiter and wire a 1D string array constant to the array type input. To programtically modify a control, use a local variable. Right click on the control or terminal and Create&amp;gt;Local Variable. Careful with locals however. They can be overused and cause memory problems. &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Sep 2003 13:15:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100396#M61394</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2003-09-12T13:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: 3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100397#M61395</link>
      <description>"1)The output of the spreadsheet string to array function is in number format when i split the :&lt;BR /&gt;1q2,w,3,d,4&lt;BR /&gt;it wil come out:&lt;BR /&gt;12   0   3   0   4&lt;BR /&gt;so how to sove this problem. i want the output is &lt;BR /&gt;1q2   w   3   d   4&lt;BR /&gt;&lt;BR /&gt;2)when i run a VI the VISA icon keep on flicker and the VI will not continue to next job already.i have to click the debug mode and then click the step out button to let the data flow out from the VISA icon.why i have to make the VI continue running in this way.what is the problem of my VISA there?i did not switch on any thing in sub-vi node setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) what is enable termination, which is inside the VISA icon?" &lt;BR /&gt;</description>
      <pubDate>Sat, 13 Sep 2003 03:13:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100397#M61395</guid>
      <dc:creator>5167</dc:creator>
      <dc:date>2003-09-13T03:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: 3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100398#M61396</link>
      <description>I dont know about 2),3), but for 1):&lt;BR /&gt;&lt;BR /&gt;You need to specify the correct formatting - see gif &lt;BR /&gt;</description>
      <pubDate>Sat, 13 Sep 2003 10:46:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100398#M61396</guid>
      <dc:creator>paul_s</dc:creator>
      <dc:date>2003-09-13T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: 3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100399#M61397</link>
      <description>How if i only want array(0,1) to store in string? &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 01:03:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100399#M61397</guid>
      <dc:creator>5167</dc:creator>
      <dc:date>2003-09-15T01:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100400#M61398</link>
      <description>I still can not do it.Actually what is the String Array(empty) use for in your block diagram? Maybe my one is in double format when i point to that position.Thus, how to solve it? &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 01:25:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100400#M61398</guid>
      <dc:creator>5167</dc:creator>
      <dc:date>2003-09-15T01:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: 3 simple questions</title>
      <link>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100401#M61399</link>
      <description>The input is to define the type of array you want. If you want a 2D array os DBLs out, you wire an empty 2D DBL. You cannot simply click on the input and say "create constant" because the default is a 2D DBL array. Explicitly create a 1D string array and wire it up. Go to the array palette, put an array constant on the diagra, then go to the string palette and drag a string contant inside of the array constant. Voila, an empty 1D string array. &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 13:17:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/3-simple-questions/m-p/100401#M61399</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2003-09-15T13:17:54Z</dc:date>
    </item>
  </channel>
</rss>

