LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Property nodes vs. local variables?

Hi,
This has been bothering me for a while now and i have not been able to find an answer. I really want to know the pros and cons of using property nodes vs local variables. Why should I use a local variable if I can use the 'value' property of a node? And how both can affect the performace of my VI,
Alex
0 Kudos
Message 1 of 3
(2,745 Views)
This has been asked here before check out these links to some good answers to a previous questions:

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000054150000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

and

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000000080000005C300000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

Brian Vibert
0 Kudos
Message 2 of 3
(2,745 Views)
Alex,
Since both "properties value" and local variable are identical, I would
prefer local variable, it just take less memory and more efficient.

Nam.

Helper wrote in message
news:50650000000800000068340000-1005954886000@exchange.ni.com...
> Hi,
> This has been bothering me for a while now and i have not been able to
> find an answer. I really want to know the pros and cons of using
> property nodes vs local variables. Why should I use a local variable
> if I can use the 'value' property of a node? And how both can affect
> the performace of my VI,
> Alex
0 Kudos
Message 3 of 3
(2,745 Views)