10-20-2009 06:26 AM
My problem is partly covered in document ID: 0R0FC772 at
http://digital.ni.com/public.nsf/allkb/862567530005F09C852563D5007598C4
My Ultima Labmaster optical power meter responds to write commands but times out on read commands. My question is can I write my own driver to access the GPIB card? Is there any template for this or sample code to start from?
Oliver
10-21-2009 04:21 PM
You want to write your own drivers for your National Instruments PCI-GPIB interface? This cannot be done, and I am not sure if this will help your application.
Did you insert delays between the writes and reads or slow down the baud rate as suggersted in the article you linked?
10-21-2009 05:10 PM
10-22-2009 11:02 AM
10-22-2009 12:07 PM
Adding delays didn't help. I also tried the slowest bus timing and it still wouldn't respond.
I decided to use the RS232 interface instead of GPIB. It works fine this way.
Thanks for the suggestions.