LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read two keithley 2000s simultaneously

Solved!
Go to solution

Hey,

     I am trying to read DC voltages across two Keithley 2000s simultaneously. As it stands right now, I have simply initialized both Keithleys, set them both up to read DC Voltage, wait for a trigger on the front panel (a simple OK button), read the data and write it to an array. Afterwards, the data from the array is written to a text file. The problem is, the voltages are being read one after another instead of at the same time. How do I fix my code or what else do I need to make this happen? I have attached my code thus far. Thanks.

          Weston

0 Kudos
Message 1 of 3
(2,745 Views)
Solution
Accepted by topic author wjstraka
You can't do a simultaneous read. You have to trigger both instruments at the same time. Then do the sequential read.
0 Kudos
Message 2 of 3
(2,743 Views)

Thank you for your help!

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