LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Back to normal from remote mode

I am wondering with the functionality of the 'close.vi' for any instruemnt. I want to put the instrument back in local mode from the remote mode(after completing the program), but 'close.vi' only closes the VISA session with the instrument. Is there a way to do this?
 
Thanks,
Vivek
0 Kudos
Message 1 of 3
(2,705 Views)
many instruments have a command to return to "local" mode, you would just need to have it sent in the "close instrument" case of your code.
P.M.
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 3
(2,702 Views)
Try
 
"EnableLocal" in GPIB 488.2 of Instrument I/O, or
"VISA GPIB Control REN" in VISA/ VISA Advanced/ Interface Specific
 
Cheers!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 3 of 3
(2,698 Views)