LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connectiong Checking

Hi, I'm making a LabView VI using the VISA serial port. However, my boss would like me to be able to display if something is not connected but allow the program to keep running. How do I disable the built in LabView error handling, then how do i impliment my own. Thanks
0 Kudos
Message 1 of 2
(2,320 Views)
Hi twhaley3,
you can set the automatic error handling to false, do under the options. To create your own errors you can connect the error cluster directly to a case structure.

Hope it helps.
Mike
0 Kudos
Message 2 of 2
(2,318 Views)