Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

8756A locks up after read

I've been working with the HP 8756A and have been having problems with it locking up after performing a read function.

After entering command 'OD' and reading all 401 points, "Data Dump" appears on the screen.From this point on I can not send any command or retrieve any data.

When I use “OI” command for identification, HP 8756A locked up again!!!

I have attached the program to call for and retrieve the data in case it is in my programming.

Thanks for any help

Download All
0 Kudos
Message 1 of 12
(4,697 Views)

Are these driver VIs or did you write them yourself?

 

What does the programming manual say are command syntax?

 

 

0 Kudos
Message 2 of 12
(4,681 Views)

NI doesn’t have any driver for it and I couldn’t find a driver that is compatible with 8756A Network analyzer. So I writed my VISA driver. I attached the operation manual of 8756A Network analyzer; there is the programming manual at 57 page of it

0 Kudos
Message 3 of 12
(4,673 Views)

Are you able to use VISA Interactive to communicate with the instrument?

This removes the unknown of your LabVIEW VIs.

 

This is a very old instrument, you might also want to look into NI-488 instead of VISA.

 

 

0 Kudos
Message 4 of 12
(4,649 Views)

I don’t know that this instrument supports VISA or not. But I did configuration setting on this instrument by “VISA write” and also I could do to force instrument to Reset.

I used “VISA open” to set VISA resource name to “GPIB1::19::INSTR”. Only, I have been having problems with it locking up after performing a read function.

So this instrument supports VISA, Is it true?

0 Kudos
Message 5 of 12
(4,637 Views)

here.pngVISA will not be a problem.  but with old old old HP-IB you need to tweak some VISA session properties (untalk and unlisten for starters)

 

 


"Should be" isn't "Is" -Jay
Message 6 of 12
(4,620 Views)

I can not find terminal port on your image. I put “property node” on VI and added 6 properties, but I could not find the port which connected to “TermChar property”.

Please guide me to find it on function palette.

I attached the new Initialize.vi.

Thank you.

0 Kudos
Message 7 of 12
(4,608 Views)

That is the Type Cast function.  The point of it is to change the string character into a U8.  It can be found in the Numeric->Data Manipulation palette.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 12
(4,602 Views)

@yasmain62 wrote:

I can not find terminal port on your image. I put “property node” on VI and added 6 properties, but I could not find the port which connected to “TermChar property”.

Please guide me to find it on function palette.

I attached the new Initialize.vi.

Thank you.


 

That is a Snippet not an image.  you can drop it on a blank block diagram and RUN itSmiley Surprised with LabVIEW 2012


"Should be" isn't "Is" -Jay
0 Kudos
Message 9 of 12
(4,598 Views)

Hello Jeff,

 

Would you mind posting the snippet in an older version of LabVIEW (possibly 2009) for the benefit of others who will read this discussion forum?

Regards,

Shawn S. | NIC
Instrument Driver/IVI PSE
National Instruments
0 Kudos
Message 10 of 12
(4,586 Views)