04-10-2003 05:43 PM
04-10-2003 08:30 PM
04-11-2003 02:29 AM
04-11-2003 12:31 PM
04-11-2003 12:59 PM
04-11-2003 01:15 PM
04-11-2003
01:45 PM
- last edited on
07-11-2025
05:47 PM
by
Content Cleaner
I'm very surprised that a VI that's 100's of MB works. Not only from a system standpoint, but also from a development and debug standpoint. I would never want to try to develop anything that big or (even worse) try to maintain anyone else's VI that big. How can you debug it? How can you modify it? Even with today's PC's where 256 MB of RAM is pretty common, you're running out of memory with a VI that's 100's of MB's.
NI's Web Event Optimze your VI performance didn't tell us to remove sub-VIs to improve performance. If you have the sub-VI front panels open and you're writing a lot of data to the front panels, it will certain
ly affect performance. If you're repeatedly making copies of data as you go deeper into nested VI's you'll see slower execution. If you have a sub-VI that spends a lot of time waiting for data and that VI isn't reentrant, you'll spend even more time waiting for data. But please don't ask me to give up my sub-VIs.
04-11-2003 02:12 PM
04-12-2003 11:06 AM
04-12-2003 10:27 PM