04-02-2007 03:27 AM
04-02-2007 04:15 AM
04-02-2007 05:40 AM
thanks for the help. Looking at your example it seems as if the data itself is not copied into the indicators. The 'data' in the example was approx 320Mb and the displayed graph was approx 80Mb (labview seems to regard that 80Mb that the graph takes up as being data though on its memory usage thing in VI properties)
Presumably the indicators only hold a copy of the data they display - not the entire dataset, so they don't cost you very much memory unless they're displaying many cells/points
is that correct(questionmark)
04-02-2007 06:36 AM
@Dan Acres wrote:Presumably the indicators only hold a copy of the data they display - not the entire dataset, so they don't cost you very much memory unless they're displaying many cells/points
is that correct(questionmark)