Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Using GPIB to control the HL5500PC(Bio-Rad)

Hello all,

 

I'm trying to use GPIB to control the hall effect measurement system, HL5500PC, produced by BIO-RAD.

 

Here are the extract from the manual about GPIB command:

      the primary address is always 3 and the secondary address determines the funation to be executed. these have been devided into LISTENER and TALKER mode.

 

the secondary address of both listener and talker mode are botween 0-30, what I want to ask is that, 1)which function should I use? functions simply from GPIB, functions from 488.2/GPIB, or VISA function? 2)How can i set the address in such case? 3)what function i can use to get the SRQ status bytes?

0 Kudos
Message 1 of 7
(4,901 Views)

I would first try the VISA functions. The format for the VISA resource name is GPIB0::primary address::secondary address::INSTR.

 

VISA has the Read STB function.

Message 2 of 7
(4,890 Views)

Dear sir,

 

thanks for your suggestion. but when i try to use the VISA function, error come out.

the LabVIEW said that it can't find any instrument on the address. 

because i am a new comer of GPIB, i have no idea what i could do for this situation.

 

I appreciate  for all of your help!

0 Kudos
Message 3 of 7
(4,872 Views)
In MAX (Measurement & Automation Explorer), did you do a search for instruments and if you did, was anything detected?
0 Kudos
Message 4 of 7
(4,843 Views)
the problem is that i can't find anything in the search
0 Kudos
Message 5 of 7
(4,837 Views)
If nothing shows up in the search, then something is wrong with the instrument, cable, or GPIB controller. My guess is with the instrument but that's just because I have seldom had problems with an NI GPIB controller. If you have another instrument or another cable, you can try to see if anything is detected. I also want to say that an instrument using secondary addresses - one to talk and one to listen is odd. Is this instrument very old? Are you able to get any help from the manufacturer?
0 Kudos
Message 6 of 7
(4,829 Views)

Hi

 

You could try a serial poll on the instrument (only use the primary address).

The function to do this is "VISA Read STB" meaning read status byte.

This one is handled by the gpib controller in the instrument.

A byte should return if the instrument is awake.

You also should look on the instruments panel for lights that change to remote or local.

greetings from the Netherlands
0 Kudos
Message 7 of 7
(4,822 Views)