Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

HP8569B - Show Display In LabVIEW

Hi,

I want to show the display-content of a HP 8569B (a very old device with HP-IB-Interface) on frontpanel of a LabVIEW-VI.

In the "Instrument Driver Network" of "NI Developer Zone" no driver are available for this old device.

Has anybody a solution or a tip?

Thank You in advance.
Christian

Test Engineering
digades GmbH
www.digades.com
0 Kudos
Message 1 of 2
(3,469 Views)
I would suggest tweaking a similar traditional instrument driver from http://www.ni.com/devzone/idnet/default.htm and using the getting started vi. There's documentation, model instrument drivers, and driver templates at :
http://www.ni.com/devzone/idnet/development.htm

An traditional instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short, someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument. They are merely time savers to help you develop your project so you do not need to study the manual before writing a program. With all of this work already done for you in th
e driver, instrument drivers can significantly reduce development time.
0 Kudos
Message 2 of 2
(3,469 Views)