LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Go To Local in VISA

Hi all,

I noticed the VISA library does not have Go To Local function for
GPIB. How do I this with the VISA library ?

Makoto
0 Kudos
Message 1 of 3
(3,696 Views)
Makoto wrote:

> Hi all,
>
> I noticed the VISA library does not have Go To Local function for
> GPIB. How do I this with the VISA library ?
>
> Makoto

Is the function "VISA GPIB Control REN" what you want ?
It looks like it will send a go to local to a device.
(found in the interface specific palette)

If this will not work then sending the local command to
the GPIB device using VISA will work.
Kevin Kent
0 Kudos
Message 2 of 3
(3,696 Views)
Hi Kevin,

>Is the function "VISA GPIB Control REN" what you want ?
>It looks like it will send a go to local to a device.
>(found in the interface specific palette)


Thanks for the reply. But disabling REN line makes every instrument
go to local. Real GTL message should work for addressed instruments
only.

>If this will not work then sending the local command to
>the GPIB device using VISA will work.


Is there any way that can send command-mode msgs as like traditional
NI-488 function - ibcmd( ud, "\x21\x04...", n) ?

Thanks,
Makoto
0 Kudos
Message 3 of 3
(3,696 Views)