I work with W95, GPIB-PCIIa and Visual Basic 6 and have problems to get measured data of temperature from te Keithley 195A. After initialization with 'Call ibwrt(KEITHLEY195A_UD%, "F6X")' the device displays 'not in remote', doing the same with the 'Measurement & Automation Explorer' works fine.
Listing:
Call ibdev(Board%, Nr%, 0, T10s, 1, 0, KEITHLEY195A_UD%)
Call ibclr(KEITHLEY195A_UD%)
Call ibwrt(KEITHLEY195A_UD%, "F6X")
Thanks