05-28-2013 05:00 AM
I'm attempting to get 5V high 0V low ouput from ao0 of a NI USB-6009 based on a switch in LabVIEW using DAQmx write Analog DBL 1Chan 1Samp.
When using a voltmeter connected to ao0 and analog-ground on NI USB-6009; Im not getting anything.
I'm also getting error code -200077 for some reason:
DAQmx Start Task.vi:4<append>
<B>Property: </B>AO.Max
<B>Requested Value: </B> 10,0
<B>Valid Values Begin with: </B> 0,0
<B>Valid Values End with: </B> 5,0
<B>Channel Name: </B>Dev1/ao0
<B>Task Name: </B>_unnamedTask<28425>
Solved! Go to Solution.
05-28-2013 07:36 AM
Found this thread with the same problem:
http://forums.ni.com/t5/LabVIEW/Generatiing-Analog-output-Voltage-for-a-Servo-Fan/td-p/989754
Tried to do the same, but it's still not working.
05-29-2013 06:32 AM
Set the output terminal configuration to RSE instead of default.
Set the maximum value to five and the minimum value to zero.
See attachment.