08-07-2008 02:32 PM - edited 08-07-2008 02:42 PM
08-07-2008 02:33 PM
08-07-2008 02:45 PM - edited 08-07-2008 02:53 PM
08-07-2008 03:28 PM
08-07-2008 05:07 PM
08-08-2008 02:59 PM
Hi MrSafe,
BFFF00 is a VISA timeout error. If you look up the error explanation in LabVIEW, the description is "Timeout expired before operation completed."
I noticed a GPIB address in ScreenCapture.vi, so I assume you are communicating with a GPIB instrument. The error you mentioned seems to be coming from RSFSEx Memory Read.vi, which is a subVI of testcapture.vi.
You may be interested in this information on timeout errors, which suggests checking the commands being sent and increasing the timeout.
08-08-2008 03:04 PM