11-30-2011 01:11 PM
Hello,
I'm using LabVIEW 2010 SP1 to control the HP 34401A with the NI GPIB-USB-HS device. I'm using the built-in 34401A instrument I/O drivers.
If I have everything connected, the 34401A will immediately be placed in "Remote" mode when I run my software. However, I'd like the ability to use LabVIEW to force the 34401A to "Local" mode. Unfortunately I haven't been able to find a way to achieve this. I've tried Close.vi, but that doesn't have an effect.
Here's my intended operation if it makes things more clear:
Alternatively, is there a way to get the 34401A to continuously display whatever measurement it's taking while in remote mode?
Best regards,
Ian Williams
Linear Applications Engineer
Precision Linear and Sensing Products
Solved! Go to Solution.
11-30-2011 01:29 PM
Why don't you try the VISA GPIB Control REN function?
11-30-2011 01:40 PM - edited 11-30-2011 01:41 PM
Dennis,
I actually needed the opposite - enable Local instead of enable Remote. Regardless, your suggestion led me to digging around in the GPIB commands and I found what I needed. Thanks for the tip!
Best regards,
Ian Williams
11-30-2011 01:45 PM
The function I mentioned does exactly the same thing except you don't have to do that goofy parsing of the address. It's a VISA function and you should have just used the search button to find it (and turned on Context Help) to get the explanation of what it does.
11-30-2011 01:51 PM
Dennis,
I apologize if I offended you. I found the function you suggested and it's indeed a more elegant solution. Many thanks for the help.
Best regards,
Ian Williams
11-30-2011 02:12 PM
No offense was taken.