LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert digital to analog

to S_hong

this is the VI that i am using to get analog data out from the keithley 3116 ...

Regards
0 Kudos
Message 11 of 13
(693 Views)
Message Edited by S_Hong on 08-26-2008 12:38 PM
S_Hong
National Instruments
Applications Engineer
0 Kudos
Message 12 of 13
(681 Views)

Hi nolsqn,

 

Unfortunately, I am unable to see the missing VIs from Keithley, but from what's left of the code, I see that the OLWrite VI is very similar to our DAQmx Write VI. Although my knowledge of Keithley's programming VIs are limited, I believe the problem may be with how you are passing the data to your OL write. I see that you kept your data as a complex double. Could we try and see what would happen if we changed the data to an array of double. If this works, you may want to separate both your real and imaginary components and make them into an array as Dennis showed in one of the previous posts. Also, if you decide to write to more than one channel, don't forget to include both channels on in your channel name.

S_Hong
National Instruments
Applications Engineer
0 Kudos
Message 13 of 13
(668 Views)