NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

what is gpib handle number ?

what is Gpib handle number ?
 
0 Kudos
Message 1 of 4
(2,864 Views)

Hi,

The GPIB handle number is usually the reference returned by the Initialisation function (OpenDev() - for NI488, viOpen - for VISA), which you pass to all the other functions.

I dont recognise that panel, where does that come from?

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 4
(2,859 Views)
I'm using the GPIBSteps which provided from NI,
usually I guess the "handly number" is specify the instruments gpib address, even then that lot of instruments have theirs different instruments address to control.

帖子被alexzheng在06-16-2006 02:47 AM时编辑过了

0 Kudos
Message 3 of 4
(2,857 Views)

Hi,

It is as I said in my initial reply. Its the handle returned by the open function. You supply the board index, primary address and second address and a variable to hold the return value eg. Locals.MyInstrumentHandle.

You then use this variable in the other GPIB Steps such as the GPIB write and GPIB read.

Have you looked at the readme file which is part of the zip file you attached.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 4 of 4
(2,850 Views)