06-06-2008 10:45 AM - edited 06-06-2008 10:46 AM
If you drop an Open VI Reference, hover your mouse over it, and press Ctrl-H (for context help) you'll get a popup window explaining where things go. The Refnum constant goes into "type specifier VI Refnum" and option 8 is one of the choices for "options"
right now you have your type specifier wired to the VI Path, which is supposed to be the path to the specific VI you want to open
also preallocate memory is only an option in 8.5
and finally, in this specific instance, .vit and reentrancy are going to be almost identical. that is ordinarily not the case, but this time is an exception.
06-07-2008 03:59 AM
I tried both vit and reentrancy, they work well. so far cannot tell the difference. Hope I am right that "preallocate memory" is the default setting in 8.2.1 when reentrancy is anabled.
Now will start working on, only worry about the memory release and performance.
Thanks a lot
06-09-2008 07:47 AM
06-09-2008 09:36 PM
06-10-2008 08:59 AM