LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using HP VEE file with LabView

Hello

I have an old device HP70004A with port GPBI-USB (Patern Pulse Generator) in which a second device (HP70340) Signal Generator 1-20GHz is integrated.

I wish control these devices with LabView (with GPIB-USB connector) but I only find a program for HP VEE on Agilent website.

I would like to use the file  HP VEE “.id” with LabView. How to do it ?

 

Thank you.

 

Vinny

 

PS: I add the .txt extension in the attached file

0 Kudos
Message 1 of 8
(4,104 Views)

I looked for the drivers in IDN and did not find any.

 

How ever there is a user manual in the agilents website and according to them it an obsolete instrument.

Using this manual (attached) you can create the required drivers using LabVIEW and VISA or GPIB pallete..

Hope that helps

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 2 of 8
(4,081 Views)

As Guru pointed out, unless someone generously posted a LabVIEW driver somewhere on this forum, you'll have to write your own.

Actually, with the User Manual / Programmer's Guide, it is not difficult.

 

Attempt writing the driver and if you have problems, you can post for help.

0 Kudos
Message 3 of 8
(4,059 Views)
Thank you for your responses.

I am a novice, I use LabViIEW for 3 weeks !! It'll be very difficult for me.

0 Kudos
Message 4 of 8
(4,028 Views)
There is great fantastic support at this forum.  You should do fine.  🙂
0 Kudos
Message 5 of 8
(4,021 Views)

hVincent wrote:
Thank you for your responses.

I am a novice, I use LabViIEW for 3 weeks !! It'll be very difficult for me.

Vinny! That attitude will not bring you any forward. A programmer must dare to be an explorer. Se if you can find an instrument driver that resemble your instrument. Then use this as template for your instrument driver. I am also sure you do not need to implement the full command set, but only a few. In order to do your measurement setup. Do not be a sissy. The one who dares wins 😉


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 6 of 8
(4,018 Views)

Find a device driver as close to the one you need.

 

Then with the manual that was posted, go in the VIs that you need and edit the commands to match the commands from the manual.

 

You will not need to edit all the VIs, only the ones you need.

 

First lesson in LabVIEW is to use as much existing code as possible.

Omar
0 Kudos
Message 7 of 8
(3,994 Views)

 

The one thing no one mentionned was your friend MAX (Measurement and Automation Explorer).

 

You can "test drive" your commands using MAX by communicating to the instrument directly.

0 Kudos
Message 8 of 8
(3,972 Views)