Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

need HP8720C network analyzer Driver for VisualBasic 6 or Visual Studio 6

I found the HP8720C driver in labwindows/CVI but i want it for VB
0 Kudos
Message 1 of 13
(7,261 Views)
Vatsal,

Attached is the DLL so you can try to use it in Visual Basic 6.

I hope this helps.
Message 2 of 13
(7,261 Views)
thanks gagi1...
but i still have one small problem...how to work with this .dll file in vb....how can i use this file to read the network analyzer
0 Kudos
Message 3 of 13
(7,261 Views)
Although your driver is a Plug and Play driver and not an IVI driver, you can still refer to the following DevZone document:

http://zone.ni.com/devzone/conceptd.nsf/webmain/F8F4698C5D72B73686256B9D00516F24?OpenDocument

I hope this helps.
0 Kudos
Message 4 of 13
(7,261 Views)
Thanks a lot...
That really helped.
0 Kudos
Message 5 of 13
(7,261 Views)
Hi,
I was wondering if you have a readme file or some other material which helps me understant the functions better.

thanks
vatsal
0 Kudos
Message 6 of 13
(7,261 Views)
Hi Vatsal,

The hp8720C.doc is the only documentation we have and is already included with the driver. This document is generated from the .FP file.

Regards,
Vesna
0 Kudos
Message 7 of 13
(7,261 Views)
Hi Vesna,

I am sorry... I might be getting on your nerves but I uploaded the dll that you posted in an earlier reply... and i think there is no hp8720c.doc ... and if there is how can i generate it through .fp
Again sorry...but I need this one for my project.

Thank You
Vatsal
0 Kudos
Message 8 of 13
(7,261 Views)
Hi Vatsal,

Not a problem. Attached please find hp8720c.doc. This file is also included in the zip file you have downloaded from our web site.

I hope this helps.
Vesna
0 Kudos
Message 9 of 13
(7,261 Views)
Hi Vesna,

Hope you are doing fine....
I have a small question....
whats wrong in calling the following function...
I am calling the function after initializing the hp8720c network analyzer, but vb hangs up.
------------------------------------------------------


For i = 1 To 10

errcode = hp8720c.hp8720c_data_trans_to_array(instrumentID, dataType, realStimulus(i), imaginaryResponse(i))

Text1.Text = Errmsg(errcode)

Print "RealStimuls" & realStimulus(i); " imaginaryResponse" & imaginaryResponse(i)

Next i
0 Kudos
Message 10 of 13
(7,261 Views)