<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ederson</id>
	<title>LabVIEW Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ederson"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/wiki/Special:Contributions/Ederson"/>
	<updated>2026-05-09T05:14:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Property_node&amp;diff=32199</id>
		<title>Property node</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Property_node&amp;diff=32199"/>
		<updated>2023-08-06T03:22:03Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Application Control{{!}}Application Control palette|type=function|icon=Property node.png}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Property Nodes&#039;&#039;&#039; are nodes that you can use in your &#039;&#039;&#039;Block Diagram&#039;&#039;&#039; to GET or SET properties on a local or remote application, VIs, and objects. Property Nodes allow you to programmatically control the properties of a &#039;&#039;&#039;Front Panel&#039;&#039;&#039; object, for example: color, visibility, position, behavior, etc.&lt;br /&gt;
&lt;br /&gt;
You can use &#039;&#039;&#039;Property Nodes&#039;&#039;&#039; in two ways: Explicit that you choose what the Control/Indicator it referees to, or Implicit that is the case when you use a Reference wired to the Property Node that indicates what is LabVIEW item you referee.&lt;br /&gt;
&lt;br /&gt;
[[File:Pl.png]]&lt;br /&gt;
&lt;br /&gt;
Clicking on the Property, you can choose what Property you want to &#039;&#039;&#039;Read/Write&#039;&#039;&#039;. You choose if the Property Node is &#039;&#039;&#039;Read&#039;&#039;&#039; or &#039;&#039;&#039;Write&#039;&#039;&#039; by right-clicking on the Property Node selecting &#039;&#039;&#039;Change to Read&#039;&#039;&#039; or &#039;&#039;&#039;Change to Write&#039;&#039;&#039;. By default, the Property Node is set to &#039;&#039;&#039;Read&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Performance Issues==&lt;br /&gt;
&#039;&#039;&#039;Property Nodes&#039;&#039;&#039; should be used carefully. That&#039;s because it is executed in the user-interface thread. Using &#039;&#039;&#039;Property Nodes&#039;&#039;&#039; indiscriminately in your code affects its performance because Block Diagram waits while properties execute in the user-interface. If your Property Node runs in a SubVIs, it makes the SubVI front panel to be loaded into memory. Try to limit the number of Property Nodes used in your application.&lt;br /&gt;
&lt;br /&gt;
One Property that you should avoid is the &#039;&#039;&#039;Value property&#039;&#039;&#039;. You should always use Controls/Indicator and its wires to Read/Write their values. If it is not possible to reach the terminal or wire in your code, use Queues, Notifiers, and even Local Variables to that, but &#039;&#039;&#039;never&#039;&#039;&#039; use &#039;&#039;&#039;Value property&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[File:Captura de tela 2023-08-06 002028.png]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Captura_de_tela_2023-08-06_002028.png&amp;diff=32198</id>
		<title>File:Captura de tela 2023-08-06 002028.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Captura_de_tela_2023-08-06_002028.png&amp;diff=32198"/>
		<updated>2023-08-06T03:21:36Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;avoid Value property&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Property_node&amp;diff=32196</id>
		<title>Property node</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Property_node&amp;diff=32196"/>
		<updated>2023-08-05T22:51:21Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Application Control{{!}}Application Control palette|type=function|icon=Property node.png}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Property Nodes&#039;&#039;&#039; are nodes that you can use in your &#039;&#039;&#039;Block Diagram&#039;&#039;&#039; to GET or SET properties on a local or remote application, VIs, and objects. Property Nodes allow you to programmatically control the properties of a &#039;&#039;&#039;Front Panel&#039;&#039;&#039; object, for example: color, visibility, position, behavior, etc.&lt;br /&gt;
&lt;br /&gt;
You can use &#039;&#039;&#039;Property Nodes&#039;&#039;&#039; in two ways: Explicit that you choose what the Control/Indicator it referees to, or Implicit that is the case when you use a Reference wired to the Property Node that indicates what is LabVIEW item you referee.&lt;br /&gt;
&lt;br /&gt;
[[File:Pl.png]]&lt;br /&gt;
&lt;br /&gt;
Clicking on the Property, you can choose what Property you want to &#039;&#039;&#039;Read/Write&#039;&#039;&#039;. You choose if the Property Node is &#039;&#039;&#039;Read&#039;&#039;&#039; or &#039;&#039;&#039;Write&#039;&#039;&#039; by right-clicking on the Property Node selecting &#039;&#039;&#039;Change to Read&#039;&#039;&#039; or &#039;&#039;&#039;Change to Write&#039;&#039;&#039;. By default, the Property Node is set to &#039;&#039;&#039;Read&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Property_node.png&amp;diff=32195</id>
		<title>File:Property node.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Property_node.png&amp;diff=32195"/>
		<updated>2023-08-05T22:48:26Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;property node&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Pl.png&amp;diff=32194</id>
		<title>File:Pl.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Pl.png&amp;diff=32194"/>
		<updated>2023-08-05T22:36:09Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Property Node Implicit and Explicit&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32193</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32193"/>
		<updated>2023-08-05T22:12:30Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Stopping both parallel loops using the same Stop Button.&lt;br /&gt;
&lt;br /&gt;
[[File:Parallel loop using local variables.png]]&lt;br /&gt;
&lt;br /&gt;
It is necessary to change Stop Button Control mechanical action from &#039;&#039;&#039;Latch&#039;&#039;&#039;... to &#039;&#039;&#039;Switch&#039;&#039;&#039;...&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
Using &#039;&#039;Local Variables&#039;&#039; breaks data flow execution. It is useful when it is not possible to pass data through wires, like parallel processes. In this case, the use of &#039;&#039;Local variables&#039;&#039; can be a solution. However, you should be careful when using this resource because it can generate unexpected behavior when you write values in multiple places in your code. &lt;br /&gt;
A good rule to follow when you use &#039;&#039;Local Variable&#039;&#039; is: &#039;&#039;One Write, Multiple Reads&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Example of avoiding Local Variables:&lt;br /&gt;
If you have a State Machine design pattern and lots of Local Variables being read and written through the Cases is: &#039;&#039;Change local variables instances for a wire using a Shift Register to update the value when is necessary&#039;&#039;. See the picture below:&lt;br /&gt;
&lt;br /&gt;
[[File:Local2.png]]&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* https://labviewwiki.org/wiki/Race_condition&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=SubVI&amp;diff=32192</id>
		<title>SubVI</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=SubVI&amp;diff=32192"/>
		<updated>2023-08-05T19:08:51Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SubVIs&#039;&#039;&#039; are [[VI]]s that are called from another [[VI]].  This is accomplished by: &lt;br /&gt;
# Connecting [[Control|controls]] and [[Indicator|indicators]] to a [[VI]]&#039;s [[Connector Pane]]&lt;br /&gt;
# Dropping that [[VI]] on a Block Diagram of another [[VI]]&lt;br /&gt;
# Attaching [[Wire]]s to its inputs and outputs  &lt;br /&gt;
There is no difference between a [[VI]] and a SubVI except the relationship in [[Calling Heirarchy]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&#039;&#039;&#039;SubVIs&#039;&#039;&#039; work as functions on textual programming languages. Instead of having the same code writing in many parts of the code, we put it in [[VI]]&#039;s so it can be called every time we need.&lt;br /&gt;
&lt;br /&gt;
[[File:SubVIs.png]]&lt;br /&gt;
&lt;br /&gt;
== Best Practices ==&lt;br /&gt;
&lt;br /&gt;
Create a VI description at VI Properties -&amp;gt; Documentation. The description appears in the Context Help when you hover on the VI in the block diagram.&lt;br /&gt;
&lt;br /&gt;
[[File:Context help.png]]&lt;br /&gt;
&lt;br /&gt;
For more &#039;&#039;&#039;Best Practices&#039;&#039;&#039; for &#039;&#039;&#039;SubVIs&#039;&#039;&#039; use, look at [[Icon Editor]] and [[Connector Pane]] pages.&lt;br /&gt;
&lt;br /&gt;
[[Category:Node]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Context_help.png&amp;diff=32191</id>
		<title>File:Context help.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Context_help.png&amp;diff=32191"/>
		<updated>2023-08-05T19:07:24Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Context help meassge&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:SubVIs.png&amp;diff=32190</id>
		<title>File:SubVIs.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:SubVIs.png&amp;diff=32190"/>
		<updated>2023-08-05T18:53:42Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A subVI performing conversion from Celsius degree temperature to Fahrenheit degree temperature.&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32173</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32173"/>
		<updated>2023-07-25T23:14:35Z</updated>

		<summary type="html">&lt;p&gt;Ederson: /* Best practice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Stopping both parallel loops using the same Stop Button.&lt;br /&gt;
&lt;br /&gt;
[[File:Parallel loop using local variables.png]]&lt;br /&gt;
&lt;br /&gt;
It is necessary to change Stop Button Control mechanical action from &#039;&#039;&#039;Latch&#039;&#039;&#039;... to &#039;&#039;&#039;Switch&#039;&#039;&#039;...&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
Using &#039;&#039;Local Variables&#039;&#039; breaks data flow execution. It is useful when it is not possible to pass data through wires, like parallel processes. In this case, the use of &#039;&#039;Local variables&#039;&#039; can be a solution. However, you should be careful when using this resource because it can generate unexpected behavior when you write values in multiple places in your code. &lt;br /&gt;
A good rule to follow when you use &#039;&#039;Local Variable&#039;&#039; is: &#039;&#039;One Write, Multiple Reads&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Example of avoiding Local Variables:&lt;br /&gt;
If you have a State Machine design pattern and lots of Local Variables being read and written through the Cases is: &#039;&#039;Change local variables instances for a wire using a Shift Register to update the value when is necessary&#039;&#039;. See the picture below:&lt;br /&gt;
[[File:Local2.png|thumb|left|891x367px]]&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
https://labviewwiki.org/wiki/Race_condition&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Local2.png&amp;diff=32172</id>
		<title>File:Local2.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Local2.png&amp;diff=32172"/>
		<updated>2023-07-25T23:07:53Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using wires instead of locals&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32170</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32170"/>
		<updated>2023-07-15T14:11:05Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Stopping both parallel loops using the same Stop Button.&lt;br /&gt;
&lt;br /&gt;
[[File:Parallel loop using local variables.png]]&lt;br /&gt;
&lt;br /&gt;
It is necessary to change Stop Button Control mechanical action from &#039;&#039;&#039;Latch&#039;&#039;&#039;... to &#039;&#039;&#039;Switch&#039;&#039;&#039;...&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
Using &#039;&#039;Local Variables&#039;&#039; breaks data flow execution. It is useful when it is not possible to pass data through wires, like parallel processes. In this case, the use of &#039;&#039;Local variables&#039;&#039; can be a solution. However, you should be careful when using this resource because it can generate unexpected behavior when you write values in multiple places in your code. &lt;br /&gt;
A good rule to follow when you use &#039;&#039;Local Variable&#039;&#039; is: &#039;&#039;One Write, Multiple Reads&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
https://labviewwiki.org/wiki/Race_condition&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=List_of_LabVIEW_Champions&amp;diff=32169</id>
		<title>List of LabVIEW Champions</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=List_of_LabVIEW_Champions&amp;diff=32169"/>
		<updated>2023-07-10T18:16:49Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{see also|LabVIEW Champion|LabVIEW Champions program FAQ}} &lt;br /&gt;
Complete List at NI.com: [https://forums.ni.com/t5/LabVIEW-Champions-Directory/tkb-p/3012 LabVIEW Champions]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Tenure&lt;br /&gt;
! Home&lt;br /&gt;
|-&lt;br /&gt;
| [[Albert Geven (LabVIEW Champion)|Albert Geven]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Netherlands&lt;br /&gt;
|-&lt;br /&gt;
| [[Alessandro Ricco (LabVIEW Champion)|Alessandro Ricco]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Italy&lt;br /&gt;
|-&lt;br /&gt;
| [[André Manzolli (LabVIEW Champion)|André Manzolli]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Brazil&lt;br /&gt;
|-&lt;br /&gt;
| [[Ben Rayner (LabVIEW Champion)|Ben Rayner]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Bill Meier (LabVIEW Champion)|Bill Meier]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Bogdan Iwinski (LabVIEW Champion)|Bogdan Iwinski]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| Poland&lt;br /&gt;
|-&lt;br /&gt;
| [[Brett Percy (LabVIEW Champion)|Brett Percy]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Australia&lt;br /&gt;
|-&lt;br /&gt;
| [[Bruce Ammons (LabVIEW Champion)|Bruce Ammons]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Buddy Haun (LabVIEW Champion)|Buddy Haun]]&lt;br /&gt;
| 2008-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Charles Ghommidh (LabVIEW Champion)|Charles Ghommidh]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| France&lt;br /&gt;
|-&lt;br /&gt;
| [[Chris Cilino (LabVIEW Champion)|Chris Cilino]]&lt;br /&gt;
| 2017-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Chris Roebuck (LabVIEW Champion)|Chris Roebuck]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| United Kingdom&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| [[Christian Altenbach (LabVIEW Champion)|Christian Altenbach]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Christian Butcher (LabVIEW Champion)|Christian Butcher]]&lt;br /&gt;
| 2021-Present&lt;br /&gt;
| Japan&lt;br /&gt;
|-&lt;br /&gt;
| [[Christophe Salzmann (LabVIEW Champion)|Christophe Salzmann]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Christopher G. Relf (LabVIEW Champion)|Christopher G. Relf]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Dany Allard (LabVIEW Champion)|Dany Allard]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| Canada&lt;br /&gt;
|-&lt;br /&gt;
| [[Darin Kinion (LabVIEW Champion)|Darin Kinion]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[David Thomson (LabVIEW Champion)|David Thomson]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Dennis Knutson (LabVIEW Champion)|Dennis Knutson]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Ed Dickens (LabVIEW Champion)|Ed Dickens]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Ederson Ramalho (LabVIEW Champion)|Ederson Ramalho]]&lt;br /&gt;
| 2023-Present&lt;br /&gt;
| Brazil&lt;br /&gt;
|-&lt;br /&gt;
| [[Fabiola De la Cueva (LabVIEW Champion)|Fabiola De la Cueva]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Felipe Pinheiro Silva (LabVIEW Champion)|Felipe Pinheiro Silva]]&lt;br /&gt;
| 2021-Present&lt;br /&gt;
| Brazil&lt;br /&gt;
|-&lt;br /&gt;
| [[Francois Normandin (LabVIEW Champion)|Francois Normandin]]&lt;br /&gt;
| 2019-Present&lt;br /&gt;
| Canada&lt;br /&gt;
|-&lt;br /&gt;
| [[Gaurav Kulkarni (LabVIEW Champion)|Gaurav Kulkarni]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| India&lt;br /&gt;
|-&lt;br /&gt;
| [[Jack Dunaway (LabVIEW Champion)|Jack Dunaway]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Jeff Bohrer (LabVIEW Champion)|Jeff Bohrer]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Jim Kring (LabVIEW Champion)|Jim Kring]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Joe Hoskins (LabVIEW Champion)|Joe Hoskins]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Joerg Hampel (LabVIEW Champion)|Joerg Hampel]]&lt;br /&gt;
| 2018-Present&lt;br /&gt;
| Austria&lt;br /&gt;
|-&lt;br /&gt;
| [[Jonathon Green (LabVIEW Champion)|Jonathon Green]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| Australia&lt;br /&gt;
|-&lt;br /&gt;
| [[Justin Goeres (LabVIEW Champion)|Justin Goeres]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Kabul Maharjan (LabVIEW Champion)|Kabul Maharjan]]&lt;br /&gt;
| 2019-Present&lt;br /&gt;
| United Kingdom&lt;br /&gt;
|-&lt;br /&gt;
| [[Kevin Shirey (LabVIEW Champion)|Kevin Shirey]]&lt;br /&gt;
| 2022-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Leigh Christian (LabVIEW Champion)|Leigh Christian]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Marcus Johnson (LabVIEW Champion)|Marcus Johnson]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| Sweden&lt;br /&gt;
|-&lt;br /&gt;
| [[Mark Balla (LabVIEW Champion)|Mark Balla]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Mark Ridgley (LabVIEW Champion)|Mark Ridgley]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Mark Yedinak (LabVIEW Champion)|Mark Yedinak]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Michael Aivaliotis (LabVIEW Champion)|Michael Aivaliotis]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Canada&lt;br /&gt;
|-&lt;br /&gt;
| [[Mike Porter (LabVIEW Champion)|Mike Porter]]&lt;br /&gt;
| 2008-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Muthuraman Sudalaimuthu (LabVIEW Champion)|Muthuraman Sudalaimuthu]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| India&lt;br /&gt;
|-&lt;br /&gt;
| [[Nancy Hollenback (LabVIEW Champion)|Nancy Hollenback]]&lt;br /&gt;
| 2008-2010&amp;lt;ref&amp;gt;In 2010, Nancy joined NI.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Navin Subramani (LabVIEW Champion)|Navin Subramani]]&lt;br /&gt;
| 2021-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Norm Kirchner (LabVIEW Champion)|Norm Kirchner]]&lt;br /&gt;
| 2008-2008&amp;lt;ref&amp;gt;Months after becoming a Champion, Norm joined NI.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Quentin &amp;quot;Q&amp;quot; Alldredge (LabVIEW Champion)|Quentin &amp;quot;Q&amp;quot; Alldredge]]&lt;br /&gt;
| 2018-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Parag Deshpande (LabVIEW Champion)|Parag Deshpande]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| India&lt;br /&gt;
|-&lt;br /&gt;
| [[Pavan Bathla (LabVIEW Champion)|Pavan Bathla]]&lt;br /&gt;
| 2007-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Piotr Maj (LabVIEW Champion)|Piotr Maj]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| Poland&lt;br /&gt;
|-&lt;br /&gt;
| [[Putnam W. Monroe Jr. (LabVIEW Champion)|Putnam W. Monroe Jr.]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Ray Robichaud (LabVIEW Champion)|Ray Robichaud]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Canada&lt;br /&gt;
|-&lt;br /&gt;
| [[Richard Sorrells (LabVIEW Champion)|Richard Sorrells]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Rick Beauchaine (LabVIEW Champion)|Rick Beauchaine]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Richard Thomas (LabVIEW Champion)|Richard Thomas]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| England&lt;br /&gt;
|-&lt;br /&gt;
| [[Roger Isaksson (LabVIEW Champion)|Roger Isaksson]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| Sweden&lt;br /&gt;
|-&lt;br /&gt;
| [[Rolf Kalbermatter (LabVIEW Champion)|Rolf Kalbermatter]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| Netherlands&lt;br /&gt;
|-&lt;br /&gt;
| [[Sam Roundy (LabVIEW Champion)|Sam Roundy]]&lt;br /&gt;
| 2019-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Samuel James (LabVIEW Champion)|Samuel James]]&lt;br /&gt;
| 2012-Present&lt;br /&gt;
| India&lt;br /&gt;
|-&lt;br /&gt;
| [[Samuel Taggart (LabVIEW Champion)|Samuel Taggart]]&lt;br /&gt;
| 2018-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Saverio Mercurio (LabVIEW Champion)|Saverio Mercurio]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Scott Hannahs (LabVIEW Champion)|Scott Hannahs]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Shane O&#039;Neill (LabVIEW Champion)|Shane O&#039;Neill]]&lt;br /&gt;
| 2010-Present&lt;br /&gt;
| Switzerland&lt;br /&gt;
|-&lt;br /&gt;
| [[Steve Watts (LabVIEW Champion)|Steve Watts]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| United Kingdom&lt;br /&gt;
|-&lt;br /&gt;
| [[Tim Robinson (LabVIEW Champion)|Tim Robinson]]&lt;br /&gt;
| 2013-Present&lt;br /&gt;
| United States&lt;br /&gt;
|-&lt;br /&gt;
| [[Tomi Maila (LabVIEW Champion)|Tomi Maila]]&lt;br /&gt;
| 2007-Present&lt;br /&gt;
| Finland&lt;br /&gt;
|-&lt;br /&gt;
| [[Tom McQuillan (LabVIEW Champion)|Tom McQuillan]]&lt;br /&gt;
| 2021-Present&lt;br /&gt;
| United Kingdom&lt;br /&gt;
|-&lt;br /&gt;
| [[Urs Lauterburg (LabVIEW Champion)|Urs Lauterburg]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Switzerland&lt;br /&gt;
|-&lt;br /&gt;
| [[Yair Neeman (LabVIEW Champion)|Yair Neeman]]&lt;br /&gt;
| 2007-Present&lt;br /&gt;
| Israel&lt;br /&gt;
|-&lt;br /&gt;
| [[Zbigniew Sobków (LabVIEW Champion)|Zbigniew Sobków]]&lt;br /&gt;
| 2005-Present&lt;br /&gt;
| Poland&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:LabVIEW Champions]]&lt;br /&gt;
[[Category:Lists]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32168</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32168"/>
		<updated>2023-07-09T23:31:36Z</updated>

		<summary type="html">&lt;p&gt;Ederson: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Stopping both parallel loops using the same Stop Button.&lt;br /&gt;
&lt;br /&gt;
[[File:Parallel loop using local variables.png]]&lt;br /&gt;
&lt;br /&gt;
It is necessary to change Stop Button Control mechanical action from &#039;&#039;&#039;Latch&#039;&#039;&#039;... to &#039;&#039;&#039;Switch&#039;&#039;&#039;...&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
{{ambox|text=Add other best practices for this function.}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
https://labviewwiki.org/wiki/Race_condition&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32167</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32167"/>
		<updated>2023-07-09T23:30:44Z</updated>

		<summary type="html">&lt;p&gt;Ederson: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Stopping both parallel loops using the same Stop Button.&lt;br /&gt;
&lt;br /&gt;
[[File:Parallel loop using local variables.png]]&lt;br /&gt;
&lt;br /&gt;
It is necessary to change Stop Button Control mechanical action from &#039;&#039;&#039;Latch&#039;&#039;&#039;... to &#039;&#039;&#039;Switch&#039;&#039;&#039;...&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
{{ambox|text=Add other best practices for this function.}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{ambox|text=Add links to internal wiki pages that would also help.}}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32166</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32166"/>
		<updated>2023-07-09T23:20:17Z</updated>

		<summary type="html">&lt;p&gt;Ederson: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
To stop both parallel loops using the same Stop Button.&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
{{ambox|text=Add other best practices for this function.}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{ambox|text=Add links to internal wiki pages that would also help.}}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32165</id>
		<title>Local Variable</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Local_Variable&amp;diff=32165"/>
		<updated>2023-07-09T23:19:41Z</updated>

		<summary type="html">&lt;p&gt;Ederson: /* Usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Structures{{!}}Structures palette|type=function|icon=Functions Palette - Programming - Structures - Local Variable.png}}&lt;br /&gt;
&lt;br /&gt;
Use &#039;&#039;&#039;Local Variables&#039;&#039;&#039; to read or write to one of the [[Control]]s or [[Indicator]]s on the [[Front Panel]] of a [[VI]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
To stop both parallel loops using the same Stop Button.&lt;br /&gt;
[[File:Parallel loop using local variables.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
== Best practice ==&lt;br /&gt;
{{ambox|text=Add other best practices for this function.}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version&lt;br /&gt;
! Change(s)&lt;br /&gt;
|-&lt;br /&gt;
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]&lt;br /&gt;
|More info to come.&lt;br /&gt;
|}&lt;br /&gt;
== See Also ==&lt;br /&gt;
{{ambox|text=Add links to internal wiki pages that would also help.}}&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
{{ambox|text=Add links to external resources that would also help.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures Palette]]&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=File:Parallel_loop_using_local_variables.png&amp;diff=32164</id>
		<title>File:Parallel loop using local variables.png</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=File:Parallel_loop_using_local_variables.png&amp;diff=32164"/>
		<updated>2023-07-09T23:16:48Z</updated>

		<summary type="html">&lt;p&gt;Ederson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Used to stop both loops with the same Stop Button Control.&lt;/div&gt;</summary>
		<author><name>Ederson</name></author>
	</entry>
</feed>