LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone know how to save real time data from KEithley 6485 driver in a array/waveform?

I want to use Keithley 6485 Picoammeter for real time data acquisition. I am using the driver provided by Keithley without a manual. 

I am new to both Labview and Keithley. I am using a Read command in For loop for multiple readings. But I do not know how to save or plot data from each loop in real time.

0 Kudos
Message 1 of 3
(3,456 Views)
If the for loop is returning a single value, you should just write to a chart inside the loop. When the wire exits a for loop, by default it is an array. You can write this to a graph.
0 Kudos
Message 2 of 3
(3,417 Views)

you can see at the atteched file

0 Kudos
Message 3 of 3
(2,754 Views)