LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

menu bar shows when I stop the error 8 occur during run mode of .exe file

when error 8 occured and I click on "stop" option rather that "continue".then vi stop and file,edit menu shows. in exe RUN mode,this is also  happend so what is the solution for not seeing the menu bar when i stop the error 8 option in run time. it should be stop as it is condition..
0 Kudos
Message 1 of 9
(3,435 Views)
You can use "quit labVIEW" vi.But i would not recommend this.You obviuosly need to display the run button right?
0 Kudos
Message 2 of 9
(3,420 Views)
You can put your exe in the startup.Did u do this?
0 Kudos
Message 3 of 9
(3,418 Views)
Hi Milap,

please avoid double posts! You can edit your posts, no need to start a completely new threads for the same topic...


Message Edited by GerdW on 06-26-2008 10:11 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 9
(3,413 Views)

ya sorry for that....

but the problem is always there.....yes I can use quit option rather then stop.....but when popup dialog box of error 8 occur then we have no any command to quit...there are only 2 option whether you Continue or you can Stop.....so when you continue then error ocuur and occur continue.but when you click on Stop then only .exe stop.not quit....you have no command on error dialog box.....

0 Kudos
Message 5 of 9
(3,406 Views)
so is there any option to stop popping up the error 8 dialog box....
0 Kudos
Message 6 of 9
(3,405 Views)
Hi Milap,

have you read my comment in your other thread?

This error message pops up when you don't have programmed any error handling!

Well, you use "Write to spreadsheet file" for saving your data. Look inside this function (and it's subvi "Write Spreadsheet string") to see how to use low level file functions. After the "Open/Create/Replace File" you have to check for any error (like error 8)...


Message Edited by GerdW on 06-26-2008 10:44 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 7 of 9
(3,398 Views)
Hi Milap,

If you think that there has no relevance, there is a way to ignore particular errors in LabVIEW. The below knowledgebase lists the steps.

Ignoring a Particular Error in an Error Cluster in LabVIEW

Hope this helps!
Warm regards,
Karunya R
National Instruments
Applications Engineer
0 Kudos
Message 8 of 9
(3,375 Views)
Hi,
     If stopping popup is what u want.U can connect the error to simple error handler and select no popup.I use this to combat time out problems sometimes.


Message 9 of 9
(3,362 Views)