From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing dialog error popup without having to manually click "continue"

Hello,

 

I am trying to automatically clear an error that a temp measuring instrument is throwing while my programs runs. I have tried implementing the "clear error" VI within the while loop where the measurement sub VI is running, but it is not working. The error still pops up and stalls my program until manually cleared. Also I have tried disabling automatic error handling, but still no luck.

 

I am not sure if I am wiring the clear error VI incorrectly? I attached an image of the error and the attempt I have tried so far. 

HART error.png

clear error attempt.png

Here is where I implemented clear error, from what I have read I thought I should have wired the error out from the measure VI into the error in of clear error. 

 

Thanks and please let me know if more information is needed! 

 

 

0 Kudos
Message 1 of 2
(855 Views)

The error code here is a negative number. You are clearing something else.

0 Kudos
Message 2 of 2
(850 Views)