04-06-2022 07:19 AM
Gooooooood afternoon Gurus,
I am running a constrained non-linear optimization vi multiple times in a for loop in some code. Occasionally, the code does not converge, which is to be expected for what I am doing. Is there anyway to tell Labview to just accept and continue automatically? Currently I am sat watching it run and clicking continue when it cant converge and sends up the error message.
Mucho ta-ness.
Paul
Solved! Go to Solution.
04-06-2022 03:47 PM
You probably have automatic error handling enabled and the error out not connected, meaning LabVIEW will display an error popup. All you need to do is handle the error (i.e. connect something to the error out) and handle it as desired.
(If this does not solve your problem, feel free to provide more detail or even attach some simplified code.)
04-07-2022 04:27 PM
Ah, basic Labview 101!
Sorted the problem, many thanks.
Paul