Hi, In my attached file, I want to destroy the interface window after I click 'stop' button. That means the stop button not only stops the program but also makes the interface window disappear (just like click 'x' on the right-top of the window). How to deal with this? Thanks.
There are two ways of implementing this, you can set the vi's property>>appearance to "close afterwards if originally closed" or you can open a reference to the vi and call the vi method "closeFP". Hope this helps.
Ed Dickens - Certified LabVIEW Architect Lockheed Martin Space Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.