04-18-2006 01:38 PM
04-19-2006 11:36 AM
04-20-2006 11:37 AM
04-20-2006 11:50 AM
04-26-2006 10:48 AM
04-27-2006 03:41 PM
04-19-2010 09:30 AM
I got the same problem
the driver is made with VISA for the serial port and you are in GPIB
so you have to change all VIsa send and receive to GPIB write and read in the sub-VIs
I did it but there is a problem with collect datas
I do not know how to do
04-19-2010 09:28 PM
04-21-2010 02:15 PM
I'm using a HP8563EC and it also didn't respond to the IDN query in MAX but it still initialize and works fine in my VIs. I'm not sure what you want to do in your collectdata vi but to be able to do a screen capture I used NI-Spy when using benchlink and observed that the data is transfered by packets of 500 bytes. I'm using the HP8563 driver that uses VISA but to do the screen capture I'm using the GPIB functions as shown in the picture. Status bit 13 is set to 1 when the transfer is completed. Also note that the timeout is set to 6 seconds. Hope this can help you.
Ben64