Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the device Id for NI PCI-GPIB and PXI-GPIB boards

Hi,
We have been using the NI GPIB DDK on QNX with the PMC-GPIB board. I saw in the code that
the device Id for this board is 0xc831. If we know order a PCI-GPIB or PXI-GPIB, will the device ID be the same ?
Irene
0 Kudos
Message 1 of 3
(3,052 Views)
Hello,

The device id for PXI-GPIB and PCI-GPIB is different than PMC-GPIB. This should be a rather simple change in your DDK code. PCI-GPIB is 0xc801, PXI-GPIB is 0xc821.

Thanks,
Scott Brown
GPIB Software
National Instruments
0 Kudos
Message 2 of 3
(3,039 Views)
Thanks a lot, the change is simple indeed, when one has the right information.
It would be nice to be able to find this in the DDK (or its documentation).
Regards,
Irene Peres
0 Kudos
Message 3 of 3
(3,029 Views)