10-03-2008 09:45 AM
I need to supress the IMAQ 0xBFF6001 ( No Recognizable Source) ERROR.
I created a system to test video output of devices. A device plugs into the IMAQ board and IMAQ looks at the video signal to check quality.
If the device not not put out any video, the imaq throws an error. I need to catch this and suprres this.
Any Ideas?
Red Hoar
10-03-2008 12:14 PM
LabVIEW has a vi in the error palette that converts an error to a warning. I would either use that or write my own that does the same thing, perhaps also outputting a boolean that indicates if that error occurred.
Bruce