Hi, I have a very simple problem that is really anoyying me and am hoping someone can help here.
Okay, so am trying to use Matlab to control a TDR/Wide Oscilscope 86100B via a PCI 82350A GPIB card.
This should be straight forward commands (without the need for Instrument Tool Box) which are as follows:
x=instrfind; delete(x);
hgpib=gpib('agilent',1,7); % board index is 0 and instrument address is 7
fopen(hgpib)
However I get the following error:
??? Error using ==> fopen
GPIB: AGILENT: The specified board is not installed or configured properly.
The connections works fine by using Agilent Connection Export, but not with Matlab or MAX.
Hope someone can help.
Okay, so am trying to use Matlab to control a TDR/Wide Oscilscope 86100B via a PCI 82350A GPIB card.
This should be straight forward commands (without the need for Instrument Tool Box) which are as follows:
x=instrfind; delete(x);
hgpib=gpib('agilent',1,7); % board index is 0 and instrument address is 7
fopen(hgpib)
However I get the following error:
??? Error using ==> fopen
GPIB: AGILENT: The specified board is not installed or configured properly.
The connections works fine by using Agilent Connection Export, but not with Matlab or MAX.
Hope someone can help.
MAX will have issues finding the 82350B until you enable the Tulip Passport in Tools->NI-VISA->VISA Options.