LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Do something when a certain error appears

I want to use an image on my hard drive when the not an image error appears in an imaq copy.

Please tell me how to do this.

Thanks in advance!

0 Kudos
Message 1 of 3
(2,078 Views)

@Nando88 wrote:

I want to use an image on my hard drive when the not an image error appears in an imaq copy.

Please tell me how to do this.

Thanks in advance!


This is some really basic stuff.  What do you have so far?  Do you understand the concept of error pass-through?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 3
(2,070 Views)

@Nando88 wrote:

I want to use an image on my hard drive when the not an image error appears in an imaq copy.

Please tell me how to do this.

Thanks in advance!


This is covered in the basic LabVIEW training.

Introduction to NI LabVIEW

 

Do you know the ERROR code returned by the imaq copy?

Do you know you can unbundle the Error code from the Error cluster and feed it into the selector of a case structure?

 

Handling Errors in NI LabVIEW

Case Structures

Omar
0 Kudos
Message 3 of 3
(2,058 Views)