LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message Dialog Box

Does anyone know how to remove an error message dialog box that appears during a running VI?  I have my program send me the error message to my email, but it will not send it until I click the 'Ok' button in the error message dialog box.  I was wondering if there was a way to either have the program automatically click the 'Ok' button for me or to remove the dialog box completely?

 

Thanks

0 Kudos
Message 1 of 2
(2,513 Views)

Hi rwm,

 

that error message will not popup when you do some proper error checking! Smiley Wink

 

Reason: that message box pops up when the "error out" isn't connected with a node/structure. (And by default error messages are enabled...)

Solution: Connect the error wire and those messages will not pop up, use some proper error checking (nice&clean). Or disable the popups in the options (quick&dirty). 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,503 Views)