LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I release the HP8510C ?

I am using LAbview to control Network Analyzer HP8510C.So if I run the program I built in my computer, the front panel of the HP8510C is useless and only the computer can sontrol it. I want control it after I finishing the Labview program, so that means I still can use the front panel to control it. But now if I finish running the Labview program, only after I restart the HP8510C, can I control it. Is there any way that I do not need to restart the HP8510C and when I close the Labview program, the HP8510C can be released from the computer automatically? Thanks.
0 Kudos
Message 1 of 5
(2,995 Views)
Check your manual but most instruments support the GTL (Go To Local) command. You can use the VISA GPIB Command function to send it or if you're using the 488.2 functions instead of VISA, use the EnableLocal function. You might also want to check the instrument manual for a key or key combination to take it out of remote mode.
0 Kudos
Message 2 of 5
(2,995 Views)
Thanks for you help. I used a VISA GPIB Command to send a GTL command to HP8510C. But there are always broken lines in my Labview program. And it seems that there are class conflication in it. I am confused what is the VISA class? How can I fix it. The attachment is my Labview program. A big thanks.
0 Kudos
Message 3 of 5
(2,995 Views)
The function you need is already provided in the advanced VISA functions. Just search for "VISA GPIB control REN". Under the mode input, wire in a 6. Click for more help on the function, and all of the Mode choices will be explained. Mode 6 is GTL.

Michael
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
Message 4 of 5
(2,995 Views)
I gave you the wrong function. The one Michael gave is the correct one, The one I mentioned is for the GPIB bus and not for instruments. sorry about that.
0 Kudos
Message 5 of 5
(2,995 Views)