08-18-2005 02:56 PM
08-18-2005 03:16 PM
I've never used the gateway so I went to Agilent's web site and it says there that a driver will be shipping in September to make it compatible with NI-488 which is the driver that the LabVIEW functions use. So, you can wait and see if that works. But, If VISA works, why do you want to use the GPIB functions? Writing a driver with VISA is the recomended method. All of NI's new drivers and the ones that Agilent write, all use VISA.
And, are you sure of that model number? I couldn't find a scope of that number on Agilent's web site.
08-18-2005 03:31 PM
08-18-2005 03:52 PM
Is the aim of the project to write an instrument driver or is it to use the scope in LabVIEW? A driver that uses VISA already exists.
08-18-2005 04:09 PM
08-18-2005 04:34 PM
08-18-2005 04:34 PM
08-18-2005 05:16 PM
08-19-2005 08:59 AM
08-19-2005 09:26 AM
The driver DOES use VISA for all of the communication to the instrument. Did you actually look at the code? A driver is organized into subVIs that perform specific functions such as channel config, trigger config, timebase config, read waveform, etc.
If you don't like the driver or you want to write your own as a learning experience, that's fine and I wish you luck.