08-05-2013 02:10 PM
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
08-05-2013 08:17 PM
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
08-05-2013 11:09 PM
Use error out with simple error handler with type of dialoug as no dialouge.