Hi B@T,
I suggest you post an example of the code you want to modify. I am forced to guess otherwise.
I think you want to take a stand-alone VI and integrate it into another app such that it executes after all other functions have completed.
LV uses data sequencing to control program execution order. This can be summarized as "A node cannot execute until all of its inputs are satisfied."
The current recomended LV "generic" inputs data types is the "error cluster". This can be found on the Array & Cluster palette.
Make sure the sub-VI that you want to call at the end has a Error cluster wired to the icon terminal.
You can then use that input to ensure that it is the last action performed.
I also suggest you post follow-up Q's to teh LabVIEW Gene
ral list where you will get a broader audience.
Ben
Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com