09-08-2005 07:16 AM
09-08-2005 07:32 AM
09-08-2005 07:35 AM
09-08-2005 07:38 AM
What is considered "quite large" 10, 100, 1000+ vis?
This can also help determine how to call the pump program. Very large subvi hierarchies can be called dynamically to avoid loading the vi into memory until need, improving application performance and managing the resources better.
09-08-2005 08:00 AM
09-08-2005 08:09 AM - edited 09-08-2005 08:09 AM

Message Edited by jhoskins on 09-08-2005 09:11 AM
09-08-2005 08:23 AM
thank you for the answer!
I've been think about that already. The problem is that I want to keep the pump program as it is. If I put it into a loop in the main program I will have two versions of the program, one that is put into the main program and the original standalone pump program. The two programs will be delivered to customers as executables and I want to avoid to have two differerent versions of the same pump program to support.
No way this could be done??
09-08-2005 08:49 AM
09-16-2005 02:26 AM
09-16-2005 08:08 AM