LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to save a ".HPGL" file from a network Analyzer to a computer?

Is there a way to save a ".HPGL" file from a network analyzer to a computer?

using LabVIEW and Network Analyzer 8753ES

0 Kudos
Message 1 of 9
(3,237 Views)

See the floppy?  (I believe it's called something stupid like "external memory" in the menu.)  Other than that, I think there's an ancient program to grab data from the NA, but I don't remember what it is... Sorry.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 9
(3,189 Views)

Sorry I missed being specific. Do it using GPIB connection.

0 Kudos
Message 3 of 9
(3,157 Views)

Hi JB,

 


@JBTorres wrote:

Sorry I missed being specific.


Read the (programming) manual of your device.

Learn about it remote programming using GPIB connection.

When the device supports such a command: send the command to fetch the HPGL data and save this data to a file…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 9
(3,154 Views)

I have already developed a program to obtain different equipment data, of course using GPIB and LabVIEW connection.

 

But the problem is getting an identical copy of the analyzer screen using GPIB and LabVIEW connection.

0 Kudos
Message 5 of 9
(3,149 Views)

Might be easier to just graph the data.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 9
(3,130 Views)

I already did it is very easy. But I need to show the markers ...

0 Kudos
Message 7 of 9
(3,126 Views)

Hi JB,

 

use cursors and annotations in a graph…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 9
(3,104 Views)

Unless the device has a documented GPIB command to create said HPGL file and then to read it from somewhere on the device, no there is no way to do what you want.

 

A quick glance through the programming manual showed the OUTPPLOT; command which seems to be supposed to return the actual HPGL plot file as a string.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 9 of 9
(3,089 Views)