12-05-2002 08:02 AM
12-05-2002 09:38 AM
12-05-2002 11:56 PM
12-06-2002
10:03 AM
- last edited on
11-09-2025
04:21 PM
by
Content Cleaner
Pawel,
We highly recommend avoiding using the local variables just for the esthetic reasons. It is better to use wires.
Overusing local variables can significantly increase memory usage. Every time a local variable is read, a new copy of its data space in memory is used. If you, for example, read the local in a loop, you can eventually run out of memory.
Once you are done editing your VI, you will not have to look at the wires on the block diagram, but you will always want to manage your computer memory efficiently.
Here are some documents on local variable that you may find useful:
LabVIEW Performance and Memory Management
http://pong.ni.com/public.nsf/websearch/74ECB57D3C6DF2CE86256BE30074EC47?OpenDocument
Zvezdana S.
National Instruments
12-09-2002 05:45 AM