06-30-2007 02:18 AM
07-10-2007 11:57 AM
Hi,
Try:
viGpibControlREN("Instrument Handle", VI_GPIB_REN_DEASSERT);
-Regards
07-10-2007 12:04 PM
Hi Again,
There is also a function to send GPIB commands when in a VISA session.
viGpibCommand("instr handle", Buffer var, count var, ret_count var);
Where Buffer var contains the GPIB command string such as ibloc or Ibconf.
Regards-
OC
07-12-2007 07:56 AM
07-31-2007 04:22 AM
07-31-2007 09:32 AM
Matthias,
When you used the command "viGpibControlREN("Instrument Handle", VI_GPIB_REN_DEASSERT);", is your Handle assigned to the GPIB address of a particular instrument or or to the gpib card itself like 'GPIB0' or 'DEV0'?
07-31-2007 10:18 AM
10-17-2015 04:14 PM
Just for anyone else that comes across this; the parameter VI_GPIB_REN_DEASSERT, de-asserts remote-enable on all instruments on the GPIB. For a specific instrument, use VI_GPIB_REN_ADDRESS_GTL. This is integer number 6.