08-12-2009 05:52 AM
Dear Sir,
We are using Labview 8.2 and developed the software code using it. In this code one button is used as Exit to exit from the code and shutdown the labview. In the code when i click on EXit button it got exited properly but when i prepared the exe for the same and click on exit button it is not getting exited (Hanged at that point). Before around one month i prepared the exe for the same code and it is working fine today also. So i am not getting this . Please help me.
Regards
Manasi
08-12-2009 05:58 AM - edited 08-12-2009 06:01 AM
Hi Manasi
Are you sure the code is hanging and that it is not only stopped? Make sure there is not a run arrow visible when you've pressed exit. The normal behavior of an exe that is not set in the code to either close (property node->Front panel close) or exit LabVIEW(using the Exit LabVIEW VI) is to just stop and keep the windows open. Would it be possible for you to post your code? Otherwise it will be very difficult to help you further.
Best Regards
David
NISW
08-12-2009 06:15 AM
Davidek wrote:
Would it be possible for you to post your code?
Or atleast the snapshot of the so-called hanged EXE, to see if the "Run" button appears to be stopped or running still...