LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I tell Labview to ignore warnings?

Greetings All,

 

     I would like to know how I can get rid of the Pop-up that I've attached to this post.  During environmental testing, if the UUT suddenly dies after the power on verification check, the niDMM Fetch Multi Point.vi flags a warning code (1073356801) other than "0" and causes my Test Stand client sequence to stop dead in its tracks.  I understand that the warning is telling me that the DMM is over range, but the settings are set to Auto Ranging which has been a problem for some time now, but extremely bad timing now.  Therefore when a technician or someone that is not familiar with the environment thinks that the program has crashed, yet there is this Pop-Up that I've attached.  I can deal with the over range that this Pop-up message is talking about with regards to NaN's.  I created a  filter that will deal with the NaN's as they happen, but the pop-up has to go.  It is causing lost time in my production departments environmental testing thus slowing down shipments.  I look forward to hearing any suggestions that will enable me of getting rid of this pop-up in order for my programming to continue on in its normal manner.  Thank you.

 

Regards,

 

Scott

0 Kudos
Message 1 of 3
(3,608 Views)

To disable automatic error handling for the current VI, select File»VI Properties and select Execution from the Category pull-down menu. To disable automatic error handling for any new, blank VIs you create, select Tools»Options and select Block Diagram from the Category list. To disable automatic error handling for a subVI or function within a VI, wire its error out parameter to the error in parameter of another subVI or function or to anerror out indicator.

I'm not sure of it works for warnings as well.

Below are the references:
1. http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/error_checking_and_error_handling/
2.http://www.ni.com/gettingstarted/labviewbasics/handlingerrors.htm


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 3
(3,570 Views)

Use error out with simple error handler with type of dialoug as no dialouge. 

 

 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 3 of 3
(3,557 Views)