02-21-2020 06:00 AM
We have a '6514 Electrometer'. Now we want to interface with Labview programme in order to measure resistance, current and voltage as function of time. Could you please let me know what are the things those I have to purchase 1st?
02-21-2020 06:23 AM - edited 02-21-2020 06:25 AM
Hi dmandal,
according to its specs you need a RS232 port, nowadays usually provided by a USB-to-RS232 converter…
(The GPIB aka IEEE-488 port might be optional and requires a much more costly GPIB port on your computer.)
02-21-2020 07:39 AM
Thanks we also have 'KUSB-4888' (from Keithley) USB to GPIB interface adapter. So what is next step?
02-21-2020 07:51 AM
Hi dmandal,
search the IDNet for a suitable driver.
Read the (programming) manual of your device.
Implement the commands you need and send them using VISA functions…