LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to comunicate with Anritsu 37369D

Hi Everyone,
 
I have a labview program that works fine with Anritsu 37369A (VNA), but is not working with the 37369D model.  Do I need updated drivers?   I am using labview 7.1.  Thanks,
 
Frank
 
0 Kudos
Message 1 of 7
(3,728 Views)
Before worrying about updated drivers, what is happening? Can you communicate at all? Are you getting errors?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 7
(3,721 Views)

Hi mikeporter,

I am not able to comunicate thru my program.  I can talk to this equipment (model "D") with MAX (query command),  but not thru my program. The remote and talk LEDs of this equipment do not turn on as they do when using MAX (GPIB interface).  I do get some communication errors and not able to get any measurements or see anything on the LCD display.  Also, I copied all my calibrations files from the "A" to the "D" model and the lastest model complained about the calibration format.  Meaning that even though they are the same base model, there is something unique between them.  Thanks,

Frank

 

0 Kudos
Message 3 of 7
(3,716 Views)

Howdy Fvalenzu,

Firstly, I would always recommend using the latest (stable) driver release for whatever hardware you're using.

Also, could you give some more detail about the "communication errors" -- error numbers would be great, or if there aren't any, then the exact message that gets displayed.

I also have a few ideas we could try:

If you dont mind reworking the LabVIEW code you've already got, the following could give you some insight into how you need to configure labview to work with your hardware.

Also, if you go into MAX and configure a task (or Global Channel) that you know talks to your hardware the right way by right-clicking Data Neighborhood and selecting Create New.  You can then go into labview, create a DAQmx Task (or Channel) Constant onto your block diagram, select your task/channel from the drop-down list of that constant, then right-click the constant and select Generate Code>>Configuration and Example to create some LabVIEW code that creates essentially the exact same setup that MAX has.  You can then double click the sub-vi that gets created and compare the configuration code in there to whatever configuration code you're using.

My other idea at the moment has to do with the "calibration format" complaint you got from your device when you copied the old calibration files.  Without more detail, my guess would be that some setting inside those files was supported by model "A" and not supported by the upgraded model "D".  There may be a new way of setting up that configuration or it may be a feature that's no longer supported, I don't know since it's not an NI product.  But all of your troubles may be solveable by playing with those calibration files and making them stop throwing errors when you load them into the hardware.

0 Kudos
Message 4 of 7
(3,690 Views)
Thanks Chad A,
 
I got some code that may work.  Thanks again for your suggestions!
 
Frank
 
0 Kudos
Message 5 of 7
(3,682 Views)
I have a anritsu 37347c and a 37369c. could you forward that vi to me to check for compatability.  I have a visual basic program that is sopposed to autmate testing, it worked with the wiltron 360, we had. i changed a few command lines and it still does does of the stuff. It changes the  starting a and ending frequencies. As far as labview is concerned. i have downloaded the drivers and some of them work. i can hold and sweep, print via vna or network printer, but the meet of my automated control is not working. Am i using the correct drivers,there are about 200, so i could be wrong. I am using the read from dedicated gpib, the read from channel data, the configure cw frequency. These main drivers are not working but all the extra stuff is. i am trying to get my vna to take a full sweep of measurements, store them and print to network if asked, wait for trigger and take another round of measurements at the next frequency, I need to be able to input frequency, data points, ablt to turn on or off, cw mode and input that frequency.  i can do the data manipulation but i can not get these drivers(the main ones) to work.   I can be contacted via email cuttybuddy22@yahoo.com
0 Kudos
Message 6 of 7
(3,479 Views)
Hi B-easy,

Are you referring to the drivers from www.ni.com/devzone/idnet?  There you can find drivers for both the Anritsu 37347C and the Anritsu 37369C.  These are simply VIs that use lower level functions to communicate with these specific instruments.
Eric C.
Applications Engineer
National Instruments
0 Kudos
Message 7 of 7
(3,463 Views)