11-30-2008 10:34 PM
Hello Everyone,
I would like my VI to run continuously even if an error occurs. When an error takes place, I would like this VI to reconnect atomically right after it stopped.
Thank you in advance,
Corina
11-30-2008 10:38 PM
Hello...
You can use the Merge Errors.vi (to group all your errors out) and link it to a General Error Handler.vi.
Even if you got an error the VI will continue to run.
Dan07