Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-GPIB interface problem

I have an evaluation copy of LabView, version 5.0, and am trying to use it
with a
PCI-GPIB interface card made by Computer Boards, Inc. The LabView does
not
detect the card when I run the "Solution wizard/instrument wizard" function.


I have confirmed that the card is working properly by using the configuration
and
diagnostic software that came with the board and have sucessfully sent GPIB

commands to the equipment connected to the card. Despite this, the LabView

cannot "find" the card.

Any help will be greatly appreciated!!!

Regards
Don Cunningham
0 Kudos
Message 1 of 2
(3,520 Views)
LabVIEW is basically set up to detect and communicate with National
Instruments GPIB interfaces, it does this with no problem. However, there
are ways to use other boards with Labview. If the company that made the
board has a compatable VISA driver, then LV will be able to see the board.
Another way is to write a Code Interface Node (CIN) that calls the driver of
the board with C code in this way LV can exchange data with the other
driver. National Instruments will allow you to trade in your GPIB cards for
one of theirs for a significant discount and this will guarantee that
everything will work in Labview.

"Don Cunningham" wrote in message
news:3a27d095@newsgroups.ni.com...
>
> I have an evaluation copy of LabView, version 5.0, and am trying to use
it

> with a
> PCI-GPIB interface card made by Computer Boards, Inc. The LabView does
> not
> detect the card when I run the "Solution wizard/instrument wizard"
function.
>
>
> I have confirmed that the card is working properly by using the
configuration
> and
> diagnostic software that came with the board and have sucessfully sent
GPIB
>
> commands to the equipment connected to the card. Despite this, the
LabView
>
> cannot "find" the card.
>
> Any help will be greatly appreciated!!!
>
> Regards
> Don Cunningham
0 Kudos
Message 2 of 2
(3,520 Views)