I have a CVI app that was working just fine until I added an Agilent 34405A Multimeter. It uses CVI to communicate.
The problem is that the app no longer stops running when I click the X button. The panel goes away, but the CVI IDE still says < <Running> > until I stop it.
I'm not cleaning up something but I don't know what. I am calling ag34405a_close() and it returns without an error.