<?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: what different between Set Control Value [Variant] and Set Control Value Method in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/437057#M213949</link>
    <description>I'm not really sure what you are asking. I think you want to use the ini file functions from &lt;A href="http://forums.openg.org/" target="_blank"&gt;OpenG&lt;/A&gt;. There are functions to read/write panels with variants and makes it all pretty simple.</description>
    <pubDate>Mon, 06 Nov 2006 15:29:44 GMT</pubDate>
    <dc:creator>Dennis_Knutson</dc:creator>
    <dc:date>2006-11-06T15:29:44Z</dc:date>
    <item>
      <title>what different between Set Control Value [Variant] and Set Control Value Method</title>
      <link>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/436315#M213700</link>
      <description>&lt;DIV&gt;I wanna to read many input parameter(more than one subvi)&amp;nbsp;from ini file.&lt;/DIV&gt;
&lt;DIV&gt;And input parameter will be different type (number,bool sting)&lt;/DIV&gt;
&lt;DIV&gt;so how I can use "Set Control Value [Variant]" or" Set Control Value" to do it.&lt;/DIV&gt;
&lt;DIV&gt;I&amp;nbsp;do not know how to input&amp;nbsp; different type parameter ?&lt;/DIV&gt;
&lt;DIV&gt;thanks for your helps!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;sonic&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Nov 2006 08:35:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/436315#M213700</guid>
      <dc:creator>菊花烧饼</dc:creator>
      <dc:date>2006-11-03T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: what different between Set Control Value [Variant] and Set Control Value Method</title>
      <link>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/436452#M213743</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;With Set Control Value, you had to use a Variant to Flattened String function or Flatten to String function to provide the type descriptor and flattened data inputs. This was the original method LabVIEW provided to set a control. In LabVIEW 7.0, Set Control Value [Variant] was introduced and the old method was left for compatability reasons. The new method determines the data type and flatens the data for you so you can just wire your data in. The data type that you wire must match the data type of the control you are trying to set with either method. So, if you wire a number (i.e. 1.234) to either Set Control Value or Set Control Value [Variant] and the control is a string, you will get an error.</description>
      <pubDate>Fri, 03 Nov 2006 14:45:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/436452#M213743</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2006-11-03T14:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: what different between Set Control Value [Variant] and Set Control Value Method</title>
      <link>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/436868#M213891</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;thanks &lt;SPAN style="FONT-WEIGHT: bold; COLOR: #666666"&gt;Dennis !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-WEIGHT: bold; COLOR: #666666"&gt;if i wanna input many type of input parameter,I can not change the input type toilless.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-WEIGHT: bold; COLOR: #666666"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-WEIGHT: bold; COLOR: #666666"&gt;I wanna read the data from a ini file ,the data include many type of input parameter,then I use set Set Control Value [Variant} to change the control value.but it hardly come true by differnet&amp;nbsp; type parameter.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-WEIGHT: bold; COLOR: #666666"&gt;sonic&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2006 01:09:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/436868#M213891</guid>
      <dc:creator>菊花烧饼</dc:creator>
      <dc:date>2006-11-06T01:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: what different between Set Control Value [Variant] and Set Control Value Method</title>
      <link>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/437057#M213949</link>
      <description>I'm not really sure what you are asking. I think you want to use the ini file functions from &lt;A href="http://forums.openg.org/" target="_blank"&gt;OpenG&lt;/A&gt;. There are functions to read/write panels with variants and makes it all pretty simple.</description>
      <pubDate>Mon, 06 Nov 2006 15:29:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/437057#M213949</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2006-11-06T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: what different between Set Control Value [Variant] and Set Control Value Method</title>
      <link>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/437470#M214089</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Thanks!!!&lt;/P&gt;
&lt;P&gt;I will try.....&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2006 07:00:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/what-different-between-Set-Control-Value-Variant-and-Set-Control/m-p/437470#M214089</guid>
      <dc:creator>菊花烧饼</dc:creator>
      <dc:date>2006-11-07T07:00:31Z</dc:date>
    </item>
  </channel>
</rss>

