06-13-2011 09:54 AM
06-13-2011 09:56 AM
06-14-2011 08:08 AM
Because LabVIEW uses a dataflow approach, you can put all of your cleanup code as one of the last things to execute and it will perform in a similar fashion to the way that VB fires a Form_Unload event. There are also even structures in LabVIEW to help control this but the standard programming approach is to control when that cleanup occurs through enforcement of dataflow. You can enforce the order by chaining together error clusters and/or using sequence structures or other methods.
And yes, you might get other ideas in the LabVIEW forum.. 🙂
Jason