04-02-2008 08:38 AM
04-02-2008 07:59 PM
04-03-2008 02:51 AM
Hope it will help you.
The parameter for ibask corresponds to the different pieces of information that the interface board can be queried for. Hexadecimal 23 corresponds to the serial number. It will be returned as a numeric value and can be viewed as it appears in Measurement and Automation Explorer by formatting the indicator for Hexadecimal display
04-03-2008 09:03 AM - edited 04-03-2008 09:03 AM
Hi, Mathieu,
Thank you so much for the indication. It works very well. The code is:
board = ibfind ("gpib1");
i = ibask (board, 35, &returnedValu);
After view returnedValu in Hex, It matchs the GPIB card serial number exactly.
Thank you again!