LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Not enough memory

I have a VI that I use in TestStand.  I use Particle Analysis and when I get a bad image I get a Not enough memory dialog box.  Is there a way to suppress this dialog box and catch the error so that I can handle it in TestStand?  This is an un manned computer that needs to be able to recover from this situation. 
 
I know there are other not enough memory posts but didn't find anything to answer my question.  But if I missed one, sorry for the repeated question.
0 Kudos
Message 1 of 3
(2,774 Views)

This really depends on where the error message is generated from.

If the VI itself has been written to display this error when a problem occurs, then you'll need to edit that VI to suppress the message from being displayed.

Alternatively, the Labview run-time engine has generated this error in response to a problem with the VI's execution. If that's the case, then you can suppress the error by opening the VI and navigating to File >> VI Properties >> Execution and clearing the checkbox labelled 'Enable automatic error handling'.

I would however, recommend you investiage the cause of this error so you can stop it from appearing in the first place. Simply suppressing the error message could cause you problems further along the line.

 

Regards,

Andy

0 Kudos
Message 2 of 3
(2,759 Views)
Thanks Andy.   I will give that a shot and see what happens.
0 Kudos
Message 3 of 3
(2,738 Views)