LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Run Continuously

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

0 Kudos
Message 1 of 2
(2,322 Views)

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

0 Kudos
Message 2 of 2
(2,321 Views)