01-21-2008 09:23 AM
01-22-2008
04:05 PM
- last edited on
11-11-2025
05:13 PM
by
Content Cleaner
Hey Alimah,
It seems you're main error is a has to do with the driver. Below you'll find a description of the error as well as suggestions on how to fix it.
EVDR (0)
Error Condition: Driver error.
Description: EDVR is returned when GPIB hardware is not configured properly, or the interface name or device name passed to the ibfind function is incorrect.
Possible Cause: Often EDVR errors are caused when you misspell the interface name of your board or the device name of your instrument. For example, the default interface name for National Instruments boards is GPIB0, but you may misspell it as GPIBO (with an "oh" instead of a zero). This error may also occur, if the board index passed to the ibdev function is incorrect. The board index is the number portion of the interface name for the GPIB board, but many people make the incorrect assumption that it is the primary address of the board. For example, I may install a PCI-GPIB board in my computer and give a primary address of 2. The default interface name for board is GPIB0, so it has a board index of 0, not 2.
Solutions:
You can find more GPIB error codes listed in the GPIB Error Codes and Common Solutions KnowledgeBase article. Hope this helps!
Message Edited by Chris G in AE on 01-22-2008 04:06 PM
Message Edited by Chris G in AE on 01-22-2008 04:06 PM
Message Edited by Chris G in AE on 01-22-2008 04:07 PM