11-26-2008 08:54 AM
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?
11-26-2008 01:45 PM
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.
11-27-2008 01:01 AM
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!
11-30-2008 09:11 AM
11-30-2008 12:36 PM
11-30-2008 06:17 PM
12-01-2008 05:05 AM
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.